-
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
[FEATURE REQUEST] Select correct user and navigate to the correct file when opening via deep link #4212
Conversation
b55500a
to
a1fed5b
Compare
a1fed5b
to
b654d80
Compare
4fe1f64
to
8f811bf
Compare
42a241e
to
38be4db
Compare
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.
LGTM
owncloudApp/src/main/java/com/owncloud/android/extensions/ActivityExt.kt
Show resolved
Hide resolved
Starting QA... |
(1) [FIXED]Open files in root of oC10 does not work for me. Tested with two different servers, getting Files pointed are stored in the root folder of oC10 account (that means, already discovered) and they are already downloaded. Screen_recording_20231127_124340.mp4Pixel 2 Android 11 |
(2) [WONT FIX]When there are some accounts in the device, the way to check which account is the pointed file in, is checking whether the file id exists in an account. But, is posible that two accounts on the device have a file with the same id (likely in oC10 that is numerical) . In that case, link is not correctly solved. Pixel 2 Android 11 |
Coordinate with iOS team, then maybe document behaviour. |
@jesmrec (1) should be fixed, (2) won't be fixed now, and it also works now for servers that include |
b5463a1
to
41dca9d
Compare
- Navigating to the correct file.
… and RemoteMetaFile
…hen retrieving file from remote ID
41dca9d
to
642aa62
Compare
(3)Behaviour against lack of connection is not correct:
Lack of connection should affect only if the item has not been discovered yet, or if it is not downloaded showing the |
(4)Current iteration is not working with links against shared items (mountpoint drives). Just against personal and project drives. @michaelstingl is this OK ftm, or is also required for 4.2 (beta.1 or official)? |
Okay as "known limitation" for the beta1 I'd say 👍 |
(3) and (4) will be addressed in different issues, so this is approved with restrictions:
|
…ile_deep_link [FEATURE REQUEST] Select correct user and navigate to the correct file when opening via deep link
Related Issues
App: #4194
QA