1. 67e3e71 Merge "Datastore preferences converted to KMP library." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  2. 3d13350 Datastore preferences converted to KMP library. by paulmalolepsy · 1 year, 7 months ago
  3. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  4. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  5. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 6 months ago
  6. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  7. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  8. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  9. 505f0fe Update versions for release id 1623862800000 by Nick Anthony · 3 years ago
  10. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  11. b714832 Fix broken test due to changed SP behavior. by Rohit Sathyanarayana · 3 years, 1 month ago
  12. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  13. 7b89540 Remove unused jarjar plugin. by Aurimas Liutikas · 3 years, 2 months ago
  14. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  15. 2443e56 Ignore tests that are failing in post submit by Andrea Falcone · 3 years, 2 months ago
  16. c56de91 Update versions for release id 1619024400000 by Nick Anthony · 3 years, 2 months ago
  17. a9fc553 Bump datastore to beta by rohitsat13 · 3 years, 3 months ago
  18. 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
  19. e9a5039 Remove unecessary @JvmOverloads from methods that are kotlin only. by rohitsat13 · 3 years, 3 months ago
  20. 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
  21. 1da08fd Create helper functions to generate the name of the files 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. dc90c70 Merge "Fix and add some example code in docs." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  24. c9242fd Fix and add some example code in docs. by rohitsat13 · 3 years, 4 months ago
  25. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 4 months ago
  26. ffd6d94 Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance. by rohitsat13 · 3 years, 4 months ago
  27. bd56cad Add SharedPreferencesMigration variant that allows you to inject a SharedPreferences instance and remove the deleteEmptyPreferences option. by rohitsat13 · 3 years, 4 months ago
  28. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  29. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 4 months ago
  30. 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
  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. 842f081 Split preferencesKey<T> into individual types, e.g. intPreferencesKey, longPreferencesKey, etc. by rohitsat13 · 3 years, 6 months ago
  34. 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
  35. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 3 years, 8 months ago
  36. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 3 years, 9 months ago
  37. c9bbc6f Split out datastore and datastore-core modules by rohitsat13 · 3 years, 9 months ago
  38. ad789a0 Fix kotlin explicit API by rohitsat13 · 3 years, 8 months ago
  39. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 9 months ago
  40. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  41. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 9 months ago
  42. 6ee1f70 Merge "Add toString method for datastore-preferences to make debugging easier" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  43. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  44. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  45. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 9 months ago
  46. c8ac7c6 Add toString method for datastore-preferences to make debugging easier by rohitsat13 · 3 years, 9 months ago
  47. 837634c Freeze DataStore Preferences once returned in update transform. by rohitsat13 · 3 years, 9 months ago
  48. 6c6881d Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  49. 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 · 3 years, 9 months ago
  50. 90b144c Make preferences more like a generic kotlin map. by Rohit Sathyanarayana · 3 years, 11 months ago
  51. 63a5be4 Merge "Use jarjar on preferences.proto to solve the issue with diamond dependencies on proto_lite runtime." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  52. 08a8246 Use jarjar on preferences.proto to solve the issue with diamond dependencies on proto_lite runtime. by Rohit Sathyanarayana · 3 years, 11 months ago
  53. 7d4ea6d Make the PreferencesDataStore factory easier to use and make both Factories objects instead of classes. by Rohit Sathyanarayana · 3 years, 10 months ago
  54. 1a70cba Clean up the SharedPreferencesMigration classes. by Rohit Sathyanarayana · 3 years, 11 months ago
  55. 3138183 Use @param instead of param level comments. by Rohit Sathyanarayana · 3 years, 11 months ago
  56. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  57. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  58. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  59. 39bfb58 Remove guava truth dependency from tests. by Rohit Sathyanarayana · 4 years ago
  60. bffebcd Revert "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" by Jeff Gaston · 4 years, 1 month ago
  61. 95fbf56 Actually generate tip of tree docs for DataStore by Nick Anthony · 4 years ago
  62. 6ed3f9b Generate Tip of Tree docs for DataStore by Nick Anthony · 4 years ago
  63. a332454 Remove top level class SharedPreferencesMigration by Rohit Sathyanarayana · 4 years ago
  64. 2462266 Minor Documentation Fixes by Rohit Sathyanarayana · 4 years ago
  65. f6d4f9b Generic SharedPrefs migration: by Rohit Sathyanarayana · 4 years ago
  66. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years ago
  67. 142c811 Make DataStoreFactory which accepts a serializer and make some classes internal. by Rohit Sathyanarayana · 4 years ago
  68. 5ae8904 Implement Shared Preferences Migration by Rohit Sathyanarayana · 4 years, 2 months ago
  69. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 3 months ago
  70. 038a870 Merge "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" into androidx-master-dev by Chris Craik · 4 years, 1 month ago
  71. 4728684 Revert "API lint check for the MissingJvmstatic is enabled for androidx" by Chris Craik · 4 years, 1 month ago
  72. 3a311cc Add fileExtension to DataStore.serializer. by Rohit Sathyanarayana · 4 years, 2 months ago
  73. 52e89fb Pull out InitializerApi, Serializer from DataStore and rename dataFlow to data. by Treehugger Robot · 4 years, 1 month ago
  74. 35eb4e3 Merge "API lint check for the MissingJvmstatic is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  75. 075ea44 Implement PreferencesDataStoreFactory by Rohit Sathyanarayana · 4 years, 2 months ago
  76. 72583b1 API lint check for the MissingJvmstatic is enabled for androidx by Sergey · 4 years, 3 months ago
  77. 04a196e Define PreferencesSerializer.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  78. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 4 years, 2 months ago
  79. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 2 months ago
  80. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 2 months ago
  81. a7e02ea Define Preferences.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  82. 0537c82 Add Directory Structure for androidx.dataStore by Nick Anthony · 4 years, 4 months ago