1. b75f2a9 Preserve lastEnqueueTime during the update by Sergey Vasilinets · 2 years, 1 month ago
  2. bc2bc2a Read tags along with WorkSpec in Processor by Sergey Vasilinets · 2 years, 1 month ago
  3. ef24bcc Merge "Use correct WorkSpec in SystemForegroundDispatcher" into androidx-main by Sergey Vasilinetc · 2 years, 1 month ago
  4. 7533142 Use correct WorkSpec in SystemForegroundDispatcher by Sergey Vasilinets · 2 years, 1 month ago
  5. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 1 month ago
  6. 6cec5c6 Merge "Initial commit for update work feature" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  7. e5de8ca Initial commit for update work feature by Sergey Vasilinets · 2 years, 4 months ago
  8. 6e497a5 Fix cancellation in TestScheduler by Sergey Vasilinets · 2 years, 2 months ago
  9. 0814611 Fix lint issues in work-testing by Sergey Vasilinets · 2 years, 2 months ago
  10. daa8706 Fix lint issues in work-runtime (part 2) by Sergey Vasilinets · 2 years, 2 months ago
  11. ae9e951 Fix lint issues in work-runtime (part 1) by Sergey Vasilinets · 2 years, 2 months ago
  12. 69ae4ea2 Change the error log to a warning because that is really what it is. by Rahul Ravikumar · 2 years, 2 months ago
  13. 1a29fee Add the ability to intercept scheduling exceptions. by Rahul Ravikumar · 2 years, 2 months ago
  14. 66fe06e Introduce generation in WorkSpec by Sergey Vasilinets · 2 years, 2 months ago
  15. 1430b5a Read WorkSpec in advance in Processor by Sergey Vasilinets · 2 years, 2 months ago
  16. 9dffc37 Merge "Upgrade to metalava from ab/8670428" into androidx-main by Aurimas Liutikas · 2 years, 2 months ago
  17. a7d319b Rename `WorkRunId` to `StartStopToken` by Sergey Vasilinets · 2 years, 2 months ago
  18. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years, 2 months ago
  19. b1e1b47 Use WorkSpec in ConstraintsTracker by Sergey Vasilinets · 2 years, 2 months ago
  20. c034f47 Fix NPE in startWork by Sergey Vasilinets · 2 years, 2 months ago
  21. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 3 months ago
  22. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 3 months ago
  23. b8f9071 Merge "Stop automatically rewinding in `scheduleInternal` in `TestScheduler`" into androidx-main by Sergey Vasilinetc · 2 years, 3 months ago
  24. 4d10dcb Stop automatically rewinding in `scheduleInternal` in `TestScheduler` by Sergey Vasilinets · 2 years, 3 months ago
  25. 0aacc2e Merge "Implement custom SynchronousSerialExecutor that is used in default test setup." into androidx-main by Sergey Vasilinetc · 2 years, 3 months ago
  26. 8c9d240 Run `ForceStopRunnable` only when there are new force-stop events. by Rahul Ravikumar · 2 years, 3 months ago
  27. 13d19bb Implement custom SynchronousSerialExecutor that is used in default test setup. by Sergey Vasilinets · 2 years, 3 months ago
  28. 697d43d Merge "Remove check that setPeriodDelayMet can be called only on peridic work" into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  29. 9a963d1 Remove check that setPeriodDelayMet can be called only on peridic work by Sergey Vasilinets · 2 years, 4 months ago
  30. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 4 months ago
  31. 41366c8 Merge "Fix TestScheduler to run workers with flex immediately" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  32. c175f50 Fix TestScheduler to run workers with flex immediately by Sergey Vasilinets · 2 years, 4 months ago
  33. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 7 months ago
  34. 29979b6 Fix typo by Jacinta Hu · 2 years, 4 months ago
  35. c8f83d8 Improve implementation note on WorkRunId by Sergey Vasilinets · 2 years, 4 months ago
  36. 9d5b985 Restrict schedulers to cancel only their own work. by Sergey Vasilinets · 2 years, 4 months ago
  37. 96db3a3 Merge changes I26be62e3,I2db19d9c into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  38. 85ea688 Merge changes If2d46362,I2472414b into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  39. 7888af8 Merge changes I6331453c,I0ce0df15 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  40. 647a820 Merge changes I0010f0bc,If78a3dc9,Idff67d59 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  41. 1c3934a Migrate WakeLocks to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  42. c53166d Rename WakeLocks.java to WakeLocks.kt by Sergey Vasilinets · 2 years, 4 months ago
  43. 913bf47 Migrate *Worker to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  44. e369a7b Rename *Worker.java to *Worker.kt by Sergey Vasilinets · 2 years, 4 months ago
  45. 2a18c03 Move inline helpers for OneTimeWorkRequest & PeriodicWorkRequest by Sergey Vasilinets · 2 years, 4 months ago
  46. 79a471d Migrate WorkRequest to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  47. a4d9af4 Migrate ProcessUtils to kotlin by Sergey Vasilinets · 2 years, 4 months ago
  48. f63f7fa Rename ProcessUtils.java to ProcessUtils.kt by Sergey Vasilinets · 2 years, 4 months ago
  49. a5ab3d2 Rename *Request.java -> *Request.kt by Sergey Vasilinets · 2 years, 4 months ago
  50. 327311c Migrate enums to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  51. 12a144a Move enum file from *.java -> *.kt by Sergey Vasilinets · 2 years, 4 months ago
  52. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 4 months ago
  53. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  54. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 4 months ago
  55. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 5 months ago
  56. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 5 months ago
  57. 4d25b97 Merge changes I21fbe5d0,Ie72931d1 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  58. b5f8277a Merge changes Id17aee5d,Ie0de07b5 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  59. 61aca7b Migrate IdGenerator to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  60. 63850bb Rename IdGenerator.java to IdGenerator.kt by Sergey Vasilinets · 2 years, 4 months ago
  61. 68f7ab6 Migrate RawQueries to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  62. 7548808 Rename RawQueries.java -> RawQueries.kt by Sergey Vasilinets · 2 years, 4 months ago
  63. 4117734 Use `RunnableScheduler` in WorkTimer by Sergey Vasilinets · 2 years, 4 months ago
  64. 620b90b Use `TaskExecutor` in SystemAlarmDispatcher & co by Sergey Vasilinets · 2 years, 4 months ago
  65. 8d1b84a Call Processor.startWork() in `DelayMetCommandHandler` from serial executor by Sergey Vasilinets · 2 years, 5 months ago
  66. e73e3c5 Remove unnecessary volatile and double locking, add @GuardedBy by Rahul Ravikumar · 2 years, 5 months ago
  67. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  68. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 5 months ago
  69. 6af0289 Changing `project` dependency on sqlite in work/work-runtime to `projectOrArtifact`. Follow up to the change on aosp/2005012. by Elif Bilgin · 2 years, 5 months ago
  70. 3db090e Merge "Enable 'data loss on recovery' for WorkManager" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  71. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 5 months ago
  72. 3c87159 Enable 'data loss on recovery' for WorkManager by Daniel Santiago Rivera · 2 years, 5 months ago
  73. c5abd17 Mark testCoroutineScopeCancellation as @Ignore by Aurimas Liutikas · 2 years, 5 months ago
  74. fd2184d Merge "Stop calling setStatus in StopWorkRunnable" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  75. 3d98c63 Merge "Remove overloads that receive single paramater in WorkQuery" into androidx-main by Sergey Vasilinetc · 2 years, 6 months ago
  76. 67746cb Remove overloads that receive single paramater in WorkQuery by Sergey Vasilinets · 2 years, 6 months ago
  77. 4e35ceb Stop calling setStatus in StopWorkRunnable by Sergey Vasilinets · 2 years, 6 months ago
  78. f81160c Merge "Upgrade to AGP 7.3.0-alpha03" into androidx-main by Aurimas Liutikas · 2 years, 6 months ago
  79. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 6 months ago
  80. abdba82 Ensure that library services declare exported=true by Tiem Song · 2 years, 6 months ago
  81. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  82. 0af51ba Merge "Update lint and add Vendor information" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  83. 86e7eef Merge "Update outdated lint baseline files" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  84. be4bfb1 Update lint and add Vendor information by Tiem Song · 2 years, 6 months ago
  85. c02750d Update outdated lint baseline files by Jeremy Woods · 2 years, 6 months ago
  86. c07a652 [GH] Use latest ndk for presubmit by Yigit Boyar · 2 years, 6 months ago
  87. 681ca8c WM: replace period_start_time with last_enqueue_time and period_count by Sergey Vasilinets · 2 years, 6 months ago
  88. ffebb51 Support multiple threads in TestScheduler by Sergey Vasilinets · 2 years, 6 months ago
  89. 4ffce68 Merge "Expose constructor and missing getters in Constraints" into androidx-main by Sergey Vasilinetc · 2 years, 7 months ago
  90. 904f805 Expose constructor and missing getters in Constraints by Sergey Vasilinets · 2 years, 7 months ago
  91. caa76308 Added new APIs for `isInitialized()` and `getConfiguration()`. by Rahul Ravikumar · 2 years, 7 months ago
  92. 8fa55e5 Update to latest metalava by Aurimas Liutikas · 2 years, 7 months ago
  93. 223a4c0 Clean up lint-baseline for files that were migrated to Kotlin by Sergey Vasilinets · 2 years, 7 months ago
  94. 2885e05 Merge "`RemoteListenableWorker` no longer requires full `WorkManager` initialization in the secondary process." into androidx-main by Treehugger Robot · 2 years, 7 months ago
  95. 6f4a513 `RemoteListenableWorker` no longer requires full `WorkManager` initialization in the secondary process. by Rahul Ravikumar · 2 years, 7 months ago
  96. a3b689c Remove ContentUriTriggers by Sergey Vasilinets · 2 years, 7 months ago
  97. 808f97e Migrate Constraints to Kotlin by Sergey Vasilinets · 2 years, 8 months ago
  98. 350ba8f Rename Constraints.java to Constraints.kt by Sergey Vasilinets · 2 years, 8 months ago
  99. 28718f7 Make columns in Constraints non-null by Sergey Vasilinets · 2 years, 7 months ago
  100. 7153d77 Fix typo in OutOfQuotaPolicy by Sergey Vasilinets · 2 years, 7 months ago