All Versions
27
Latest Version
Avg Release Cycle
85 days
Latest Release
1424 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.0 Changes
- Allow getter with a runtime default by appending the
$Default
suffix - Add Jackson Serializer plugin
- Allow getter with a runtime default by appending the
-
v1.1.2 Changes
- small follow-up bugfix regarding #16
-
v1.1.1 Changes
- fix #16
- add prefix for esperandro compiler messages
- update dependencies
1.1
- changed default file system sync of preferences from commit() to apply(). Reduces load on the UI Thread.
- added support for setters with boolean return type. Those still use commit() to be able to tell about the success of the operation
- added action "initDefaults". Can be used to initialize default values for immediate access in PreferenceActivities
- circumvent exception when using maven and robolectric
1.0
- updated JavaWriter to 2.1.2
- added remove functionality in SharedPreferenceActions
- minor bugfix when using generics as serializable Objects
-
v0.13 Changes
- allow storing and accessing of serializable Objects into the preferences
- fixed interface inheritance for library projects in eclipse and for super interfaces in jars
-
v0.12 Changes
- added interface inheritance
-
v0.11 Changes
- bugfixes
-
v0.10 Changes
- bugfixes
0.9
- intial release