1. 3c144f9 Use Clock interface to replace System.currentTimeMillis() by Faelyn O'Grady · 1 year, 4 months ago
  2. 79f074a Merge "Clean up some old mentions of "Period Start Time"" into androidx-main by Faelyn O'Grady · 1 year, 3 months ago
  3. 1385abc Clean up some old mentions of "Period Start Time" by Faelyn O'Grady · 1 year, 4 months ago
  4. fb71b2a2 Unify WorkManagerImpl construction code paths by Sergey Vasilinets · 1 year, 4 months ago
  5. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  6. 818b4a7 Remove circular dependency between WorkManagerImpl and GreedyScheduler by Sergey Vasilinets · 1 year, 4 months ago
  7. b5898c6 TestScheduler initialDelay shouldn't be applied on non first period by Sergey Vasilinets · 1 year, 4 months ago
  8. 82873e9 Fix race in TestScheduler by Sergey Vasilinets · 1 year, 4 months ago
  9. 25f4563 Update workmanager's dependencies to latest stable by Sergey Vasilinets · 1 year, 5 months ago
  10. d1f387b Real main thread testing with TestWorkManager by Sergey Vasilinets · 1 year, 7 months ago
  11. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 7 months ago
  12. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  13. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 7 months ago
  14. 7c43ebf Merge changes I31f80efa,I7e271784 into androidx-main by Sergey Vasilinetc · 1 year, 7 months ago
  15. 16046a2 Move InputMerger related code to Kotlin by Sergey Vasilinets · 1 year, 7 months ago
  16. 9c84d34 Moving away schedulers from WorkerWrapper by Sergey Vasilinets · 1 year, 9 months ago
  17. 082b98e Update versions for release id 1668016800000 by Nick Anthony · 1 year, 8 months ago
  18. a932829 Bumping Room and SQLite versions for next development cycle. by Daniel Santiago Rivera · 1 year, 9 months ago
  19. 065653b Update versions for release 1664989200000 by Nick Anthony · 1 year, 9 months ago
  20. 7f8968b Bump workmanager to beta by Sergey Vasilinets · 1 year, 9 months ago
  21. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 1 year, 10 months ago
  22. 8e22db3 Add WorkerParameters.getGeneration by Sergey Vasilinets · 1 year, 11 months ago
  23. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  24. 6e497a5 Fix cancellation in TestScheduler by Sergey Vasilinets · 2 years ago
  25. 0814611 Fix lint issues in work-testing by Sergey Vasilinets · 2 years ago
  26. ae9e951 Fix lint issues in work-runtime (part 1) by Sergey Vasilinets · 2 years ago
  27. 66fe06e Introduce generation in WorkSpec by Sergey Vasilinets · 2 years, 1 month ago
  28. a7d319b Rename `WorkRunId` to `StartStopToken` by Sergey Vasilinets · 2 years ago
  29. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 1 month ago
  30. b8f9071 Merge "Stop automatically rewinding in `scheduleInternal` in `TestScheduler`" into androidx-main by Sergey Vasilinetc · 2 years, 2 months ago
  31. 4d10dcb Stop automatically rewinding in `scheduleInternal` in `TestScheduler` by Sergey Vasilinets · 2 years, 2 months ago
  32. 13d19bb Implement custom SynchronousSerialExecutor that is used in default test setup. by Sergey Vasilinets · 2 years, 2 months ago
  33. 697d43d Merge "Remove check that setPeriodDelayMet can be called only on peridic work" into androidx-main by Sergey Vasilinetc · 2 years, 2 months ago
  34. 9a963d1 Remove check that setPeriodDelayMet can be called only on peridic work by Sergey Vasilinets · 2 years, 2 months ago
  35. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 2 months ago
  36. c175f50 Fix TestScheduler to run workers with flex immediately by Sergey Vasilinets · 2 years, 2 months ago
  37. 9d5b985 Restrict schedulers to cancel only their own work. by Sergey Vasilinets · 2 years, 3 months ago
  38. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  39. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  40. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  41. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  42. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  43. 681ca8c WM: replace period_start_time with last_enqueue_time and period_count by Sergey Vasilinets · 2 years, 5 months ago
  44. ffebb51 Support multiple threads in TestScheduler by Sergey Vasilinets · 2 years, 5 months ago
  45. 47cb782 Remove unused TaskExecutor.postToMainThread method by Sergey Vasilinets · 2 years, 7 months ago
  46. eb75ead Scope Trackers to WorkManagerImpl by Sergey Vasilinets · 2 years, 7 months ago
  47. 37b6a3f Bump room 2.4.0-rc01 by Sergey Vasilinets · 2 years, 7 months ago
  48. bf09bc3 Rename TaskExecutor.getBackgroundExecutor to TaskExecutor.getSerialTaskExecutor by Sergey Vasilinets · 2 years, 7 months ago
  49. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  50. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  51. a51a57d [GH] Remove the use of String.format(...) from WorkManager. by Rahul Ravikumar · 2 years, 8 months ago
  52. 6dce832 Fix lint issues with androidx-studio-integration branch by Tiem Song · 2 years, 9 months ago
  53. b2a22e1 Update lint baselines for tip of tree android lint by Aurimas Liutikas · 2 years, 9 months ago
  54. 886e648 Align Gradle paths and Maven coordinates for work by Alan Viverette · 2 years, 10 months ago