1. 90b144c Make preferences more like a generic kotlin map. by Rohit Sathyanarayana · 3 years, 10 months ago
  2. 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
  3. 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
  4. 7d4ea6d Make the PreferencesDataStore factory easier to use and make both Factories objects instead of classes. by Rohit Sathyanarayana · 3 years, 10 months ago
  5. 1a70cba Clean up the SharedPreferencesMigration classes. by Rohit Sathyanarayana · 3 years, 11 months ago
  6. 3138183 Use @param instead of param level comments. by Rohit Sathyanarayana · 3 years, 11 months ago
  7. f5ce7eb Merge "Test to java dir" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  8. 7d1f7df Test to java dir by Rohit Sathyanarayana · 3 years, 11 months ago
  9. b18c860 Settings Sample App with DataStore. by Rohit Sathyanarayana · 3 years, 11 months ago
  10. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  11. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  12. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  13. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years ago
  14. 3f3b843 Add test that confirms that transform doesn't cancel datastore's scope. by Rohit Sathyanarayana · 4 years ago
  15. b969c20 Fix documentation on updateData and data to specify when they throw exceptions. by Rohit Sathyanarayana · 4 years ago
  16. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  17. 39bfb58 Remove guava truth dependency from tests. by Rohit Sathyanarayana · 4 years ago
  18. bffebcd Revert "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" by Jeff Gaston · 4 years, 1 month ago
  19. 95fbf56 Actually generate tip of tree docs for DataStore by Nick Anthony · 4 years ago
  20. 6ed3f9b Generate Tip of Tree docs for DataStore by Nick Anthony · 4 years ago
  21. a332454 Remove top level class SharedPreferencesMigration by Rohit Sathyanarayana · 4 years ago
  22. 2462266 Minor Documentation Fixes by Rohit Sathyanarayana · 4 years ago
  23. d1ef7ac Merge "Sample app for datastore. This will be linked in the DataStore readme." into androidx-master-dev by Treehugger Robot · 4 years ago
  24. 8daa17a Sample app for datastore. This will be linked in the DataStore readme. by Rohit Sathyanarayana · 4 years, 1 month ago
  25. f6d4f9b Generic SharedPrefs migration: by Rohit Sathyanarayana · 4 years ago
  26. 7d0219e Fix Synthetic accessor function lint errors on writeData. by Rohit Sathyanarayana · 4 years ago
  27. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years ago
  28. 142c811 Make DataStoreFactory which accepts a serializer and make some classes internal. by Rohit Sathyanarayana · 4 years ago
  29. 5ae8904 Implement Shared Preferences Migration by Rohit Sathyanarayana · 4 years, 2 months ago
  30. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 3 months ago
  31. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  32. 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
  33. 4728684 Revert "API lint check for the MissingJvmstatic is enabled for androidx" by Chris Craik · 4 years, 1 month ago
  34. 3a311cc Add fileExtension to DataStore.serializer. by Rohit Sathyanarayana · 4 years, 1 month ago
  35. 52e89fb Pull out InitializerApi, Serializer from DataStore and rename dataFlow to data. by Treehugger Robot · 4 years, 1 month ago
  36. 35eb4e3 Merge "API lint check for the MissingJvmstatic is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  37. 075ea44 Implement PreferencesDataStoreFactory by Rohit Sathyanarayana · 4 years, 1 month ago
  38. ac39cd1 Merge "Update API lint baselines" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  39. 4a2079b Update API lint baselines by Aurimas Liutikas · 4 years, 1 month ago
  40. 94e8445 ProtoSerializer.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  41. 72583b1 API lint check for the MissingJvmstatic is enabled for androidx by Sergey · 4 years, 3 months ago
  42. 04a196e Define PreferencesSerializer.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  43. 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
  44. 29c845f Merge "Implement DataStore.CorruptionHandler" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  45. 870c900 Fix bug when creating parent directories and ignoring file rename failure. by Rohit Sathyanarayana · 4 years, 1 month ago
  46. bf164d8 Merge changes from topic "metalavaupdate" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  47. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 4 years, 1 month ago
  48. a7c59b1 Implement DataStore.CorruptionHandler by Rohit Sathyanarayana · 4 years, 2 months ago
  49. dcd355f Add DataMigration.kt and DataMigrationInitializer.kt to support the public migration API. by Rohit Sathyanarayana · 4 years, 2 months ago
  50. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 4 years, 1 month ago
  51. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 2 months ago
  52. aaef17d Implement DataStore.InitializerApi by Rohit Sathyanarayana · 4 years, 2 months ago
  53. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 2 months ago
  54. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 2 months ago
  55. a7e02ea Define Preferences.kt by Rohit Sathyanarayana · 4 years, 2 months ago
  56. 3c04e1f DataStoreImpl.updateData() by Rohit Sathyanarayana · 4 years, 3 months ago
  57. bba1a40 DataStore.data implementation by Rohit Sathyanarayana · 4 years, 3 months ago
  58. 4f4b79b Add [email protected] to datastore/OWNERS. by Rohit Sathyanarayana · 4 years, 3 months ago
  59. 0537c82 Add Directory Structure for androidx.dataStore by Nick Anthony · 4 years, 4 months ago