Skip to content
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] Manage deep links and open the app correctly #4181

Closed
10 tasks done
manuelplazaspalacio opened this issue Oct 6, 2023 · 1 comment · Fixed by #4191
Closed
10 tasks done

[FEATURE REQUEST] Manage deep links and open the app correctly #4181

manuelplazaspalacio opened this issue Oct 6, 2023 · 1 comment · Fixed by #4191

Comments

@manuelplazaspalacio
Copy link
Contributor

manuelplazaspalacio commented Oct 6, 2023

Things to do:

  • Adapt AndroidManifest
  • Handle intent
  • Manage posible login errors
  • Check Deep Link correct format.

Expected result: the app is open in login if no user logged and if there is any user logged go to FileDisplayActivity an show success message if correct format.
Spike related: #4068

TASKS

  • Research (if needed)
  • Create branch feature/feature_name
  • Development tasks
    • Open App
    • Manage logged or not logged user
    • Check deep link
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/feature_name into master

QA

Test plan: https://github.com/owncloud/QA/blob/master/Mobile/Android/Feature%20template/Other/Open%20DeepLinks.md

Bugs & improvements:

@jesmrec
Copy link
Collaborator

jesmrec commented Oct 6, 2023

First draft of test plan: https://github.com/owncloud/QA/blob/master/Mobile/Android/Feature%20template/Other/Open%20DeepLinks.md

let me know if you miss something there.

@JuancaG05 JuancaG05 changed the title [FEATURE REQUEST] Manage deepLinks and select the correct account of the item to show [FEATURE REQUEST] Manage deep links and select the correct account of the item to show Oct 6, 2023
@manuelplazaspalacio manuelplazaspalacio self-assigned this Oct 9, 2023
@manuelplazaspalacio manuelplazaspalacio changed the title [FEATURE REQUEST] Manage deep links and select the correct account of the item to show [FEATURE REQUEST] Manage deep links and enter the app correctly Oct 9, 2023
@manuelplazaspalacio manuelplazaspalacio changed the title [FEATURE REQUEST] Manage deep links and enter the app correctly [FEATURE REQUEST] Manage deep links and open the app correctly Oct 9, 2023
@manuelplazaspalacio manuelplazaspalacio linked a pull request Oct 17, 2023 that will close this issue
1 task
@jesmrec jesmrec removed the Sprint label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment