Philipp Crocoll
|
dbf10ba9fb
|
Improve error reporting: Extract original message when showing "Java exception messages" consistently. Improve error handling in deprecated OneDrive API stub and avoid crash by no-longer throwing in Main-thread methods.
|
2025-04-15 11:45:16 +02:00 |
|
Philipp Crocoll
|
677c6555e8
|
this change fixes an issue with OneDrive: sometimes, the wrong DriveId was used to list the user's shares which was leading to an empty file browser screen. Also, files can be used if they are shared directly (not the parent folder)
|
2025-03-25 12:31:35 +01:00 |
|
Philipp Crocoll
|
793341918b
|
cleanup code and fix bug with "My files" variant
|
2025-02-06 10:40:36 +01:00 |
|
Philipp Crocoll
|
087af49514
|
fix OneDrive implementation for app folder
|
2025-01-30 09:09:25 +01:00 |
|
Philipp Crocoll
|
7c6ce14348
|
this is the first attempt to fix the currently broken OneDrive implemenation by upgrading to Graph SDK 5. Unfortunately, the SDK is much harder to use because of a missing abstraction for DriveItems on different places (regular folder, special folder, shared folder) and also doesn't work well, see e.g. https://stackoverflow.com/questions/79374963/list-shared-folders-with-graph-sdk or https://stackoverflow.com/questions/79374845/graph-sdk-c-missing-methods-for-working-with-app-folder.
|
2025-01-21 16:23:07 +01:00 |
|
Philipp Crocoll
|
15d3492ae3
|
fix for OneDrive file storage unnecessarily prompting for login, closes https://github.com/PhilippC/keepass2android/issues/1038
|
2021-02-18 16:20:03 +01:00 |
|
Philipp Crocoll
|
8d95fb1660
|
implement upload sessions for OneDrive to resolve file size restriction (closes https://github.com/PhilippC/keepass2android/issues/1036)
|
2021-02-09 14:44:02 +01:00 |
|
Philipp Crocoll
|
b7c8baacc9
|
OneDrive: improve logging on error; fix creating new file paths, closes https://github.com/PhilippC/keepass2android/issues/1053
|
2020-01-15 05:18:46 +01:00 |
|
Philipp Crocoll
|
12d2f961cf
|
re-acquire token in OneDrive2FileStorage after expiry, closes https://github.com/PhilippC/keepass2android/issues/983
|
2019-10-10 03:08:22 +02:00 |
|
Philipp Crocoll
|
57e9253270
|
improvements to OneDrive2 implementation: it's now possible select between different access scopes, also fixed several issues
|
2019-10-03 16:42:50 +02:00 |
|
Philipp Crocoll
|
99d0ecfd59
|
refactoring, use less UrlUtil and more IFileStorage
|
2019-10-01 20:04:03 +02:00 |
|
Philipp Crocoll
|
706debfa33
|
add missing file OneDrive2FileStorage (with improvements)
|
2019-09-30 21:18:40 +02:00 |
|