1. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  2. 2443e56 Ignore tests that are failing in post submit by Andrea Falcone · 3 years, 5 months ago
  3. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 5 months ago
  4. 5d4c6fe Merge "Fix thisref->apllicationContext in DataStoreDelegate.kt" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  5. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 6 months ago
  6. 851a268 Fix thisref->apllicationContext in DataStoreDelegate.kt by rohitsat13 · 3 years, 5 months ago
  7. 44a6580 Fix context leak in datastore delegates by only passing application context reference to the produce file callbacks. by rohitsat13 · 3 years, 5 months ago
  8. e9a5039 Remove unecessary @JvmOverloads from methods that are kotlin only. by rohitsat13 · 3 years, 6 months ago
  9. 33789b5 Fix flaky rx "testTake3" test that expects to see every possible value. by rohitsat13 · 3 years, 7 months ago
  10. ccec63c Fix flaky simple actor test. If the actor started processing a value we time out bc we never process the msg. by rohitsat13 · 3 years, 8 months ago
  11. 43ee990 Update Metalava hide annotations to include RequiresOptIn by Alan Viverette · 3 years, 7 months ago
  12. 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
  13. b5c3c20 Merge "Update signatures and baselines for metalava update" into androidx-main by Aurimas Liutikas · 3 years, 7 months ago
  14. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 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. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 7 months ago
  18. c5d2984 Merge "Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  19. dc90c70 Merge "Fix and add some example code in docs." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  20. c9242fd Fix and add some example code in docs. by rohitsat13 · 3 years, 7 months ago
  21. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 7 months ago
  22. ffd6d94 Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance. by rohitsat13 · 3 years, 7 months ago
  23. bd56cad Add SharedPreferencesMigration variant that allows you to inject a SharedPreferences instance and remove the deleteEmptyPreferences option. by rohitsat13 · 3 years, 7 months ago
  24. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  25. f428e68 Merge "Add a better test for checking that all actor values are consumed." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  26. ae265e4 Add a better test for checking that all actor values are consumed. by rohitsat13 · 3 years, 8 months ago
  27. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 7 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, 8 months ago
  29. 379ceff Merge changes from rxjava2 into rxjava3. by rohitsat13 · 3 years, 7 months ago
  30. 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, 7 months ago
  31. 263e7d9 Merge "Update activity, fragment, and lifecycle to stable" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  32. 2bbb6a3 Merge "Add a toString method to Preferences.Key class." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  33. 11a7168 Update activity, fragment, and lifecycle to stable by Jeremy Woods · 3 years, 7 months ago
  34. 8f3c1ae Fix RxDataStoreBuilder docs by rohitsat13 · 3 years, 7 months ago
  35. e494788 Add a toString method to Preferences.Key class. by rohitsat13 · 3 years, 7 months ago
  36. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 8 months ago
  37. 52e2ebc Fix failing api 15 tests for DataStore by adding correct permissions to android manifest by rohitsat13 · 3 years, 8 months ago
  38. 40fa959 Disable the failing datastore stress tests. by rohitsat13 · 3 years, 8 months ago
  39. 2baf1a0 Add additional timeouts to SingleProcessDataStoreStressTest that would help highlight actual failures. by rohitsat13 · 3 years, 8 months ago
  40. 3d5fe18 Add Timeouts to all datastore:datastore-core:test tests by rohitsat13 · 3 years, 8 months ago
  41. 8c0438b Fix Cancellation behavior when caller scope is cancelled. by rohitsat13 · 3 years, 8 months ago
  42. 03fed86 Remove ConflatedBroadcastChannel and replace with StateFlow since ConflatedBroadcastChannel is going to be deprecated and is currently Experimental. by rohitsat13 · 3 years, 8 months ago
  43. e9487ac Merge "Kotlin json sample app" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  44. 3f7c4f6 Remove actor since it is marked obsolete. by rohitsat13 · 3 years, 8 months ago
  45. 2a8e7b0 Kotlin json sample app by rohitsat13 · 3 years, 8 months ago
  46. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  47. 84256ba Transform in caller context by rohitsat13 · 3 years, 11 months ago
  48. 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, 8 months ago
  49. 5ea87b8 Merge "Hide the CorruptionHandler interface. We should probably remove it in a future CL. This should've been internal already." into androidx-main by Treehugger Robot · 3 years, 9 months ago
  50. 431cd63 Added datastore-rxjava3 and datastore-preferences-rxjava3. by rohitsat13 · 3 years, 9 months ago
  51. 4767533 Add datastore-preferences-rxjava2 module so people can build and use Preferences DataStore from java. by rohitsat13 · 3 years, 10 months ago
  52. e27bbe4 Hide the CorruptionHandler interface. We should probably remove it in a future CL. This should've been internal already. by rohitsat13 · 3 years, 9 months ago
  53. 842f081 Split preferencesKey<T> into individual types, e.g. intPreferencesKey, longPreferencesKey, etc. by rohitsat13 · 3 years, 9 months ago
  54. aba42ee RxDataMigration and RxSharedPreferencesMigration. by rohitsat13 · 3 years, 10 months ago
  55. 0e34cf4 Modify RxDataStoreBuilder constructors to accept required params. by rohitsat13 · 3 years, 10 months ago
  56. dba4986 Re-add androidTests that were removed in aosp/1515784 by rohitsat13 · 3 years, 10 months ago
  57. 459685b Merge "Update the DataMigration docs to warn against accessing DataStore directly from inside these functions." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  58. c23fddb Temporarily removing failing androidTests from rxjava2 package so I can unblock presubmits while I figure out what is wrong. by rohitsat13 · 3 years, 10 months ago
  59. e432d82 Update the DataMigration docs to warn against accessing DataStore directly from inside these functions. by rohitsat13 · 3 years, 10 months ago
  60. 235f8d32 Merge "Added a better exception and documentation so people ensure that there is only a single instance of DataStore per file." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  61. ed6cbe1 Added a better exception and documentation so people ensure that there is only a single instance of DataStore per file. by rohitsat13 · 3 years, 10 months ago
  62. 490dab9 Merge "Remove kirillg@ and obenabde@ from OWNERS files" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  63. 134e3f6 Remove kirillg@ and obenabde@ from OWNERS files by Aurimas Liutikas · 3 years, 10 months ago
  64. a65952a RxDataStoreBuilder.kt to make constructing DataStores from java easier. by rohitsat13 · 3 years, 10 months ago
  65. 8739fcd RxDataStore.kt, the RxJava wrapper for the core API. by rohitsat13 · 3 years, 10 months ago
  66. 19c1a1d Migrate existing jarjar plugin users to shadow plugin by Aurimas Liutikas · 3 years, 10 months ago
  67. 5b0b408 Merge "Make the Serializer's OutputStream.close() a no-op." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  68. c50b27f Make the Serializer's OutputStream.close() a no-op. by rohitsat13 · 3 years, 10 months ago
  69. cfc0689 Remove unused AndroidManifest.xml file for datastore-preferences-core by Aurimas Liutikas · 3 years, 10 months ago
  70. d8c8f30 Include datastore-preferences-proto library inside datastore-preferences-core artifact by rohitsat13 · 3 years, 10 months ago
  71. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  72. 6e264d1 Merge "Optional: Move produceFile parameter to be the last parameter in the list." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  73. 6d3328f Merge "Make the SharedPreferencesView constructor internal." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  74. 345c0a3 Make the SharedPreferencesView constructor internal. by rohitsat13 · 3 years, 11 months ago
  75. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 3 years, 11 months ago
  76. 92611da Enable double values for Preferences. by rohitsat13 · 4 years ago
  77. 5fb44b2 Add a defaultValue val to the Serializer interface to make implementing Serializers easier and clearer and add a check to make sure that the user does not close the output stream from writeTo. by rohitsat13 · 4 years ago
  78. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 4 years ago
  79. 097c4e8 Merge "Split out datastore and datastore-core modules" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  80. c9bbc6f Split out datastore and datastore-core modules by rohitsat13 · 4 years ago
  81. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 4 years ago
  82. ad789a0 Fix kotlin explicit API by rohitsat13 · 4 years ago
  83. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  84. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  85. 9f2c621 Merge "Add correct dependencies to sampleapp to stop android studio from complaining" into androidx-master-dev by Treehugger Robot · 4 years ago
  86. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  87. 6ee1f70 Merge "Add toString method for datastore-preferences to make debugging easier" into androidx-master-dev by Treehugger Robot · 4 years ago
  88. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  89. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  90. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 4 years ago
  91. 145577b Add correct dependencies to sampleapp to stop android studio from complaining by rohitsat13 · 4 years, 1 month ago
  92. c8ac7c6 Add toString method for datastore-preferences to make debugging easier by rohitsat13 · 4 years ago
  93. cc8d1bf Merge "Add mutation checking behavior on datastore-core using hashcode" into androidx-master-dev by Treehugger Robot · 4 years ago
  94. 837634c Freeze DataStore Preferences once returned in update transform. by rohitsat13 · 4 years ago
  95. cb99abd Add mutation checking behavior on datastore-core using hashcode by rohitsat13 · 4 years ago
  96. 6c6881d Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  97. 0d9fc4f Merge "Fix the crash with DataStore R8. I think this is happening because protobuf-lite uses reflection and r8 thinks the fields are unused." into androidx-master-dev by Treehugger Robot · 4 years ago
  98. ba35258 Fix the crash with DataStore R8. I think this is happening because protobuf-lite uses reflection and r8 thinks the fields are unused. by rohitsat13 · 4 years ago
  99. 60586b2 Merge "Move to the latest Material 1.2.1 release" into androidx-master-dev by Treehugger Robot · 4 years ago
  100. 279c9e1 Fix a set of build warnings about migrating to updated checkApi flag system. by Owen Gray · 4 years ago