1. fa284c9 Switch WorkRequest/WorkStatus id's to UUIDs. by Sumir Kataria · 6 years ago
  2. 7031a0f Rename BaseWorkRequest to WorkRequest, and WorkRequest to OneTimeWorkRequest. by Rahul Ravikumar · 6 years ago
  3. b0a0d7b Add WorkerWrapper interruption; remove usage of Futures. by Sumir Kataria · 6 years ago
  4. 8b3284f Change *Work -> *WorkRequest. by Sumir Kataria · 6 years ago
  5. b5728f4 Remove WorkSpec getters/setters. by Sumir Kataria · 6 years ago
  6. 188b6fb Rename directories and references from background -> work. by Sumir Kataria · 6 years ago[Renamed from background/workmanager/src/androidTest/java/androidx/work/impl/ProcessorTest.java]
  7. 564e430 Change package name to androidx.work. by Sumir Kataria · 6 years ago[Renamed (91%) from background/workmanager/src/androidTest/java/android/arch/background/workmanager/impl/ProcessorTest.java]
  8. 137c84c Add a GreedyScheduler. by Sumir Kataria · 6 years ago
  9. 9543a50 Rename Processor methods to start/stopWork. by Sumir Kataria · 6 years ago
  10. 13915a0 Replace *Work.newBuilder with new *Work.Builder. by Sumir Kataria · 6 years ago
  11. 6fe0b51 Return boolean from Processor#process(String) by Jan Clarin · 6 years ago
  12. 3032a52 Work and PeriodicWork cleanup: by Sumir Kataria · 7 years ago
  13. 1cd0e4e Make Work/PeriodicWork respectful of top-level package. by Sumir Kataria · 7 years ago
  14. ab35423 Remove delay from Processor#process. by Xyan Bhatnagar · 7 years ago
  15. da315bf Base directory cleanup, continued: by Sumir Kataria · 7 years ago[Renamed (93%) from background/workmanager/src/androidTest/java/android/arch/background/workmanager/ProcessorTest.java]
  16. 9e63790 Create WorkInput table. by Sumir Kataria · 7 years ago
  17. 96c5bc5 Enable scheduling work with SystemAlarmScheduler by Jan Clarin · 7 years ago
  18. 86935d6 Enable test in ProcessorTest which was asynchronous. by Xyan Bhatnagar · 7 years ago
  19. ec90b1f Don't process work multiple times. by Sumir Kataria · 7 years ago
  20. 367c649 Consider Backoff Policy in delay calculation for WorkSpec. by Xyan Bhatnagar · 7 years ago
  21. 3acfec5 Move test workers into their own package. by Sumir Kataria · 7 years ago
  22. 05e64274d Move Processor.isActive() to ForegroundProcessor. by Sumir Kataria · 7 years ago
  23. e7a1e8d Created testable constructor for Processor. by Sumir Kataria · 7 years ago
  24. a1af78b 1. Implemented Initial Delay in Processor. by Xyan Bhatnagar · 7 years ago