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

Setup through the Nextcloud app (intent) not working #773

Closed
sunkup opened this issue May 2, 2024 · 3 comments · Fixed by #782
Closed

Setup through the Nextcloud app (intent) not working #773

sunkup opened this issue May 2, 2024 · 3 comments · Fixed by #782
Assignees
Labels
bug Something isn't working

Comments

@sunkup
Copy link
Member

sunkup commented May 2, 2024

Steps to reproduce:

  1. Install the Nextcloud app for Android and login
  2. Open the Settings of the Nextcloud app.
  3. Choose "Sync calendar & contacts".
  4. DAVx⁵ should open with Nextcloud Login Flow. However, it does not.

So the nextcloud flow can not be started via intent. There seem to exist intentToInitialLoginType() in LoginTypesProvider (overridden in StandardLoginTypesProvider) but it does not have any usages. Starting via an intent ala

adb shell am start -e url "https://davtest.dev001.net/nextcloud" -e loginFlow 1  at.bitfire.davdroid/at.bitfire.davdroid.ui.setup.LoginActivity

currently does only open the first page (LoginType chooser).

@sunkup sunkup added the bug Something isn't working label May 2, 2024
@jneidel

This comment was marked as off-topic.

@rfc2822

This comment was marked as off-topic.

@jneidel

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants