Fixed bug where you would not be able to login once you changed your password.
authorkenstir <kenstir@gmail.com>
Tue, 8 Dec 2015 01:45:15 +0000 (20:45 -0500)
committerkenstir <kenstir@gmail.com>
Tue, 8 Dec 2015 01:45:15 +0000 (20:45 -0500)
commitee9f755afb6ad08e5be978ca5e029a008d3b073c
tree5c08fa1da56f9d3211ad6415a77b28cab78ad0da
parent00646b269d7547ad8af09456311cc9e9eb51ee3a
Fixed bug where you would not be able to login once you changed your password.

* On LOGIN_FAILED, remove the account password.  Still the auth fails but
  when you retry we forward to the authenticator with the correct
  username/password.
* Slight cleanup to SplashActivity.
Open-ILS/src/Android/core/res/layout/activity_splash.xml
Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AccountAuthenticator.java
Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java
Open-ILS/src/Android/core/src/org/evergreen_ils/auth/Const.java
Open-ILS/src/Android/core/src/org/evergreen_ils/auth/EvergreenAuthenticator.java
Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java
Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/SplashActivity.java