apps-android-commons/app/src/main/java/fr/free/nrw/commons/auth
VoidRaven 29ade1e5b7
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run
Fix email verification input (#6367)
* Set imeOptions to actionDone and enforce singleLine for xlarge

* Set imeOptions to actionDone and enforce singleLine for landscape

* Set imeOptions to actionDone and enforce singleLine

* Update askUserForTwoFactorAuth for IME_ACTION_DONE to trigger performLogin

* Fix email verification: Set imeOptions to actionDone and replace singleLine with maxLines=1

* Fix email verification: Set imeOptions to actionDone and replace singleLine with maxLines=1

* Fix email verification: Set imeOptions to actionDone and replace singleLine with maxLines=1

* feat: Set imeOptions to actionNext for login_password to improve focus transition

* feat: Enhance keyboard visibility for email verification code input
2025-07-17 09:41:28 +09:00
..
csrf Enable EmailAuth support. (#6277) 2025-04-08 20:59:28 +09:00
login Enable EmailAuth support. (#6277) 2025-04-08 20:59:28 +09:00
AccountUtil.kt Convert auth package to kotlin (#5966) 2024-11-28 17:09:25 +09:00
LoginActivity.kt Fix email verification input (#6367) 2025-07-17 09:41:28 +09:00
SessionManager.kt Migrate kvstore to kotlin (#5973) 2024-11-29 14:01:29 +09:00
SignupActivity.kt Convert auth package to kotlin (#5966) 2024-11-28 17:09:25 +09:00
WikiAccountAuthenticator.kt Convert auth package to kotlin (#5966) 2024-11-28 17:09:25 +09:00
WikiAccountAuthenticatorService.kt Convert auth package to kotlin (#5966) 2024-11-28 17:09:25 +09:00