1. 6e264d1 Merge "Optional: Move produceFile parameter to be the last parameter in the list." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  2. 6d3328f Merge "Make the SharedPreferencesView constructor internal." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  3. 345c0a3 Make the SharedPreferencesView constructor internal. by rohitsat13 · 3 years, 8 months ago
  4. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 3 years, 8 months ago
  5. 92611da Enable double values for Preferences. by rohitsat13 · 3 years, 8 months ago
  6. 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, 8 months ago
  7. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 3 years, 9 months ago
  8. 097c4e8 Merge "Split out datastore and datastore-core modules" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  9. c9bbc6f Split out datastore and datastore-core modules by rohitsat13 · 3 years, 9 months ago
  10. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 3 years, 8 months ago
  11. ad789a0 Fix kotlin explicit API by rohitsat13 · 3 years, 8 months ago
  12. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 8 months ago
  13. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  14. 9f2c621 Merge "Add correct dependencies to sampleapp to stop android studio from complaining" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  15. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 8 months ago
  16. 6ee1f70 Merge "Add toString method for datastore-preferences to make debugging easier" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  17. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  18. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  19. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 9 months ago
  20. 145577b Add correct dependencies to sampleapp to stop android studio from complaining by rohitsat13 · 3 years, 10 months ago
  21. c8ac7c6 Add toString method for datastore-preferences to make debugging easier by rohitsat13 · 3 years, 9 months ago
  22. cc8d1bf Merge "Add mutation checking behavior on datastore-core using hashcode" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  23. 837634c Freeze DataStore Preferences once returned in update transform. by rohitsat13 · 3 years, 9 months ago
  24. cb99abd Add mutation checking behavior on datastore-core using hashcode by rohitsat13 · 3 years, 9 months ago
  25. 6c6881d Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  26. 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 · 3 years, 9 months ago
  27. 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
  28. 60586b2 Merge "Move to the latest Material 1.2.1 release" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  29. 279c9e1 Fix a set of build warnings about migrating to updated checkApi flag system. by Owen Gray · 3 years, 10 months ago
  30. 718c20d Move to the latest Material 1.2.1 release by Kirill Grouchnikov · 3 years, 9 months ago
  31. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 3 years, 10 months ago
  32. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 3 years, 11 months ago
  33. bc09a55 Remove compileSdk 29, boilerplate from datastore sampleapp by Ian Lake · 3 years, 10 months ago
  34. 90b144c Make preferences more like a generic kotlin map. by Rohit Sathyanarayana · 3 years, 10 months ago
  35. 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
  36. 08a8246 Use jarjar on preferences.proto to solve the issue with diamond dependencies on proto_lite runtime. by Rohit Sathyanarayana · 3 years, 10 months ago
  37. 7d4ea6d Make the PreferencesDataStore factory easier to use and make both Factories objects instead of classes. by Rohit Sathyanarayana · 3 years, 10 months ago
  38. 1a70cba Clean up the SharedPreferencesMigration classes. by Rohit Sathyanarayana · 3 years, 11 months ago
  39. 3138183 Use @param instead of param level comments. by Rohit Sathyanarayana · 3 years, 11 months ago
  40. f5ce7eb Merge "Test to java dir" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  41. 7d1f7df Test to java dir by Rohit Sathyanarayana · 3 years, 11 months ago
  42. b18c860 Settings Sample App with DataStore. by Rohit Sathyanarayana · 3 years, 11 months ago
  43. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  44. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  45. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  46. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years ago
  47. 3f3b843 Add test that confirms that transform doesn't cancel datastore's scope. by Rohit Sathyanarayana · 4 years ago
  48. b969c20 Fix documentation on updateData and data to specify when they throw exceptions. by Rohit Sathyanarayana · 4 years ago
  49. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  50. 39bfb58 Remove guava truth dependency from tests. by Rohit Sathyanarayana · 4 years ago
  51. bffebcd Revert "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" by Jeff Gaston · 4 years, 1 month ago
  52. 95fbf56 Actually generate tip of tree docs for DataStore by Nick Anthony · 4 years ago
  53. 6ed3f9b Generate Tip of Tree docs for DataStore by Nick Anthony · 4 years ago
  54. a332454 Remove top level class SharedPreferencesMigration by Rohit Sathyanarayana · 4 years ago
  55. 2462266 Minor Documentation Fixes by Rohit Sathyanarayana · 4 years ago
  56. d1ef7ac Merge "Sample app for datastore. This will be linked in the DataStore readme." into androidx-master-dev by Treehugger Robot · 4 years ago
  57. 8daa17a Sample app for datastore. This will be linked in the DataStore readme. by Rohit Sathyanarayana · 4 years, 1 month ago
  58. f6d4f9b Generic SharedPrefs migration: by Rohit Sathyanarayana · 4 years ago
  59. 7d0219e Fix Synthetic accessor function lint errors on writeData. 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 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. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  65. 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
  66. 4728684 Revert "API lint check for the MissingJvmstatic is enabled for androidx" by Chris Craik · 4 years, 1 month ago
  67. 3a311cc Add fileExtension to DataStore.serializer. by Rohit Sathyanarayana · 4 years, 1 month ago
  68. 52e89fb Pull out InitializerApi, Serializer from DataStore and rename dataFlow to data. by Treehugger Robot · 4 years, 1 month ago
  69. 35eb4e3 Merge "API lint check for the MissingJvmstatic is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  70. 075ea44 Implement PreferencesDataStoreFactory by Rohit Sathyanarayana · 4 years, 1 month ago
  71. ac39cd1 Merge "Update API lint baselines" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  72. 4a2079b Update API lint baselines by Aurimas Liutikas · 4 years, 1 month ago
  73. 94e8445 ProtoSerializer.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  74. 72583b1 API lint check for the MissingJvmstatic is enabled for androidx by Sergey · 4 years, 3 months ago
  75. 04a196e Define PreferencesSerializer.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  76. 0cbaef8 Merge "Fix bug when creating parent directories and ignoring file rename failure." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  77. 29c845f Merge "Implement DataStore.CorruptionHandler" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  78. 870c900 Fix bug when creating parent directories and ignoring file rename failure. by Rohit Sathyanarayana · 4 years, 1 month ago
  79. bf164d8 Merge changes from topic "metalavaupdate" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  80. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 4 years, 1 month ago
  81. a7c59b1 Implement DataStore.CorruptionHandler by Rohit Sathyanarayana · 4 years, 2 months ago
  82. dcd355f Add DataMigration.kt and DataMigrationInitializer.kt to support the public migration API. by Rohit Sathyanarayana · 4 years, 2 months ago
  83. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 4 years, 1 month ago
  84. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 2 months ago
  85. aaef17d Implement DataStore.InitializerApi by Rohit Sathyanarayana · 4 years, 2 months ago
  86. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 2 months ago
  87. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 2 months ago
  88. a7e02ea Define Preferences.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  89. 3c04e1f DataStoreImpl.updateData() by Rohit Sathyanarayana · 4 years, 3 months ago
  90. bba1a40 DataStore.data implementation by Rohit Sathyanarayana · 4 years, 3 months ago
  91. 4f4b79b Add [email protected] to datastore/OWNERS. by Rohit Sathyanarayana · 4 years, 3 months ago
  92. 0537c82 Add Directory Structure for androidx.dataStore by Nick Anthony · 4 years, 4 months ago