Prefser Versions Save

Wrapper for Android SharedPreferences with object serialization and RxJava Observables

v2.2.3-rx2

4 years ago
  • updated project dependencies

v2.2.2-rx2

5 years ago
  • updated project dependencies - 74de9db550ff941083448c28c48b6daffaed7b6c
  • migrated to androidx - 74de9db550ff941083448c28c48b6daffaed7b6c, fixes #130

v2.2.1-rx2

6 years ago
  • Updated project dependencies
    • RxJava -> 2.1.8
    • Truth -> 0.3.7
  • Updated Gradle to 3.1

v2.2.0-rx2

6 years ago
  • Allow to pass custom instance of Gson object - PR #123
  • Updated project dependencies
    • RxJava -> 2.1.7
    • Gson -> 2.8.2
    • Support Annotations -> 27.0.2
    • AppCompat v7 -> 27.0.2
    • Truth -> 0.36
    • Mockito Core -> 2.13.0
  • Updated Gradle to 3.0

v2.1.0-rx2

6 years ago
  • migrated project to RxJava2.x on RxJava2.x branch
  • kept backward compatibility with RxJava.x or RxJava1.x branch
  • removed master branch from the Git repository
  • updated project dependencies
  • updated project samples
  • updated documentation

v2.1.0

6 years ago
  • migrated project to RxJava2.x on RxJava2.x branch
  • kept backward compatibility with RxJava.x or RxJava1.x branch
  • removed master branch from the Git repository
  • updated project dependencies
  • updated project samples
  • updated documentation

v2.0.7

6 years ago
  • updated dependencies
  • updated Gradle configuration
  • migrated unit tests to Robolectric
  • started executing unit tests on Travis CI
  • added integration with codecov.io and coverage report
  • extracted code related to accessors from the Prefser class (refactoring library internals) #109

v2.0.6

7 years ago
  • bumped RxJava to v. 1.1.8
  • bumped Gson to 2.7
  • bumped Truth to 0.28
  • updated dependencies in sample apps

v2.0.5

8 years ago
  • improved error checking in put(...) method
  • added missing annotations to some tests and reorganized tests
  • added missing license info to some classes
  • bumped RxAndroid version in README.md file

v2.0.4

8 years ago
  • bumped Gson dependency to v. 2.5
  • bumped RxJava dependency to v. 1.1.0
  • bumped Google Truth test dependency to v. 0.27