From: kenstir Date: Sun, 27 Oct 2013 20:38:05 +0000 (-0400) Subject: Adding release notes for tracking improvements. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1fae2511146cbcb8dddb6ff079a5bd5c5350592d;p=working%2FEvergreen.git Adding release notes for tracking improvements. --- 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.