1. f9b0e2a More progress updates. by Rahul Ravikumar · 5 years ago
  2. f9c2cfb Add progress to WorkInfo. by Rahul Ravikumar · 5 years ago
  3. 05ee9f8 Introduce `ProgressUpdater`. by Rahul Ravikumar · 5 years ago
  4. 137f4aa Add `WorkProgress` table to support Worker progress. by Rahul Ravikumar · 5 years ago
  5. 9359ac2 Adds a customizable InputMergerFactory. by Rahul Ravikumar · 5 years ago
  6. 925f82e WorkManager 2.3.0-alpha01. by Rahul Ravikumar · 5 years ago
  7. 32988b2 WorkManager 2.2.0-beta01. by Rahul Ravikumar · 5 years ago
  8. 3d925d5 Update WorkManager to 2.2.0-alpha01. by Rahul Ravikumar · 5 years ago
  9. b4a5619 Merge "Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking." into androidx-master-dev by Treehugger Robot · 5 years ago
  10. bdb125b Merge "Revert "Fix maxDepVersions testing"" into androidx-master-dev by Jakub Gielzak · 5 years ago
  11. e290b93 Revert "Fix maxDepVersions testing" by Oussama Ben Abdelbaki · 5 years ago
  12. 1ddb94a Merge "Fix maxDepVersions testing" into androidx-master-dev by Oussama Ben Abdelbaki · 5 years ago
  13. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  14. c34d809 Fix maxDepVersions testing by Oussama Ben Abdelbaki · 5 years ago
  15. 4174198 Update WorkManager version to 2.1.0. by Sumir Kataria · 5 years ago
  16. a28e184 Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking. by Sumir Kataria · 5 years ago
  17. 7972f04 Remove some old TODOs. by Sumir Kataria · 5 years ago
  18. 527b981 Turn off jacoco on workmanager-testing to fix RobolectricSmokeTest by Sergey Vasilinets · 5 years ago
  19. ac1bdc4 Merge "Move back to Java 7 targeting." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  20. 8351a53 Move back to Java 7 targeting. by Aurimas Liutikas · 5 years ago
  21. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  22. 5f859f4 Update WorkManager to 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  23. 3982491 Remove WorkManagerLiveDataTracker. by Sumir Kataria · 5 years ago
  24. e14104e Fix for JobScheduler calls when backup is in progress. by Sumir Kataria · 5 years ago
  25. 4d8377a9 Replacing "WORKMANAGER" with "WORK" in each build.gradle by Jeff Gaston · 5 years ago
  26. eae198e WorkManager 2.1.0-beta02 release. by Rahul Ravikumar · 5 years ago
  27. 3985949 Fix for drifts in WorkRequests with periodStartTime = 0 by Rahul Ravikumar · 5 years ago
  28. ddea343 Merge "Apply Intellij suggestions for missing annotations in work lib" into androidx-master-dev by Treehugger Robot · 5 years ago
  29. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  30. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  31. 2932b7d Apply Intellij suggestions for missing annotations in work lib by Aurimas Liutikas · 5 years ago
  32. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  33. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  34. fc5e5f8 Switch to Room 2.1.0 stable. by Rahul Ravikumar · 5 years ago
  35. 71fdab2 Update WorkManager to 2.1.0-beta01. by Sumir Kataria · 5 years ago
  36. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  37. 9bed45d Don't do Disk I/O on the main thread. by Rahul Ravikumar · 5 years ago
  38. 2d2b53f Notify constraint changes on the main thread only. by Rahul Ravikumar · 5 years ago
  39. f99c45d Move alpha libraries to target Java 8. by Aurimas Liutikas · 5 years ago
  40. 1108aea Merge "Cancel invalid jobs attributed to WorkManager." into androidx-master-dev by Treehugger Robot · 5 years ago
  41. d025815 Cancel invalid jobs attributed to WorkManager. by Sumir Kataria · 5 years ago
  42. f61d646 Update library versions to dev version for June 5th Release by Nick Anthony · 5 years ago
  43. f493402 Defensive calls to JobScheduler APIs. by Rahul Ravikumar · 5 years ago
  44. d551f5c Merge "Improve comments and documentation." into androidx-master-dev by Sumir Kataria · 5 years ago
  45. 5db5f31 Improve comments and documentation. by Sumir Kataria · 5 years ago
  46. 0245cca Merge "Handle null JobParameters#getExtras." into androidx-master-dev by Sumir Kataria · 5 years ago
  47. cb53487 Handle null JobParameters#getExtras. by Sumir Kataria · 5 years ago
  48. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  49. 5243b46 Update WorkManager to 2.1.0-alpha03. by Rahul Ravikumar · 5 years ago
  50. dce4476 Upgrade to Room 2.1.0-rc01. by Rahul Ravikumar · 5 years ago
  51. ef56540 Merge "Better define lifecycle for SystemAlarmService." into androidx-master-dev by Treehugger Robot · 5 years ago
  52. a0e88b2 Better define lifecycle for SystemAlarmService. by Rahul Ravikumar · 5 years ago
  53. 9b3165e Calling JobScheduler.getAllPendingJobs() is problematic on API 23. by Rahul Ravikumar · 5 years ago
  54. 4925698 Merge "Tweak PeriodicWorkRequest documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  55. 0528035 Tweak PeriodicWorkRequest documentation. by Sumir Kataria · 5 years ago
  56. 0d1f74b Merge "Add granular dependencies for WorkManager." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  57. fb3c969 Add granular dependencies for WorkManager. by Rahul Ravikumar · 5 years ago
  58. 957adb2 Fixes SQLite issues on some devices. by Rahul Ravikumar · 5 years ago
  59. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  60. 2cdf00b Add from=0 range for runAttemptCount. by Sumir Kataria · 5 years ago
  61. 18e9696 Update WorkManager to 2.1.0-alpha02. by Rahul Ravikumar · 5 years ago
  62. f89a874 Allow developers to customize WorkManager's task executor thread. by Rahul Ravikumar · 5 years ago
  63. b3d8dd5 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  64. 9aa8e99 Add nullability annotation to Scheduler#schedule by Aurimas Liutikas · 5 years ago
  65. b376edb Merge "Correct some old terminology in PeriodicWorkRequest documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  66. bb584983 Correct some old terminology in PeriodicWorkRequest documentation. by Sumir Kataria · 5 years ago
  67. 9b235a9 Fix flaky tests. by Rahul Ravikumar · 5 years ago
  68. 19b1518 Add a delegating WorkerFactory which can delegate to other WorkerFactories. by Rahul Ravikumar · 5 years ago
  69. adb8e96 Merge "Add some information about removing/renaming ListenableWorkers." into androidx-master-dev by Treehugger Robot · 5 years ago
  70. 4bef2b9 Add some information about removing/renaming ListenableWorkers. by Sumir Kataria · 5 years ago
  71. 25dc219 Add support for initialDelays for PeriodicWorkRequests. by Rahul Ravikumar · 5 years ago
  72. 9278b89 Update keepForAtLeast documentation to mention unfinished work won't be pruned. by Sumir Kataria · 5 years ago
  73. da6500c Merge "Build PeriodicWork on top of OneTimeWork." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  74. 4d5c5ce Build PeriodicWork on top of OneTimeWork. by Rahul Ravikumar · 5 years ago
  75. 6b4fa9a On-demand initialization documentation improvements. by Sumir Kataria · 5 years ago
  76. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  77. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  78. c1d1518 Add run attempt count to WorkInfo. by Sumir Kataria · 5 years ago
  79. a3be5b6 Merge "Add Data#getByte() and Data#getByteArray() and corresponding setters." into androidx-master-dev by Treehugger Robot · 5 years ago
  80. 230e5d1 Add Data#getByte() and Data#getByteArray() and corresponding setters. by Rahul Ravikumar · 5 years ago
  81. 65e1ddf On-demand initialization for WorkManager. by Sumir Kataria · 5 years ago
  82. 9130b763 Update WorkManager to 2.1.0-alpha01. by Sumir Kataria · 5 years ago
  83. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  84. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  85. 056b21a GCMNetworkManager based scheduler by Rahul Ravikumar · 5 years ago
  86. a49f77a Merge "Add transaction for id variant of CancelWorkRunnable." into androidx-master-dev by Treehugger Robot · 5 years ago
  87. ac5b37c Log and throw a more verbose exception when hitting the 100 jobs limit. by Sumir Kataria · 5 years ago
  88. 0cc5f43 Add transaction for id variant of CancelWorkRunnable. by Sumir Kataria · 5 years ago
  89. 0e2277a Update PeriodicWorkRequest flex documentation. by Sumir Kataria · 5 years ago
  90. b93bf04 Change WorkerWrapperTest#testFailedOnDeepHierarchy to be a large test. by Sumir Kataria · 5 years ago
  91. 8f7ced5 Re-annotating new WorkerWrapperTest to @MediumTest. by Sam Gilbert · 5 years ago
  92. 286a63d Change cancel/fail work recursion to iterative behavior. by Sumir Kataria · 5 years ago
  93. 098c163 Reset WorkConstraintsTracker when cleaning up in DelayMetCommandHandler. by Rahul Ravikumar · 5 years ago
  94. d6275f5 Update arch core-runtime pinned dependency to 2.0.1. by Daniel Santiago Rivera · 5 years ago
  95. 08be83a Update scheduler limits documentation. by Sumir Kataria · 5 years ago
  96. 71ed1dc Update WorkManager to 2.0.0. by Sumir Kataria · 5 years ago
  97. 649c52f Cleanup WorkTimer's ScheduledExecutorService correctly. by Rahul Ravikumar · 5 years ago
  98. e535666 WorkManager 2.0.0-rc01. by Rahul Ravikumar · 5 years ago
  99. cf4834d Update WorkManager to 1.0.0. by Sumir Kataria · 5 years ago
  100. 4d2e009 Propagate the exception from the Worker into WorkerWrapper. by Rahul Ravikumar · 5 years ago