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