1. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  2. 3b63a243 Simplify multiplatform setup and remove separate library type for KMP libraries. by Fred Sladkey · 1 year, 8 months ago
  3. 0443fc7 Merge "Exposed PreferencesSerializer from datastore-preferences-core." into androidx-main by Arkadii Ivanov · 1 year, 8 months ago
  4. d769689 Add back "withJava" to core datastore modules. by paulmalolepsy · 1 year, 8 months ago
  5. d5f6a3a Exposed PreferencesSerializer from datastore-preferences-core. by Arkadii Ivanov · 1 year, 8 months ago
  6. de91b1d Remove java plugin from datastore-kmp by Yigit Boyar · 1 year, 9 months ago
  7. cdcad28 Added @JvmOverloads to factory method. by paulmalolepsy · 1 year, 9 months ago
  8. c5cfbb0 Consolidate similar gradle logic between KMP projects in AndroidX by Dustin Lam · 1 year, 11 months ago
  9. 57e8baa Remove obsolete TODO for PreferencesSerializer. by Yuri Schimke · 1 year, 11 months ago
  10. df860fc Fix unqualified unimported exception in Preferences edit() by Owen Gray · 1 year, 11 months ago
  11. 10d1444b Moved the preferences okio factory to common common. by paulmalolepsy · 1 year, 11 months ago
  12. b22df74 Merge "Move hardcoded library versions into libs.versions.toml" into androidx-main by Treehugger Robot · 2 years ago
  13. 7d1330c Add ios() support to various datastore libs and dependencies and standardise using common platform types. by paulmalolepsy · 2 years ago
  14. f6ce7e3 Move hardcoded library versions into libs.versions.toml by paulmalolepsy · 2 years ago
  15. 17c5c1e datastore-preferences-core converted to multiplatform, using kotlinx.serialization for native targets. by paulmalolepsy · 2 years ago
  16. eb74af3 Move datastore-preferences-core to KMP structure. by paulmalolepsy · 2 years ago
  17. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  18. 6758ae7 Added ByteArray support to DatastorePreferences. by paulmalolepsy · 2 years, 3 months ago
  19. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 6 months ago
  20. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  21. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  22. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  23. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 2 years, 11 months ago
  24. 7091d83 Align Gradle paths to Maven coordinates by Alan Viverette · 3 years ago
  25. d963ecf Migrate protobuf to use version catalogs by Aurimas Liutikas · 3 years ago
  26. a75e3d6 Refactor project paths to match Maven coordinates by Alan Viverette · 3 years ago
  27. 858c4bd Remove generated .java file from datastore-preferences-proto:export task and update DataStore to 1.0.0-rc01 by Rohit Sathyanarayana · 3 years ago
  28. 505f0fe Update versions for release id 1623862800000 by Nick Anthony · 3 years, 1 month ago
  29. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  30. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  31. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  32. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 3 months ago
  33. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 3 months ago
  34. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 4 months ago
  35. dc90c70 Merge "Fix and add some example code in docs." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  36. c9242fd Fix and add some example code in docs. by rohitsat13 · 3 years, 4 months ago
  37. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  38. e494788 Add a toString method to Preferences.Key class. by rohitsat13 · 3 years, 5 months ago
  39. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 5 months ago
  40. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  41. 842f081 Split preferencesKey<T> into individual types, e.g. intPreferencesKey, longPreferencesKey, etc. by rohitsat13 · 3 years, 7 months ago
  42. 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, 7 months ago
  43. 19c1a1d Migrate existing jarjar plugin users to shadow plugin by Aurimas Liutikas · 3 years, 8 months ago
  44. cfc0689 Remove unused AndroidManifest.xml file for datastore-preferences-core by Aurimas Liutikas · 3 years, 8 months ago
  45. d8c8f30 Include datastore-preferences-proto library inside datastore-preferences-core artifact by rohitsat13 · 3 years, 8 months ago
  46. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 3 years, 8 months ago
  47. 92611da Enable double values for Preferences. by rohitsat13 · 3 years, 8 months ago
  48. 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 · 3 years, 9 months ago
  49. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 3 years, 9 months ago