1. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  2. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  3. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  4. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  5. a57bf80 [GH] Add missing word in DataStore KDoc & Javadoc by Louis CAD · 2 years, 10 months ago
  6. 52a6dc0 Add documentation to SharedPreferencesMigration by Rohit Sathyanarayana · 3 years ago
  7. 505f0fe Update versions for release id 1623862800000 by Nick Anthony · 3 years ago
  8. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 1 month ago
  9. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  10. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  11. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  12. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 2 months ago
  13. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 3 months ago
  14. 44a6580 Fix context leak in datastore delegates by only passing application context reference to the produce file callbacks. by rohitsat13 · 3 years, 3 months ago
  15. e9a5039 Remove unecessary @JvmOverloads from methods that are kotlin only. by rohitsat13 · 3 years, 3 months ago
  16. 33789b5 Fix flaky rx "testTake3" test that expects to see every possible value. by rohitsat13 · 3 years, 4 months ago
  17. 43ee990 Update Metalava hide annotations to include RequiresOptIn by Alan Viverette · 3 years, 4 months ago
  18. 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, 4 months ago
  19. 1da08fd Create helper functions to generate the name of the files by rohitsat13 · 3 years, 4 months ago
  20. 5fe0a26 RxDataStore property delegates by rohitsat13 · 3 years, 4 months ago
  21. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 4 months ago
  22. c5d2984 Merge "Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  23. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 4 months ago
  24. ffd6d94 Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance. by rohitsat13 · 3 years, 4 months ago
  25. bd56cad Add SharedPreferencesMigration variant that allows you to inject a SharedPreferences instance and remove the deleteEmptyPreferences option. by rohitsat13 · 3 years, 4 months ago
  26. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  27. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 4 months ago
  28. 5078ab8 Keep track of active data store files so we can throw an exception if there is a duplicate instance. by rohitsat13 · 3 years, 5 months ago
  29. 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, 5 months ago
  30. 8f3c1ae Fix RxDataStoreBuilder docs by rohitsat13 · 3 years, 4 months ago
  31. 52e2ebc Fix failing api 15 tests for DataStore by adding correct permissions to android manifest by rohitsat13 · 3 years, 5 months ago
  32. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 5 months ago
  33. 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, 6 months ago
  34. 4767533 Add datastore-preferences-rxjava2 module so people can build and use Preferences DataStore from java. by rohitsat13 · 3 years, 7 months ago
  35. aba42ee RxDataMigration and RxSharedPreferencesMigration. by rohitsat13 · 3 years, 7 months ago
  36. 0e34cf4 Modify RxDataStoreBuilder constructors to accept required params. by rohitsat13 · 3 years, 7 months ago
  37. dba4986 Re-add androidTests that were removed in aosp/1515784 by rohitsat13 · 3 years, 7 months ago
  38. c23fddb Temporarily removing failing androidTests from rxjava2 package so I can unblock presubmits while I figure out what is wrong. by rohitsat13 · 3 years, 7 months ago
  39. a65952a RxDataStoreBuilder.kt to make constructing DataStores from java easier. by rohitsat13 · 3 years, 7 months ago
  40. 8739fcd RxDataStore.kt, the RxJava wrapper for the core API. by rohitsat13 · 3 years, 7 months ago