From: kenstir Date: Mon, 25 Nov 2013 00:40:37 +0000 (-0500) Subject: App is signing in OK now. Reimplemented LoadingTask in terms of a raw Thread because... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=396006818409399e94dae2c2def49eaa63f189e4;p=working%2FEvergreen.git App is signing in OK now. Reimplemented LoadingTask in terms of a raw Thread because it was hanging. Starting with HONEYCOMB, tasks are executed on a single thread, and so LoadingTask->Authenticator->AsyncTask would hang. --- diff --git a/Open-ILS/src/Android/res/layout/activity_splash.xml b/Open-ILS/src/Android/res/layout/activity_splash.xml index bb22854b47..3e276328cc 100644 --- a/Open-ILS/src/Android/res/layout/activity_splash.xml +++ b/Open-ILS/src/Android/res/layout/activity_splash.xml @@ -33,4 +33,15 @@ android:layout_below="@+id/logo" android:paddingTop="40dip" /> +