1. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 3 months ago
  2. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 3 months ago
  3. b8f9071 Merge "Stop automatically rewinding in `scheduleInternal` in `TestScheduler`" into androidx-main by Sergey Vasilinetc · 2 years, 3 months ago
  4. 4d10dcb Stop automatically rewinding in `scheduleInternal` in `TestScheduler` by Sergey Vasilinets · 2 years, 3 months ago
  5. 0aacc2e Merge "Implement custom SynchronousSerialExecutor that is used in default test setup." into androidx-main by Sergey Vasilinetc · 2 years, 3 months ago
  6. 8c9d240 Run `ForceStopRunnable` only when there are new force-stop events. by Rahul Ravikumar · 2 years, 3 months ago
  7. 13d19bb Implement custom SynchronousSerialExecutor that is used in default test setup. by Sergey Vasilinets · 2 years, 3 months ago
  8. 697d43d Merge "Remove check that setPeriodDelayMet can be called only on peridic work" into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  9. 9a963d1 Remove check that setPeriodDelayMet can be called only on peridic work by Sergey Vasilinets · 2 years, 4 months ago
  10. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 4 months ago
  11. 41366c8 Merge "Fix TestScheduler to run workers with flex immediately" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  12. c175f50 Fix TestScheduler to run workers with flex immediately by Sergey Vasilinets · 2 years, 4 months ago
  13. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 7 months ago
  14. 29979b6 Fix typo by Jacinta Hu · 2 years, 4 months ago
  15. c8f83d8 Improve implementation note on WorkRunId by Sergey Vasilinets · 2 years, 4 months ago
  16. 9d5b985 Restrict schedulers to cancel only their own work. by Sergey Vasilinets · 2 years, 4 months ago
  17. 96db3a3 Merge changes I26be62e3,I2db19d9c into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  18. 85ea688 Merge changes If2d46362,I2472414b into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  19. 7888af8 Merge changes I6331453c,I0ce0df15 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  20. 647a820 Merge changes I0010f0bc,If78a3dc9,Idff67d59 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  21. 1c3934a Migrate WakeLocks to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  22. c53166d Rename WakeLocks.java to WakeLocks.kt by Sergey Vasilinets · 2 years, 4 months ago
  23. 913bf47 Migrate *Worker to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  24. e369a7b Rename *Worker.java to *Worker.kt by Sergey Vasilinets · 2 years, 4 months ago
  25. 2a18c03 Move inline helpers for OneTimeWorkRequest & PeriodicWorkRequest by Sergey Vasilinets · 2 years, 4 months ago
  26. 79a471d Migrate WorkRequest to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  27. a4d9af4 Migrate ProcessUtils to kotlin by Sergey Vasilinets · 2 years, 4 months ago
  28. f63f7fa Rename ProcessUtils.java to ProcessUtils.kt by Sergey Vasilinets · 2 years, 4 months ago
  29. a5ab3d2 Rename *Request.java -> *Request.kt by Sergey Vasilinets · 2 years, 4 months ago
  30. 327311c Migrate enums to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  31. 12a144a Move enum file from *.java -> *.kt by Sergey Vasilinets · 2 years, 4 months ago
  32. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 4 months ago
  33. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  34. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 4 months ago
  35. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 5 months ago
  36. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 5 months ago
  37. 4d25b97 Merge changes I21fbe5d0,Ie72931d1 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  38. b5f8277a Merge changes Id17aee5d,Ie0de07b5 into androidx-main by Sergey Vasilinetc · 2 years, 4 months ago
  39. 61aca7b Migrate IdGenerator to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  40. 63850bb Rename IdGenerator.java to IdGenerator.kt by Sergey Vasilinets · 2 years, 4 months ago
  41. 68f7ab6 Migrate RawQueries to Kotlin by Sergey Vasilinets · 2 years, 4 months ago
  42. 7548808 Rename RawQueries.java -> RawQueries.kt by Sergey Vasilinets · 2 years, 4 months ago
  43. 4117734 Use `RunnableScheduler` in WorkTimer by Sergey Vasilinets · 2 years, 4 months ago
  44. 620b90b Use `TaskExecutor` in SystemAlarmDispatcher & co by Sergey Vasilinets · 2 years, 4 months ago
  45. 8d1b84a Call Processor.startWork() in `DelayMetCommandHandler` from serial executor by Sergey Vasilinets · 2 years, 5 months ago
  46. e73e3c5 Remove unnecessary volatile and double locking, add @GuardedBy by Rahul Ravikumar · 2 years, 5 months ago
  47. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  48. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 5 months ago
  49. 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
  50. 3db090e Merge "Enable 'data loss on recovery' for WorkManager" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  51. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 5 months ago
  52. 3c87159 Enable 'data loss on recovery' for WorkManager by Daniel Santiago Rivera · 2 years, 5 months ago
  53. c5abd17 Mark testCoroutineScopeCancellation as @Ignore by Aurimas Liutikas · 2 years, 5 months ago
  54. fd2184d Merge "Stop calling setStatus in StopWorkRunnable" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  55. 3d98c63 Merge "Remove overloads that receive single paramater in WorkQuery" into androidx-main by Sergey Vasilinetc · 2 years, 6 months ago
  56. 67746cb Remove overloads that receive single paramater in WorkQuery by Sergey Vasilinets · 2 years, 6 months ago
  57. 4e35ceb Stop calling setStatus in StopWorkRunnable by Sergey Vasilinets · 2 years, 6 months ago
  58. f81160c Merge "Upgrade to AGP 7.3.0-alpha03" into androidx-main by Aurimas Liutikas · 2 years, 6 months ago
  59. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 6 months ago
  60. abdba82 Ensure that library services declare exported=true by Tiem Song · 2 years, 6 months ago
  61. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  62. 0af51ba Merge "Update lint and add Vendor information" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  63. 86e7eef Merge "Update outdated lint baseline files" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  64. be4bfb1 Update lint and add Vendor information by Tiem Song · 2 years, 6 months ago
  65. c02750d Update outdated lint baseline files by Jeremy Woods · 2 years, 6 months ago
  66. c07a652 [GH] Use latest ndk for presubmit by Yigit Boyar · 2 years, 6 months ago
  67. 681ca8c WM: replace period_start_time with last_enqueue_time and period_count by Sergey Vasilinets · 2 years, 6 months ago
  68. ffebb51 Support multiple threads in TestScheduler by Sergey Vasilinets · 2 years, 6 months ago
  69. 4ffce68 Merge "Expose constructor and missing getters in Constraints" into androidx-main by Sergey Vasilinetc · 2 years, 7 months ago
  70. 904f805 Expose constructor and missing getters in Constraints by Sergey Vasilinets · 2 years, 7 months ago
  71. caa76308 Added new APIs for `isInitialized()` and `getConfiguration()`. by Rahul Ravikumar · 2 years, 7 months ago
  72. 8fa55e5 Update to latest metalava by Aurimas Liutikas · 2 years, 7 months ago
  73. 223a4c0 Clean up lint-baseline for files that were migrated to Kotlin by Sergey Vasilinets · 2 years, 7 months ago
  74. 2885e05 Merge "`RemoteListenableWorker` no longer requires full `WorkManager` initialization in the secondary process." into androidx-main by Treehugger Robot · 2 years, 7 months ago
  75. 6f4a513 `RemoteListenableWorker` no longer requires full `WorkManager` initialization in the secondary process. by Rahul Ravikumar · 2 years, 7 months ago
  76. a3b689c Remove ContentUriTriggers by Sergey Vasilinets · 2 years, 7 months ago
  77. 808f97e Migrate Constraints to Kotlin by Sergey Vasilinets · 2 years, 8 months ago
  78. 350ba8f Rename Constraints.java to Constraints.kt by Sergey Vasilinets · 2 years, 8 months ago
  79. 28718f7 Make columns in Constraints non-null by Sergey Vasilinets · 2 years, 7 months ago
  80. 7153d77 Fix typo in OutOfQuotaPolicy by Sergey Vasilinets · 2 years, 7 months ago
  81. b20296a Upgrade to junit 4.13.2 by Aurimas Liutikas · 2 years, 8 months ago
  82. c197902 Fix ProcessorTests by Sergey Vasilinets · 2 years, 8 months ago
  83. 59b1c9c Merge changes I991fbdf5,I4eb47369 into androidx-main by Sergey Vasilinetc · 2 years, 8 months ago
  84. 6cc495a Migrate Trackers to Kotlin by Sergey Vasilinets · 2 years, 8 months ago
  85. d51eeda Merge "Control ExecutorServices in WorkerWrapperTest" into androidx-main by Sergey Vasilinetc · 2 years, 8 months ago
  86. 4b07ddb Control ExecutorServices in WorkerWrapperTest by Sergey Vasilinets · 2 years, 8 months ago
  87. 5f7696d Rename top-level *.java to *.kt in androidx.work.impl.constraints.trackers by Sergey Vasilinets · 2 years, 8 months ago
  88. 1dcb884 Propagate more deprecations for SDK update by Alan Viverette · 2 years, 9 months ago
  89. cdcab52 Merge "Remove unused TaskExecutor.postToMainThread method" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  90. e4e8892 Merge changes If235112f,Ibf78b03e,I903fb038 into androidx-main by Sergey Vasilinetc · 2 years, 8 months ago
  91. 47cb782 Remove unused TaskExecutor.postToMainThread method by Sergey Vasilinets · 2 years, 8 months ago
  92. 575d32a Migrate to not deprecated constructor of MigrationTestHelper by Sergey Vasilinets · 2 years, 8 months ago
  93. 856d077 Migrate WorkDatabase and related classes to Kotlin by Sergey Vasilinets · 2 years, 8 months ago
  94. 0abc512 Rename WorkDatabase and related classes from *.java to *.kt by Sergey Vasilinets · 2 years, 8 months ago
  95. 4799ddb Migrate constrain controllers to kotlin by Sergey Vasilinets · 2 years, 8 months ago
  96. 73b240a Rename ConstraintController.java to ConstraintController.kt by Sergey Vasilinets · 2 years, 8 months ago
  97. eb75ead Scope Trackers to WorkManagerImpl by Sergey Vasilinets · 2 years, 8 months ago
  98. 75428e6 Merge changes I3e112e20,Id7e55927,Ibb1a2592,I9a712fa0 into androidx-main by Sergey Vasilinetc · 2 years, 8 months ago
  99. 143f287 WorkManager: Migrate entities Kotlin by Sergey Vasilinets · 2 years, 8 months ago
  100. 23603ab WorkManager: Rename entities files from *.java to *.kt by Sergey Vasilinets · 2 years, 8 months ago