From: kenstir Date: Mon, 18 Nov 2013 02:18:56 +0000 (-0500) Subject: Added working EG Authenticator to the build, but haven't tied it to the app yet.... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdb78a32bff960967d1dccf70badde1ca9a69cd4;p=working%2FEvergreen.git Added working EG Authenticator to the build, but haven't tied it to the app yet. Start of library-specific app customization via "ou_" (organizational unit) resources, e.g. ou_app_name and ou_gateway_url. --- diff --git a/Open-ILS/src/Android/AndroidManifest.xml b/Open-ILS/src/Android/AndroidManifest.xml index ed08c6bab6..f03bb4016d 100644 --- a/Open-ILS/src/Android/AndroidManifest.xml +++ b/Open-ILS/src/Android/AndroidManifest.xml @@ -1,110 +1,144 @@ - - - - - - - - - - - - + android:versionName="1.0" > + + + + + + + + + + + + + + - + + + + + - + android:icon="@drawable/evergreen_launcher_icon" + android:label="@string/ou_app_name" + android:theme="@style/EvergreenTheme" > + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + android:name="org.evergreen.android.views.splashscreen.SplashActivity" + android:label="@string/ou_app_name" + android:theme="@android:style/Theme.Light.NoTitleBar" > + + - + - - - - - - - + android:name="org.evergreen.android.views.MainScreenDashboard" + android:label="@string/ou_app_name" + android:theme="@android:style/Theme.Light.NoTitleBar" > + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + android:name="org.evergreen.android.searchCatalog.SearchCatalogListView" + android:label="@string/ou_app_name" > + + + + + + - - + + + - - - - + + + + + + + - - - + + + - - - + + + + + + + + + + + + + + + - - \ No newline at end of file + + diff --git a/Open-ILS/src/Android/res/layout/activity_login.xml b/Open-ILS/src/Android/res/layout/activity_login.xml new file mode 100644 index 0000000000..7fb3f364b5 --- /dev/null +++ b/Open-ILS/src/Android/res/layout/activity_login.xml @@ -0,0 +1,37 @@ + + + + + + + +