-
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] Open deeplinks in app, items already discovered (1st round) #3573
Comments
Hi @tbsbdr!!!! We need to add some new action buttons to the detail screen and here we post three proposals that we have designed. what do you think about it? New ideas or contributions are welcome!!!! cc @michaelstingl @abelgardep @jesmrec @theScrabi @davcres Options
|
Did you consider "Open in…" / "Open with…" instead of "Send" ? What do others do? |
The download button would change the text to "Open in..." or "Open with..." once the file has been downloaded. What do you think? |
2nd one is awful for me
i guess, depending on the openability of the file, right? |
Hi @dragotin , @michl19 👋🏻 The First feature we should discuss!!! As a result of last Monday's meeting, we have developed a solution to the problem of the deep link discussed that day. As we can see in the first video, if the user clicks on the thumbnail (not applicable to video files), the image is downloaded and previewed, and the following times (as it is already downloaded) it will only be previewed. But we think it is an easter egg for the user because there is nothing to tell him if he clicks on the thumbnail he will be able to see it in detail. deep_link_click_thumbnail.mp4The second video I attach is a solution to the previous problem, the button is not final and is subject to changes in design and text. deep_link_click_button.mp4We would like to know what you think about it and what solution you like the most. Thanks! |
I think both solutions are pretty good, but I would prefer the first one. I think it is clear nowadays that clicking on a thumbnail opens the file. |
Private links generated by the server, must be opened inside the oC Android app.
This is a first approach with specific ACs:
App matching the host to be opened when private link is clicked. Not needed to brand this. Static.Working in only one account modeIf the link points to a file, the file will be downloaded/displayedIf the link points to a folder, the folder content will be displayedIf a locking method is set up, the file/folder will be displayed after unlockingIf device does not have connection but the folder is already discovered, content is displayedIf the file/folder is not reachable, app is opened and error is shown (toast/snackbar/...)If no accounts are attached in the app, app is opened and error is shown (toast/snackbar/...) (feasible?)Additional checks:
Lack of URL in the scheme (or *) are valid as well.TASKS
intent-filter
and launch it throught adb's command.PR
The text was updated successfully, but these errors were encountered: