[go: nahoru, domu]

  1. a51a57d [GH] Remove the use of String.format(...) from WorkManager. by Rahul Ravikumar · 2 years, 9 months ago
  2. 886e648 Align Gradle paths and Maven coordinates for work by Alan Viverette · 2 years, 11 months ago[Renamed from work/workmanager/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java]
  3. cc86921 Check before delegating to a ConstraintTrackingWorker instance. by Rahul Ravikumar · 3 years, 5 months ago
  4. d642f97 Add more documentation in `EnqueueRunnable` around special casing PeriodicWorkRequests. by Rahul Ravikumar · 3 years, 10 months ago
  5. ca323d1 Revert "WorkSpecs that don't have pre-requisites have periodStartTime." by Rahul Ravikumar · 3 years, 10 months ago
  6. c56de94 WorkSpecs that don't have pre-requisites have periodStartTime. by Rahul Ravikumar · 3 years, 10 months ago
  7. 0e02ec3 Add a new ExistingWorkPolicy: APPEND_OR_REPLACE by Rahul Ravikumar · 4 years, 6 months ago
  8. 056b21a GCMNetworkManager based scheduler by Rahul Ravikumar · 5 years ago
  9. e535666 WorkManager 2.0.0-rc01. by Rahul Ravikumar · 5 years ago
  10. 67a9b19 Cleanup scheduling of Periodic WorkRequests. by Rahul Ravikumar · 5 years ago
  11. 38e7c6a Add a prefix to all WorkManager internal log tags. by Rahul Ravikumar · 6 years ago
  12. bd134a0 Change Logger to an abstract class with a concrete implementation. by Sumir Kataria · 6 years ago
  13. 7f7ab61 The great renaming of WorkStatus. by Rahul Ravikumar · 6 years ago
  14. 7766e8d Use Operation keep track of cancel() and prune() operations. by Rahul Ravikumar · 6 years ago
  15. 6904232 Introduce Operation and Operation.State to keep track of enqueue() operations. by Rahul Ravikumar · 6 years ago
  16. e077d5c Remove pruneWorkSync() and SynchronousWorkManager. by Rahul Ravikumar · 6 years ago
  17. 42efbee Remove all the synchronous enqueue*() APIs. by Rahul Ravikumar · 6 years ago
  18. c3b9e69 Enable RescheduleReceiver on demand. by Rahul Ravikumar · 6 years ago
  19. e7d90ee Prevent database lock on Schedulers.schedule. by Sumir Kataria · 6 years ago
  20. fd60d22 Use a Logger instead of Log messages. by Sumir Kataria · 6 years ago
  21. e326592 Make the scheduler limit configurable. by Rahul Ravikumar · 6 years ago
  22. 5b84f5c Revert "Change `CANCELLED` to `CANCELED`." by Sumir Kataria · 6 years ago
  23. 8586b66c Change `CANCELLED` to `CANCELED`. by Rahul Ravikumar · 6 years ago
  24. fa284c9 Switch WorkRequest/WorkStatus id's to UUIDs. by Sumir Kataria · 6 years ago
  25. 7031a0f Rename BaseWorkRequest to WorkRequest, and WorkRequest to OneTimeWorkRequest. by Rahul Ravikumar · 6 years ago
  26. 697d6a4 Use the standard Android (android.util.Log) logger. by Rahul Ravikumar · 6 years ago
  27. 8b3284f Change *Work -> *WorkRequest. by Sumir Kataria · 6 years ago
  28. 0c252a2 Bugfix: EnqueueRunnable now correctly schedules workers. by Rahul Ravikumar · 6 years ago
  29. 64e6bd8 Rename Arguments to Data. by Sumir Kataria · 6 years ago
  30. 2ca6b2d Check for cycles in a WorkContinuation before enqueueing. by Rahul Ravikumar · 6 years ago
  31. 9f91ee8 Keep track of the number of scheduled workers. by Rahul Ravikumar · 6 years ago
  32. b5728f4 Remove WorkSpec getters/setters. by Sumir Kataria · 6 years ago
  33. 31099f8 Remove WorkImpl and PeriodicWorkImpl. by Sumir Kataria · 6 years ago
  34. 3665b82 Switch beginWithUniqueTag to beginWithName. by Sumir Kataria · 6 years ago
  35. 84354e3 Set correct initial state on enqueue. by Sumir Kataria · 6 years ago
  36. 188b6fb0 Rename directories and references from background -> work. by Sumir Kataria · 6 years ago[Renamed from background/workmanager/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java]
  37. 564e430 Change package name to androidx.work. by Sumir Kataria · 6 years ago[Renamed (88%) from background/workmanager/src/main/java/android/arch/background/workmanager/impl/utils/EnqueueRunnable.java]
  38. 137c84c Add a GreedyScheduler. by Sumir Kataria · 6 years ago
  39. 9cf4f3d Provide only one LiveData listener for work items. by Sumir Kataria · 6 years ago
  40. b6430f2 Convert NetworkType to enum, move enums to top-level. by Sumir Kataria · 6 years ago
  41. 8812a25 Some cleanup from the biweekly funtimes notes. by Sumir Kataria · 6 years ago
  42. 5a04d6c Add APPEND_TO_EXISTING_WORK policy for unique tag sequences. by Sumir Kataria · 6 years ago
  43. 51b5cd2 Add List variants of varargs for enqueue/then/join. by Sumir Kataria · 6 years ago
  44. d7c3325 More IntDefs to enums for the public API. by Sumir Kataria · 6 years ago
  45. b54385f Ignore some states when checking KEEP_EXISTING_WORK policy. by Sumir Kataria · 6 years ago
  46. a9affbd Move to the new Logger Test: Prexisting unit tests. by Rahul Ravikumar · 6 years ago
  47. 4ee69ffe More enum updates to the API: by Sumir Kataria · 6 years ago
  48. 66fd2b1 Change WorkStatus to an enum. by Sumir Kataria · 6 years ago
  49. 59cbb57 Add a WorkContinuation.join(...) which adds the ability to do more advanced continuations. by Rahul Ravikumar · 6 years ago
  50. c342d15 Schedule background work iff transactions are successful Test: Added tests by Rahul Ravikumar · 6 years ago
  51. 87d37e5 Make the enqueue() of a continuation transactional. Test: Updated unit tests by Rahul Ravikumar · 6 years ago
  52. 9f3bec9 Start work in enqueued if all its deps are met. by Sumir Kataria · 6 years ago
  53. 4b59a5f Start a uniquely tagged work sequence. by Sumir Kataria · 7 years ago
  54. b3a745d Specify Processor Executors in WorkManagerConfig. by Sumir Kataria · 7 years ago
  55. 15f793d Extract EnqueueRunnable to its own file. by Sumir Kataria · 7 years ago