[go: nahoru, domu]

  1. 859f45b Add exponential backoff to MultiProcessCoordinator fileLock to mitigate Linux false alarm on "Resource deadlock would occur" error by Zhiyuan Wang · 3 months ago
  2. 6dd3f37 Add test to reproduce "Resource deadlock would occur" in multi process DataStores by Zhiyuan Wang · 3 months ago
  3. 61326be Merge "Emit from file observer when the connection is established" into androidx-main by Yigit Boyar · 4 months ago
  4. 9400223 Emit from file observer when the connection is established by Yigit Boyar · 4 months ago
  5. d64cfb5 Fix datastore performance regression for update_withoutValueChange by Zhiyuan Wang · 4 months ago
  6. 638a8d3 Merge "DataStore handles CorruptionException for all reads and writes." into androidx-main by Zhiyuan Wang · 4 months ago
  7. 70085fe DataStore handles CorruptionException for all reads and writes. by Zhiyuan Wang · 4 months ago
  8. b815b40 Merge "Use java.nio.File move for JVM and java.io.File rename for Android" into androidx-main by Zhiyuan Wang · 4 months ago
  9. 900d284 Use java.nio.File move for JVM and java.io.File rename for Android by Zhiyuan Wang · 4 months ago
  10. 28a145f Merge "Bump DataStore version to 1.1.0-beta02" into androidx-main by Zhiyuan Wang · 4 months ago
  11. 46dbd47 Merge "Add tests to verify that CorruptionException is not properly handled after DataStore's first disk read. If the internal state is [ReadException], it will not recover for the rest of the lifecycle." into androidx-main by Zhiyuan Wang · 4 months ago
  12. 7cbb9ce Bump DataStore version to 1.1.0-beta02 by Zhiyuan Wang · 4 months ago
  13. 383a67d Add tests to verify that CorruptionException is not properly handled after DataStore's first disk read. If the internal state is [ReadException], it will not recover for the rest of the lifecycle. by Zhiyuan Wang · 4 months ago
  14. e129a8e Merge "Datastore benchmark improvements" into androidx-main by Treehugger Robot · 4 months ago
  15. 7202dbf Datastore benchmark improvements by Yigit Boyar · 4 months ago
  16. d6f0f00 Clean up .ignore files by Paul Duffin · 4 months ago
  17. add86ee Merge "DataStore SharedPreferncesMigration silently fail SP deletion for api level >= 24" into androidx-main by Zhiyuan Wang · 4 months ago
  18. 2accbcc Merge "Detect nested updateData calls" into androidx-main by Treehugger Robot · 4 months ago
  19. 6297725 DataStore SharedPreferncesMigration silently fail SP deletion for api level >= 24 by Zhiyuan Wang · 4 months ago
  20. 1b156ad Merge "Enable KMP native by default" into androidx-main by Fred Sladkey · 4 months ago
  21. 2925417 Detect nested updateData calls by Yigit Boyar · 5 months ago
  22. d5f3dd3 Enable KMP native by default by Fred Sladkey · 5 months ago
  23. 777ba8f Collect update notifications only when datastore is observed by Yigit Boyar · 5 months ago
  24. 0c79faa Align ELF regions of shared native libs to 16kb by Will McVicker · 6 months ago
  25. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  26. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 7 months ago
  27. db89add Migrate Datastore to platform-suffixed source file naming by Alan Viverette · 8 months ago
  28. 2dbb2ee Bump DataStore version to 1.1.0-beta01 by Zhiyuan Wang · 7 months ago
  29. 4dd4698 Merge "Fix flaky test RxPreferencesDataStoreBuilderTest" into androidx-main by Zhiyuan Wang · 8 months ago
  30. a24a249 Merge "Remove workaround required by b/286852059 since it has been fixed" into androidx-main by Treehugger Robot · 8 months ago
  31. 4fd7a72 Remove workaround required by b/286852059 since it has been fixed by Alan Viverette · 8 months ago
  32. 50a44db Fix flaky test RxPreferencesDataStoreBuilderTest by Zhiyuan Wang · 8 months ago
  33. cdd66a8 Fix flaky test SingleProcessDataStoreStressTest#testManyConcurrentReadsAndWrites_withIntermittentWriteFailures by Zhiyuan Wang · 8 months ago
  34. cbb0445 Bump datastore version to 1.1.0-alpha07 to remove @ExperimentalMultiProcessDataStore by Zhiyuan Wang · 8 months ago
  35. d76cace Merge "Remove @ExperimentalMultiProcessDataStore on MultiProcessDataStoreFactory methods to move to beta" into androidx-main by Zhiyuan Wang · 8 months ago
  36. d5bdc2f Remove @ExperimentalMultiProcessDataStore on MultiProcessDataStoreFactory methods to move to beta by Zhiyuan Wang · 8 months ago
  37. 70c6d582 Disable flaking testManyConcurrentReadsAndWrites_withIntermittentWriteFailures test by Aurimas Liutikas · 8 months ago
  38. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 8 months ago
  39. bcd4a4b Merge "Update DataStore OkioStorage doc to avoid refering to internal implementation classes" into androidx-main by Treehugger Robot · 8 months ago
  40. 152c45f Bump DataStore version to 1.1.0-beta01 by Zhiyuan Wang · 8 months ago
  41. 1b58740 Update DataStore OkioStorage doc to avoid refering to internal implementation classes by Zhiyuan Wang · 8 months ago
  42. acb0751 Use shared protobuf compiler accross all projects by Aurimas Liutikas · 8 months ago
  43. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 8 months ago
  44. 2123054 Update expect and actual declarations for 1.9.20 by Andrei Shikov · 9 months ago
  45. 6ca7d5e Update DataStore InterProcessCoordinator doc to avoid refering to internal implementation classes by Zhiyuan Wang · 9 months ago
  46. d216b9a Merge changes I927c83f1,I82b9fc04,I3ca6590a into androidx-main by Treehugger Robot · 9 months ago
  47. f1e3325 Remove dependencies on compilation target sourcesets by Andrei Shikov · 9 months ago
  48. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 9 months ago
  49. 34ebe1b Update SingleProcessCoordinator constructor and factory method to take in a file path for future use by Zhiyuan Wang · 9 months ago
  50. 6e9faba Remove not-useful comment by Jim S · 9 months ago
  51. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 10 months ago
  52. 22cecab Update metalava to latest build by Andrei Shikov · 9 months ago
  53. 2770252 Close all datastore instances after test ends by Yigit Boyar · 10 months ago
  54. dd9f8da Merge "Use backgroundScope in SingleProcessDataStore tests" into androidx-main by Treehugger Robot · 10 months ago
  55. 6df825a Work around protos not being generated and move datastore-core android tests to androidInstrumentedTest by Fred Sladkey · 10 months ago
  56. 3c69a01 Use backgroundScope in SingleProcessDataStore tests by Yigit Boyar · 10 months ago
  57. 3047ef2 Merge "Rename directories to follow source set layout v2." into androidx-main by Fred Sladkey · 10 months ago
  58. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 10 months ago
  59. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 11 months ago
  60. 50f99ab8 Merge "User normalized paths for duplicate file detection" into androidx-main by Treehugger Robot · 10 months ago
  61. 908c08d User normalized paths for duplicate file detection by Yigit Boyar · 10 months ago
  62. e9b8e29 Handle multiple files in the same directory for MultiProcess datastore by Yigit Boyar · 11 months ago
  63. 432f730 Merge "move datastore preferences proguard file to the core artifact" into androidx-main by Yigit Boyar · 10 months ago
  64. 9fd0cda move datastore preferences proguard file to the core artifact by Yigit Boyar · 10 months ago
  65. 654f480 Merge "Fix datastore stress tests" into androidx-main by Treehugger Robot · 10 months ago
  66. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  67. 499b645 Fix datastore stress tests by Yigit Boyar · 11 months ago
  68. f50b1d0 Merge "Add support for dropping java resources in BundleInsideHelper" into androidx-main by Aurimas Liutikas · 11 months ago
  69. dd2adc9 Merge changes I5a8e18d4,I066fb9db into androidx-main by Treehugger Robot · 11 months ago
  70. 8f28a16 Add support for dropping java resources in BundleInsideHelper by Aurimas Liutikas · 11 months ago
  71. 2ce85a1 Merge changes I363cc4df,I06d3f796,Ie12644cf,I7d3daed1 into androidx-main by Treehugger Robot · 11 months ago
  72. d6cea6f re-enable disabled SimpleActor tests by Yigit Boyar · 11 months ago
  73. b34042b Move corruption test to the new infra by Yigit Boyar · 11 months ago
  74. e26c091 Move update data exception unblocks other process test to the new infra by Yigit Boyar · 11 months ago
  75. 8d105bf Move update data cancelation unblocks other process test to the new infra by Yigit Boyar · 11 months ago
  76. 9c25f3c Move interleaved update with local read test to the new infra by Yigit Boyar · 11 months ago
  77. ba747bb Move interleaved update test to the new infra by Yigit Boyar · 11 months ago
  78. 361451b Move concurrent read update test to the new infra by Yigit Boyar · 11 months ago
  79. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  80. e1144d8 Move simple write test to the new infra by Yigit Boyar · 11 months ago
  81. 4757983 Introduce ability to use completables across processes by Yigit Boyar · 11 months ago
  82. ceb51ce Introduce new infrastructure for multi process tests by Yigit Boyar · 11 months ago
  83. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 11 months ago
  84. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 11 months ago
  85. 52dd342 Disable SyntheticAccessor by Aurimas Liutikas · 11 months ago
  86. fe1ba20 Merge "cleanup spds test" into androidx-main by Treehugger Robot · 12 months ago
  87. e9809c6 Centralize lint configuration in LintConfiguration.kt by Alan Viverette · 12 months ago
  88. a6b84f7 Revert "Centralize lint configuration in LintConfiguration.kt" by Aurimas Liutikas · 12 months ago
  89. cba23f4 Centralize lint configuration in LintConfiguration.kt by Alan Viverette · 12 months ago
  90. 1617596 cleanup spds test by Yigit Boyar · 12 months ago
  91. f7cd41c Fix RxDataStore isDisposed by Yigit Boyar · 12 months ago
  92. faa1042 Add tests to ensure we close downstream flows by Yigit Boyar · 12 months ago
  93. 0a0ddd4 Cleanup TestIO to be more consistent by Yigit Boyar · 12 months ago
  94. 88f6829 Rename all androidx.testing protos to androidx.datastore.testing by Zhiyuan Wang · 12 months ago
  95. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  96. e5bbdb9 Merge "Fix closing of javadoc/kdocs" into androidx-main by Treehugger Robot · 12 months ago
  97. 6ef80b8e add explicit no-arg constructor to Syncronizer by Yigit Boyar · 12 months ago
  98. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 12 months ago
  99. ceeef20 Merge "remove atomic-fu from common dependencies" into androidx-main by Treehugger Robot · 12 months ago
  100. 36ed331 Merge "Default to Dispatchers.IO in native" into androidx-main by Treehugger Robot · 12 months ago