1. f47090d Mark testSystemJobScheduler_cancelsInvalidJobs as @LargeTest by Aurimas Liutikas · 4 years, 8 months ago
  2. 44d9ede Lint rules for WorkManager by Rahul Ravikumar · 4 years, 8 months ago
  3. 91a50b4 Empty WorkContinuation node makes subsequent nodes the head node and replaces the chain. by Rahul Ravikumar · 4 years, 8 months ago
  4. 9e7a850 Merge "Revert WM changes from "Add concurrent:concurrent-futures-ktx"" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  5. 60c7905 Revert WM changes from "Add concurrent:concurrent-futures-ktx" by Dustin Lam · 4 years, 8 months ago
  6. d014acf Merge "Update WorkManager to 2.3.0-beta01." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  7. 293f543 Merge "Remove the use of FLAG_ONE_SHOT and replace with FLAG_UPDATE_CURRENT." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  8. 71af461 Remove the use of FLAG_ONE_SHOT and replace with FLAG_UPDATE_CURRENT. by Rahul Ravikumar · 4 years, 8 months ago
  9. 6dd2cc2 Add concurrent:concurrent-futures-ktx by Dustin Lam · 4 years, 9 months ago
  10. 0042c00 Update WorkManager to 2.3.0-beta01. by Sumir Kataria · 4 years, 8 months ago
  11. d251709 Merge "Move to Room 2.2.1 stable." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  12. 02705d2 Move to Room 2.2.1 stable. by Rahul Ravikumar · 4 years, 8 months ago
  13. 3131c01 Fix the type in ForegroundInfo. by Rahul Ravikumar · 4 years, 8 months ago
  14. 4cecfd2 Merge "Increment browser, media, and workmanager versions" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  15. 04b136d Increment browser, media, and workmanager versions by Nick Anthony · 4 years, 8 months ago
  16. 2b07df3 Update PeriodicWorkRequest docs: initial delays are allowed. by Sumir Kataria · 4 years, 8 months ago
  17. 30fa7ce Merge "Replace the intent assertion with a simpler assertion." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  18. bee795cf Replace the intent assertion with a simpler assertion. by Rahul Ravikumar · 4 years, 8 months ago
  19. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 4 years, 9 months ago
  20. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 4 years, 9 months ago
  21. 0908203 Stop the foreground service when WorkManager.cancelWorkBy* APIs are used. by Rahul Ravikumar · 4 years, 9 months ago
  22. 7d9cb24 Merge "Fix deprecated API usage in workmanager-gcm" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  23. 661fb3a Fix deprecated API usage in workmanager-gcm by Ian Lake · 4 years, 9 months ago
  24. 383ecf8 Updates for the latest metalava by Jeff Gaston · 4 years, 9 months ago
  25. bc0450b Remove unnecessary context param from createCancelPendingIntent API. by Rahul Ravikumar · 4 years, 9 months ago
  26. 4111fbd Rename getNotificationType() to getForegroundServiceType() based on API Council feedback. by Rahul Ravikumar · 4 years, 9 months ago
  27. e3918ca Merge "Add WorkManager.createCancelPendingIntent() API." into androidx-master-dev by Rahul Ravikumar · 4 years, 9 months ago
  28. 34ffd63 Removes an unnecessary call to WorkDatabase.setTransactionSuccessful() by Rahul Ravikumar · 4 years, 9 months ago
  29. bf043169 Add WorkManager.createCancelPendingIntent() API. by Rahul Ravikumar · 4 years, 9 months ago
  30. a32bd84 Merge "Switch to Room 2.2 stable." into androidx-master-dev by Rahul Ravikumar · 4 years, 9 months ago
  31. f39e3dd Merge "Update to WorkManager 2.3.0-alpha03." into androidx-master-dev by Rahul Ravikumar · 4 years, 9 months ago
  32. 9f75a89 Switch to Room 2.2 stable. by Rahul Ravikumar · 4 years, 9 months ago
  33. b15ab97 Fix incorrect @param names in work-runtime-ktx by Dustin Lam · 4 years, 9 months ago
  34. 3a75221 Update to WorkManager 2.3.0-alpha03. by Rahul Ravikumar · 4 years, 9 months ago
  35. 3ceb16d Update Foreground Service APIs. by Rahul Ravikumar · 4 years, 9 months ago
  36. 865b9bc Make testEnqueueApi26OrHigher_withStorageNotLowConstraint_expectsOriginalWorker a @LargeTest by Rahul Ravikumar · 4 years, 9 months ago
  37. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 9 months ago
  38. 5557269 Merge "Update some runInForeground-related Javadocs." into androidx-master-dev by Sumir Kataria · 4 years, 9 months ago
  39. e6a85be Move all properties from SharedPreferences to WorkDatabase. by Rahul Ravikumar · 4 years, 9 months ago
  40. 97515b8 Migrate WorkDatabase to the no-backup directory. by Rahul Ravikumar · 4 years, 9 months ago
  41. 8e6df60 Merge "Update docs based on API council feedback." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  42. ce70401 Update docs based on API council feedback. by Rahul Ravikumar · 4 years, 9 months ago
  43. 3efec66 Rename containsKey to hasKeyWithValueOfType. by Rahul Ravikumar · 4 years, 9 months ago
  44. 6316e3e Update some runInForeground-related Javadocs. by Sumir Kataria · 4 years, 9 months ago
  45. 0e005915 Switch all libraries to use concurrent-futures 1.0.0 by Ian Lake · 4 years, 9 months ago
  46. 005a920 Remove ARCH_* constants from Dependencies.kt by Ian Lake · 4 years, 9 months ago
  47. ae48ec2 Remove ANDROIDX_* constants from Dependencies.kt by Ian Lake · 4 years, 9 months ago
  48. cd296eb Merge "SystemForegroundDispatcher tests cleanup." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  49. b3a98bb Add more WorkerWrapperForegroundTests. by Rahul Ravikumar · 4 years, 9 months ago
  50. 0edc382 SystemForegroundDispatcher tests cleanup. by Rahul Ravikumar · 4 years, 9 months ago
  51. 3e284e8 Remove the cancelled flag from WorkerWrapper.interrupt(). by Rahul Ravikumar · 4 years, 9 months ago
  52. e998cd3 Processor cleanup by Rahul Ravikumar · 4 years, 9 months ago
  53. b34743e9 mRunInForeground should track if its a foreground work request *and* that the Worker implements a `NotificationProvider`. by Rahul Ravikumar · 4 years, 9 months ago
  54. 5ea34a0 Add more equality tests for Data. by Rahul Ravikumar · 4 years, 9 months ago
  55. 8193f16 Remove `work-foreground` from the list of projects in settings.gradle. by Rahul Ravikumar · 4 years, 9 months ago
  56. 7501e0a Merge "Add the ability to cancel foreground work in the test app." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  57. bd393bc Don't resolve mFuture and keep the backing job in JobScheduler. by Rahul Ravikumar · 4 years, 10 months ago
  58. 8d7821d Add the ability to cancel foreground work in the test app. by Rahul Ravikumar · 4 years, 9 months ago
  59. 9065da1 Merge "Disallow idle mode constraints in the context of a foreground service." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  60. 4ed0b44 Merge "GreedyScheduler no longer ignores foreground work." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  61. 4e859d9 Merge "Call startForeground() with the right foreground service type." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  62. 29c4d6e Disallow idle mode constraints in the context of a foreground service. by Rahul Ravikumar · 4 years, 10 months ago
  63. d3a2d45 Merge "Update WorkManager to 2.3.0-alpha02." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  64. dc06eaa GreedyScheduler no longer ignores foreground work. by Rahul Ravikumar · 4 years, 10 months ago
  65. 72673b2 Merge "Revert "Revert "Fix maxDepVersions testing""" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  66. f07f031 Call startForeground() with the right foreground service type. by Rahul Ravikumar · 4 years, 10 months ago
  67. 8ab4a0c Update WorkManager to 2.3.0-alpha02. by Rahul Ravikumar · 4 years, 10 months ago
  68. f6bfd9d Merge "API lint check for the SetterReturnsThis is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  69. 06eec68 Add unit tests for SystemForegroundDispatcher. by Rahul Ravikumar · 4 years, 10 months ago
  70. 627dee1 Revert "Revert "Fix maxDepVersions testing"" by Oussama Ben Abdelbaki · 4 years, 10 months ago
  71. 6a31a9f Merge changes Ic417c189,I72ae6bbc into androidx-master-dev by Rahul Ravikumar · 4 years, 10 months ago
  72. ffad6b9 Fix raw types in WorkConstraintsTracker. by Rahul Ravikumar · 4 years, 10 months ago
  73. d4be1d3 Add constraint tracking support for Foreground Workers. by Rahul Ravikumar · 4 years, 10 months ago
  74. be7fcb4 Merge "A better equals() method for Data." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  75. 966a73d A better equals() method for Data. by Rahul Ravikumar · 4 years, 10 months ago
  76. 536a1ff API lint check for the SetterReturnsThis is enabled for androidx by Sergey · 4 years, 10 months ago
  77. a20cbfd Merge changes I42fa22de,I046c1078 into androidx-master-dev by Dustin Lam · 4 years, 10 months ago
  78. 6fd483d Rename KOTLIN_COROUTINES to KOTLIN_COROUTINES_ANDROID by Dustin Lam · 4 years, 10 months ago
  79. 7180625 Add a nicer toString() method for Data. by Rahul Ravikumar · 4 years, 10 months ago
  80. acf28d1 Acquire a wake lock for 10 mins when using GCMNM. by Rahul Ravikumar · 4 years, 10 months ago
  81. 64154b0 Actually acquire the foreground wake lock. by Rahul Ravikumar · 4 years, 10 months ago
  82. 9f88093 Merge "API lint check for the MinMaxConstant is enabled for androidx" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  83. f1c2f56 Merge "Add missing space to exception. (Reported by a user.)" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  84. de7fb4b Add missing space to exception. (Reported by a user.) by Sumir Kataria · 4 years, 10 months ago
  85. a448441 Remove progress information when a Worker gets interrupted or is completed. by Rahul Ravikumar · 4 years, 10 months ago
  86. 64f11e5 API lint check for the MinMaxConstant is enabled for androidx by Sergey · 4 years, 10 months ago
  87. 15f468c Foreground service support [4] by Rahul Ravikumar · 4 years, 10 months ago
  88. b6ebbbf Foreground Service support [3]. by Rahul Ravikumar · 4 years, 10 months ago
  89. a8bc1c6 WorkManager foreground service support [2] by Rahul Ravikumar · 4 years, 10 months ago
  90. a4a0683 Merge "Track experimental API surface" into androidx-master-dev by Alan Viverette · 4 years, 10 months ago
  91. 33556bd Merge "Unhide the public APIs for foreground service support." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  92. 39cff5a Unhide the public APIs for foreground service support. by Rahul Ravikumar · 4 years, 10 months ago
  93. a5c784c Merge "Fixing broken link in PeriodicWorkRequest Reference doc." into androidx-master-dev by Neal Eckard · 4 years, 10 months ago
  94. ca4aee6 Fixing broken link in PeriodicWorkRequest Reference doc. by neal · 4 years, 10 months ago
  95. cd1aae0 Track experimental API surface by Alan Viverette · 4 years, 10 months ago
  96. 467ed78 WorkManager foreground service support [1] by Rahul Ravikumar · 4 years, 10 months ago
  97. 288b32d Fix flaky tests in WorkerWrapperTest. by Rahul Ravikumar · 4 years, 10 months ago
  98. 74eb330 Interrupt a Worker only when it's not already complete. by Rahul Ravikumar · 4 years, 10 months ago
  99. 88e7b69 Make sure scheduling is fair. by Rahul Ravikumar · 4 years, 11 months ago
  100. 2114e28 Ensure that the instance of ListenableWorker being returned by WorkerFactory is not used. by Rahul Ravikumar · 4 years, 11 months ago