-
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
Align shared by link behaviour with other platforms #3007
Conversation
5bba954
to
404c563
Compare
(1) [WONT FIX HERE]
Current: Item in root is not in the "Links" list anymore. Item in non-root stays in the list Android11, Pixel2 |
About (1) It is a visual bug. When we remove a share, we update shares database, but not files database. Files database is updated when we refresh a folder. So, at the moment, when we change something in the links view, that change is not visible until we refresh the folder that contains that file. 2 Options:
|
This one is the most desirable. But... how feasible/costly is it? |
It would be pretty simple if we had both tables (files and shares) in room database. But it is not the case, so it requires some work. |
Do we plan to have both tables (files and shares) in room database? Just wait? |
Of course, we started working on it in #2955 . As soon as we have this in master, we could move this forward. |
No real urgency here. We can wait a bit… Please update #3003 |
Should we freeze this one till the database migration is merged into I like the second option. What do you think? |
This is approved on my side. (1) will be improved in the future, so i will create new issue for that. |
404c563
to
22c369a
Compare
Implements #3003
QA
Test plan: https://github.com/owncloud/QA/blob/master/Mobile/Android/Release_2.16/3007-share_link_list_extended.md
Bugs & improvements: