1. 8b3284f Change *Work -> *WorkRequest. by Sumir Kataria · 6 years ago
  2. 7f44b37 Update and expose WorkManager Configuration. by Sumir Kataria · 6 years ago
  3. af8f22e Enforce a 10KB limit on serialized Data. by Sumir Kataria · 6 years ago
  4. 0c252a2 Bugfix: EnqueueRunnable now correctly schedules workers. by Rahul Ravikumar · 6 years ago
  5. bbd5486 Add @NonNull annotation to InputMerger#merge signature. by Sumir Kataria · 6 years ago
  6. addaa43 Add enqueueBlocking() APIs on BlockingWorkManager. by Rahul Ravikumar · 6 years ago
  7. c7077ec Add WorkManagerInitializer that initializes WorkManager. by Rahul Ravikumar · 6 years ago
  8. bd094ee Update flatfoot-background to use API 28. by Sumir Kataria · 6 years ago
  9. 64e6bd8 Rename Arguments to Data. by Sumir Kataria · 6 years ago
  10. 01be39a Merge "Have Arguments expose primitive types only." into flatfoot-background by Sumir Kataria · 6 years ago
  11. 5f5e707 Have Arguments expose primitive types only. by Sumir Kataria · 6 years ago
  12. 2ca6b2d Check for cycles in a WorkContinuation before enqueueing. by Rahul Ravikumar · 6 years ago
  13. cc86a28 Add delegate to WorkManagerImpl. by Sumir Kataria · 6 years ago
  14. 1c59c3a Merge "Keep track of the number of scheduled workers." into flatfoot-background by TreeHugger Robot · 6 years ago
  15. 9f91ee8 Keep track of the number of scheduled workers. by Rahul Ravikumar · 6 years ago
  16. 681a8d8 Create RuntimeExtras. Put content uri info in it. by Sumir Kataria · 6 years ago
  17. 562d149 Merge "Move most *Work.Builder logic into BaseWork.Builder." into flatfoot-background by Sumir Kataria · 6 years ago
  18. 5ab54f5 Move most *Work.Builder logic into BaseWork.Builder. by Sumir Kataria · 6 years ago
  19. 4401f79 Dedupe and map WorkStatusPojos on a background thread. by Sumir Kataria · 6 years ago
  20. b5728f4 Remove WorkSpec getters/setters. by Sumir Kataria · 6 years ago
  21. 31099f8 Remove WorkImpl and PeriodicWorkImpl. by Sumir Kataria · 6 years ago
  22. 63ff170 Merge "JoinWorker should pass inputs along." into flatfoot-background by TreeHugger Robot · 6 years ago
  23. 87e8dc0 JoinWorker should pass inputs along. by Sumir Kataria · 6 years ago
  24. 035f7b9 @hide APIs which are for useful for tests. by Rahul Ravikumar · 6 years ago
  25. 5ba5d0e Remove getters/setters from Dependency, WorkName, and WorkTag. by Sumir Kataria · 6 years ago
  26. 6e977b1 Merge "Remove getters/setters from AlarmInfo." into flatfoot-background by TreeHugger Robot · 6 years ago
  27. 135be06 Remove getters/setters from AlarmInfo. by Sumir Kataria · 6 years ago
  28. 5c9f095 Merge "Rename methods to be more consistent. Test: Unit tests pass" into flatfoot-background by Rahul Ravikumar · 6 years ago
  29. 707219f Rename methods to be more consistent. Test: Unit tests pass by Rahul Ravikumar · 6 years ago
  30. bf442d5 Fix some compilation warnings. by Sumir Kataria · 6 years ago
  31. 1afd3cb Fix *name tests. by Sumir Kataria · 6 years ago
  32. ba75070 Add getStatusesByName(Sync) methods. by Sumir Kataria · 6 years ago
  33. ccb2680 Add testCancelWorkForName(Sync) methods. by Sumir Kataria · 6 years ago
  34. 3091687 Merge "Switch beginWithUniqueTag to beginWithName." into flatfoot-background by Sumir Kataria · 6 years ago
  35. 757c6f1 Merge "Add -keep rules for Workers and InputMergers - Also used the keep rules defined in the integration tests app." into flatfoot-background by Rahul Ravikumar · 6 years ago
  36. 3665b82 Switch beginWithUniqueTag to beginWithName. by Sumir Kataria · 6 years ago
  37. c7824d1 Add -keep rules for Workers and InputMergers by Rahul Ravikumar · 6 years ago
  38. fde0241 Add a helper isFinished method to State. by Sumir Kataria · 6 years ago
  39. 63bf805 Merge "Add tags to WorkStatus." into flatfoot-background by Sumir Kataria · 6 years ago
  40. a61486b Removes the possibility for stuck broadcast queues. by Rahul Ravikumar · 6 years ago
  41. cc5ae8c Add tags to WorkStatus. by Sumir Kataria · 6 years ago
  42. f15b3b8 Use same thread pool size as AsyncTask#THREAD_POOL_EXECUTOR. by Sumir Kataria · 6 years ago
  43. 76fdf4b Update artifactIds to :work-runtime/firebase. by Sumir Kataria · 6 years ago
  44. 332f9d5 Merge "Check for application force-stops and reschedule workers when necessary." into flatfoot-background by TreeHugger Robot · 6 years ago
  45. 21e16f3 Check for application force-stops and reschedule workers when necessary. by Rahul Ravikumar · 6 years ago
  46. 4484814 Split blocking methods into their own classes. by Sumir Kataria · 6 years ago
  47. 19ae799 Add getStatusesByTag(Sync) methods. by Sumir Kataria · 6 years ago
  48. d64a1a6 Add support requiresStorageNotLow() and requiresBatteryNotLow() in API 23-25. by Rahul Ravikumar · 6 years ago
  49. 19cf608 Fix NPE in getStatusSync. by Sumir Kataria · 6 years ago
  50. 84354e3 Set correct initial state on enqueue. by Sumir Kataria · 6 years ago
  51. 3d5949e Change prune criteria. by Sumir Kataria · 6 years ago
  52. c1ba633 Recursively fail dependents on work failure. by Sumir Kataria · 6 years ago
  53. 86894df Properly mark some WorkSpec/Work fields as @NonNull. by Sumir Kataria · 6 years ago
  54. f4ae2b7 Add TimeUnits to all time-related args. by Sumir Kataria · 6 years ago
  55. d70f977 Keep track of alarmIds when using SystemAlarmManager. by Rahul Ravikumar · 6 years ago
  56. 9598ea6 Add RequiresApi(23) to setRequiresDeviceIdle(). by Rahul Ravikumar · 6 years ago
  57. df55ec7 Remove PruneDatabase. by Sumir Kataria · 6 years ago
  58. eb13c8f Merge "Rename a couple of methods." into flatfoot-background by TreeHugger Robot · 6 years ago
  59. f312aba Fix some bugs causing tests to fail. by Sumir Kataria · 6 years ago
  60. 27b63c0 Rename a couple of methods. by Sumir Kataria · 6 years ago
  61. 4073bca Allow GreedyScheduler to schedule work with constraints. by Sumir Kataria · 6 years ago
  62. 6537acb Merge "Change getInstance() to getInstance(Context)." into flatfoot-background by Sumir Kataria · 6 years ago
  63. ff2aa51 Merge "Reschedules alarms when BOOT_COMPLETED, TIMEZONE_CHANGED, and TIME_SET. Test: Updated unit tests. Fixes: b/73313567" into flatfoot-background by TreeHugger Robot · 6 years ago
  64. c702604 Reschedules alarms when BOOT_COMPLETED, TIMEZONE_CHANGED, and TIME_SET. by Rahul Ravikumar · 6 years ago
  65. c68c7cd Double-schedule jobs on API 23 to overcome bugs. by Sumir Kataria · 6 years ago
  66. 515ed74 Change getInstance() to getInstance(Context). by Sumir Kataria · 6 years ago
  67. 5611e08 Schedule dependent work after endTransaction. by Sumir Kataria · 6 years ago
  68. d335fa7 Update thread pool size to a more sane value. by Sumir Kataria · 6 years ago
  69. 587711f Mark content uri methods as @RequiresApi(24). by Sumir Kataria · 6 years ago
  70. c4de263 Change min JobScheduler API level back to 23. by Sumir Kataria · 6 years ago
  71. 188b6fb Rename directories and references from background -> work. by Sumir Kataria · 6 years ago