From 2cee94636622aa2f657b0963543037ac2869c468 Mon Sep 17 00:00:00 2001 From: kenstir Date: Mon, 9 Dec 2013 21:58:07 -0500 Subject: [PATCH] framework for demo app at demo.evergreencatalog.com --- Open-ILS/src/Android/core/.idea/.name | 2 +- Open-ILS/src/Android/core/EvergreenCore.iml | 73 ------------ Open-ILS/src/Android/cwmars_app/.idea/.name | 2 +- Open-ILS/src/Android/cwmars_app/.idea/modules.xml | 2 +- .../cwmars_app/{cwmars.iml => cwmars_app.iml} | 0 Open-ILS/src/Android/demo_app/.gitignore | 10 ++ Open-ILS/src/Android/demo_app/AndroidManifest.xml | 132 +++++++++++++++++++++ Open-ILS/src/Android/demo_app/res/values/ou.xml | 10 ++ 8 files changed, 155 insertions(+), 76 deletions(-) delete mode 100644 Open-ILS/src/Android/core/EvergreenCore.iml rename Open-ILS/src/Android/cwmars_app/{cwmars.iml => cwmars_app.iml} (100%) create mode 100644 Open-ILS/src/Android/demo_app/.gitignore create mode 100644 Open-ILS/src/Android/demo_app/AndroidManifest.xml create mode 100644 Open-ILS/src/Android/demo_app/res/values/ou.xml diff --git a/Open-ILS/src/Android/core/.idea/.name b/Open-ILS/src/Android/core/.idea/.name index a4eaec3374..db6c79b9ab 100644 --- a/Open-ILS/src/Android/core/.idea/.name +++ b/Open-ILS/src/Android/core/.idea/.name @@ -1 +1 @@ -EvergreenApp \ No newline at end of file +app_core \ No newline at end of file diff --git a/Open-ILS/src/Android/core/EvergreenCore.iml b/Open-ILS/src/Android/core/EvergreenCore.iml deleted file mode 100644 index da3c1686af..0000000000 --- a/Open-ILS/src/Android/core/EvergreenCore.iml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Open-ILS/src/Android/cwmars_app/.idea/.name b/Open-ILS/src/Android/cwmars_app/.idea/.name index eb09bdf00c..df5f5acdd4 100644 --- a/Open-ILS/src/Android/cwmars_app/.idea/.name +++ b/Open-ILS/src/Android/cwmars_app/.idea/.name @@ -1 +1 @@ -cwmars \ No newline at end of file +cwmars_app \ No newline at end of file diff --git a/Open-ILS/src/Android/cwmars_app/.idea/modules.xml b/Open-ILS/src/Android/cwmars_app/.idea/modules.xml index 6e7bbd4d6f..8c5c2981e9 100644 --- a/Open-ILS/src/Android/cwmars_app/.idea/modules.xml +++ b/Open-ILS/src/Android/cwmars_app/.idea/modules.xml @@ -3,7 +3,7 @@ - + diff --git a/Open-ILS/src/Android/cwmars_app/cwmars.iml b/Open-ILS/src/Android/cwmars_app/cwmars_app.iml similarity index 100% rename from Open-ILS/src/Android/cwmars_app/cwmars.iml rename to Open-ILS/src/Android/cwmars_app/cwmars_app.iml diff --git a/Open-ILS/src/Android/demo_app/.gitignore b/Open-ILS/src/Android/demo_app/.gitignore new file mode 100644 index 0000000000..de3bba3f41 --- /dev/null +++ b/Open-ILS/src/Android/demo_app/.gitignore @@ -0,0 +1,10 @@ +*.class +*.dex +.idea/workspace.xml +.idea/tasks.xml +bin/ +gen/ +out/ +.settings +local.properties +proguard-project.txt diff --git a/Open-ILS/src/Android/demo_app/AndroidManifest.xml b/Open-ILS/src/Android/demo_app/AndroidManifest.xml new file mode 100644 index 0000000000..534a470eab --- /dev/null +++ b/Open-ILS/src/Android/demo_app/AndroidManifest.xml @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/src/Android/demo_app/res/values/ou.xml b/Open-ILS/src/Android/demo_app/res/values/ou.xml new file mode 100644 index 0000000000..a4c6b11588 --- /dev/null +++ b/Open-ILS/src/Android/demo_app/res/values/ou.xml @@ -0,0 +1,10 @@ + + + + https://demo.evergreencatalog.com + Evergreen Demo Library + Evergreen Demo + Welcome + Evergreen Demo Library + Sign in to your\nEvergreen Demo Library Account + -- 2.11.0