-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[SPACES] Local Storage #3891
[SPACES] Local Storage #3891
Conversation
Spaces will have their own hierarchy under the spaceId of each space
Applied the 1st option from #3808 (comment) Take into account that this is how fresh installments / new accounts will work. For old oCIS accounts, the storage will remain the same. (Will be done on a different issue, pending to be created). No migration from an old oCIS account to spaces. The user will need to remove the account and add it again to get the space features. Ready to test
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Just a tiny comment, but from my point of view, ready to go 🚀
owncloudData/src/main/java/com/owncloud/android/data/storage/LocalStorageProvider.kt
Show resolved
Hide resolved
Approved from my side |
Related Issues
Implements #3808
Library PR (if needed): owncloud/android-library#537
QA