bitfireAT / davx5-ose

DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
https://www.davx5.com
GNU General Public License v3.0
1.25k stars 69 forks source link

Login over Intent should continue to "Login with URL" #764

Closed rfc2822 closed 2 weeks ago

rfc2822 commented 2 weeks ago

Steps to reproduce:

  1. Start DAVx5 with an Intent that contains an URL (+ username/password):
adb shell am start -d https://test:test@example.com/path/ at.bitfire.davdroid/at.bitfire.davdroid.ui.setup.LoginActivity
  1. DAVx5 opens the Login screen with Login with URL and user name pre-selected, but doesn't continue automatically.
  2. If you continue (to the login details page), URL, username and password are set correctly.

Expected:

DAVx5 should start with the login details page automatically when the login type is determined by the Intent.