From 37088e94a1bc45be0241783b56b73db7b6c3b74a Mon Sep 17 00:00:00 2001 From: kenstir Date: Thu, 12 Nov 2015 19:02:49 -0500 Subject: [PATCH] Added TestAuthActivity to do some experimentation with auth tokens in the generic app. This activity came from https://github.com/Udinic/AccountAuthenticator --- Open-ILS/src/Android/core/res/layout/test_auth.xml | 40 +++ .../org/evergreen_ils/auth/TestAuthActivity.java | 281 +++++++++++++++++++++ .../src/Android/cwmars_app/AndroidManifest.xml | 12 +- 3 files changed, 330 insertions(+), 3 deletions(-) create mode 100644 Open-ILS/src/Android/core/res/layout/test_auth.xml create mode 100644 Open-ILS/src/Android/core/src/org/evergreen_ils/auth/TestAuthActivity.java diff --git a/Open-ILS/src/Android/core/res/layout/test_auth.xml b/Open-ILS/src/Android/core/res/layout/test_auth.xml new file mode 100644 index 0000000000..69a78c2740 --- /dev/null +++ b/Open-ILS/src/Android/core/res/layout/test_auth.xml @@ -0,0 +1,40 @@ + + + + +