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 mode
If the link points to a file, the file will be downloaded/displayed
If the link points to a folder, the folder content will be displayed
If a locking method is set up, the file/folder will be displayed after unlocking
- If device does not have connection but the file is already downloaded, file is displayed
If device does not have connection but the folder is already discovered, content is displayed
If 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
PR
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-filterand launch it throught adb's command.PR