v5
authorkenstir <kenstir@gmail.com>
Tue, 24 Nov 2015 23:32:18 +0000 (18:32 -0500)
committerkenstir <kenstir@gmail.com>
Tue, 24 Nov 2015 23:32:18 +0000 (18:32 -0500)
* updated library url for libraries json
* mark location features not required

Open-ILS/src/Android/core/res/values/strings.xml
Open-ILS/src/Android/hemlock_app/AndroidManifest.xml

index d015dca..50add33 100644 (file)
     <string name="retry_label">Retry</string>
     <string name="choose_library_message">Select your Library</string>
     <string name="action_choose_library">Select</string>
-    <string name="evergreen_libraries_url">http://evergreen-ils.org/testing/libraries.json</string>
+    <string name="evergreen_libraries_url">http://evergreen-ils.org/directory/libraries.json</string>
 
 </resources>
index 6ee5a6e..0ca95db 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="net.kenstir.apps.hemlock"
           android:installLocation="auto"
-          android:versionCode="4"
+          android:versionCode="5"
           android:versionName="1.0">
 
     <uses-sdk
@@ -18,6 +18,9 @@
     <uses-permission android:name="android.permission.USE_CREDENTIALS" />
     <uses-permission android:name="com.android.vending.BILLING" />"
 
+    <!-- uses-feature elements are used in Play Store device matching -->
+    <uses-feature android:name="android.hardware.location" android:required="false" />
+    <uses-feature android:name="android.hardware.location.network" android:required="false" />
     <uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
     <uses-feature android:name="android.hardware.screen.portrait" android:required="false" />
     <uses-feature android:name="android.hardware.touchscreen" android:required="false" />