1. b0d048b Merge "Change vectordrawable-animated package name." into androidx-master-dev by Treehugger Robot · 5 years ago
  2. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  3. dc24139 Merge "Use the correct background executor when using WorkManagerTestInitHelper." into androidx-master-dev by Treehugger Robot · 5 years ago
  4. 7f3ad43 Use the correct background executor when using WorkManagerTestInitHelper. by Rahul Ravikumar · 5 years ago
  5. 2cdf00b Add from=0 range for runAttemptCount. by Sumir Kataria · 5 years ago
  6. 18e9696 Update WorkManager to 2.1.0-alpha02. by Rahul Ravikumar · 5 years ago
  7. f89a874 Allow developers to customize WorkManager's task executor thread. by Rahul Ravikumar · 5 years ago
  8. b3d8dd5 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  9. 9aa8e99 Add nullability annotation to Scheduler#schedule by Aurimas Liutikas · 5 years ago
  10. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  11. e9ba8c0 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  12. b376edb Merge "Correct some old terminology in PeriodicWorkRequest documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  13. bb584983 Correct some old terminology in PeriodicWorkRequest documentation. by Sumir Kataria · 5 years ago
  14. 9b235a9 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  15. 19b1518 Add a delegating WorkerFactory which can delegate to other WorkerFactories. by Rahul Ravikumar · 5 years ago
  16. adb8e96 Merge "Add some information about removing/renaming ListenableWorkers." into androidx-master-dev by Treehugger Robot · 5 years ago
  17. 4bef2b9 Add some information about removing/renaming ListenableWorkers. by Sumir Kataria · 5 years ago
  18. 25dc219 Add support for initialDelays for PeriodicWorkRequests. by Rahul Ravikumar · 5 years ago
  19. 9278b89 Update keepForAtLeast documentation to mention unfinished work won't be pruned. by Sumir Kataria · 5 years ago
  20. 08cc1de Merge "Suppress the known deprecated usage of coroutineContext." into androidx-master-dev by Sumir Kataria · 5 years ago
  21. da6500c Merge "Build PeriodicWork on top of OneTimeWork." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  22. 4d5c5ce Build PeriodicWork on top of OneTimeWork. by Rahul Ravikumar · 5 years ago
  23. 6b4fa9a On-demand initialization documentation improvements. by Sumir Kataria · 5 years ago
  24. ba201a4 Suppress the known deprecated usage of coroutineContext. by Sumir Kataria · 5 years ago
  25. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  26. cfca421 Add kotlin extensions for TestListenableWorkerBuilder, and TestWorkerBuilder. by Rahul Ravikumar · 5 years ago
  27. 5b3c839 Make the builders return the actual ListenableWorker subtype when possible. by Rahul Ravikumar · 5 years ago
  28. 2974410 Add fluent builders for ListenableWorkers and Workers for testing. by Rahul Ravikumar · 5 years ago
  29. 2e18b39 Cleanup test depenendencies by Dustin Lam · 5 years ago
  30. 51e2f4a Merge "Deprecate `coroutineContext` in CoroutineWorker." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  31. f4161632 Merge "Rename TEST_* to ANDROIDX_TEST_*" into androidx-master-dev by Dustin Lam · 5 years ago
  32. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  33. c90b900 More tests for WorkManagerGcmService. by Rahul Ravikumar · 5 years ago
  34. 28088a8 Add @NonNull to getBackgroundScheduler and createWork return types. by Sumir Kataria · 5 years ago
  35. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  36. 44b1e44 Deprecate `coroutineContext` in CoroutineWorker. by Rahul Ravikumar · 5 years ago
  37. c1d1518 Add run attempt count to WorkInfo. by Sumir Kataria · 5 years ago
  38. a3be5b6 Merge "Add Data#getByte() and Data#getByteArray() and corresponding setters." into androidx-master-dev by Treehugger Robot · 5 years ago
  39. 230e5d1 Add Data#getByte() and Data#getByteArray() and corresponding setters. by Rahul Ravikumar · 5 years ago
  40. 65e1ddf On-demand initialization for WorkManager. by Sumir Kataria · 5 years ago
  41. 9130b763 Update WorkManager to 2.1.0-alpha01. by Sumir Kataria · 5 years ago
  42. 3130085 Remove useMetalava from AndroidXExtension. by Aurimas Liutikas · 5 years ago
  43. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  44. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  45. 056b21a GCMNetworkManager based scheduler by Rahul Ravikumar · 6 years ago
  46. a49f77a Merge "Add transaction for id variant of CancelWorkRunnable." into androidx-master-dev by Treehugger Robot · 5 years ago
  47. ac5b37c Log and throw a more verbose exception when hitting the 100 jobs limit. by Sumir Kataria · 5 years ago
  48. 0cc5f43 Add transaction for id variant of CancelWorkRunnable. by Sumir Kataria · 5 years ago
  49. 0e2277a Update PeriodicWorkRequest flex documentation. by Sumir Kataria · 5 years ago
  50. b93bf04 Change WorkerWrapperTest#testFailedOnDeepHierarchy to be a large test. by Sumir Kataria · 5 years ago
  51. 8f7ced5 Re-annotating new WorkerWrapperTest to @MediumTest. by Sam Gilbert · 5 years ago
  52. ede286b Merge "Improve documentation for CoroutineWorker" into androidx-master-dev by Treehugger Robot · 5 years ago
  53. 286a63d Change cancel/fail work recursion to iterative behavior. by Sumir Kataria · 5 years ago
  54. 46276e8 Improve documentation for CoroutineWorker by manuelvicnt · 5 years ago
  55. 098c163 Reset WorkConstraintsTracker when cleaning up in DelayMetCommandHandler. by Rahul Ravikumar · 5 years ago
  56. f7eb3f3 Merge "Fix Robolectric support in workmanager-testing" into androidx-master-dev by Ivan Podogov · 5 years ago
  57. 0542266 Fix Robolectric support in workmanager-testing by Ivan Podogov · 6 years ago
  58. d6275f5 Update arch core-runtime pinned dependency to 2.0.1. by Daniel Santiago Rivera · 5 years ago
  59. 7bbbab7 Centralize MATERIAL dependency by Ian Lake · 6 years ago
  60. 08be83a Update scheduler limits documentation. by Sumir Kataria · 6 years ago
  61. 71ed1dc Update WorkManager to 2.0.0. by Sumir Kataria · 6 years ago
  62. 649c52f Cleanup WorkTimer's ScheduledExecutorService correctly. by Rahul Ravikumar · 6 years ago
  63. e535666 WorkManager 2.0.0-rc01. by Rahul Ravikumar · 6 years ago
  64. cf4834d Update WorkManager to 1.0.0. by Sumir Kataria · 6 years ago
  65. 4d2e009 Propagate the exception from the Worker into WorkerWrapper. by Rahul Ravikumar · 6 years ago
  66. a1c7301 Update WorkManager to rc03. by Rahul Ravikumar · 6 years ago
  67. f1d3eab Fixes a case where WorkManager needs to reschedule Workers after an unexpected application crash. by Rahul Ravikumar · 6 years ago
  68. 8e8df2c5 Updating restricted API txts by Jeff Gaston · 6 years ago
  69. cac14c8 Merge changes I9d832701,Ibb975b68,Id33a6abe into androidx-master-dev by Jeff Gaston · 6 years ago
  70. 75e11f9 Remove stale references to Payload. by Sumir Kataria · 6 years ago
  71. f0cc540 Update WorkManager to 1.0.0-rc02. by Sumir Kataria · 6 years ago
  72. 83096ea Enabling tracking of restricted APIs in most projects by Jeff Gaston · 6 years ago
  73. 79285e9 Generating restricted API txts by Jeff Gaston · 6 years ago
  74. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 6 years ago
  75. 38beac9b Align emulation of flex time with JobScheduler. by Rahul Ravikumar · 6 years ago
  76. ec3eb43 Merge "Emulate flex time for AlarmManager implementation." into androidx-master-dev by Rahul Ravikumar · 6 years ago
  77. 6dc7580 Emulate flex time for AlarmManager implementation. by Rahul Ravikumar · 6 years ago
  78. 861f7f5 Update WorkManager to 1.0.0-rc01. by Sumir Kataria · 6 years ago
  79. 66ca4ac Merge "Update WorkManager to beta05." into androidx-master-dev by Rahul Ravikumar · 6 years ago
  80. 772b3be Update WorkManager to beta05. by Rahul Ravikumar · 6 years ago
  81. 472fdd0 JobScheduler#getPendingJob() is only available at API 24. by Rahul Ravikumar · 6 years ago
  82. 84cb808 Fix potential NPE in checkWakeLocks. by Sumir Kataria · 6 years ago
  83. e64c47e Merge "Move to using AGP 3.4-0-alpha10" into androidx-master-dev by Oussama Ben Abdelbaki · 6 years ago
  84. ae45bbc Move to using AGP 3.4-0-alpha10 by Oussama Ben Abdelbaki · 6 years ago
  85. b94e3a1 Fix for leaky Wakelocks. by Rahul Ravikumar · 6 years ago
  86. 19518d7 Merge "Fixes ConstraintsCommandHandler that correctly enables and disables proxies." into androidx-master-dev by Rahul Ravikumar · 6 years ago
  87. df287c5 Merge "Correctly retry work on process death when using AlarmManager based implementation." into androidx-master-dev by Treehugger Robot · 6 years ago
  88. 1778375 Fixes ConstraintsCommandHandler that correctly enables and disables proxies. by Rahul Ravikumar · 6 years ago
  89. ebb4f87 Correctly retry work on process death when using AlarmManager based implementation. by Rahul Ravikumar · 6 years ago
  90. 7f149de Add toString() for ListenableWorker's Result types. by Rahul Ravikumar · 6 years ago
  91. 4de0999 Merge "Cleanup scheduling of Periodic WorkRequests." into androidx-master-dev by Rahul Ravikumar · 6 years ago
  92. 67a9b19 Cleanup scheduling of Periodic WorkRequests. by Rahul Ravikumar · 6 years ago
  93. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 6 years ago
  94. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 6 years ago
  95. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 6 years ago
  96. 87dcf0a Update WorkManager to 1.0.0-beta04. by Sumir Kataria · 6 years ago
  97. e3abf46 Adds comments that explain why SystemJobService#onStartJob() needs to hang on to the JobParameters. by Rahul Ravikumar · 6 years ago
  98. de79282 Add exported=false to some components where it was missing by Sumir Kataria · 6 years ago
  99. 9a914d5 Merge "Update package-info with info about WM interactions with the OS." into androidx-master-dev by Sumir Kataria · 6 years ago
  100. c8ce7ee Update package-info with info about WM interactions with the OS. by Sumir Kataria · 6 years ago