From 32d446f59543e1cc2b51f70c0b8f397ff82387bf Mon Sep 17 00:00:00 2001 From: kenstir Date: Wed, 4 Dec 2013 21:10:28 -0500 Subject: [PATCH] Fixed crash on preferences due to ListPreference entryValues being integer-array when it should have been string-array. --- Open-ILS/src/Android/res/values/resources.xml | 34 ++++++++-------- Open-ILS/src/Android/res/values/strings.xml | 12 +++--- .../res/xml/application_preference_screen.xml | 45 ++++++++-------------- 3 files changed, 37 insertions(+), 54 deletions(-) diff --git a/Open-ILS/src/Android/res/values/resources.xml b/Open-ILS/src/Android/res/values/resources.xml index 5ddde7c9aa..2912dc1d74 100644 --- a/Open-ILS/src/Android/res/values/resources.xml +++ b/Open-ILS/src/Android/res/values/resources.xml @@ -14,25 +14,23 @@ Matches exactly - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + - 1 Day - 2 Days - 3 Days - 4 Days - 5 Days - 6 Days - 7 Days + 1 Day + 2 Days + 3 Days + 4 Days + 5 Days + 6 Days + 7 Days - - 2 \ No newline at end of file diff --git a/Open-ILS/src/Android/res/values/strings.xml b/Open-ILS/src/Android/res/values/strings.xml index bba9a7089e..3925ea56ba 100644 --- a/Open-ILS/src/Android/res/values/strings.xml +++ b/Open-ILS/src/Android/res/values/strings.xml @@ -131,17 +131,15 @@ Enter your account password Server settings Library server settings - Library url address - Please enter the library url in format http:// + Library URL + Please enter the URL in format http:// Notification settings Configure notifications and reminders for checkout items Enable notifications - Uncheck this option to remove notifications when checkout items are about to expire - Check this option to enable notifications each time a checkout item will expire + Uncheck this option to disable notifications when items are due + Check this option to enable notifications when items are due Days before expiration - Chose how many days before the actual expiration date to set the reminder - Each day notifications - Give a notification in every day before the actual start notification period and due date + Chose how many days before the due date to start reminding Notification settings diff --git a/Open-ILS/src/Android/res/xml/application_preference_screen.xml b/Open-ILS/src/Android/res/xml/application_preference_screen.xml index 8647a96114..da3f473deb 100644 --- a/Open-ILS/src/Android/res/xml/application_preference_screen.xml +++ b/Open-ILS/src/Android/res/xml/application_preference_screen.xml @@ -13,33 +13,20 @@ - - - - - - - - - - + + + + \ No newline at end of file -- 2.11.0