-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi account and SSO #599
Conversation
# Conflicts: # app/src/main/java/it/niedermann/owncloud/notes/persistence/LoadNotesListTask.java
# Conflicts: # app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java # fastlane/metadata/android/en-US/changelogs/49.txt
This comment has been minimized.
This comment has been minimized.
Oh, i forgot to mention @dan0xii and @korelstar : Since we now depend in changes in the files app which have not yet been released (for server headers) you will need to checkout files app on the |
This comment has been minimized.
This comment has been minimized.
- eTag is escaped
Remove TrustPreference from PreferencesFragment
This comment has been minimized.
This comment has been minimized.
Fixed lastmodified and ETag. Seems to work fine with Nextcloud Android App 3.9.0 from store (no dev version required anymore). |
Okay @dan0xii @korelstar i played around and tested various device configurations and it seems to work as far as i can say. My proposal is to merge this branch into master and release it then, to get some feedback from the F-Droid community. What do you think? Any major points left, which should be handled before a merge? Any showstopper from you? |
I just updated another installation and had an issue with migrating the data: all notes have I think this should be fixed before doing a release. Unfortunately, currently I have no time to debug this more. But maybe this happen also to you, when migrating from an old release to the latest version? |
This comment has been minimized.
This comment has been minimized.
I assume that this is fine. Due to |
Please test again with this change (I assume it was a copy/paste error) |
Aye, this solves the problem :) great! |
Then LGTM! |
So, thank you all very very much, let's continue the polishing in |
Open issues
Caching (ETag, Modified)
e tag
andlast modified
intoaccount
-table in databasee tag
andlast modified
SharedPreferences in database upgrade processMigration
account
-table with the existing entry from the SharedPreferences (also copyetag
andlast modified
from SharedPreferences to first account entry)table_accounts
account_id
intable_notes
toid
intable_accounts
does not work yetWidgets
Dark theme
Follow-Up issues