From 1fae2511146cbcb8dddb6ff079a5bd5c5350592d Mon Sep 17 00:00:00 2001 From: kenstir Date: Sun, 27 Oct 2013 16:38:05 -0400 Subject: [PATCH] Adding release notes for tracking improvements. --- Open-ILS/src/Android/RELEASE_NOTES.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Open-ILS/src/Android/RELEASE_NOTES.txt diff --git a/Open-ILS/src/Android/RELEASE_NOTES.txt b/Open-ILS/src/Android/RELEASE_NOTES.txt new file mode 100644 index 0000000000..887dc8c49e --- /dev/null +++ b/Open-ILS/src/Android/RELEASE_NOTES.txt @@ -0,0 +1,19 @@ +Evergreen Android App Release Notes +=================================== + +2013-10-27 Development APK +-------------------------- +Major Fixes: +* Hold status. Previously status was reported incorrectly. Instead of + "Waiting for copy" the app displayed "Transit". Now hold details view + is correct, and also indicates the number of total holds, number of + total copies, and queue position. +* Hold update. Removed email checkbox and phone number text box. On C/W + MARS site you can't update phone/email on holds, and it makes less sense + on an app with limited screen real estate. + +Minor Fixes: +* Enable moving the app to the SD card. Requires minSdkVersion="8" + (Android 2.2) but that reaches 95% of the market. +* Titles are consistently Title Case. +* Don't leak password to android log. -- 2.11.0