[go: nahoru, domu]

  1. 1861ba0 Introduce FallbackPolicy for backwards compat solution. by Varun Shah · 10 months ago
  2. e34d199 Merge "Update versions for release id 1692810000000" into androidx-main by Treehugger Robot · 10 months ago
  3. 3e73c7c Update versions for release id 1692810000000 by natnaelbelay · 10 months ago
  4. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 10 months ago
  5. 9462668 Fix some documentation with markdown. by Varun Shah · 10 months ago
  6. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 10 months ago
  7. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  8. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 10 months ago
  9. c823cfa Set WorkManager's version to 2.9.0-beta01 by Sergey Vasilinetc · 10 months ago
  10. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  11. 99a81a5 Merge "Re-enable RestricedApi check" into androidx-main by Treehugger Robot · 11 months ago
  12. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 11 months ago
  13. a52ea32 Merge "Adding StopReason constants" into androidx-main by Sergey Vasilinetc · 11 months ago
  14. af55063 Merge "Deflake WorkerWrapperTest#testInterruption_isMarkedOnRunningWorker" into androidx-main by Sergey Vasilinetc · 11 months ago
  15. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 11 months ago
  16. 9d6446d Deflake WorkerWrapperTest#testInterruption_isMarkedOnRunningWorker by Sergey Vasilinetc · 11 months ago
  17. ef9010f Adding StopReason constants by Sergey Vasilinetc · 11 months ago
  18. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 11 months ago
  19. 4beaa97 Merge "Set default value of last_enqueue_time to -1" into androidx-main by Sergey Vasilinetc · 11 months ago
  20. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 11 months ago
  21. 3695882 Set default value of last_enqueue_time to -1 by Sergey Vasilinets · 11 months ago
  22. 4738db5 Merge "Reland upgrade to AGP 8.2.0-alpha15" into androidx-main by Aurimas Liutikas · 11 months ago
  23. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  24. 0f9efc3b Ignore flaky test by Radha Nakade · 11 months ago
  25. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  26. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  27. 4adb0a5 Merge "Limit workers ran by GreedyScheduler" into androidx-main by Sergey Vasilinetc · 11 months ago
  28. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 11 months ago
  29. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 11 months ago
  30. 873983b Limit workers ran by GreedyScheduler by Sergey Vasilinets · 11 months ago
  31. c8c613f Migrate MainActivity & RetryActivity to kotlin by Sergey Vasilinets · 11 months ago
  32. 2b465d65 Move MainActivity and Retry to kotlin by Sergey Vasilinets · 11 months ago
  33. 9d02713 Introduce AbstractUitService and related classes. by Varun Shah · 12 months ago
  34. 73573ab Stop remote workers by Sergey Vasilinets · 12 months ago
  35. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  36. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 12 months ago
  37. 1fe78ef Merge "Only change the state of a component, if it requires changing." into androidx-main by Treehugger Robot · 12 months ago
  38. dbc3ce4 Only change the state of a component, if it requires changing. by Rahul Ravikumar · 12 months ago
  39. 27387b81 Merge "Minor doc fixes in WorkManager" into androidx-main by Treehugger Robot · 12 months ago
  40. 4a7b2e6 Merge "Remove ignore from TestSchedulerTest#testWorker_shouldSucceedSynchronously" into androidx-main by Treehugger Robot · 12 months ago
  41. 3227c64 Don't send redundant stop_foreground by Sergey Vasilinets · 12 months ago
  42. 16a0d19 Fix lint checks for workmanager by Sergey Vasilinets · 12 months ago
  43. 2c0d958 Remove ignore from TestSchedulerTest#testWorker_shouldSucceedSynchronously by Sergey Vasilinets · 1 year ago
  44. b3d8275 Minor doc fixes in WorkManager by Sergey Vasilinets · 1 year ago
  45. a1d40c2 Merge "Use getNameLocation(declaration) instead of getLocation(declaration.javaPsi)" into androidx-main by Treehugger Robot · 1 year ago
  46. 789929d Use getNameLocation(declaration) instead of getLocation(declaration.javaPsi) by Sergey Vasilinets · 1 year ago
  47. b8832b3 Set the cause in SystemJobService#onCreate by Sergey Vasilinets · 1 year ago
  48. 92ae412 Merge "Allow calling ListenableWorker.getStopReason() while running" into androidx-main by Sergey Vasilinetc · 1 year ago
  49. 46198cf Merge "Introduce UserInitiatedTaskRequest and related classes." into androidx-main by Varun Shah · 1 year ago
  50. 216e785 Introduce UserInitiatedTaskRequest and related classes. by Varun Shah · 1 year ago
  51. 3b6714b Allow calling ListenableWorker.getStopReason() while running by Sergey Vasilinets · 1 year ago
  52. b626c52 Correctly stop foreground service when worker is stopped by Sergey Vasilinets · 1 year ago
  53. ef5c906 Merge "Adding `stopReason` to `WorkInfo`" into androidx-main by Sergey Vasilinetc · 1 year ago
  54. 5130004e Adding `stopReason` to `WorkInfo` by Sergey Vasilinets · 1 year, 1 month ago
  55. 8eaf5af Merge changes I624bb895,I32b4d295,Ie34caac5 into androidx-main by Julia McClellan · 1 year ago
  56. cd88b76 Reenable work-testing robolectric tests with legacy sqlite mode by Aurimas Liutikas · 1 year ago
  57. 1baaf3c Merge "Adding a method to close WM's internal db" into androidx-main by Sergey Vasilinetc · 1 year ago
  58. 7ea6ba9 Merge "Fix race in WorkerWrapperTestKt" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  59. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 1 month ago
  60. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  61. 582085d Merge "Remove ForegroundProcessor.isEnqueuedInForeground" into androidx-main by Sergey Vasilinetc · 1 year, 1 month ago
  62. f586044 Fix race in WorkerWrapperTestKt by Sergey Vasilinets · 1 year, 1 month ago
  63. 0cedce6 Adding a method to close WM's internal db by Sergey Vasilinets · 1 year, 1 month ago
  64. 92dee5f Disable work-testing robolectric tests to see if that fixes crashes by Aurimas Liutikas · 1 year, 1 month ago
  65. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 1 month ago
  66. 6035696 Remove ForegroundProcessor.isEnqueuedInForeground by Sergey Vasilinets · 1 year, 1 month ago
  67. 26c5019 Merge "Always report a proper location in lint checks" into androidx-main am: fb78429cc7 by Paul Thomson · 1 year, 1 month ago
  68. 5c899f1a Always report a proper location in lint checks by Paul Thomson · 1 year, 1 month ago
  69. 3ad78d9 Merge "Integrate setNextScheduleTimeOverride with TestDriver" into androidx-main am: 663006d9bc by Treehugger Robot · 1 year, 1 month ago
  70. e070c41 Merge "Fix tests by passing FGS type to ForegroundInfo" into androidx-platform-dev by Sergey Vasilinetc · 1 year, 1 month ago
  71. d7e5635 Integrate setNextScheduleTimeOverride with TestDriver by Faelyn O'Grady · 1 year, 1 month ago
  72. afd88fa Fix tests by passing FGS type to ForegroundInfo by Sergey Vasilinets · 1 year, 1 month ago
  73. e49233c Merge "Fix issue with TestScheduler not running backoff work" into androidx-main am: eaeb3791e8 by Treehugger Robot · 1 year, 1 month ago
  74. d1a7d39 Fix issue with TestScheduler not running backoff work by Faelyn O'Grady · 1 year, 1 month ago
  75. 97f9847 Merge changes Id5e27af8,I705df2a5,Iebcdcd82 into androidx-main am: f9dc972d66 by Sergey Vasilinetc · 1 year, 1 month ago
  76. f9dc972 Merge changes Id5e27af8,I705df2a5,Iebcdcd82 into androidx-main by Sergey Vasilinetc · 1 year, 1 month ago
  77. f9fd515 Merge "Use Clock and RunnableScheduler to allow WorkManager scheduling tests" into androidx-main am: ba91758d57 by Treehugger Robot · 1 year, 1 month ago
  78. ba91758 Merge "Use Clock and RunnableScheduler to allow WorkManager scheduling tests" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  79. a3d7bee Use Clock and RunnableScheduler to allow WorkManager scheduling tests by Faelyn O'Grady · 1 year, 1 month ago
  80. 0649c37 Merge "Add toString() to work's Constraints class." into androidx-main am: 44a90b608b by Mateus Azis · 1 year, 1 month ago
  81. 44a90b6 Merge "Add toString() to work's Constraints class." into androidx-main by Mateus Azis · 1 year, 1 month ago
  82. 7f62a2b Remove thread.sleep from testCancelAllWork_updatesLastCancelAllTimeLiveData by Sergey Vasilinets · 1 year, 1 month ago
  83. a7e6d74 Rewrite tests in WorkerWrapperTest to remove Thread.sleep by Sergey Vasilinets · 1 year, 1 month ago
  84. c166a39 Rewrite WorkContinuationImplTest#testContinuation_joinPassesAllOutput by Sergey Vasilinets · 1 year, 1 month ago
  85. c67633a Merge changes I04fa35a3,I0e632cac,I070605b2 into androidx-main am: 52a6f42bc4 by Sergey Vasilinetc · 1 year, 1 month ago
  86. 4130bcb Add a test for StopReason in the case of worker's cancellation by Sergey Vasilinets · 1 year, 1 month ago
  87. 15612d1 Propagate stop reason from SystemJobService by Sergey Vasilinets · 1 year, 1 month ago
  88. afb2127 Introduce ListenableWorker.getStopReason by Sergey Vasilinets · 1 year, 1 month ago
  89. c381a7a Add toString() to work's Constraints class. by Mateus Azis · 1 year, 1 month ago
  90. 2cfe899 Merge "Pass through StopReason from GreedyScheduler to Processor" into androidx-main am: 9a0ed350d9 by Sergey Vasilinetc · 1 year, 1 month ago
  91. 86433ea Pass through StopReason from GreedyScheduler to Processor by Sergey Vasilinets · 1 year, 1 month ago
  92. 994ece8 Merge "Add StopReason to ConstraintControllers" into androidx-main am: ed9a31406a by Sergey Vasilinetc · 1 year, 1 month ago
  93. ed9a314 Merge "Add StopReason to ConstraintControllers" into androidx-main by Sergey Vasilinetc · 1 year, 1 month ago
  94. 4178a3f Merge "Fix typo in Work's Data.Builder." into androidx-main am: 46d00ea2b2 by Treehugger Robot · 1 year, 1 month ago
  95. eb666c1 Fix typo in Work's Data.Builder. by Mateus Azis · 1 year, 1 month ago
  96. fd9d48d Add StopReason to ConstraintControllers by Sergey Vasilinets · 1 year, 2 months ago
  97. 6bd74bc Merge "Move classes from work-runtime-ktx to work-runtime" into androidx-main am: 3d21b184c1 by Sergey Vasilinetc · 1 year, 2 months ago
  98. 3d21b18 Merge "Move classes from work-runtime-ktx to work-runtime" into androidx-main by Sergey Vasilinetc · 1 year, 2 months ago
  99. 2f5f4ee Merge "WorkManager: Improve error message in direct boot" into androidx-main am: defe0605b3 by Sergey Vasilinetc · 1 year, 2 months ago
  100. 1c9bdc3 WorkManager: Improve error message in direct boot by Sergey Vasilinets · 1 year, 2 months ago