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. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  6. a57bf80 [GH] Add missing word in DataStore KDoc & Javadoc by Louis CAD · 3 years, 1 month ago
  7. 52a6dc0 Add documentation to SharedPreferencesMigration by Rohit Sathyanarayana · 3 years, 2 months ago
  8. 505f0fe Update versions for release id 1623862800000 by Nick Anthony · 3 years, 3 months ago
  9. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 4 months ago
  10. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  11. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 5 months ago
  12. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  13. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 5 months ago
  14. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 6 months ago
  15. 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
  16. e9a5039 Remove unecessary @JvmOverloads from methods that are kotlin only. by rohitsat13 · 3 years, 6 months ago
  17. 33789b5 Fix flaky rx "testTake3" test that expects to see every possible value. by rohitsat13 · 3 years, 7 months ago
  18. 43ee990 Update Metalava hide annotations to include RequiresOptIn by Alan Viverette · 3 years, 7 months ago
  19. 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
  20. 1da08fd Create helper functions to generate the name of the files by rohitsat13 · 3 years, 7 months ago
  21. 5fe0a26 RxDataStore property delegates by rohitsat13 · 3 years, 7 months ago
  22. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 7 months ago
  23. c5d2984 Merge "Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  24. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 7 months ago
  25. ffd6d94 Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance. by rohitsat13 · 3 years, 7 months ago
  26. bd56cad Add SharedPreferencesMigration variant that allows you to inject a SharedPreferences instance and remove the deleteEmptyPreferences option. by rohitsat13 · 3 years, 7 months ago
  27. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  28. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 7 months ago
  29. 5078ab8 Keep track of active data store files so we can throw an exception if there is a duplicate instance. by rohitsat13 · 3 years, 8 months ago
  30. 379ceff Merge changes from rxjava2 into rxjava3. by rohitsat13 · 3 years, 8 months ago
  31. 8f3c1ae Fix RxDataStoreBuilder docs by rohitsat13 · 3 years, 7 months ago
  32. 52e2ebc Fix failing api 15 tests for DataStore by adding correct permissions to android manifest by rohitsat13 · 3 years, 8 months ago
  33. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  34. 34c88a0 Fix DataStore factory comments which leaves out the fact that the datastore file is created in the datastore/ subdirectory when you use the context constructor. by rohitsat13 · 3 years, 9 months ago
  35. 431cd63 Added datastore-rxjava3 and datastore-preferences-rxjava3. by rohitsat13 · 3 years, 9 months ago