1. 4ffce68 Merge "Expose constructor and missing getters in Constraints" into androidx-main by Sergey Vasilinetc · 2 years, 5 months ago
  2. 904f805 Expose constructor and missing getters in Constraints by Sergey Vasilinets · 2 years, 6 months ago
  3. caa76308 Added new APIs for `isInitialized()` and `getConfiguration()`. by Rahul Ravikumar · 2 years, 6 months ago
  4. 808f97e Migrate Constraints to Kotlin by Sergey Vasilinets · 2 years, 6 months ago
  5. 898bf37 Add convenience methods fromStates, fromTags, fromUniqueWorkNames methods to WorkQuery. by Sergey Vasilinets · 2 years, 7 months ago
  6. b04cd53 Merge "Workmanager: Remove @Keep annotations" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  7. e0ea00b Workmanager: Remove @Keep annotations by Sergey Vasilinets · 2 years, 8 months ago
  8. afbd253 Add getForegroundInfo to Worker by Ben Weiss · 2 years, 8 months ago
  9. 081a19f Merge changes I0f157086,I5a055de4 into androidx-main by Sergey Vasilinets · 2 years, 8 months ago
  10. fb2892f Support nulls in ArrayCreatingInputMerger by Sergey Vasilinets · 2 years, 8 months ago
  11. ab7a98d Add convenience methods fromIds methods to WorkQuery. by Sergey Vasilinets · 2 years, 8 months ago
  12. 886e648 Align Gradle paths and Maven coordinates for work by Alan Viverette · 2 years, 11 months ago[Renamed from work/workmanager/api/current.txt]
  13. 15d6177 Cherrypick: Remove `@ExperimentalExpeditedWork` given S APIs are stable. by Rahul Ravikumar · 2 years, 11 months ago
  14. 19b81f9 `setProgressAsync()` in `RemoteListenableWorker` now reaches out to the designated process. by Rahul Ravikumar · 3 years, 3 months ago
  15. 2d9d5aa Make `WorkManagerInitializer` available so libraries can define dependencies. by Rahul Ravikumar · 3 years, 3 months ago
  16. 2880f14 Support for `TEMPORARILY_UNMETERED` networks. by Rahul Ravikumar · 3 years, 3 months ago
  17. 76676f5 Expose `getOutputData()` as a public API. by Rahul Ravikumar · 3 years, 4 months ago
  18. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  19. a3a8a46 Introduce a multi-process continuation. by Rahul Ravikumar · 3 years, 10 months ago
  20. 25bc00d Implement multi-process Query APIs. by Rahul Ravikumar · 3 years, 10 months ago
  21. 656eaf3 More multi-process APIs. by Rahul Ravikumar · 3 years, 10 months ago
  22. 2136768 Add ids to WorkQuery. by Rahul Ravikumar · 3 years, 10 months ago
  23. a0373f6 Add a variant of the enqueue API. by Rahul Ravikumar · 3 years, 11 months ago
  24. 5cf566d Initial support for multi-process apps. by Rahul Ravikumar · 3 years, 11 months ago
  25. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years ago
  26. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  27. 85434b9 Rename WorkQuery.Builder's factory methods. by Rahul Ravikumar · 4 years, 3 months ago
  28. 1ab3ca0 Make `WorkQuery.Builder` final. by Rahul Ravikumar · 4 years, 3 months ago
  29. 60ae0ee Add the ability to query by using a `WorkQuery`. by Rahul Ravikumar · 4 years, 4 months ago
  30. 6c6adc1 Add an @IntRange() annotation based on API council feedback. by Rahul Ravikumar · 4 years, 4 months ago
  31. 57a2420 Add a customizable RunnableScheduler for GreedyScheduler. by Rahul Ravikumar · 4 years, 6 months ago
  32. 0e02ec3 Add a new ExistingWorkPolicy: APPEND_OR_REPLACE by Rahul Ravikumar · 4 years, 6 months ago
  33. b29c1de Add the ability to provide a `notificationId` as part of `ForegroundInfo`. by Rahul Ravikumar · 4 years, 7 months ago
  34. bc0450b Remove unnecessary context param from createCancelPendingIntent API. by Rahul Ravikumar · 4 years, 9 months ago
  35. 4111fbd Rename getNotificationType() to getForegroundServiceType() based on API Council feedback. by Rahul Ravikumar · 4 years, 9 months ago
  36. bf043169 Add WorkManager.createCancelPendingIntent() API. by Rahul Ravikumar · 4 years, 9 months ago
  37. 3ceb16d Update Foreground Service APIs. by Rahul Ravikumar · 4 years, 9 months ago
  38. 3efec66 Rename containsKey to hasKeyWithValueOfType. by Rahul Ravikumar · 4 years, 9 months ago
  39. 15f468c Foreground service support [4] by Rahul Ravikumar · 4 years, 10 months ago
  40. a8bc1c6 WorkManager foreground service support [2] by Rahul Ravikumar · 4 years, 10 months ago
  41. 39cff5a Unhide the public APIs for foreground service support. by Rahul Ravikumar · 4 years, 10 months ago
  42. 9e5c3ee Add Data#containsKey API. by Rahul Ravikumar · 5 years ago
  43. 707e1b5 Make Data#toByteArray() an instance method. by Rahul Ravikumar · 5 years ago
  44. 7271b37 Make Data serializers and de-serializers public. by Rahul Ravikumar · 5 years ago
  45. f9b0e2a More progress updates. by Rahul Ravikumar · 5 years ago
  46. f9c2cfb Add progress to WorkInfo. by Rahul Ravikumar · 5 years ago
  47. 9359ac2 Adds a customizable InputMergerFactory. by Rahul Ravikumar · 5 years ago
  48. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  49. 2cdf00b Add from=0 range for runAttemptCount. by Sumir Kataria · 5 years ago
  50. f89a874 Allow developers to customize WorkManager's task executor thread. by Rahul Ravikumar · 5 years ago
  51. 19b1518 Add a delegating WorkerFactory which can delegate to other WorkerFactories. by Rahul Ravikumar · 5 years ago
  52. 25dc219 Add support for initialDelays for PeriodicWorkRequests. by Rahul Ravikumar · 5 years ago
  53. c1d1518 Add run attempt count to WorkInfo. by Sumir Kataria · 5 years ago
  54. a3be5b6 Merge "Add Data#getByte() and Data#getByteArray() and corresponding setters." into androidx-master-dev by Treehugger Robot · 5 years ago
  55. 230e5d1 Add Data#getByte() and Data#getByteArray() and corresponding setters. by Rahul Ravikumar · 5 years ago
  56. 65e1ddf On-demand initialization for WorkManager. by Sumir Kataria · 5 years ago
  57. e535666 WorkManager 2.0.0-rc01. by Rahul Ravikumar · 5 years ago
  58. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 5 years ago
  59. b18241b Rename Result->ListenableWorker.Result to prevent Kotlin builtin conflict. by Sumir Kataria · 6 years ago
  60. ffb2c10 Merge "The great Payload refactor." into androidx-master-dev by Rahul Ravikumar · 6 years ago
  61. dc4cfe7 The great Payload refactor. by Rahul Ravikumar · 6 years ago
  62. 16fc71b Merge "Rename Operation.getException to getThrowable." into androidx-master-dev by Treehugger Robot · 6 years ago
  63. 6a62662 Rename Operation.getException to getThrowable. by Sumir Kataria · 6 years ago
  64. b2e95bb Remove vararg unique work enqueue methods; replace with single work versions. by Sumir Kataria · 6 years ago
  65. da086ba Add support for JobInfo#setTriggerContentUpdateDelay() and JobInfo#setTriggerMaxContentDelay() by Rahul Ravikumar · 6 years ago
  66. 0366f3a Merge "Remove ContentUriTriggers from public API." into androidx-master-dev by Treehugger Robot · 6 years ago
  67. a42d736 Remove ContentUriTriggers from public API. by Sumir Kataria · 6 years ago
  68. c757da3 Add WorkRequest.Builder#setBackoffCriteria with Duration. by Sumir Kataria · 6 years ago
  69. d6f7b14 Remove OneTimeWorkRequest#from(Class...) for consistency. by Sumir Kataria · 6 years ago
  70. 9cf21ac Remove some methods from WorkContinuation. by Sumir Kataria · 6 years ago
  71. 3e65fa8 Address API council feed back around Constraints. by Sumir Kataria · 6 years ago
  72. 22988d3 Remove the distinction between Worker stoppages, and cancellations. by Rahul Ravikumar · 6 years ago
  73. 7f7ab61 The great renaming of WorkStatus. by Rahul Ravikumar · 6 years ago
  74. e376b53 Remove *internal() methods and workmanager-sync. by Rahul Ravikumar · 6 years ago
  75. 6904232 Introduce Operation and Operation.State to keep track of enqueue() operations. by Rahul Ravikumar · 6 years ago
  76. 1346bf3 Remove varargs everywhere. by Rahul Ravikumar · 6 years ago
  77. 15f20bc Remove all methods that enqueue(), cancel() and prune() and return a ListenableFuture<Void>. by Rahul Ravikumar · 6 years ago
  78. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  79. 5d0aa4a Add enqueueUniqueWork() APIs. by Rahul Ravikumar · 6 years ago
  80. f5d1b47 Merge "A few API naming/annotation tweaks:" into androidx-master-dev by Treehugger Robot · 6 years ago
  81. 706203c API tweaks by Rahul Ravikumar · 6 years ago
  82. 7c4453b A few API naming/annotation tweaks: by Sumir Kataria · 6 years ago
  83. 2e3d563 Generate api/current.txt using ./gradlew updateApi by Rahul Ravikumar · 6 years ago