1. 73573ab Stop remote workers by Sergey Vasilinets · 11 months ago
  2. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 11 months ago
  3. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 11 months ago
  4. 1fe78ef Merge "Only change the state of a component, if it requires changing." into androidx-main by Treehugger Robot · 11 months ago
  5. dbc3ce4 Only change the state of a component, if it requires changing. by Rahul Ravikumar · 11 months ago
  6. 27387b81 Merge "Minor doc fixes in WorkManager" into androidx-main by Treehugger Robot · 11 months ago
  7. 4a7b2e6 Merge "Remove ignore from TestSchedulerTest#testWorker_shouldSucceedSynchronously" into androidx-main by Treehugger Robot · 11 months ago
  8. 3227c64 Don't send redundant stop_foreground by Sergey Vasilinets · 11 months ago
  9. 16a0d19 Fix lint checks for workmanager by Sergey Vasilinets · 11 months ago
  10. 2c0d958 Remove ignore from TestSchedulerTest#testWorker_shouldSucceedSynchronously by Sergey Vasilinets · 11 months ago
  11. b3d8275 Minor doc fixes in WorkManager by Sergey Vasilinets · 11 months ago
  12. a1d40c2 Merge "Use getNameLocation(declaration) instead of getLocation(declaration.javaPsi)" into androidx-main by Treehugger Robot · 11 months ago
  13. 789929d Use getNameLocation(declaration) instead of getLocation(declaration.javaPsi) by Sergey Vasilinets · 11 months ago
  14. b8832b3 Set the cause in SystemJobService#onCreate by Sergey Vasilinets · 11 months ago
  15. 92ae412 Merge "Allow calling ListenableWorker.getStopReason() while running" into androidx-main by Sergey Vasilinetc · 11 months ago
  16. 46198cf Merge "Introduce UserInitiatedTaskRequest and related classes." into androidx-main by Varun Shah · 11 months ago
  17. 216e785 Introduce UserInitiatedTaskRequest and related classes. by Varun Shah · 12 months ago
  18. 3b6714b Allow calling ListenableWorker.getStopReason() while running by Sergey Vasilinets · 11 months ago
  19. b626c52 Correctly stop foreground service when worker is stopped by Sergey Vasilinets · 11 months ago
  20. ef5c906 Merge "Adding `stopReason` to `WorkInfo`" into androidx-main by Sergey Vasilinetc · 11 months ago
  21. 5130004e Adding `stopReason` to `WorkInfo` by Sergey Vasilinets · 12 months ago
  22. 8eaf5af Merge changes I624bb895,I32b4d295,Ie34caac5 into androidx-main by Julia McClellan · 12 months ago
  23. cd88b76 Reenable work-testing robolectric tests with legacy sqlite mode by Aurimas Liutikas · 12 months ago
  24. 1baaf3c Merge "Adding a method to close WM's internal db" into androidx-main by Sergey Vasilinetc · 12 months ago
  25. 7ea6ba9 Merge "Fix race in WorkerWrapperTestKt" into androidx-main by Treehugger Robot · 12 months ago
  26. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 12 months ago
  27. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 12 months ago
  28. 582085d Merge "Remove ForegroundProcessor.isEnqueuedInForeground" into androidx-main by Sergey Vasilinetc · 12 months ago
  29. f586044 Fix race in WorkerWrapperTestKt by Sergey Vasilinets · 12 months ago
  30. 0cedce6 Adding a method to close WM's internal db by Sergey Vasilinets · 12 months ago
  31. 92dee5f Disable work-testing robolectric tests to see if that fixes crashes by Aurimas Liutikas · 12 months ago
  32. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 12 months ago
  33. 6035696 Remove ForegroundProcessor.isEnqueuedInForeground by Sergey Vasilinets · 12 months ago
  34. 26c5019 Merge "Always report a proper location in lint checks" into androidx-main am: fb78429cc7 by Paul Thomson · 12 months ago
  35. 5c899f1a Always report a proper location in lint checks by Paul Thomson · 12 months ago
  36. 3ad78d9 Merge "Integrate setNextScheduleTimeOverride with TestDriver" into androidx-main am: 663006d9bc by Treehugger Robot · 12 months ago
  37. e070c41 Merge "Fix tests by passing FGS type to ForegroundInfo" into androidx-platform-dev by Sergey Vasilinetc · 12 months ago
  38. d7e5635 Integrate setNextScheduleTimeOverride with TestDriver by Faelyn O'Grady · 1 year ago
  39. afd88fa Fix tests by passing FGS type to ForegroundInfo by Sergey Vasilinets · 12 months ago
  40. e49233c Merge "Fix issue with TestScheduler not running backoff work" into androidx-main am: eaeb3791e8 by Treehugger Robot · 12 months ago
  41. d1a7d39 Fix issue with TestScheduler not running backoff work by Faelyn O'Grady · 12 months ago
  42. 97f9847 Merge changes Id5e27af8,I705df2a5,Iebcdcd82 into androidx-main am: f9dc972d66 by Sergey Vasilinetc · 12 months ago
  43. f9dc972 Merge changes Id5e27af8,I705df2a5,Iebcdcd82 into androidx-main by Sergey Vasilinetc · 12 months ago
  44. f9fd515 Merge "Use Clock and RunnableScheduler to allow WorkManager scheduling tests" into androidx-main am: ba91758d57 by Treehugger Robot · 12 months ago
  45. ba91758 Merge "Use Clock and RunnableScheduler to allow WorkManager scheduling tests" into androidx-main by Treehugger Robot · 12 months ago
  46. a3d7bee Use Clock and RunnableScheduler to allow WorkManager scheduling tests by Faelyn O'Grady · 1 year ago
  47. 0649c37 Merge "Add toString() to work's Constraints class." into androidx-main am: 44a90b608b by Mateus Azis · 12 months ago
  48. 44a90b6 Merge "Add toString() to work's Constraints class." into androidx-main by Mateus Azis · 12 months ago
  49. 7f62a2b Remove thread.sleep from testCancelAllWork_updatesLastCancelAllTimeLiveData by Sergey Vasilinets · 12 months ago
  50. a7e6d74 Rewrite tests in WorkerWrapperTest to remove Thread.sleep by Sergey Vasilinets · 12 months ago
  51. c166a39 Rewrite WorkContinuationImplTest#testContinuation_joinPassesAllOutput by Sergey Vasilinets · 1 year ago
  52. c67633a Merge changes I04fa35a3,I0e632cac,I070605b2 into androidx-main am: 52a6f42bc4 by Sergey Vasilinetc · 1 year ago
  53. 4130bcb Add a test for StopReason in the case of worker's cancellation by Sergey Vasilinets · 1 year ago
  54. 15612d1 Propagate stop reason from SystemJobService by Sergey Vasilinets · 1 year ago
  55. afb2127 Introduce ListenableWorker.getStopReason by Sergey Vasilinets · 1 year ago
  56. c381a7a Add toString() to work's Constraints class. by Mateus Azis · 1 year ago
  57. 2cfe899 Merge "Pass through StopReason from GreedyScheduler to Processor" into androidx-main am: 9a0ed350d9 by Sergey Vasilinetc · 1 year ago
  58. 994ece8 Merge "Add StopReason to ConstraintControllers" into androidx-main am: ed9a31406a by Sergey Vasilinetc · 1 year ago
  59. 4178a3f Merge "Fix typo in Work's Data.Builder." into androidx-main am: 46d00ea2b2 by Treehugger Robot · 1 year ago
  60. 6bd74bc Merge "Move classes from work-runtime-ktx to work-runtime" into androidx-main am: 3d21b184c1 by Sergey Vasilinetc · 1 year ago
  61. 2f5f4ee Merge "WorkManager: Improve error message in direct boot" into androidx-main am: defe0605b3 by Sergey Vasilinetc · 1 year ago
  62. 1b843fc Merge "Introduce ExecutorsMode instead of `initializeTestWorkManagerWithRealExecutors`" into androidx-main am: 55d7b32155 by Sergey Vasilinetc · 1 year, 1 month ago
  63. 8cab965 Merge "Add PeriodicWorkRequest.setNextScheduleTimeOverride" into androidx-main am: e35fb8f84d by Faelyn O'Grady · 1 year, 1 month ago
  64. 6fa197e Merge "Opt-in w,x,y,z-prefixed projects to Suppress Compatibility migration" into androidx-main am: f34ab4a123 by Alan Viverette · 1 year, 1 month ago
  65. b948eda Merge "Update current API signatures after Metalava update" into androidx-main am: ebd47f1090 by Aurimas Liutikas · 1 year, 1 month ago
  66. 418da45 Merge "Refactor val ConstraintTracker.initialState -> fun ConstraintTracker.readSystemState" into androidx-main am: 5150f924a8 by Treehugger Robot · 1 year, 1 month ago
  67. fb5b724 Merge "Refactor WorkConstraintsTracker & ConstraintController" into androidx-main am: 6015457b8d by Sergey Vasilinetc · 1 year, 1 month ago
  68. 9576a48 Merge "Moving away from @hide in work-runtime aidl files" into androidx-main am: 9bc8d9a4bb by Treehugger Robot · 1 year, 1 month ago
  69. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  70. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  71. 606255c Merge "Disable flaking testWorker_shouldSucceedSynchronously test" into androidx-main am: da39b2f9b1 by Treehugger Robot · 1 year, 1 month ago
  72. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  73. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 1 year, 1 month ago
  74. 798b4ba Merge "Create new library for data transfer related work." into androidx-platform-dev by Varun Shah · 1 year, 1 month ago
  75. ceab3b5 Create new library for data transfer related work. by Varun Shah · 1 year, 1 month ago