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