Added working EG Authenticator to the build, but haven't tied it to the app yet....
authorkenstir <kenstir@gmail.com>
Mon, 18 Nov 2013 02:18:56 +0000 (21:18 -0500)
committerkenstir <kenstir@gmail.com>
Mon, 18 Nov 2013 02:18:56 +0000 (21:18 -0500)
commitfdb78a32bff960967d1dccf70badde1ca9a69cd4
tree218f7aeb4eb56f5195e7edf8b4d7bccc381db6b5
parente16664c0715866ded66a32223d5bbeb83fef25ee
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.
18 files changed:
Open-ILS/src/Android/AndroidManifest.xml
Open-ILS/src/Android/res/layout/activity_login.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/activity_startup.xml [new file with mode: 0644]
Open-ILS/src/Android/res/menu/startup.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values-large/styles.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/ou.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/strings.xml
Open-ILS/src/Android/res/values/styles.xml
Open-ILS/src/Android/res/xml/authenticator.xml [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/barcodescan/CaptureActivity.java
Open-ILS/src/Android/src/org/evergreen/android/views/StartupActivity.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen_ils/auth/AccountAuthenticator.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen_ils/auth/AuthenticationException.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen_ils/auth/AuthenticatorActivity.java
Open-ILS/src/Android/src/org/evergreen_ils/auth/AuthenticatorService.java
Open-ILS/src/Android/src/org/evergreen_ils/auth/Const.java
Open-ILS/src/Android/src/org/evergreen_ils/auth/EvergreenAuthenticate.java
Open-ILS/src/Android/src/org/evergreen_ils/auth/EvergreenAuthenticator.java [new file with mode: 0644]