1. 6a0704d Merge "Remove usage of @hide in lifecycle libraries" into androidx-main am: 0a3a5671ef by Treehugger Robot · 1 year, 1 month ago
  2. 7407f77 Remove usage of @hide in lifecycle libraries by Aurimas Liutikas · 1 year, 1 month ago
  3. 1d8d2c8 Merge "Opt-in h- thru m-prefixed projects to Suppress Compatibility migration" into androidx-main am: 77e3281049 by Alan Viverette · 1 year, 1 month ago
  4. 67dd445 Opt-in h- thru m-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 1 month ago
  5. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  6. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  7. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 1 month ago
  8. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  9. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  10. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  11. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  12. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 1 month ago
  13. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 1 month ago
  14. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 1 year, 2 months ago
  15. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  16. 9ad3dbb Merge changes from topic "lc-event-effect" into androidx-main am: 1d26dd7325 by Treehugger Robot · 1 year, 2 months ago
  17. 1d26dd73 Merge changes from topic "lc-event-effect" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  18. 25a2002 Create LifecycleResumeEffect composable by sanura · 1 year, 2 months ago
  19. 2b090a5 Create LifecycleStartEffect composable by sanura · 1 year, 2 months ago
  20. 2a1240d Merge "Create LifecycleEventEffect composable" into androidx-main am: 4dd75221bf by Treehugger Robot · 1 year, 2 months ago
  21. 4dd7522 Merge "Create LifecycleEventEffect composable" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  22. 74337b0d Merge "Move arch.core dependencies to latest prebuilt" into androidx-main am: 18dad665db by Jeremy Woods · 1 year, 2 months ago
  23. e9afa3a Create LifecycleEventEffect composable by sanura · 1 year, 2 months ago
  24. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 2 months ago
  25. 05abe9a Merge "Make the NonNullableMutableLiveDataDetector work for suspend functions." into androidx-main am: a6139806d9 by Treehugger Robot · 1 year, 2 months ago
  26. a613980 Merge "Make the NonNullableMutableLiveDataDetector work for suspend functions." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  27. 75924c0 Make the NonNullableMutableLiveDataDetector work for suspend functions. by Roman Kalukiewicz · 1 year, 2 months ago
  28. ae2dd73 Merge "Remove LifecycleObserver proguard rule" into androidx-main am: ff99584bdc by Treehugger Robot · 1 year, 2 months ago
  29. ff99584 Merge "Remove LifecycleObserver proguard rule" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  30. bd933bf Remove LifecycleObserver proguard rule by Jeremy Woods · 1 year, 2 months ago
  31. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 2 months ago
  32. 0d01a02 Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 2 months ago
  33. 5963b0e Update versions for release id 1680714000000 by natnaelbelay · 1 year, 3 months ago
  34. ef67ece Merge "Disable SynchronousActivityLifecycleTest on API 21 emulator" into androidx-main am: f2a29c8b2d by Aurimas Liutikas · 1 year, 3 months ago
  35. a5a77c3 Disable SynchronousActivityLifecycleTest on API 21 emulator by Aurimas Liutikas · 1 year, 3 months ago
  36. eb173db Merge "lifecycle IncrementalAnnotationProcessingTest GradleConnector -> GradleRunner" into androidx-main am: 93d84b9e05 by Treehugger Robot · 1 year, 3 months ago
  37. 10be7cc lifecycle IncrementalAnnotationProcessingTest GradleConnector -> GradleRunner by Jeff Gaston · 1 year, 3 months ago
  38. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  39. fd68c80f Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  40. 184eb15 Merge "Add Lifecycle extension for composable collectAsState()" into androidx-main am: 8e36f0f8a4 by Treehugger Robot · 1 year, 3 months ago
  41. 8e36f0f Merge "Add Lifecycle extension for composable collectAsState()" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  42. 06ab0e8 Merge "Bump lifecycle's profileinstaller dependency to 1.3" into androidx-main am: b990c756c8 by Chris Craik · 1 year, 3 months ago
  43. b990c75 Merge "Bump lifecycle's profileinstaller dependency to 1.3" into androidx-main by Chris Craik · 1 year, 3 months ago
  44. c1f4d85 Add Lifecycle extension for composable collectAsState() by sanura · 1 year, 4 months ago
  45. 9aa64e7 Merge "Add Compose-observable StateFlow<Lifecycle.State> for current Lifecycle state" into androidx-main am: d666a43de6 by Sanura N'Jaka · 1 year, 3 months ago
  46. d666a43 Merge "Add Compose-observable StateFlow<Lifecycle.State> for current Lifecycle state" into androidx-main by Sanura N'Jaka · 1 year, 3 months ago
  47. 4bb158a Bump lifecycle's profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  48. b75b447 Add Compose-observable StateFlow<Lifecycle.State> for current Lifecycle state by sanura · 1 year, 4 months ago
  49. b818a5fd Merge "Update savedstate dependencies to 1.2.1" into androidx-main am: 0d7a0819d8 by Treehugger Robot · 1 year, 3 months ago
  50. 078e4ef Update savedstate dependencies to 1.2.1 by Jeremy Woods · 1 year, 3 months ago
  51. ab000a9 Merge "Expose Lifecycle as a Flow<Lifecycle.Event>" into androidx-main am: 997e7e35c1 by Treehugger Robot · 1 year, 4 months ago
  52. d92d863 Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main am: 75ff89f5cf by Aurimas Liutikas · 1 year, 4 months ago
  53. 997e7e35 Merge "Expose Lifecycle as a Flow<Lifecycle.Event>" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  54. 2f35da3 Expose Lifecycle as a Flow<Lifecycle.Event> by sanura · 1 year, 4 months ago
  55. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  56. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  57. 2b79440 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  58. 7dbbf82 Merge "[GH] Amend typo in MediatorLiveData's JavaDoc for a stylistic reason" into androidx-main am: 0e5d107303 by Treehugger Robot · 1 year, 4 months ago
  59. 1740ed6 [GH] Amend typo in MediatorLiveData's JavaDoc for a stylistic reason by Shen Lin · 1 year, 4 months ago
  60. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  61. ff7a550 Merge "Update current/beta API signature after Metalava update" into androidx-platform-dev by Aurimas Liutikas · 1 year, 4 months ago
  62. c84fc12 Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  63. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  64. 13eaf74 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  65. bb32c4e Merge "Update OWNERS ordering for pFLANS libraries" into androidx-main am: 4f271f6c19 by Treehugger Robot · 1 year, 4 months ago
  66. 4f271f6 Merge "Update OWNERS ordering for pFLANS libraries" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  67. cc217e4 Update OWNERS ordering for pFLANS libraries by Ian Lake · 1 year, 4 months ago
  68. a9a73b1 Merge "Move Lifecycle to using arch.core stable" into androidx-main am: 5048016e42 by Treehugger Robot · 1 year, 4 months ago
  69. f4e96a6 Move Lifecycle to using arch.core stable by Jeremy Woods · 1 year, 4 months ago
  70. efaef7c Merge "Remove custom lifecycle constraints" into androidx-main am: 5cd730c0a5 by Treehugger Robot · 1 year, 4 months ago
  71. 062fc75 Remove custom lifecycle constraints by Jeremy Woods · 1 year, 4 months ago
  72. 98c4e1b Merge "Upgrade to AGP 8.0.0-beta03" into androidx-main am: d4babf43ec by Treehugger Robot · 1 year, 4 months ago
  73. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  74. fce78de Revert "AGP 8.1.0-alpha03" am: 65323ccc37 by Aurimas Liutikas · 1 year, 4 months ago
  75. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  76. 688de84 Merge "Set initial value on distinctUntilChanged()" into androidx-main am: dd02a8afeb by Treehugger Robot · 1 year, 4 months ago
  77. 7b935d7 Set initial value on distinctUntilChanged() by Ian Lake · 1 year, 4 months ago
  78. 668b488 Merge "Add profileinstaller to non-compose android libraries that include a profile" into androidx-main am: 525825c853 by Treehugger Robot · 1 year, 4 months ago
  79. 84ff653 Add profileinstaller to non-compose android libraries that include a profile by Chris Craik · 1 year, 5 months ago
  80. 237fa02 Merge "AGP 8.1.0-alpha03" into androidx-main am: dfe8409004 by Treehugger Robot · 1 year, 4 months ago
  81. ed7bdc0 Merge "Version Updater2" into androidx-platform-dev by Natnael Belay · 1 year, 4 months ago
  82. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  83. 263c199 Version Updater2 by natnaelbelay · 1 year, 4 months ago
  84. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 4 months ago
  85. 306347f Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 4 months ago
  86. 9145212 Merge "Revert "Version updater"" into androidx-platform-dev by TreeHugger Robot · 1 year, 4 months ago
  87. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  88. 2c5ff93 Revert "Version updater" by Natnael Belay · 1 year, 4 months ago
  89. 116da49 Merge "Update OWNERS files" into androidx-main am: 0eba03841d by Aurimas Liutikas · 1 year, 4 months ago
  90. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 4 months ago
  91. a7cb089 Version updater by natnaelbelay · 1 year, 4 months ago
  92. 413ab39 Merge changes from topic "lifecycle_owner_ktx_move" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  93. 2fab764 Merge "Move Lifecycle kotlin extensions back to lifecycle-common" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  94. 68395b9 Bump lifecycle to 2.6.0-beta01 by Jeremy Woods · 1 year, 5 months ago
  95. 96e6ac1 Move LifecycleOwner ktx extensions back to common by Jeremy Woods · 1 year, 5 months ago
  96. dc62e62 Move Lifecycle kotlin extensions back to lifecycle-common by Jeremy Woods · 1 year, 5 months ago
  97. 429c604 Merge "Move arch.core ToT dependencies to 2.2.0-rc01 prebuilts" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  98. 94fabfe Move arch.core ToT dependencies to 2.2.0-rc01 prebuilts by sanura · 1 year, 5 months ago
  99. 7762db7 Update other lifecycle modules with LifecycleOwner by sanura · 1 year, 5 months ago
  100. 221fa03 Convert LifecycleOwner to Kotlin by sanura · 1 year, 7 months ago