1. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  2. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  3. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  4. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  5. 505f0fe Update versions for release id 1623862800000 by Nick Anthony · 3 years, 3 months ago
  6. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  7. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  8. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 5 months ago
  9. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  10. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 5 months ago
  11. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 6 months ago
  12. 44a6580 Fix context leak in datastore delegates by only passing application context reference to the produce file callbacks. by rohitsat13 · 3 years, 6 months ago
  13. e9a5039 Remove unecessary @JvmOverloads from methods that are kotlin only. by rohitsat13 · 3 years, 6 months ago
  14. b64da89 Change migrations param to migrationProducers param for datastore property delegate since you may need context to create a sp migration for example. by rohitsat13 · 3 years, 7 months ago
  15. 1da08fd Create helper functions to generate the name of the files by rohitsat13 · 3 years, 7 months ago
  16. 5fe0a26 RxDataStore property delegates by rohitsat13 · 3 years, 7 months ago
  17. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  18. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 7 months ago
  19. 379ceff Merge changes from rxjava2 into rxjava3. by rohitsat13 · 3 years, 8 months ago
  20. 9bdb8c2 Make a Disposable RxDataStore class that wraps a DataStore and can be closed. It is important that we maintain the ability to close the DataStore so that we can introduce safeguarding against duplicate instances. by rohitsat13 · 3 years, 8 months ago
  21. 52e2ebc Fix failing api 15 tests for DataStore by adding correct permissions to android manifest by rohitsat13 · 3 years, 8 months ago
  22. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  23. 4767533 Add datastore-preferences-rxjava2 module so people can build and use Preferences DataStore from java. by rohitsat13 · 3 years, 10 months ago