release notes
authorkenstir <kenstir@gmail.com>
Tue, 26 Nov 2013 23:21:25 +0000 (18:21 -0500)
committerkenstir <kenstir@gmail.com>
Tue, 26 Nov 2013 23:21:25 +0000 (18:21 -0500)
Open-ILS/src/Android/RELEASE_NOTES.txt

index 887dc8c..1aa7c30 100644 (file)
@@ -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: