From: kenstir Date: Tue, 26 Nov 2013 23:21:25 +0000 (-0500) Subject: release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7d467627ae5ae684514a2d8e46457492ad8391b9;p=working%2FEvergreen.git release notes --- 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: