- Published: 2015-12-09
- Add support for short primitives (Thanks to Matthew Compton)
- Modernize and simplify demo application.
- Various updates to dependencies, plugins, API level, Gradle wrapper, build tools and what not. You are welcome to study the commit history if you are interested in details.
- Published: 2014-08-30
- Preferences are written out to persistent storage asynchronously. This change forces minimum SDK version 9. Use an v.1.x.x version of the library if you need to support API level 8.
- Published: 2014-08-26
- Add .jar packaging.
- Set
emulatedSdk
to18
for Robolectric. - Set fixed version for JUnit to
4.11
. - Set fixed version for Robolectric to
2.3
. - Increase
targetSdkVersion
to20
.
- Published: 2014-03-04
- Avoid boxing primitives to in wrapper objects. (Thanks to Jake Wharton for his feedback)
- Published: 2014-02-24
- Hopefully this release solves problems resolving the library via Gradle.
- Published: 2014-02-20
- This is the initial release. Have fun!