From: kenstir Date: Thu, 13 Aug 2015 02:31:51 +0000 (-0400) Subject: Fixed the issue that the Google Play Store sayd Supported devices 0. This turned... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d714f5ca40115ba5092dec57039181be1ea7a5f;p=working%2FEvergreen.git Fixed the issue that the Google Play Store sayd Supported devices 0. This turned out to be jars contained in the osrf jar being treated as requirements that no devices matched. Included the json jar directly in the cwmars app, and removed the memcached jar and the java file requiring it. --- diff --git a/Open-ILS/src/Android/core/core.iml b/Open-ILS/src/Android/core/core.iml index 666c9b1525..11ca7f92c4 100644 --- a/Open-ILS/src/Android/core/core.iml +++ b/Open-ILS/src/Android/core/core.iml @@ -13,7 +13,7 @@ - + diff --git a/Open-ILS/src/Android/core/libs/json-20090211.jar b/Open-ILS/src/Android/core/libs/json-20090211.jar new file mode 100644 index 0000000000..ef29094093 Binary files /dev/null and b/Open-ILS/src/Android/core/libs/json-20090211.jar differ diff --git a/Open-ILS/src/Android/core/libs/opensrf2_android.jar b/Open-ILS/src/Android/core/libs/opensrf2_android.jar new file mode 100644 index 0000000000..0c91332338 Binary files /dev/null and b/Open-ILS/src/Android/core/libs/opensrf2_android.jar differ diff --git a/Open-ILS/src/Android/core/libs/org.opensrf2_serialized_reg.jar b/Open-ILS/src/Android/core/libs/org.opensrf2_serialized_reg.jar deleted file mode 100644 index 84c9b94883..0000000000 Binary files a/Open-ILS/src/Android/core/libs/org.opensrf2_serialized_reg.jar and /dev/null differ diff --git a/Open-ILS/src/Android/core/res/drawable/evergreen_1_512x512x32_color.png b/Open-ILS/src/Android/core/res/drawable/evergreen_1_512x512x32_color.png new file mode 100644 index 0000000000..f2f6d80479 Binary files /dev/null and b/Open-ILS/src/Android/core/res/drawable/evergreen_1_512x512x32_color.png differ diff --git a/Open-ILS/src/Android/cwmars_app/.idea/libraries/dexedLibs.xml b/Open-ILS/src/Android/cwmars_app/.idea/libraries/dexedLibs.xml deleted file mode 100644 index a8a26321ec..0000000000 --- a/Open-ILS/src/Android/cwmars_app/.idea/libraries/dexedLibs.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Open-ILS/src/Android/cwmars_app/.idea/libraries/libs.xml b/Open-ILS/src/Android/cwmars_app/.idea/libraries/libs.xml index b59422db8c..2c6670d38c 100644 --- a/Open-ILS/src/Android/cwmars_app/.idea/libraries/libs.xml +++ b/Open-ILS/src/Android/cwmars_app/.idea/libraries/libs.xml @@ -1,9 +1,9 @@ - + diff --git a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml index 1635c321ef..445017ff10 100644 --- a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml +++ b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml @@ -2,7 +2,7 @@ - - - - - - - + + + + + - - - + \ No newline at end of file diff --git a/Open-ILS/src/Android/support/v7/appcompat/appcompat.iml b/Open-ILS/src/Android/support/v7/appcompat/appcompat.iml index f3fb8116ff..6fa91bc290 100644 --- a/Open-ILS/src/Android/support/v7/appcompat/appcompat.iml +++ b/Open-ILS/src/Android/support/v7/appcompat/appcompat.iml @@ -12,7 +12,7 @@ - +