From 4fdea3b88e6ed82e6dea38e9d4133f5409240f98 Mon Sep 17 00:00:00 2001 From: drizea Date: Thu, 9 Aug 2012 12:33:11 +0300 Subject: [PATCH] added preferences for notifications and started work on alarms and notifications --- Open-ILS/src/Android/AndroidManifest.xml | 3 + Open-ILS/src/Android/res/layout/checkout_list.xml | 19 +- .../src/Android/res/layout/checkout_list_item.xml | 46 +- Open-ILS/src/Android/res/values/resources.xml | 21 + Open-ILS/src/Android/res/values/strings.xml | 37 +- .../res/xml/application_preference_screen.xml | 49 +- .../android/accountAccess/checkout/CircRecord.java | 4 + .../checkout/ItemsCheckOutListView.java | 560 +++++++++++---------- .../checkout/NotificationReceiver.java | 26 + .../evergreen/android/globals/GlobalConfigs.java | 3 + .../android/views/ApplicationPreferences.java | 7 +- 11 files changed, 470 insertions(+), 305 deletions(-) create mode 100644 Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/NotificationReceiver.java diff --git a/Open-ILS/src/Android/AndroidManifest.xml b/Open-ILS/src/Android/AndroidManifest.xml index f01cd3ff81..1558a74b42 100644 --- a/Open-ILS/src/Android/AndroidManifest.xml +++ b/Open-ILS/src/Android/AndroidManifest.xml @@ -23,6 +23,9 @@ android:label="@string/app_name" android:theme="@style/EvergreenTheme" > + + + - - + - + + diff --git a/Open-ILS/src/Android/res/layout/checkout_list_item.xml b/Open-ILS/src/Android/res/layout/checkout_list_item.xml index 80242e79cd..16c4793233 100644 --- a/Open-ILS/src/Android/res/layout/checkout_list_item.xml +++ b/Open-ILS/src/Android/res/layout/checkout_list_item.xml @@ -2,7 +2,7 @@ @@ -10,34 +10,18 @@ + android:orientation="vertical" + android:layout_weight="1" + > + /> -