1. a1957df Workaround NPE in PersistableBundle.getExtras(). by Rahul Ravikumar · 5 years ago
  2. 94cb961 BaseBundle's mMap may be null on some devices in some situations. by Sumir Kataria · 5 years ago
  3. 7db2731 Ensure SerialExecutor has no more pending tasks. by Rahul Ravikumar · 5 years ago
  4. 5975b62c TaskExecutor's background executor is now SerialExecutor. by Rahul Ravikumar · 5 years ago
  5. 819bac4 Merge "Fix flaky GcmTaskConverterTest." into androidx-master-dev by Treehugger Robot · 5 years ago
  6. 7bd9eb1 Merge "Exclude idle mode work with GreedyScheduler." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  7. 4a3549a Fix flaky GcmTaskConverterTest. by Rahul Ravikumar · 5 years ago
  8. 0a47325 Merge "ConstraintTrackingWorkerTest has large timeouts." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  9. 1e75f57 Exclude idle mode work with GreedyScheduler. by Rahul Ravikumar · 5 years ago
  10. 6ff9c8b ConstraintTrackingWorkerTest has large timeouts. by Rahul Ravikumar · 5 years ago
  11. f9b0e2a More progress updates. by Rahul Ravikumar · 5 years ago
  12. f9c2cfb Add progress to WorkInfo. by Rahul Ravikumar · 5 years ago
  13. 05ee9f8 Introduce `ProgressUpdater`. by Rahul Ravikumar · 5 years ago
  14. 137f4aa Add `WorkProgress` table to support Worker progress. by Rahul Ravikumar · 5 years ago
  15. 24e36ea Merge "Fix flaky tests due to time unit quantization errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  16. 413a58d Fix flaky tests due to time unit quantization errors. by Rahul Ravikumar · 5 years ago
  17. 9359ac2 Adds a customizable InputMergerFactory. by Rahul Ravikumar · 5 years ago
  18. 925f82e WorkManager 2.3.0-alpha01. by Rahul Ravikumar · 5 years ago
  19. 32988b2 WorkManager 2.2.0-beta01. by Rahul Ravikumar · 5 years ago
  20. 3d925d5 Update WorkManager to 2.2.0-alpha01. by Rahul Ravikumar · 5 years ago
  21. b4a5619 Merge "Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking." into androidx-master-dev by Treehugger Robot · 5 years ago
  22. bdb125b Merge "Revert "Fix maxDepVersions testing"" into androidx-master-dev by Jakub Gielzak · 5 years ago
  23. e290b93 Revert "Fix maxDepVersions testing" by Oussama Ben Abdelbaki · 5 years ago
  24. 1ddb94a Merge "Fix maxDepVersions testing" into androidx-master-dev by Oussama Ben Abdelbaki · 5 years ago
  25. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  26. c34d809 Fix maxDepVersions testing by Oussama Ben Abdelbaki · 5 years ago
  27. 4174198 Update WorkManager version to 2.1.0. by Sumir Kataria · 5 years ago
  28. a28e184 Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking. by Sumir Kataria · 5 years ago
  29. 7972f04 Remove some old TODOs. by Sumir Kataria · 5 years ago
  30. b6eb071 Add a README for WorkManager. by Rahul Ravikumar · 5 years ago
  31. 9abcab1 Merge "Turn off jacoco on workmanager-testing to fix RobolectricSmokeTest" into androidx-master-dev by Treehugger Robot · 5 years ago
  32. 527b981 Turn off jacoco on workmanager-testing to fix RobolectricSmokeTest by Sergey Vasilinets · 5 years ago
  33. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  34. ac1bdc4 Merge "Move back to Java 7 targeting." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  35. 8351a53 Move back to Java 7 targeting. by Aurimas Liutikas · 5 years ago
  36. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  37. c751838 Merge "Update WorkManager to 2.1.0-rc01." into androidx-master-dev by Treehugger Robot · 5 years ago
  38. fe9abfb Merge "Add workmanager-foreground module for Foreground Service support." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  39. 5f859f4 Update WorkManager to 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  40. a97073a Add workmanager-foreground module for Foreground Service support. by Rahul Ravikumar · 5 years ago
  41. 3982491 Remove WorkManagerLiveDataTracker. by Sumir Kataria · 5 years ago
  42. e14104e Fix for JobScheduler calls when backup is in progress. by Sumir Kataria · 5 years ago
  43. 4d8377a9 Replacing "WORKMANAGER" with "WORK" in each build.gradle by Jeff Gaston · 5 years ago
  44. eae198e WorkManager 2.1.0-beta02 release. by Rahul Ravikumar · 5 years ago
  45. 0dfc7da Fix flaky GcmTaskConverterTests. by Rahul Ravikumar · 5 years ago
  46. 2c2cf1f Merge "Fix for drifts in WorkRequests with periodStartTime = 0" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 3985949 Fix for drifts in WorkRequests with periodStartTime = 0 by Rahul Ravikumar · 5 years ago
  48. 118af6c Make the WorkerBuilder test which uses a WorkerFactory a @MediumTest by Rahul Ravikumar · 5 years ago
  49. ddea343 Merge "Apply Intellij suggestions for missing annotations in work lib" into androidx-master-dev by Treehugger Robot · 5 years ago
  50. 79a9f77 Use the correct WorkerFactory when creating an instance of a ListenableWorker. by Rahul Ravikumar · 5 years ago
  51. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  52. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  53. 2932b7d Apply Intellij suggestions for missing annotations in work lib by Aurimas Liutikas · 5 years ago
  54. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  55. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  56. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  57. fc5e5f8 Switch to Room 2.1.0 stable. by Rahul Ravikumar · 5 years ago
  58. 71fdab2 Update WorkManager to 2.1.0-beta01. by Sumir Kataria · 5 years ago
  59. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  60. 9bed45d Don't do Disk I/O on the main thread. by Rahul Ravikumar · 5 years ago
  61. 2d2b53f Notify constraint changes on the main thread only. by Rahul Ravikumar · 5 years ago
  62. f99c45d Move alpha libraries to target Java 8. by Aurimas Liutikas · 5 years ago
  63. 72c1cd5 Prevent eager initialization of WorkManagerGcmService. by Rahul Ravikumar · 5 years ago
  64. 1108aea Merge "Cancel invalid jobs attributed to WorkManager." into androidx-master-dev by Treehugger Robot · 5 years ago
  65. d025815 Cancel invalid jobs attributed to WorkManager. by Sumir Kataria · 5 years ago
  66. f61d646 Update library versions to dev version for June 5th Release by Nick Anthony · 5 years ago
  67. f493402 Defensive calls to JobScheduler APIs. by Rahul Ravikumar · 5 years ago
  68. d551f5c Merge "Improve comments and documentation." into androidx-master-dev by Sumir Kataria · 5 years ago
  69. 5db5f31 Improve comments and documentation. by Sumir Kataria · 5 years ago
  70. 0245cca Merge "Handle null JobParameters#getExtras." into androidx-master-dev by Sumir Kataria · 5 years ago
  71. cb53487 Handle null JobParameters#getExtras. by Sumir Kataria · 5 years ago
  72. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  73. 5243b46 Update WorkManager to 2.1.0-alpha03. by Rahul Ravikumar · 5 years ago
  74. dce4476 Upgrade to Room 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  75. ef56540 Merge "Better define lifecycle for SystemAlarmService." into androidx-master-dev by Treehugger Robot · 5 years ago
  76. a0e88b2 Better define lifecycle for SystemAlarmService. by Rahul Ravikumar · 5 years ago
  77. 9b3165e Calling JobScheduler.getAllPendingJobs() is problematic on API 23. by Rahul Ravikumar · 5 years ago
  78. 4925698 Merge "Tweak PeriodicWorkRequest documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  79. 0528035 Tweak PeriodicWorkRequest documentation. by Sumir Kataria · 5 years ago
  80. 0d1f74b Merge "Add granular dependencies for WorkManager." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  81. fb3c969 Add granular dependencies for WorkManager. by Rahul Ravikumar · 5 years ago
  82. e225c0c Merge "Fixes SQLite issues on some devices." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  83. 957adb2 Fixes SQLite issues on some devices. by Rahul Ravikumar · 5 years ago
  84. 1c856e1 API council feedback: Replace listOf() with emptyList(). by Rahul Ravikumar · 5 years ago
  85. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  86. b0d048b Merge "Change vectordrawable-animated package name." into androidx-master-dev by Treehugger Robot · 5 years ago
  87. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  88. dc24139 Merge "Use the correct background executor when using WorkManagerTestInitHelper." into androidx-master-dev by Treehugger Robot · 5 years ago
  89. 7f3ad43 Use the correct background executor when using WorkManagerTestInitHelper. by Rahul Ravikumar · 5 years ago
  90. 2cdf00b Add from=0 range for runAttemptCount. by Sumir Kataria · 5 years ago
  91. 18e9696 Update WorkManager to 2.1.0-alpha02. by Rahul Ravikumar · 5 years ago
  92. f89a874 Allow developers to customize WorkManager's task executor thread. by Rahul Ravikumar · 5 years ago
  93. b3d8dd5 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  94. 9aa8e99 Add nullability annotation to Scheduler#schedule by Aurimas Liutikas · 5 years ago
  95. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  96. e9ba8c0 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  97. b376edb Merge "Correct some old terminology in PeriodicWorkRequest documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  98. bb584983 Correct some old terminology in PeriodicWorkRequest documentation. by Sumir Kataria · 5 years ago
  99. 9b235a9 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  100. 19b1518 Add a delegating WorkerFactory which can delegate to other WorkerFactories. by Rahul Ravikumar · 5 years ago