[go: nahoru, domu]

  1. 43ee990 Update Metalava hide annotations to include RequiresOptIn by Alan Viverette · 3 years, 4 months ago
  2. 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
  3. b5c3c20 Merge "Update signatures and baselines for metalava update" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  4. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 4 months ago
  5. 1da08fd Create helper functions to generate the name of the files by rohitsat13 · 3 years, 5 months ago
  6. 5fe0a26 RxDataStore property delegates by rohitsat13 · 3 years, 5 months ago
  7. 4bfd8d7 Make Serializer functions suspending by rohitsat13 · 3 years, 5 months ago
  8. c5d2984 Merge "Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  9. dc90c70 Merge "Fix and add some example code in docs." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  10. c9242fd Fix and add some example code in docs. by rohitsat13 · 3 years, 5 months ago
  11. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 5 months ago
  12. ffd6d94 Make the SharedPreferencesMigration keysToMigrate param non-null per API guidance. by rohitsat13 · 3 years, 5 months ago
  13. bd56cad Add SharedPreferencesMigration variant that allows you to inject a SharedPreferences instance and remove the deleteEmptyPreferences option. by rohitsat13 · 3 years, 5 months ago
  14. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  15. f428e68 Merge "Add a better test for checking that all actor values are consumed." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  16. ae265e4 Add a better test for checking that all actor values are consumed. by rohitsat13 · 3 years, 5 months ago
  17. f5617bb Create dataStore property delegate. by rohitsat13 · 3 years, 5 months ago
  18. 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
  19. 379ceff Merge changes from rxjava2 into rxjava3. by rohitsat13 · 3 years, 5 months ago
  20. 9bdb8c2 Make a Disposable RxDataStore class that wraps a DataStore and can be closed. It is important that we maintain the ability to close the DataStore so that we can introduce safeguarding against duplicate instances. by rohitsat13 · 3 years, 5 months ago
  21. 263e7d9 Merge "Update activity, fragment, and lifecycle to stable" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  22. 2bbb6a3 Merge "Add a toString method to Preferences.Key class." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  23. 11a7168 Update activity, fragment, and lifecycle to stable by Jeremy Woods · 3 years, 5 months ago
  24. 8f3c1ae Fix RxDataStoreBuilder docs by rohitsat13 · 3 years, 5 months ago
  25. e494788 Add a toString method to Preferences.Key class. by rohitsat13 · 3 years, 5 months ago
  26. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 5 months ago
  27. 52e2ebc Fix failing api 15 tests for DataStore by adding correct permissions to android manifest by rohitsat13 · 3 years, 5 months ago
  28. 40fa959 Disable the failing datastore stress tests. by rohitsat13 · 3 years, 5 months ago
  29. 2baf1a0 Add additional timeouts to SingleProcessDataStoreStressTest that would help highlight actual failures. by rohitsat13 · 3 years, 5 months ago
  30. 3d5fe18 Add Timeouts to all datastore:datastore-core:test tests by rohitsat13 · 3 years, 5 months ago
  31. 8c0438b Fix Cancellation behavior when caller scope is cancelled. by rohitsat13 · 3 years, 6 months ago
  32. 03fed86 Remove ConflatedBroadcastChannel and replace with StateFlow since ConflatedBroadcastChannel is going to be deprecated and is currently Experimental. by rohitsat13 · 3 years, 6 months ago
  33. e9487ac Merge "Kotlin json sample app" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  34. 3f7c4f6 Remove actor since it is marked obsolete. by rohitsat13 · 3 years, 6 months ago
  35. 2a8e7b0 Kotlin json sample app by rohitsat13 · 3 years, 6 months ago
  36. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  37. 84256ba Transform in caller context by rohitsat13 · 3 years, 8 months ago
  38. 34c88a0 Fix DataStore factory comments which leaves out the fact that the datastore file is created in the datastore/ subdirectory when you use the context constructor. by rohitsat13 · 3 years, 6 months ago
  39. 5ea87b8 Merge "Hide the CorruptionHandler interface. We should probably remove it in a future CL. This should've been internal already." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  40. 431cd63 Added datastore-rxjava3 and datastore-preferences-rxjava3. by rohitsat13 · 3 years, 7 months ago
  41. 4767533 Add datastore-preferences-rxjava2 module so people can build and use Preferences DataStore from java. by rohitsat13 · 3 years, 7 months ago
  42. e27bbe4 Hide the CorruptionHandler interface. We should probably remove it in a future CL. This should've been internal already. by rohitsat13 · 3 years, 6 months ago
  43. 842f081 Split preferencesKey<T> into individual types, e.g. intPreferencesKey, longPreferencesKey, etc. by rohitsat13 · 3 years, 7 months ago
  44. aba42ee RxDataMigration and RxSharedPreferencesMigration. by rohitsat13 · 3 years, 8 months ago
  45. 0e34cf4 Modify RxDataStoreBuilder constructors to accept required params. by rohitsat13 · 3 years, 7 months ago
  46. dba4986 Re-add androidTests that were removed in aosp/1515784 by rohitsat13 · 3 years, 7 months ago
  47. 459685b Merge "Update the DataMigration docs to warn against accessing DataStore directly from inside these functions." into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  48. c23fddb Temporarily removing failing androidTests from rxjava2 package so I can unblock presubmits while I figure out what is wrong. by rohitsat13 · 3 years, 7 months ago
  49. e432d82 Update the DataMigration docs to warn against accessing DataStore directly from inside these functions. by rohitsat13 · 3 years, 7 months ago
  50. 235f8d32 Merge "Added a better exception and documentation so people ensure that there is only a single instance of DataStore per file." into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  51. 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
  52. 490dab9 Merge "Remove kirillg@ and obenabde@ from OWNERS files" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  53. 134e3f6 Remove kirillg@ and obenabde@ from OWNERS files by Aurimas Liutikas · 3 years, 7 months ago
  54. a65952a RxDataStoreBuilder.kt to make constructing DataStores from java easier. by rohitsat13 · 3 years, 8 months ago
  55. 8739fcd RxDataStore.kt, the RxJava wrapper for the core API. by rohitsat13 · 3 years, 8 months ago
  56. 19c1a1d Migrate existing jarjar plugin users to shadow plugin by Aurimas Liutikas · 3 years, 8 months ago
  57. 5b0b408 Merge "Make the Serializer's OutputStream.close() a no-op." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  58. c50b27f Make the Serializer's OutputStream.close() a no-op. by rohitsat13 · 3 years, 8 months ago
  59. cfc0689 Remove unused AndroidManifest.xml file for datastore-preferences-core by Aurimas Liutikas · 3 years, 8 months ago
  60. d8c8f30 Include datastore-preferences-proto library inside datastore-preferences-core artifact by rohitsat13 · 3 years, 8 months ago
  61. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 8 months ago
  62. 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
  63. 6d3328f Merge "Make the SharedPreferencesView constructor internal." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  64. 345c0a3 Make the SharedPreferencesView constructor internal. by rohitsat13 · 3 years, 9 months ago
  65. ea87b7a Optional: Move produceFile parameter to be the last parameter in the list. by rohitsat13 · 3 years, 9 months ago
  66. 92611da Enable double values for Preferences. by rohitsat13 · 3 years, 9 months ago
  67. 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, 9 months ago
  68. f3f7c44 Split out android lib targets for preferences data store by rohitsat13 · 3 years, 9 months ago
  69. 097c4e8 Merge "Split out datastore and datastore-core modules" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  70. c9bbc6f Split out datastore and datastore-core modules by rohitsat13 · 3 years, 9 months ago
  71. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 3 years, 9 months ago
  72. ad789a0 Fix kotlin explicit API by rohitsat13 · 3 years, 9 months ago
  73. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 9 months ago
  74. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  75. 9f2c621 Merge "Add correct dependencies to sampleapp to stop android studio from complaining" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  76. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 9 months ago
  77. 6ee1f70 Merge "Add toString method for datastore-preferences to make debugging easier" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  78. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  79. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  80. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 9 months ago
  81. 145577b Add correct dependencies to sampleapp to stop android studio from complaining by rohitsat13 · 3 years, 11 months ago
  82. c8ac7c6 Add toString method for datastore-preferences to make debugging easier by rohitsat13 · 3 years, 10 months ago
  83. cc8d1bf Merge "Add mutation checking behavior on datastore-core using hashcode" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  84. 837634c Freeze DataStore Preferences once returned in update transform. by rohitsat13 · 3 years, 10 months ago
  85. cb99abd Add mutation checking behavior on datastore-core using hashcode by rohitsat13 · 3 years, 10 months ago
  86. 6c6881d Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  87. 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, 10 months ago
  88. 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, 10 months ago
  89. 60586b2 Merge "Move to the latest Material 1.2.1 release" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  90. 279c9e1 Fix a set of build warnings about migrating to updated checkApi flag system. by Owen Gray · 3 years, 10 months ago
  91. 718c20d Move to the latest Material 1.2.1 release by Kirill Grouchnikov · 3 years, 10 months ago
  92. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 3 years, 10 months ago
  93. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years ago
  94. bc09a55 Remove compileSdk 29, boilerplate from datastore sampleapp by Ian Lake · 3 years, 10 months ago
  95. 90b144c Make preferences more like a generic kotlin map. by Rohit Sathyanarayana · 3 years, 11 months ago
  96. 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
  97. 08a8246 Use jarjar on preferences.proto to solve the issue with diamond dependencies on proto_lite runtime. by Rohit Sathyanarayana · 4 years ago
  98. 7d4ea6d Make the PreferencesDataStore factory easier to use and make both Factories objects instead of classes. by Rohit Sathyanarayana · 3 years, 11 months ago
  99. 1a70cba Clean up the SharedPreferencesMigration classes. by Rohit Sathyanarayana · 4 years ago
  100. 3138183 Use @param instead of param level comments. by Rohit Sathyanarayana · 4 years ago