From: kenstir Date: Tue, 8 Dec 2015 01:45:15 +0000 (-0500) Subject: Fixed bug where you would not be able to login once you changed your password. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ee9f755afb6ad08e5be978ca5e029a008d3b073c;p=working%2FEvergreen.git 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. --- diff --git a/Open-ILS/src/Android/core/res/layout/activity_splash.xml b/Open-ILS/src/Android/core/res/layout/activity_splash.xml index 4330cd8043..04780134af 100644 --- a/Open-ILS/src/Android/core/res/layout/activity_splash.xml +++ b/Open-ILS/src/Android/core/res/layout/activity_splash.xml @@ -17,12 +17,14 @@ android:contentDescription="@string/ou_library_name" /> + android:id="@+id/action_in_progress" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@+id/logo" + android:layout_marginTop="15dip" + android:gravity="center" + style="@style/textLarge" + android:paddingTop="10dip" android:text="Signing in"/>