From 7d467627ae5ae684514a2d8e46457492ad8391b9 Mon Sep 17 00:00:00 2001 From: kenstir Date: Tue, 26 Nov 2013 18:21:25 -0500 Subject: [PATCH] release notes --- Open-ILS/src/Android/RELEASE_NOTES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Open-ILS/src/Android/RELEASE_NOTES.txt b/Open-ILS/src/Android/RELEASE_NOTES.txt index 887dc8c49e..1aa7c30aa8 100644 --- a/Open-ILS/src/Android/RELEASE_NOTES.txt +++ b/Open-ILS/src/Android/RELEASE_NOTES.txt @@ -1,6 +1,18 @@ Evergreen Android App Release Notes =================================== +2013-11-26 Development APK +-------------------------- +Major Fixes: +* Fixed a major sources of crashes: non-main activities being created by + Android when the app was not initialized. This can happen for many + reasons, and the cleanest fix I know is to restart at the + SplashActivity. +* Switched from username/password stored in the preferences XML to + accounts stored with the Android account manager. This simplifies the + handling of multiple accounts, account credentials, and auth tokens. + The UI needs work but the mechanics appear sound. + 2013-10-27 Development APK -------------------------- Major Fixes: -- 2.11.0