1. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  2. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 3 months ago
  3. efb057c Fix lint issue in sample app by Andrea Falcone · 2 years, 3 months ago
  4. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  5. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  6. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  7. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  8. 8c32457 Fix serialization signature checking. by Aurimas Liutikas · 2 years, 6 months ago
  9. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 3 years ago
  10. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  11. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  12. ef122cd Remove redundant getDependencyAsString by Aurimas Liutikas · 2 years, 11 months ago
  13. 210f875 Update lint baselines once again. by Aurimas Liutikas · 3 years ago
  14. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  15. 047464b Revert "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"""" by Louis Pullen-Freilich · 3 years ago
  16. fcc574f Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" by Louis Pullen-Freilich · 3 years ago
  17. 6a9b275 Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"" by Louis Pullen-Freilich · 3 years ago
  18. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  19. 59b7cc2 Revert "Updates SampledAnnotationEnforcer to work with partial analysis" by Louis Pullen-Freilich · 3 years, 1 month ago
  20. 5c20253 Updates SampledAnnotationEnforcer to work with partial analysis by Louis Pullen-Freilich · 3 years, 2 months ago
  21. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  22. d963ecf Migrate protobuf to use version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  23. 04ae005 Reenable running lint in androidx-studio-integration by Aurimas Liutikas · 3 years, 3 months ago
  24. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  25. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  26. eba77aa Migrate datastore to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  27. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  28. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  29. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 7 months ago
  30. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  31. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 7 months ago
  32. 11a7168 Update activity, fragment, and lifecycle to stable by Jeremy Woods · 3 years, 7 months ago
  33. 2a8e7b0 Kotlin json sample app by rohitsat13 · 3 years, 8 months ago
  34. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  35. 842f081 Split preferencesKey<T> into individual types, e.g. intPreferencesKey, longPreferencesKey, etc. by rohitsat13 · 3 years, 9 months ago
  36. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  37. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 4 years ago
  38. 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 · 4 years ago
  39. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 4 years ago
  40. 097c4e8 Merge "Split out datastore and datastore-core modules" into androidx-master-dev by Treehugger Robot · 4 years ago
  41. c9bbc6f Split out datastore and datastore-core modules by rohitsat13 · 4 years ago
  42. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 4 years ago
  43. 145577b Add correct dependencies to sampleapp to stop android studio from complaining by rohitsat13 · 4 years, 1 month ago
  44. 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
  45. 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
  46. 718c20d Move to the latest Material 1.2.1 release by Kirill Grouchnikov · 4 years ago
  47. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  48. bc09a55 Remove compileSdk 29, boilerplate from datastore sampleapp by Ian Lake · 4 years, 1 month ago
  49. 90b144c Make preferences more like a generic kotlin map. by Rohit Sathyanarayana · 4 years, 1 month ago
  50. 7d4ea6d Make the PreferencesDataStore factory easier to use and make both Factories objects instead of classes. by Rohit Sathyanarayana · 4 years, 1 month ago
  51. b18c860 Settings Sample App with DataStore. by Rohit Sathyanarayana · 4 years, 2 months ago
  52. 8daa17a Sample app for datastore. This will be linked in the DataStore readme. by Rohit Sathyanarayana · 4 years, 4 months ago