1. 8358ebc Remove monitor locks in TestScheduler. by Rahul Ravikumar · 4 years, 11 months ago
  2. 5f197b2 Call setImportantWhenInForeground() when applicable. by Rahul Ravikumar · 4 years, 11 months ago
  3. fcf45ae Keep track of completed work in TestScheduler. by Rahul Ravikumar · 5 years ago
  4. 842a747 Use specified DB query executor for tests as well. Fixed a by Sumir Kataria · 5 years ago
  5. 65539ee Merge "Add a Configuration.Builder that takes in a template Configuration." into androidx-master-dev by Sumir Kataria · 5 years ago
  6. 8763109 Check for GreedyScheduler process on-demand instead of in constructor. by Sumir Kataria · 5 years ago
  7. 8fd21cb Add a Configuration.Builder that takes in a template Configuration. by Sumir Kataria · 5 years ago
  8. e492b22 Merge "Update api lint baseline." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  9. 450097a Merge "Add Data#containsKey API." into androidx-master-dev by Treehugger Robot · 5 years ago
  10. 362e5ca Merge "Preserve backwards compatbility in how WorkManager task executors are configured in test mode." into androidx-master-dev by Treehugger Robot · 5 years ago
  11. 9e5c3ee Add Data#containsKey API. by Rahul Ravikumar · 5 years ago
  12. 1818c49 Preserve backwards compatbility in how WorkManager task executors are configured in test mode. by Rahul Ravikumar · 5 years ago
  13. 707e1b5 Make Data#toByteArray() an instance method. by Rahul Ravikumar · 5 years ago
  14. 7a58f23 Merge "GreedyScheduler will only pick up `WorkRequest`s when running in the default app process." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  15. 5184037 Update api lint baseline. by Aurimas Liutikas · 5 years ago
  16. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  17. cf1963e GreedyScheduler will only pick up `WorkRequest`s when running in the default app process. by Rahul Ravikumar · 5 years ago
  18. 1ef275d Refactor method name from waitUntilIdle to runAllCommands. by Rahul Ravikumar · 5 years ago
  19. 6cb9692 Fixes flaky benchmarks. by Rahul Ravikumar · 5 years ago
  20. 6496ac4 Merge "Add WorkManager Benchmarks." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  21. 2835653 Add WorkManager Benchmarks. by Rahul Ravikumar · 5 years ago
  22. 7271b37 Make Data serializers and de-serializers public. by Rahul Ravikumar · 5 years ago
  23. 235bd35 Merge "Fix SystemAlarmDispatcherTest on API 29." into androidx-master-dev by Treehugger Robot · 5 years ago
  24. 35bd71a Fix SystemAlarmDispatcherTest on API 29. by Rahul Ravikumar · 5 years ago
  25. 8d28ca4 Add documentation around ListenableFuture cancellation in onStopped(). by Rahul Ravikumar · 5 years ago
  26. a1957df Workaround NPE in PersistableBundle.getExtras(). by Rahul Ravikumar · 5 years ago
  27. 94cb961 BaseBundle's mMap may be null on some devices in some situations. by Sumir Kataria · 5 years ago
  28. 7db2731 Ensure SerialExecutor has no more pending tasks. by Rahul Ravikumar · 5 years ago
  29. 5975b62c TaskExecutor's background executor is now SerialExecutor. by Rahul Ravikumar · 5 years ago
  30. 819bac4 Merge "Fix flaky GcmTaskConverterTest." into androidx-master-dev by Treehugger Robot · 5 years ago
  31. 7bd9eb1 Merge "Exclude idle mode work with GreedyScheduler." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  32. 4a3549a Fix flaky GcmTaskConverterTest. by Rahul Ravikumar · 5 years ago
  33. 0a47325 Merge "ConstraintTrackingWorkerTest has large timeouts." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  34. 1e75f57 Exclude idle mode work with GreedyScheduler. by Rahul Ravikumar · 5 years ago
  35. 6ff9c8b ConstraintTrackingWorkerTest has large timeouts. by Rahul Ravikumar · 5 years ago
  36. f9b0e2a More progress updates. by Rahul Ravikumar · 5 years ago
  37. f9c2cfb Add progress to WorkInfo. by Rahul Ravikumar · 5 years ago
  38. 05ee9f8 Introduce `ProgressUpdater`. by Rahul Ravikumar · 5 years ago
  39. 137f4aa Add `WorkProgress` table to support Worker progress. by Rahul Ravikumar · 5 years ago
  40. 24e36ea Merge "Fix flaky tests due to time unit quantization errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  41. 413a58d Fix flaky tests due to time unit quantization errors. by Rahul Ravikumar · 5 years ago
  42. 9359ac2 Adds a customizable InputMergerFactory. by Rahul Ravikumar · 5 years ago
  43. 925f82e WorkManager 2.3.0-alpha01. by Rahul Ravikumar · 5 years ago
  44. 32988b2 WorkManager 2.2.0-beta01. by Rahul Ravikumar · 5 years ago
  45. 3d925d5 Update WorkManager to 2.2.0-alpha01. by Rahul Ravikumar · 5 years ago
  46. b4a5619 Merge "Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking." into androidx-master-dev by Treehugger Robot · 5 years ago
  47. bdb125b Merge "Revert "Fix maxDepVersions testing"" into androidx-master-dev by Jakub Gielzak · 5 years ago
  48. e290b93 Revert "Fix maxDepVersions testing" by Oussama Ben Abdelbaki · 5 years ago
  49. 1ddb94a Merge "Fix maxDepVersions testing" into androidx-master-dev by Oussama Ben Abdelbaki · 5 years ago
  50. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  51. c34d809 Fix maxDepVersions testing by Oussama Ben Abdelbaki · 5 years ago
  52. 4174198 Update WorkManager version to 2.1.0. by Sumir Kataria · 5 years ago
  53. a28e184 Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking. by Sumir Kataria · 5 years ago
  54. 7972f04 Remove some old TODOs. by Sumir Kataria · 5 years ago
  55. b6eb071 Add a README for WorkManager. by Rahul Ravikumar · 5 years ago
  56. 9abcab1 Merge "Turn off jacoco on workmanager-testing to fix RobolectricSmokeTest" into androidx-master-dev by Treehugger Robot · 5 years ago
  57. 527b981 Turn off jacoco on workmanager-testing to fix RobolectricSmokeTest by Sergey Vasilinets · 5 years ago
  58. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  59. ac1bdc4 Merge "Move back to Java 7 targeting." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  60. 8351a53 Move back to Java 7 targeting. by Aurimas Liutikas · 5 years ago
  61. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  62. c751838 Merge "Update WorkManager to 2.1.0-rc01." into androidx-master-dev by Treehugger Robot · 5 years ago
  63. fe9abfb Merge "Add workmanager-foreground module for Foreground Service support." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  64. 5f859f4 Update WorkManager to 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  65. a97073a Add workmanager-foreground module for Foreground Service support. by Rahul Ravikumar · 5 years ago
  66. 3982491 Remove WorkManagerLiveDataTracker. by Sumir Kataria · 5 years ago
  67. e14104e Fix for JobScheduler calls when backup is in progress. by Sumir Kataria · 5 years ago
  68. 4d8377a9 Replacing "WORKMANAGER" with "WORK" in each build.gradle by Jeff Gaston · 5 years ago
  69. eae198e WorkManager 2.1.0-beta02 release. by Rahul Ravikumar · 5 years ago
  70. 0dfc7da Fix flaky GcmTaskConverterTests. by Rahul Ravikumar · 5 years ago
  71. 2c2cf1f Merge "Fix for drifts in WorkRequests with periodStartTime = 0" into androidx-master-dev by Treehugger Robot · 5 years ago
  72. 3985949 Fix for drifts in WorkRequests with periodStartTime = 0 by Rahul Ravikumar · 5 years ago
  73. 118af6c Make the WorkerBuilder test which uses a WorkerFactory a @MediumTest by Rahul Ravikumar · 5 years ago
  74. ddea343 Merge "Apply Intellij suggestions for missing annotations in work lib" into androidx-master-dev by Treehugger Robot · 5 years ago
  75. 79a9f77 Use the correct WorkerFactory when creating an instance of a ListenableWorker. by Rahul Ravikumar · 5 years ago
  76. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  77. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  78. 2932b7d Apply Intellij suggestions for missing annotations in work lib by Aurimas Liutikas · 5 years ago
  79. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  80. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  81. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  82. fc5e5f8 Switch to Room 2.1.0 stable. by Rahul Ravikumar · 5 years ago
  83. 71fdab2 Update WorkManager to 2.1.0-beta01. by Sumir Kataria · 5 years ago
  84. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  85. 9bed45d Don't do Disk I/O on the main thread. by Rahul Ravikumar · 5 years ago
  86. 2d2b53f Notify constraint changes on the main thread only. by Rahul Ravikumar · 5 years ago
  87. f99c45d Move alpha libraries to target Java 8. by Aurimas Liutikas · 5 years ago
  88. 72c1cd5 Prevent eager initialization of WorkManagerGcmService. by Rahul Ravikumar · 5 years ago
  89. 1108aea Merge "Cancel invalid jobs attributed to WorkManager." into androidx-master-dev by Treehugger Robot · 5 years ago
  90. d025815 Cancel invalid jobs attributed to WorkManager. by Sumir Kataria · 5 years ago
  91. f61d646 Update library versions to dev version for June 5th Release by Nick Anthony · 5 years ago
  92. f493402 Defensive calls to JobScheduler APIs. by Rahul Ravikumar · 5 years ago
  93. d551f5c Merge "Improve comments and documentation." into androidx-master-dev by Sumir Kataria · 5 years ago
  94. 5db5f31 Improve comments and documentation. by Sumir Kataria · 5 years ago
  95. 0245cca Merge "Handle null JobParameters#getExtras." into androidx-master-dev by Sumir Kataria · 5 years ago
  96. cb53487 Handle null JobParameters#getExtras. by Sumir Kataria · 5 years ago
  97. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  98. 5243b46 Update WorkManager to 2.1.0-alpha03. by Rahul Ravikumar · 5 years ago
  99. dce4476 Upgrade to Room 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  100. ef56540 Merge "Better define lifecycle for SystemAlarmService." into androidx-master-dev by Treehugger Robot · 5 years ago