1. 90b953e Merge "Reformat calculateNextRunTime" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  2. a3f3dc2 Reformat calculateNextRunTime by Faelyn O'Grady · 1 year, 3 months ago
  3. 3c144f9 Use Clock interface to replace System.currentTimeMillis() by Faelyn O'Grady · 1 year, 4 months ago
  4. 43ac727 Correctly set `mCurrentForegroundId` to null when mForegroundInfoById is empty by Sergey Vasilinets · 1 year, 3 months ago
  5. 06a471b Merge "Add earliestPossibleRuntime to workInfo" into androidx-main by Faelyn O'Grady · 1 year, 3 months ago
  6. 28a4380 Add earliestPossibleRuntime to workInfo by Faelyn O'Grady · 1 year, 4 months ago
  7. 79f074a Merge "Clean up some old mentions of "Period Start Time"" into androidx-main by Faelyn O'Grady · 1 year, 3 months ago
  8. eff61ef Merge "Add schedule and periodicity info to WorkInfo" into androidx-main by Faelyn O'Grady · 1 year, 3 months ago
  9. dd020b5 Add schedule and periodicity info to WorkInfo by Faelyn O'Grady · 1 year, 4 months ago
  10. 8f7a483 Merge "Revert "Revert "Fix ANR in RescheduleReceiver""" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  11. 61c1e9f Revert "Revert "Fix ANR in RescheduleReceiver"" by Sergey Vasilinetc · 1 year, 3 months ago
  12. 749860f Merge "Unify WorkManagerImpl construction code paths" into androidx-main by Sergey Vasilinetc · 1 year, 3 months ago
  13. 1385abc Clean up some old mentions of "Period Start Time" by Faelyn O'Grady · 1 year, 4 months ago
  14. 20a816d Merge "WorkManager: Flows go marching one by one, hurrah, hurrah" into androidx-main by Sergey Vasilinetc · 1 year, 3 months ago
  15. 053a290 Merge "Don't use System.currentTimeMillis() in WorkSpec#calculateNextRunTime()" into androidx-main by Faelyn O'Grady · 1 year, 4 months ago
  16. 329a871 Don't use System.currentTimeMillis() in WorkSpec#calculateNextRunTime() by Faelyn O'Grady · 1 year, 4 months ago
  17. 8145cb6 Merge "Remove redundant usages of @hide javadoc tag in preference and work" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  18. f8359ef WorkManager: Flows go marching one by one, hurrah, hurrah by Sergey Vasilinets · 1 year, 4 months ago
  19. fb71b2a2 Unify WorkManagerImpl construction code paths by Sergey Vasilinets · 1 year, 4 months ago
  20. 247d37c Mark properties and constructors of Constraints with RequiresApi(...) by Sergey Vasilinets · 1 year, 4 months ago
  21. 872b66e Remove redundant usages of @hide javadoc tag in preference and work by Aurimas Liutikas · 1 year, 4 months ago
  22. 6b137b7 Merge "Suppress ContentUriTriggerWorkersTest pre 24" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  23. 80101c1 Suppress ContentUriTriggerWorkersTest pre 24 by Sergey Vasilinets · 1 year, 4 months ago
  24. 75ff89f Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  25. 96fb253 Merge "Remove circular dependency between SystemJobScheduler and WorkManagerImpl" into androidx-main by Sergey Vasilinetc · 1 year, 4 months ago
  26. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  27. d7e17e1 Merge "Remove circular dependency between WorkManagerImpl and GreedyScheduler" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  28. db77f3c Remove circular dependency between SystemJobScheduler and WorkManagerImpl by Sergey Vasilinets · 1 year, 4 months ago
  29. 818b4a7 Remove circular dependency between WorkManagerImpl and GreedyScheduler by Sergey Vasilinets · 1 year, 4 months ago
  30. 627ae0a Merge "Update current/beta API signatures after Metalava update" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  31. af75dae Lint check for CVF in implicit casts by Julia McClellan · 1 year, 4 months ago
  32. 4fc878c Give workers with content separate slots in jobscheduler by Sergey Vasilinets · 1 year, 4 months ago
  33. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  34. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  35. eee4cf6 Merge "Add a lint check to flag usages of Thread.sleep" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  36. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  37. b5dc4e9 Merge "Revert "Fix ANR in RescheduleReceiver"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  38. 097b615 Revert "Fix ANR in RescheduleReceiver" by Sergey Vasilinetc · 1 year, 4 months ago
  39. 8b4339f Stop running testPeriodicWorkRequest_withFlex_* on API 21 by Aurimas Liutikas · 1 year, 4 months ago
  40. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  41. 7eda3da Merge "WorkManager: updateWork should preserve periodCount" into androidx-main by Sergey Vasilinetc · 1 year, 4 months ago
  42. c29a0fc WorkManager: updateWork should preserve periodCount by Sergey Vasilinets · 1 year, 4 months ago
  43. 8a4b49c Merge "TestScheduler initialDelay shouldn't be applied on non first period" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  44. b5898c6 TestScheduler initialDelay shouldn't be applied on non first period by Sergey Vasilinets · 1 year, 4 months ago
  45. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  46. d45c775 Merge "Fix race in TestScheduler" into androidx-main by Sergey Vasilinetc · 1 year, 4 months ago
  47. 82873e9 Fix race in TestScheduler by Sergey Vasilinets · 1 year, 4 months ago
  48. d2735cf Disable flaking WorkerWrapperTest by Aurimas Liutikas · 1 year, 4 months ago
  49. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  50. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 4 months ago
  51. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  52. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 4 months ago
  53. 41ffa9b Add constraints to WorkInfo by Sergey Vasilinets · 1 year, 5 months ago
  54. 8115e86 Merge changes I44d6dca5,I41f0e9b8 into androidx-main by Sergey Vasilinetc · 1 year, 5 months ago
  55. fcf6647 Migrate StartWorkRunnable & StopWorkRunnable to Kotlin by Sergey Vasilinets · 1 year, 5 months ago
  56. 9651c99 Move StartWorkRunnable & StopWorkRunnable from .java to .kt by Sergey Vasilinets · 1 year, 5 months ago
  57. f78f05c Minor clean up in work-runtime: by Sergey Vasilinets · 1 year, 5 months ago
  58. 2a15cc7 Merge "Update workmanager's dependencies to latest stable" into androidx-main by Sergey Vasilinetc · 1 year, 5 months ago
  59. 25f4563 Update workmanager's dependencies to latest stable by Sergey Vasilinets · 1 year, 5 months ago
  60. f20e994 Move Configuration to kotlin by Sergey Vasilinets · 1 year, 7 months ago
  61. 0704c05 Move Configuration.java to Configuration.kt by Sergey Vasilinets · 1 year, 7 months ago
  62. c152777 Merge "Fix race in WorkUpdateTest#progressReset" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  63. 4b4a55a Fix race in WorkUpdateTest#progressReset by Sergey Vasilinets · 1 year, 5 months ago
  64. 8bd2f0d Merge "Remove obsolete version of setInitializationExceptionHandler" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  65. 40983d6 Remove obsolete version of setInitializationExceptionHandler by Sergey Vasilinets · 1 year, 5 months ago
  66. 63f3ece Merge "Real main thread testing with TestWorkManager" into androidx-main by Sergey Vasilinetc · 1 year, 5 months ago
  67. d1f387b Real main thread testing with TestWorkManager by Sergey Vasilinets · 1 year, 7 months ago
  68. 47051b7 Update work module with LifecycleRegistry by sanura · 1 year, 7 months ago
  69. 67b8a36 Merge "Reenable AlarmsTest" into androidx-main by Sergey Vasilinetc · 1 year, 5 months ago
  70. 57c83ff Add sergeyv@ to OWNERS for androidx.work. by Rahul Ravikumar · 1 year, 5 months ago
  71. 2f66801 Use internal work bug component to make bug filing easier by Aurimas Liutikas · 1 year, 5 months ago
  72. 5253687 Reenable AlarmsTest by Sergey Vasilinets · 1 year, 5 months ago
  73. 5f7f703 Merge "Fix ANR in RescheduleReceiver" into androidx-main by Sergey Vasilinetc · 1 year, 5 months ago
  74. ee35161 Disable running WorkUpdateTest#progressReset on emulator by Aurimas Liutikas · 1 year, 5 months ago
  75. 6eb1c81 Fix ANR in RescheduleReceiver by Sergey Vasilinets · 1 year, 5 months ago
  76. 3f70b77 Don't run tests with maxSdkVersion = 33 on pre-release Android U by Alan Viverette · 1 year, 5 months ago
  77. 8ad3bdc Change Observer's onChanged parameter name to value by sanura · 1 year, 5 months ago
  78. f76b75d Set default merger in WorkSpec rows with null input_merger_class_name during migration from 16 to 17. by Daniel Santiago Rivera · 1 year, 5 months ago
  79. 8cbfff4 Suppress tests that are failing on SDK 34 by Alan Viverette · 1 year, 6 months ago
  80. 24a7249 Update work's PreferenceUtils to java 8 syntax by sanura · 1 year, 6 months ago
  81. 74af418 Merge "Drop WorkSpec rows with null input_merger_class_name during migration from 16 to 17" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  82. 96e0924 Drop WorkSpec rows with null input_merger_class_name during migration from 16 to 17 by Daniel Santiago Rivera · 1 year, 7 months ago
  83. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 7 months ago
  84. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  85. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 7 months ago
  86. 7cabdbe Merge "Make WorkInfo constructor public" into androidx-main by Sergey Vasilinetc · 1 year, 7 months ago
  87. 7c43ebf Merge changes I31f80efa,I7e271784 into androidx-main by Sergey Vasilinetc · 1 year, 7 months ago
  88. 16046a2 Move InputMerger related code to Kotlin by Sergey Vasilinets · 1 year, 7 months ago
  89. 3f1aad9 Move InputMerger related classes to *.kt by Sergey Vasilinets · 1 year, 7 months ago
  90. 9c84d34 Moving away schedulers from WorkerWrapper by Sergey Vasilinets · 1 year, 9 months ago
  91. 2d06bd5 Merge changes from topic "jvm-default-all" into androidx-main by Julia McClellan · 1 year, 7 months ago
  92. ec65e85 Merge changes I1832d68d,Idff216c9 into androidx-main by Sergey Vasilinetc · 1 year, 7 months ago
  93. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 8 months ago
  94. 082b98e Update versions for release id 1668016800000 by Nick Anthony · 1 year, 8 months ago
  95. 075c1a8 Merge "Update deprecated usages of Class.newInstance()" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  96. f096ed5 Update deprecated usages of Class.newInstance() by Alan Viverette · 1 year, 8 months ago
  97. cb73f5d Make WorkInfo constructor public by Sergey Vasilinets · 1 year, 8 months ago
  98. e35e084 Migrate WorkInfo to Kotlin by Sergey Vasilinets · 1 year, 8 months ago
  99. f328aae Move WorkInfo.java to .Kt by Sergey Vasilinets · 1 year, 8 months ago
  100. 4977cc7 Fix equality in WorkInfo by Sergey Vasilinets · 1 year, 8 months ago