1. 71af461 Remove the use of FLAG_ONE_SHOT and replace with FLAG_UPDATE_CURRENT. by Rahul Ravikumar · 4 years, 8 months ago
  2. 3131c01 Fix the type in ForegroundInfo. by Rahul Ravikumar · 4 years, 8 months ago
  3. 2b07df3 Update PeriodicWorkRequest docs: initial delays are allowed. by Sumir Kataria · 4 years, 8 months ago
  4. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 4 years, 8 months ago
  5. 0908203 Stop the foreground service when WorkManager.cancelWorkBy* APIs are used. by Rahul Ravikumar · 4 years, 8 months ago
  6. bc0450b Remove unnecessary context param from createCancelPendingIntent API. by Rahul Ravikumar · 4 years, 8 months ago
  7. 4111fbd Rename getNotificationType() to getForegroundServiceType() based on API Council feedback. by Rahul Ravikumar · 4 years, 8 months ago
  8. e3918ca Merge "Add WorkManager.createCancelPendingIntent() API." into androidx-master-dev by Rahul Ravikumar · 4 years, 8 months ago
  9. 34ffd63 Removes an unnecessary call to WorkDatabase.setTransactionSuccessful() by Rahul Ravikumar · 4 years, 8 months ago
  10. bf043169 Add WorkManager.createCancelPendingIntent() API. by Rahul Ravikumar · 4 years, 9 months ago
  11. 3ceb16d Update Foreground Service APIs. by Rahul Ravikumar · 4 years, 9 months ago
  12. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 9 months ago
  13. 5557269 Merge "Update some runInForeground-related Javadocs." into androidx-master-dev by Sumir Kataria · 4 years, 9 months ago
  14. e6a85be Move all properties from SharedPreferences to WorkDatabase. by Rahul Ravikumar · 4 years, 9 months ago
  15. 97515b8 Migrate WorkDatabase to the no-backup directory. by Rahul Ravikumar · 4 years, 9 months ago
  16. 8e6df60 Merge "Update docs based on API council feedback." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  17. ce70401 Update docs based on API council feedback. by Rahul Ravikumar · 4 years, 9 months ago
  18. 3efec66 Rename containsKey to hasKeyWithValueOfType. by Rahul Ravikumar · 4 years, 9 months ago
  19. 6316e3e Update some runInForeground-related Javadocs. by Sumir Kataria · 4 years, 9 months ago
  20. cd296eb Merge "SystemForegroundDispatcher tests cleanup." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  21. 0edc382 SystemForegroundDispatcher tests cleanup. by Rahul Ravikumar · 4 years, 9 months ago
  22. 3e284e8 Remove the cancelled flag from WorkerWrapper.interrupt(). by Rahul Ravikumar · 4 years, 9 months ago
  23. e998cd3 Processor cleanup by Rahul Ravikumar · 4 years, 9 months ago
  24. b34743e9 mRunInForeground should track if its a foreground work request *and* that the Worker implements a `NotificationProvider`. by Rahul Ravikumar · 4 years, 9 months ago
  25. bd393bc Don't resolve mFuture and keep the backing job in JobScheduler. by Rahul Ravikumar · 4 years, 9 months ago
  26. 9065da1 Merge "Disallow idle mode constraints in the context of a foreground service." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  27. 4ed0b44 Merge "GreedyScheduler no longer ignores foreground work." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  28. 29c4d6e Disallow idle mode constraints in the context of a foreground service. by Rahul Ravikumar · 4 years, 9 months ago
  29. dc06eaa GreedyScheduler no longer ignores foreground work. by Rahul Ravikumar · 4 years, 9 months ago
  30. f07f031 Call startForeground() with the right foreground service type. by Rahul Ravikumar · 4 years, 9 months ago
  31. 06eec68 Add unit tests for SystemForegroundDispatcher. by Rahul Ravikumar · 4 years, 9 months ago
  32. 6a31a9f Merge changes Ic417c189,I72ae6bbc into androidx-master-dev by Rahul Ravikumar · 4 years, 9 months ago
  33. ffad6b9 Fix raw types in WorkConstraintsTracker. by Rahul Ravikumar · 4 years, 9 months ago
  34. d4be1d3 Add constraint tracking support for Foreground Workers. by Rahul Ravikumar · 4 years, 9 months ago
  35. 966a73d A better equals() method for Data. by Rahul Ravikumar · 4 years, 9 months ago
  36. 7180625 Add a nicer toString() method for Data. by Rahul Ravikumar · 4 years, 9 months ago
  37. acf28d1 Acquire a wake lock for 10 mins when using GCMNM. by Rahul Ravikumar · 4 years, 10 months ago
  38. 64154b0 Actually acquire the foreground wake lock. by Rahul Ravikumar · 4 years, 10 months ago
  39. 9f88093 Merge "API lint check for the MinMaxConstant is enabled for androidx" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  40. f1c2f56 Merge "Add missing space to exception. (Reported by a user.)" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  41. de7fb4b Add missing space to exception. (Reported by a user.) by Sumir Kataria · 4 years, 10 months ago
  42. a448441 Remove progress information when a Worker gets interrupted or is completed. by Rahul Ravikumar · 4 years, 10 months ago
  43. 64f11e5 API lint check for the MinMaxConstant is enabled for androidx by Sergey · 4 years, 10 months ago
  44. 15f468c Foreground service support [4] by Rahul Ravikumar · 4 years, 10 months ago
  45. b6ebbbf Foreground Service support [3]. by Rahul Ravikumar · 4 years, 10 months ago
  46. a8bc1c6 WorkManager foreground service support [2] by Rahul Ravikumar · 4 years, 10 months ago
  47. 33556bd Merge "Unhide the public APIs for foreground service support." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  48. 39cff5a Unhide the public APIs for foreground service support. by Rahul Ravikumar · 4 years, 10 months ago
  49. a5c784c Merge "Fixing broken link in PeriodicWorkRequest Reference doc." into androidx-master-dev by Neal Eckard · 4 years, 10 months ago
  50. ca4aee6 Fixing broken link in PeriodicWorkRequest Reference doc. by neal · 4 years, 10 months ago
  51. 467ed78 WorkManager foreground service support [1] by Rahul Ravikumar · 4 years, 10 months ago
  52. 74eb330 Interrupt a Worker only when it's not already complete. by Rahul Ravikumar · 4 years, 10 months ago
  53. 88e7b69 Make sure scheduling is fair. by Rahul Ravikumar · 4 years, 10 months ago
  54. 2114e28 Ensure that the instance of ListenableWorker being returned by WorkerFactory is not used. by Rahul Ravikumar · 4 years, 10 months ago
  55. 5f197b2 Call setImportantWhenInForeground() when applicable. by Rahul Ravikumar · 4 years, 10 months ago
  56. 842a747 Use specified DB query executor for tests as well. Fixed a by Sumir Kataria · 4 years, 11 months ago
  57. 65539ee Merge "Add a Configuration.Builder that takes in a template Configuration." into androidx-master-dev by Sumir Kataria · 4 years, 11 months ago
  58. 8763109 Check for GreedyScheduler process on-demand instead of in constructor. by Sumir Kataria · 4 years, 11 months ago
  59. 8fd21cb Add a Configuration.Builder that takes in a template Configuration. by Sumir Kataria · 4 years, 11 months ago
  60. 450097a Merge "Add Data#containsKey API." into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  61. 362e5ca Merge "Preserve backwards compatbility in how WorkManager task executors are configured in test mode." into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  62. 9e5c3ee Add Data#containsKey API. by Rahul Ravikumar · 4 years, 11 months ago
  63. 1818c49 Preserve backwards compatbility in how WorkManager task executors are configured in test mode. by Rahul Ravikumar · 4 years, 11 months ago
  64. 707e1b5 Make Data#toByteArray() an instance method. by Rahul Ravikumar · 4 years, 11 months ago
  65. cf1963e GreedyScheduler will only pick up `WorkRequest`s when running in the default app process. by Rahul Ravikumar · 4 years, 11 months ago
  66. 6cb9692 Fixes flaky benchmarks. by Rahul Ravikumar · 5 years ago
  67. 6496ac4 Merge "Add WorkManager Benchmarks." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  68. 2835653 Add WorkManager Benchmarks. by Rahul Ravikumar · 5 years ago
  69. 7271b37 Make Data serializers and de-serializers public. by Rahul Ravikumar · 5 years ago
  70. 8d28ca4 Add documentation around ListenableFuture cancellation in onStopped(). by Rahul Ravikumar · 5 years ago
  71. a1957df Workaround NPE in PersistableBundle.getExtras(). by Rahul Ravikumar · 5 years ago
  72. 94cb961 BaseBundle's mMap may be null on some devices in some situations. by Sumir Kataria · 5 years ago
  73. 7db2731 Ensure SerialExecutor has no more pending tasks. by Rahul Ravikumar · 5 years ago
  74. 5975b62c TaskExecutor's background executor is now SerialExecutor. by Rahul Ravikumar · 5 years ago
  75. 7bd9eb1 Merge "Exclude idle mode work with GreedyScheduler." into androidx-master-dev by Rahul Ravikumar · 5 years ago
  76. 1e75f57 Exclude idle mode work with GreedyScheduler. by Rahul Ravikumar · 5 years ago
  77. f9b0e2a More progress updates. by Rahul Ravikumar · 5 years ago
  78. f9c2cfb Add progress to WorkInfo. by Rahul Ravikumar · 5 years ago
  79. 05ee9f8 Introduce `ProgressUpdater`. by Rahul Ravikumar · 5 years ago
  80. 137f4aa Add `WorkProgress` table to support Worker progress. by Rahul Ravikumar · 5 years ago
  81. 9359ac2 Adds a customizable InputMergerFactory. by Rahul Ravikumar · 5 years ago
  82. a28e184 Catch IllegalArgumentExceptions in NetworkStateTracker#startTracking. by Sumir Kataria · 5 years ago
  83. 7972f04 Remove some old TODOs. by Sumir Kataria · 5 years ago
  84. 3982491 Remove WorkManagerLiveDataTracker. by Sumir Kataria · 5 years ago
  85. e14104e Fix for JobScheduler calls when backup is in progress. by Sumir Kataria · 5 years ago
  86. 3985949 Fix for drifts in WorkRequests with periodStartTime = 0 by Rahul Ravikumar · 5 years ago
  87. ddea343 Merge "Apply Intellij suggestions for missing annotations in work lib" into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  89. 2932b7d Apply Intellij suggestions for missing annotations in work lib by Aurimas Liutikas · 5 years ago
  90. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  91. fc5e5f8 Switch to Room 2.1.0 stable. by Rahul Ravikumar · 5 years ago
  92. 9bed45d Don't do Disk I/O on the main thread. by Rahul Ravikumar · 5 years ago
  93. 2d2b53f Notify constraint changes on the main thread only. by Rahul Ravikumar · 5 years ago
  94. d025815 Cancel invalid jobs attributed to WorkManager. by Sumir Kataria · 5 years ago
  95. f493402 Defensive calls to JobScheduler APIs. by Rahul Ravikumar · 5 years ago
  96. 5db5f31 Improve comments and documentation. by Sumir Kataria · 5 years ago
  97. cb53487 Handle null JobParameters#getExtras. by Sumir Kataria · 5 years ago
  98. ef56540 Merge "Better define lifecycle for SystemAlarmService." into androidx-master-dev by Treehugger Robot · 5 years ago
  99. a0e88b2 Better define lifecycle for SystemAlarmService. by Rahul Ravikumar · 5 years ago
  100. 9b3165e Calling JobScheduler.getAllPendingJobs() is problematic on API 23. by Rahul Ravikumar · 5 years ago