You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built this project's into a (debug) APK for anybody looking for a quick login form to test with.
Beware, this project doesn't come with any autofill/autocomplete support so I added android:autofillHints="..." to the main and register layouts and built a different APK with minimum API version 26 (Android 8.0) Login-and-signup_NOAU.zip ("No" autofill, as in, no explicit autofillHints) Login-and-signup_WITH_AU.zip (With Autofill)
EDIT: I am NOT going to take responsibility nor will I update the project or fix any bugs. If the APK won't run on your device/emulator, please build it yourself as I am not going to provide any support for these binaries whatsoever. Thank you
The text was updated successfully, but these errors were encountered:
I have built this project's into a (debug) APK for anybody looking for a quick login form to test with.
Beware, this project doesn't come with any autofill/autocomplete support so I added
android:autofillHints="..."
to the main and register layouts and built a different APK with minimum API version 26 (Android 8.0)Login-and-signup_NOAU.zip ("No" autofill, as in, no explicit
autofillHints
)Login-and-signup_WITH_AU.zip (With Autofill)
EDIT: I am NOT going to take responsibility nor will I update the project or fix any bugs. If the APK won't run on your device/emulator, please build it yourself as I am not going to provide any support for these binaries whatsoever. Thank you
The text was updated successfully, but these errors were encountered: