1. 67dd445 Opt-in h- thru m-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  2. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  3. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  4. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  5. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  6. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  7. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  8. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  9. 1d26dd73 Merge changes from topic "lc-event-effect" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  10. 25a2002 Create LifecycleResumeEffect composable by sanura · 1 year, 5 months ago
  11. 2b090a5 Create LifecycleStartEffect composable by sanura · 1 year, 5 months ago
  12. 4dd7522 Merge "Create LifecycleEventEffect composable" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  13. e9afa3a Create LifecycleEventEffect composable by sanura · 1 year, 5 months ago
  14. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 5 months ago
  15. a613980 Merge "Make the NonNullableMutableLiveDataDetector work for suspend functions." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  16. 75924c0 Make the NonNullableMutableLiveDataDetector work for suspend functions. by Roman Kalukiewicz · 1 year, 5 months ago
  17. ff99584 Merge "Remove LifecycleObserver proguard rule" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  18. bd933bf Remove LifecycleObserver proguard rule by Jeremy Woods · 1 year, 5 months ago
  19. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 5 months ago
  20. 5963b0e Update versions for release id 1680714000000 by natnaelbelay · 1 year, 5 months ago
  21. a5a77c3 Disable SynchronousActivityLifecycleTest on API 21 emulator by Aurimas Liutikas · 1 year, 5 months ago
  22. 10be7cc lifecycle IncrementalAnnotationProcessingTest GradleConnector -> GradleRunner by Jeff Gaston · 1 year, 5 months ago
  23. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 6 months ago
  24. 8e36f0f Merge "Add Lifecycle extension for composable collectAsState()" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  25. b990c75 Merge "Bump lifecycle's profileinstaller dependency to 1.3" into androidx-main by Chris Craik · 1 year, 6 months ago
  26. c1f4d85 Add Lifecycle extension for composable collectAsState() by sanura · 1 year, 6 months ago
  27. d666a43 Merge "Add Compose-observable StateFlow<Lifecycle.State> for current Lifecycle state" into androidx-main by Sanura N'Jaka · 1 year, 6 months ago
  28. 4bb158a Bump lifecycle's profileinstaller dependency to 1.3 by Chris Craik · 1 year, 6 months ago
  29. b75b447 Add Compose-observable StateFlow<Lifecycle.State> for current Lifecycle state by sanura · 1 year, 6 months ago
  30. 078e4ef Update savedstate dependencies to 1.2.1 by Jeremy Woods · 1 year, 6 months ago
  31. 997e7e35 Merge "Expose Lifecycle as a Flow<Lifecycle.Event>" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  32. 2f35da3 Expose Lifecycle as a Flow<Lifecycle.Event> by sanura · 1 year, 7 months ago
  33. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 8 months ago
  34. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 7 months ago
  35. 1740ed6 [GH] Amend typo in MediatorLiveData's JavaDoc for a stylistic reason by Shen Lin · 1 year, 7 months ago
  36. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 7 months ago
  37. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 7 months ago
  38. 4f271f6 Merge "Update OWNERS ordering for pFLANS libraries" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  39. cc217e4 Update OWNERS ordering for pFLANS libraries by Ian Lake · 1 year, 7 months ago
  40. f4e96a6 Move Lifecycle to using arch.core stable by Jeremy Woods · 1 year, 7 months ago
  41. 062fc75 Remove custom lifecycle constraints by Jeremy Woods · 1 year, 7 months ago
  42. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 7 months ago
  43. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 7 months ago
  44. 7b935d7 Set initial value on distinctUntilChanged() by Ian Lake · 1 year, 7 months ago
  45. 84ff653 Add profileinstaller to non-compose android libraries that include a profile by Chris Craik · 1 year, 8 months ago
  46. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  47. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 7 months ago
  48. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 8 months ago
  49. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 7 months ago
  50. 413ab39 Merge changes from topic "lifecycle_owner_ktx_move" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  51. 2fab764 Merge "Move Lifecycle kotlin extensions back to lifecycle-common" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  52. 68395b9 Bump lifecycle to 2.6.0-beta01 by Jeremy Woods · 1 year, 8 months ago
  53. 96e6ac1 Move LifecycleOwner ktx extensions back to common by Jeremy Woods · 1 year, 8 months ago
  54. dc62e62 Move Lifecycle kotlin extensions back to lifecycle-common by Jeremy Woods · 1 year, 8 months ago
  55. 429c604 Merge "Move arch.core ToT dependencies to 2.2.0-rc01 prebuilts" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  56. 94fabfe Move arch.core ToT dependencies to 2.2.0-rc01 prebuilts by sanura · 1 year, 8 months ago
  57. 7762db7 Update other lifecycle modules with LifecycleOwner by sanura · 1 year, 8 months ago
  58. 221fa03 Convert LifecycleOwner to Kotlin by sanura · 1 year, 9 months ago
  59. 60baa5e Rename LifecycleOwner.java to .kt by sanura · 1 year, 11 months ago
  60. 36a0218 Merge changes from topic "kt-vm-store-owner" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  61. 4d37923 Remove constraint between lifecycle-viewmodel-savedstate and -compose by sanura · 1 year, 8 months ago
  62. 1962c01 Update other lifecycle modules with ViewModelStoreOwner by sanura · 1 year, 8 months ago
  63. 3fcfa28f Merge changes from topic "kt-report-frag" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  64. ec38387 Merge changes from topic "kt-viewtree" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  65. 2612165 Convert ViewModelStoreOwner to Kotlin by sanura · 1 year, 8 months ago
  66. 7f19d73 Rename ViewModelStoreOwner.java to .kt by sanura · 1 year, 8 months ago
  67. a795cae Merge changes from topic "kt-observer" into androidx-main by Sanura N'Jaka · 1 year, 8 months ago
  68. 8261fc0 Convert ReportFragment to Kotlin by sanura · 1 year, 8 months ago
  69. 83aa7d5 Update rest of lifecycle module with ViewTreeViewModelStoreOwner by sanura · 1 year, 8 months ago
  70. bf21703 Deprecate original ViewTreeViewModelKt method by sanura · 1 year, 8 months ago
  71. 2da5c31 Convert ViewTreeViewModelStoreOwner to Kotlin by sanura · 1 year, 8 months ago
  72. ca1700d Rename ViewTreeViewModelStoreOwner.java to .kt by sanura · 1 year, 8 months ago
  73. 3223514 Convert LegacySavedStateHandleController to Kotlin by sanura · 1 year, 8 months ago
  74. 57c78eb Rename LegacySavedStateHandleController.java to .kt by sanura · 1 year, 8 months ago
  75. 2ed522e Correct all Observer nullability by sanura · 1 year, 8 months ago
  76. 8ad3bdc Change Observer's onChanged parameter name to value by sanura · 1 year, 8 months ago
  77. fee12f7 Convert Observer to Kotlin by sanura · 1 year, 8 months ago
  78. 9b84b98 Rename Observer.java to .kt by sanura · 1 year, 9 months ago
  79. 17173488 Merge changes from topic "kt-has" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  80. 6def613 Merge changes from topic "kt-abstract" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  81. 7ab1d8d Merge changes from topic "kt-controller-nonlegacy" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  82. b5fab4c Convert SavedStateHandleController to Kotlin by sanura · 1 year, 8 months ago
  83. bf8ba60 Convert AbstractSavedStateViewModelFactory to Kotlin by sanura · 1 year, 8 months ago
  84. 8dbf354 Update current API signature after Metalava update by Jinseong Jeon · 1 year, 8 months ago
  85. f9a8df1 Rename SavedStateHandleController.java to .kt by sanura · 1 year, 8 months ago
  86. 4232923 Rename AbstractSavedStateViewModelFactory.java to .kt by sanura · 1 year, 8 months ago
  87. c2fc801 Convert HasDefaultViewModelProviderFactory to Kotlin by sanura · 1 year, 9 months ago
  88. d8a3d6e Rename ReportFragment.java to .kt by sanura · 1 year, 8 months ago
  89. e35f3b8 Add back in Transformations extensions that use arch core Function by sanura · 1 year, 8 months ago
  90. 6398ec0 Revert "Revert "Remove original LiveData Transformations kotlin ..." by Sanura N'Jaka · 1 year, 8 months ago
  91. f54be2b Revert^2 "Convert Transformations to Kotlin" by Sanura N'Jaka · 1 year, 8 months ago
  92. f6fbbc6 Revert^2 "Rename Transformations.java to .kt" by Sanura N'Jaka · 1 year, 8 months ago
  93. dfa7d03 Merge changes from topic "kt-andr" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  94. d030a9a Merge changes from topic "kt-process" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  95. eb41aac Merge changes from topic "kt-serv-dispatch" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  96. bfc7e25 Rename HasDefaultViewModelProviderFactory.java to .kt by sanura · 1 year, 9 months ago
  97. 543b6bb Merge changes from topic "kt-service" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  98. ded88c3 Convert ServiceLifecycleDispatcher to Kotlin by sanura · 1 year, 9 months ago
  99. 1492572 Rename ServiceLifecycleDispatcher.java to .kt by sanura · 1 year, 9 months ago
  100. aedda86 Convert AndroidViewModel to Kotlin by sanura · 1 year, 9 months ago