1. 3ba80bd Merge "MultiProcDataStore confirms the data is still corrupted before overriding Test: ./gradlew :datastore:datastore-multiprocess:connectedAndroidTest Bug: b/241286493" into androidx-main by Zhiyuan Wang · 2 years ago
  2. 3acffbf MultiProcDataStore confirms the data is still corrupted before overriding by Zhiyuan Wang · 2 years ago
  3. 64cbe867 Update lint baselines by Tiem Song · 2 years ago
  4. 09b6953 Merge "New projects for ConstraintLayout Core, ConstraintLayout, and Compose" into androidx-main by John Hoford · 2 years ago
  5. 3c6ed48 New projects for ConstraintLayout Core, ConstraintLayout, and Compose by Shane · 2 years, 2 months ago
  6. dc5b56a Merge "Swap decrementAndGet with getAndDecrement" into androidx-main by Treehugger Robot · 2 years ago
  7. c43e685 Merge "Change android datastore to use OkioStorage." into androidx-main by Paul Malolepsy · 2 years ago
  8. b7b85e4 Merge "Changed made related to API council feedback." into androidx-main by Paul Malolepsy · 2 years ago
  9. 7cfa548 Disable flaking test by Aurimas Liutikas · 2 years ago
  10. 53516dc Change android datastore to use OkioStorage. by paulmalolepsy · 2 years, 1 month ago
  11. 1ea2584 Changed made related to API council feedback. by paulmalolepsy · 2 years, 2 months ago
  12. 25d5892 Swap decrementAndGet with getAndDecrement by Rohit Sathyanarayana · 2 years ago
  13. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  14. f70d515 Merge "Add MultiProcessDataStoreFactory class to create MPDS instances Test: ./gradlew :datastore:datastore-multiprocess:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=androidx.datastore.multiprocess.MultiProcessDataStoreFactoryTest Relnote: Add MultiProcessDataStoreFactory to 'datastore:multiprocess'." into androidx-main by Zhiyuan Wang · 2 years, 1 month ago
  15. 03137a0 Add MultiProcessDataStoreFactory class to create MPDS instances by Zhiyuan Wang · 2 years, 1 month ago
  16. dc5bf96 Annotate flaky tests by Ember Rose · 2 years, 1 month ago
  17. c5cfbb0 Consolidate similar gradle logic between KMP projects in AndroidX by Dustin Lam · 2 years, 1 month ago
  18. c32e0ec Merge "Remove obsolete TODO for PreferencesSerializer." into androidx-main by Yuri Schimke · 2 years, 1 month ago
  19. f19655f Fix test flakiness for MultiProcessDataStoreMultiProcessTest by Zhiyuan Wang · 2 years, 1 month ago
  20. f2d4a66 Merge "Revert "Revert "Add multi-process testing for MultiProcessDataStore""" into androidx-main by Zhiyuan Wang · 2 years, 1 month ago
  21. 480fc04 Revert "Revert "Add multi-process testing for MultiProcessDataStore"" by Zhiyuan Wang · 2 years, 1 month ago
  22. c372fbc Merge "Revert "Add multi-process testing for MultiProcessDataStore"" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  23. 1e84fd5 Revert "Add multi-process testing for MultiProcessDataStore" by Aurimas Liutikas · 2 years, 1 month ago
  24. 57e8baa Remove obsolete TODO for PreferencesSerializer. by Yuri Schimke · 2 years, 1 month ago
  25. 9e3573a Merge "Add multi-process testing for MultiProcessDataStore Test: ./gradlew :datastore:datastore-multiprocess:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=androidx.datastore.multiprocess.MultiProcessDataStoreMultiProcessTest" into androidx-main by Zhiyuan Wang · 2 years, 1 month ago
  26. d9045a5 Merge "Implement MultiProcessDataStore with FileObserver Test: ./gradlew :datastore:datastore-multiprocess:connectedAndroidTest" into androidx-main by Zhiyuan Wang · 2 years, 1 month ago
  27. f1a6709 Add multi-process testing for MultiProcessDataStore by Zhiyuan Wang · 2 years, 5 months ago
  28. b841c22 Implement MultiProcessDataStore with FileObserver by Zhiyuan Wang · 2 years, 3 months ago
  29. df860fc Fix unqualified unimported exception in Preferences edit() by Owen Gray · 2 years, 2 months ago
  30. 10d1444b Moved the preferences okio factory to common common. by paulmalolepsy · 2 years, 2 months ago
  31. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 2 months ago
  32. b22df74 Merge "Move hardcoded library versions into libs.versions.toml" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  33. 7d1330c Add ios() support to various datastore libs and dependencies and standardise using common platform types. by paulmalolepsy · 2 years, 2 months ago
  34. f6ce7e3 Move hardcoded library versions into libs.versions.toml by paulmalolepsy · 2 years, 2 months ago
  35. a399b41 Merge changes from topic "ds-pref" into androidx-main by Paul Malolepsy · 2 years, 2 months ago
  36. 17c5c1e datastore-preferences-core converted to multiplatform, using kotlinx.serialization for native targets. by paulmalolepsy · 2 years, 2 months ago
  37. eb74af3 Move datastore-preferences-core to KMP structure. by paulmalolepsy · 2 years, 2 months ago
  38. 70ab782 Merge "Add optional enableMlock parameter to SharedCounter and differentiate native methods Test: ./gradlew :datastore:datastore-multiprocess:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=androidx.datastore.multiprocess.SharedCounterTest" into androidx-main by Zhiyuan Wang · 2 years, 2 months ago
  39. 12f0f4c Add optional enableMlock parameter to SharedCounter and differentiate native methods by Zhiyuan Wang · 2 years, 2 months ago
  40. 59757c5 Remove overrides for 'publish' and 'runApiTasks' in datastore-core-okio by Fred Sladkey · 2 years, 3 months ago
  41. aee00da Only allow single publish setting for KMP libraries and publish all declared targets when publish is configured by Fred Sladkey · 2 years, 2 months ago
  42. aec04f9 Consolidate datastore test utils in the new internal-testutils-datastore module. by paulmalolepsy · 2 years, 2 months ago
  43. 728694f Merge "Migrate OkioStorageTest to internal kruth" into androidx-main by Dustin Lam · 2 years, 2 months ago
  44. c348c4c Migrate OkioStorageTest to internal kruth by Adetunji Dahunsi · 2 years, 3 months ago
  45. b50d023 SingleProcessDataStore converted to using Storage. by paulmalolepsy · 2 years, 3 months ago
  46. 2f7b23aa Removed locking from storage until we need it for multiproc. by paulmalolepsy · 2 years, 3 months ago
  47. 5d6e160 Add androidXMultiplatform configuration block to wrap kmp configuration and only add enabled targets. by Fred Sladkey · 2 years, 3 months ago
  48. 105b3cc Merge "Setup internal-testutils module for datastore" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  49. 6bf97e2 Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  50. c2e42f3 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  51. f79179d Copy datastore-core definitions to datastore-multiprocess and placehold for MultiProcessDataStore by Zhiyuan Wang · 2 years, 3 months ago
  52. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 3 months ago
  53. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years, 3 months ago
  54. efb057c Fix lint issue in sample app by Andrea Falcone · 2 years, 3 months ago
  55. 717dbef8 Enable publishing for mac targets by Yigit Boyar · 2 years, 3 months ago
  56. 0480d90 Merge "Add a flag for enabling/disabling specific KMP platforms and reworking existing uses of single platform flags to use it." into androidx-main by Fred Sladkey · 2 years, 3 months ago
  57. 9dffc37 Merge "Upgrade to metalava from ab/8670428" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  58. bd43981 Add a flag for enabling/disabling specific KMP platforms and reworking existing uses of single platform flags to use it. by Fred Sladkey · 2 years, 4 months ago
  59. f56f2f5 Revert "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType."" by Fred Sladkey · 2 years, 3 months ago
  60. 03b4678 Revert "Add sub extension for configuring multiplatform publish settings to LibraryType." by Fred Sladkey · 2 years, 3 months ago
  61. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years, 3 months ago
  62. 80efbeb Add sub extension for configuring multiplatform publish settings to LibraryType. by Fred Sladkey · 2 years, 4 months ago
  63. 6ed9510 KMP Build CI Setup by Yigit Boyar · 2 years, 4 months ago
  64. 0656ab2 Merge "Add a new KMP StudioType" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  65. f08b9a0 Add a new KMP StudioType by Yigit Boyar · 2 years, 4 months ago
  66. ee6a9cb Remove unused sourceset by Yigit Boyar · 2 years, 4 months ago
  67. 0671506 Add Kruth declarations required for commonizing datastore-core tests by Dustin Lam · 2 years, 4 months ago
  68. 7da2dc3 Move the datastore-core jvm files to common that required little to no changes. by paulmalolepsy · 2 years, 4 months ago
  69. c9e26f0 OKIO implementation of the Storage interface. by paulmalolepsy · 2 years, 4 months ago
  70. 6e5ffaf Storage interface for encapsulating serialization and persistence in the DataStore. by paulmalolepsy · 2 years, 4 months ago
  71. 745edf9 Setup internal-testutils module for datastore by Dustin Lam · 2 years, 4 months ago
  72. 6539985 Setup module for KMP testutils by Dustin Lam · 2 years, 4 months ago
  73. d255151 Adding myself to datastore owners as I am now the androidx owner (per yboyar@) and will be making frequent changes. by paulmalolepsy · 2 years, 4 months ago
  74. eee0ea1 Bump datastore-core to androidx.annotation:1.3.0 by Dustin Lam · 2 years, 4 months ago
  75. ecf0f2a Merge "Convert datastore-core to a KMP project" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  76. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  77. b4a2ac8 Convert datastore-core to a KMP project by Dustin Lam · 2 years, 4 months ago
  78. 80958c5 Include only proper items to exported jars by Aurimas Liutikas · 2 years, 4 months ago
  79. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 5 months ago
  80. 42ef4e4 Merge "Update to AGP 7.3.0-alpha08" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
  81. 2ab42bf5 Merge "Baseline for metalava update" into androidx-main by Sam Gilbert · 2 years, 5 months ago
  82. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 2 years, 5 months ago
  83. 19d16da [GH] Download cmake 3.22.1 onto build machines by Yigit Boyar · 2 years, 5 months ago
  84. f0d4eb3 [GH] temporarily disable datastore-multiprocess in github by Yigit Boyar · 2 years, 5 months ago
  85. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 5 months ago
  86. 2c55c41 Init implementation for shared_counter and jni in datastore-multiprocess by Zhiyuan Wang · 2 years, 6 months ago
  87. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  88. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 6 months ago
  89. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  90. 93e5695 Merge "Deprecate runBlockingTest in datastore-core DataMigrationInitializerTest Test: ./gradlew :datastore:datastore-core:test Bug: b/220884145" into androidx-main by Zhiyuan Wang · 2 years, 6 months ago
  91. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 6 months ago
  92. 7361f3f Deprecate runBlockingTest in datastore-core DataMigrationInitializerTest by Zhiyuan Wang · 2 years, 6 months ago
  93. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 6 months ago
  94. 44789e4 Had to directly depend on compose projectOrArtifacts to be sure the project could compile. by paulmalolepsy · 2 years, 6 months ago
  95. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  96. 8b0ee4b Merge "Added ByteArray support to DatastorePreferences." into androidx-main by Paul Malolepsy · 2 years, 6 months ago
  97. 7dfe863 Removed hardcoded compose version in build.gradle. by paulmalolepsy · 2 years, 6 months ago
  98. 6758ae7 Added ByteArray support to DatastorePreferences. by paulmalolepsy · 2 years, 6 months ago
  99. 0800b0a Merge "Datastore sample app that uses a compose UI." into androidx-main by Paul Malolepsy · 2 years, 6 months ago
  100. b10822f Datastore sample app that uses a compose UI. by paulmalolepsy · 2 years, 6 months ago