1. 23351a5 Add cancellation by id; do some cleanup in WM by Sumir Kataria · 7 years ago
  2. e7aee7d Merge "Removed polluting log statement in ConstraintController. Any change in constraints causes each controller to pollute logs with "updateCallback". It does not provide any new information." into flatfoot-background by TreeHugger Robot · 7 years ago
  3. 3032a52 Work and PeriodicWork cleanup: by Sumir Kataria · 7 years ago
  4. 1cd0e4e Make Work/PeriodicWork respectful of top-level package. by Sumir Kataria · 7 years ago
  5. ae26f52 Removed polluting log statement in ConstraintController. by Xyan Bhatnagar · 7 years ago
  6. ab24109 Merge "Move LiveData out of ConstraintsTracker into ForegroundProcessor." into flatfoot-background by TreeHugger Robot · 7 years ago
  7. 2c37deb Merge "Cleanup WorkerWrapper#run" into flatfoot-background by TreeHugger Robot · 7 years ago
  8. b78b100 Merge "Remove unused BaseWork.Builder#mArguments field" into flatfoot-background by TreeHugger Robot · 7 years ago
  9. 1909c88 Move LiveData out of ConstraintsTracker into ForegroundProcessor. by Xyan Bhatnagar · 7 years ago
  10. 9a83f15 Merge "Update ConstraintController to store WorkSpec IDs" into flatfoot-background by TreeHugger Robot · 7 years ago
  11. c27d64d Remove unused BaseWork.Builder#mArguments field by Jan Clarin · 7 years ago
  12. 3557457 Cleanup WorkerWrapper#run by Xyan Bhatnagar · 7 years ago
  13. 91d49d0 Update ConstraintController to store WorkSpec IDs by Jan Clarin · 7 years ago
  14. d677da5 Added Constraints.NONE by Xyan Bhatnagar · 7 years ago
  15. 3e7e4e7 Merge "Restructure ConstraintsTracker to combine individual LiveData for each ConstraintController" into flatfoot-background by Jan Clarin · 7 years ago
  16. a10969c Restructure ConstraintsTracker to combine individual LiveData for each by Jan Clarin · 7 years ago
  17. 1c78bb2 Migrated WorkSpec#calculateDelay -> WorkSpec#calculateNextRunTime by Xyan Bhatnagar · 7 years ago
  18. 06c7f10 Added intent actions to SystemAlarmService. by Xyan Bhatnagar · 7 years ago
  19. 7a0c013 ConstraintProxy wakes SystemAlarmService when it receives a broadcast. by Xyan Bhatnagar · 7 years ago
  20. 85251b6 Add StorageNotLowProxy and NetworkStateProxy. by Xyan Bhatnagar · 7 years ago
  21. 58014f4 Remove ConstraintProxyController. by Xyan Bhatnagar · 7 years ago
  22. 32a8bf9 Merge "Store period start time when enqueuing work" into flatfoot-background by Jan Clarin · 7 years ago
  23. 0deb5e2 Store period start time when enqueuing work by Jan Clarin · 7 years ago
  24. ab35423 Remove delay from Processor#process. by Xyan Bhatnagar · 7 years ago
  25. 6d55d8c Move all other packages under impl/. by Sumir Kataria · 7 years ago
  26. 96d3c9d Move some classes in model/ to the base package. by Sumir Kataria · 7 years ago
  27. da315bf Base directory cleanup, continued: by Sumir Kataria · 7 years ago
  28. d0e4d42 Merge "Start removing non-public stuff from base package." into flatfoot-background by Sumir Kataria · 7 years ago
  29. 51dbe43 Start removing non-public stuff from base package. by Sumir Kataria · 7 years ago
  30. 491d625 Merge "Added Play Services Base Library to workmanager-firebase. Used to check if Play Services is available on the device." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  31. 62e6e4b Add some missing drains to ForegroundProcessorTest. by Sumir Kataria · 7 years ago
  32. 0b10646 Added Play Services Base Library to workmanager-firebase. by Xyan Bhatnagar · 7 years ago
  33. 7587d95 Split WorkManager into WorkManagerImpl. by Sumir Kataria · 7 years ago
  34. 996de08 Merge "Use local debug keystore for build server." into flatfoot-background by TreeHugger Robot · 7 years ago
  35. dbc0f3d Use local debug keystore for build server. by Sumir Kataria · 7 years ago
  36. 20d9feb WorkManagerConfiguration tries to enable FirebaseJobScheduler by Xyan Bhatnagar · 7 years ago
  37. a047174 Merge "ConstraintController ignores null constraint values instead of ConstraintTracker." into flatfoot-background by TreeHugger Robot · 7 years ago
  38. a20fe14 ConstraintController ignores null constraint values instead of by Xyan Bhatnagar · 7 years ago
  39. e3c7f41 Rename ProxyController to ConstraintProxyController by Jan Clarin · 7 years ago
  40. a51ad26 Add ability to prune the database. by Sumir Kataria · 7 years ago
  41. 3a83a44 Merge "Move WorkDatabase into WorkManagerConfiguration" into flatfoot-background by TreeHugger Robot · 7 years ago
  42. c913e33 Move WorkDatabase into WorkManagerConfiguration by Jan Clarin · 7 years ago
  43. 1684b8c Merge "Added setState to ConstraintTracker. Invoking setState will notify all listeners with the new value. Removed abstract notifyListeners from ConstraintTracker. Renamed initState -> getInitialState in ConstraintTracker." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  44. 47bc9f5 Added setState to ConstraintTracker. by Xyan Bhatnagar · 7 years ago
  45. 49cacea Don't try to merge inputs for periodic jobs. by Sumir Kataria · 7 years ago
  46. 8072357 Merge "Add LiveData for output, do cleanup." into flatfoot-background by TreeHugger Robot · 7 years ago
  47. 6f5f565 Merge "Removed ConstraintListener subclasses. Removed getListener from ConstraintController." into flatfoot-background by TreeHugger Robot · 7 years ago
  48. a0d0d16 Removed ConstraintListener subclasses. by Xyan Bhatnagar · 7 years ago
  49. d4dcf23 Add LiveData for output, do cleanup. by Sumir Kataria · 7 years ago
  50. 61efcad Merge "Change WorkInput to WorkOutput." into flatfoot-background by Sumir Kataria · 7 years ago
  51. 9244d37 Change WorkInput to WorkOutput. by Sumir Kataria · 7 years ago
  52. 8e936f5 Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 7 years ago
  53. 6ae802c Fix when outputs are set for Workers, update testapp. by Sumir Kataria · 7 years ago
  54. 18aa0f0 Cleanup items from the last CL, ag/3283552 by Sumir Kataria · 7 years ago
  55. a48d7ac Create InputMerger. by Sumir Kataria · 7 years ago
  56. 1fb8925 Merge "Make build.gradle files even more kotlin script friendly." into flatfoot-background by Aurimas Liutikas · 7 years ago
  57. 2f53bb3 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  58. 7fb09aa Various items of cleanup. by Sumir Kataria · 7 years ago
  59. 9e63790 Create WorkInput table. by Sumir Kataria · 7 years ago
  60. ea55183 Added ProxyController. by Xyan Bhatnagar · 7 years ago
  61. e65f235 Merge "Enable scheduling work with SystemAlarmScheduler" into flatfoot-background by Jan Clarin · 7 years ago
  62. 96c5bc5 Enable scheduling work with SystemAlarmScheduler by Jan Clarin · 7 years ago
  63. 163775a Change getArgumentsForChainedWork to setOutput. by Sumir Kataria · 7 years ago
  64. 1e9589d Support for chaining arguments. by Sumir Kataria · 7 years ago
  65. 3a580fe Merge "Restructure ConstraintTracker initialization and listener notification" into flatfoot-background by Jan Clarin · 7 years ago
  66. beadb61 Merge "Add STATUS_CANCELLED." into flatfoot-background by Sumir Kataria · 7 years ago
  67. 1b58a02 Restructure ConstraintTracker initialization and listener notification by Jan Clarin · 7 years ago
  68. 5893325 Merge "Properly initialize BatteryNotLowTracker state" into flatfoot-background by Jan Clarin · 7 years ago
  69. 2ace67d Add STATUS_CANCELLED. by Sumir Kataria · 7 years ago
  70. 2f217c3 Properly initialize BatteryNotLowTracker state by Jan Clarin · 7 years ago
  71. 0f5ebc4 Added ConstraintProxy class for SystemAlarm. by Xyan Bhatnagar · 7 years ago
  72. 7f66e8d Update WM configuration to enable/disable services. by Sumir Kataria · 7 years ago
  73. 19d6e60 Build fix after ag/3243700 by Aurimas Liutikas · 7 years ago
  74. 357db98 Merge "Correct WorkerWrapper for Periodic Work that fails." into flatfoot-background by TreeHugger Robot · 7 years ago
  75. fdd887f Correct WorkerWrapper for Periodic Work that fails. by Xyan Bhatnagar · 7 years ago
  76. d5186f1 Merge "Delete all dependent work when we cancel any work." into flatfoot-background by TreeHugger Robot · 7 years ago
  77. 38cd583 Merge "Use Arguments#equals in tests where possible" into flatfoot-background by Jan Clarin · 7 years ago
  78. 3d44e93 Use Arguments#equals in tests where possible by Jan Clarin · 7 years ago
  79. 64075de Delete all dependent work when we cancel any work. by Sumir Kataria · 7 years ago
  80. d9e58bf Merge "Remove ExecutionResult from WorkerWrapper. ExecutionListener accepts a boolean "needsReschedule"." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  81. c1645b1 Merge "Remove WorkSpec.mTag." into flatfoot-background by Sumir Kataria · 7 years ago
  82. 51b4a3b Merge "Separate createScheduler logic into SchedulerHelper" into flatfoot-background by Jan Clarin · 7 years ago
  83. 0983539 Remove ExecutionResult from WorkerWrapper. by Xyan Bhatnagar · 7 years ago
  84. 5efaa0a Remove WorkSpec.mTag. by Sumir Kataria · 7 years ago
  85. 4f163a9 Separate createScheduler logic into SchedulerHelper by Jan Clarin · 7 years ago
  86. 587f6f1 Add the ability to specify multiple tags per Work. by Sumir Kataria · 7 years ago
  87. 10d12e8 Merge "Added isInterrupted method to Worker. This prevents developers from needing to work with Thread class where they can do dangerous things like clearing interrupted state." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  88. 38ae5f5 Added isInterrupted method to Worker. by Xyan Bhatnagar · 7 years ago
  89. 274e595 Merge "Added Thread Annotations to multiple classes. @WorkerThread annotations added to the following classes: Worker, WorkerWrapper, EnqueueRunnable and CancelWorkWithTag" into flatfoot-background by Xyan Bhatnagar · 7 years ago
  90. f6d4846 Added Thread Annotations to multiple classes. by Xyan Bhatnagar · 7 years ago
  91. 9303723 Rename NetworkStateAnyController to NetworkConnectedController by Jan Clarin · 7 years ago
  92. ee14c5b Merge "Adding Backoff Criteria and Device Idle to PeriodicWork now throws an exception. Previously, exceptions were only thrown with Work. Moved logic to BaseWork." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  93. f040a30 Renamed NETWORK_TYPE constants. by Xyan Bhatnagar · 7 years ago
  94. 8c3896f Adding Backoff Criteria and Device Idle to PeriodicWork now by Xyan Bhatnagar · 7 years ago
  95. 4752438 Merge "Appended "Millis" for time-based arguments. Based on API Feedback, it is not clear that time-based arguments are in milliseconds." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  96. cfa0e58 Merge "Cleanup Observer in Deduped LiveData." into flatfoot-background by Xyan Bhatnagar · 7 years ago
  97. 3d9f4c6 Appended "Millis" for time-based arguments. by Xyan Bhatnagar · 7 years ago
  98. 4742e44 Cleanup Observer in Deduped LiveData. by Xyan Bhatnagar · 7 years ago
  99. 5641e4d Create Arguments.Builder. by Sumir Kataria · 7 years ago
  100. fd096f4 Add the ability to dedupe LiveData. by Sumir Kataria · 7 years ago