Changes for eg_app and cwmars_app to peacefully coexist.
authorkenstir <kenstir@gmail.com>
Fri, 20 Nov 2015 01:46:37 +0000 (20:46 -0500)
committerkenstir <kenstir@gmail.com>
Fri, 20 Nov 2015 01:46:37 +0000 (20:46 -0500)
commit8d5652d190f3f1a27108f33f46fc058d0aa9a994
tree81f599f9b6606e61eda5c81f4f29c6f828a1d442
parent6630f6d023ae6af78c56238dff5746a1e3033ead
Changes for eg_app and cwmars_app to peacefully coexist.

* AuthenticatorActivity only displays/downloads library list in eg_app
  (that is if it doesn't have a library_url).
* export the AuthenticatorService.  Not sure that this is the Right Thing.
13 files changed:
Open-ILS/src/Android/core/AndroidManifest.xml
Open-ILS/src/Android/core/res/layout/activity_choose_library.xml [deleted file]
Open-ILS/src/Android/core/res/layout/activity_login.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/AuthenticatorService.java
Open-ILS/src/Android/core/src/org/evergreen_ils/views/ChooseLibraryActivity.java [deleted file]
Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/SplashActivity.java
Open-ILS/src/Android/cwmars_app/AndroidManifest.xml
Open-ILS/src/Android/cwmars_app/res/layout/activity_login.xml [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/res/values/ou.xml
Open-ILS/src/Android/eg_app/AndroidManifest.xml
Open-ILS/src/Android/eg_app/res/values/ou.xml