1. 151a2e9 Merge changes from topic "kt-lifecycle-and-registry" into androidx-main by Sanura N'Jaka · 1 year, 7 months ago
  2. 02a13c9 Merge changes from topic "kt-lifecycle-and-registry" into androidx-main by Sanura N'Jaka · 1 year, 7 months ago
  3. a02332c Convert SingleGeneratedAdapterObserver to Kotlin by sanura · 1 year, 8 months ago
  4. 36833f9 Convert LifecycleRegistry to Kotlin by sanura · 1 year, 8 months ago
  5. e5b64d7 Converted Lifecycle class to Kotlin by sanura · 1 year, 8 months ago
  6. f3d789b Rename SingleGeneratedAdapterObserver.java to .kt by sanura · 1 year, 8 months ago
  7. 1eb1fdc Convert MethodCallsLogger to Kotlin by sanura · 1 year, 8 months ago
  8. 3958a4b Rename MethodCallsLogger.java to .kt by sanura · 1 year, 8 months ago
  9. 98acf57 Rename Lifecycle.java to .kt by sanura · 1 year, 8 months ago
  10. 19acbc4 Rename LifecycleRegistry.java to .kt by sanura · 1 year, 8 months ago
  11. 894dc6b Have lifecycle-runtime depend on ToT arch.core by sanura · 1 year, 8 months ago
  12. 226820e Merge "Update androidx-core in the Compose ui module to latest version." into androidx-main by Zach Klippenstein · 1 year, 8 months ago
  13. 6571b15 Merge "Upgrade to Android Gradle Plugin 8.0.0-alpha07" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  14. dad6de5 Update androidx-core in the Compose ui module to latest version. by Zach Klippenstein · 1 year, 8 months ago
  15. 39f2226 Upgrade to Android Gradle Plugin 8.0.0-alpha07 by Aurimas Liutikas · 1 year, 8 months ago
  16. 62df9c5 Avoid crashing on ClassCastException in SavedStateHandle by Jeremy Woods · 1 year, 8 months ago
  17. 20581c2 Merge changes from topic "kt-lc-com-def" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  18. 9de3917 Converted DefaultLifecycleObserver to Kotlin by sanura · 1 year, 8 months ago
  19. 0436df0 Merge changes from topic "kt-lc-com-lc-ev" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  20. 8728a25 Merge changes from topic "kt-lc-com-gen" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  21. 00a1a3b Rename DefaultLifecycleObserver.java to .kt by sanura · 1 year, 8 months ago
  22. 79318a6 Merge changes from topic "full-to-default" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  23. 679fc50 Converted GeneratedAdapter to Kotlin by sanura · 1 year, 8 months ago
  24. 0fcf693 Converted LifecycleEventObserver to Kotlin by sanura · 1 year, 8 months ago
  25. 4fffb14 Remove FullLifecycleObserver by sanura · 1 year, 8 months ago
  26. 677c061 Converted LifecycleObserver to Kotlin by sanura · 1 year, 8 months ago
  27. 216dcd5 Rename LifecycleObserver.java to .kt by sanura · 1 year, 8 months ago
  28. 152f735 Rename LifecycleEventObserver.java to .kt by sanura · 1 year, 8 months ago
  29. a431c50 Rename GeneratedAdapter.java to .kt by sanura · 1 year, 8 months ago
  30. d928784 Have DefaultLifecycleObserver extend LifecycleObserver directly by sanura · 1 year, 8 months ago
  31. d6b32d9 Merge "Fix typo in MediatorLiveData" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  32. e9139a3 Merge changes from topic "lc-common-comp" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  33. 592e5e3 Fix typo in MediatorLiveData by Clara Fok · 1 year, 8 months ago
  34. caea9b3 Converted CompositeGeneratedAdaptersObserver to Kotlin by sanura · 1 year, 8 months ago
  35. 0071d73 Wrap NoSuchMethodException in NewInstanceFactory by Jeremy Woods · 1 year, 8 months ago
  36. bcd2c88 Rename CompositeGeneratedAdaptersObserver.java to .kt by sanura · 1 year, 9 months ago
  37. 075c1a8 Merge "Update deprecated usages of Class.newInstance()" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  38. f096ed5 Update deprecated usages of Class.newInstance() by Alan Viverette · 1 year, 9 months ago
  39. bef0ef1 Merge "Add back in compose to non-compose lifecycle constraints" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  40. 90d4a39 Merge "Update LifecycleRegistry.moveToState() error message" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  41. e7dfcd2 Update LifecycleRegistry.moveToState() error message by sanura · 1 year, 9 months ago
  42. 617e60f Add back in compose to non-compose lifecycle constraints by sanura · 1 year, 9 months ago
  43. 420b7f6 Start using JDK 17 by Aurimas Liutikas · 1 year, 11 months ago
  44. bdb2b1f Specify namespace for all gradle testkit tests by Aurimas Liutikas · 1 year, 9 months ago
  45. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 9 months ago
  46. 5f914f2 Merge "Re-work constraints on lifecycle artifacts" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  47. 42b4bcf Re-work constraints on lifecycle artifacts by Sanura N'Jaka · 1 year, 9 months ago
  48. 0507f65 Kotlin 1.7.20 by Jim Sproch · 1 year, 11 months ago
  49. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 10 months ago
  50. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 1 year, 10 months ago
  51. 9f0384e Merge "Gradle edition: kotlin.RequiresOptIn is now enabled by default" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  52. 234fa6b Merge "Include constructors for MediatorLiveData" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  53. b415585 Include constructors for MediatorLiveData by Sanura N'Jaka · 1 year, 10 months ago
  54. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  55. f075fe0 Merge "Have FlowLiveData.asFlow use callbackFlow" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  56. 233a172 Have FlowLiveData.asFlow use callbackFlow by Sanura N'Jaka · 1 year, 10 months ago
  57. 762d787 Merge "Add project dependency constraint between lifecycle-viewmodel-savedstate and lifecycle-livedata-core" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  58. cc9fce3 Merge "Add project dependency constraint between lifecycle-viewmodel-savedstate and lifecycle-viewmodel-compose" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  59. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  60. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  61. 27355f7 Add project dependency constraint between lifecycle-viewmodel-savedstate and lifecycle-livedata-core by Sanura N'Jaka · 1 year, 10 months ago
  62. 0598f54 Add project dependency constraint between lifecycle-viewmodel-savedstate and lifecycle-viewmodel-compose by Sanura N'Jaka · 1 year, 11 months ago
  63. 7d9542f [GH] Decouple lifecycle from compose playgrounds by Dustin Lam · 1 year, 10 months ago
  64. 325aa99 Add project dependency constraint between lifecycle-common and lifecycle-livedata-core by Sanura N'Jaka · 1 year, 10 months ago
  65. 1e948ae Add project dependency constraint between lifecycle-livedata-core and lifecycle-livedata-core-ktx by Sanura N'Jaka · 1 year, 11 months ago
  66. 3040276 Merge "Add project dependency constraint between lifecycle-livedata and lifecycle-livedata-ktx" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  67. 6075c71 Merge "Add project dependency constraint between lifecycle-livedata and lifecycle-livedata-core" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  68. dafb0bc Merge "[GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  69. e5f83d3 Merge "Preserve initial value of StateFlow in FlowLiveData's asLiveData" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  70. 9f854289 Preserve initial value of StateFlow in FlowLiveData's asLiveData by Sanura N'Jaka · 1 year, 10 months ago
  71. fe17ed8 Add project dependency constraint between lifecycle-livedata and lifecycle-livedata-ktx by Sanura N'Jaka · 1 year, 11 months ago
  72. f83ce34 Add project dependency constraint between lifecycle-livedata and lifecycle-livedata-core by Sanura N'Jaka · 1 year, 11 months ago
  73. 45c4978 [GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground by Dustin Lam · 1 year, 10 months ago
  74. 4e19871 Merge "Add project dependency constraint between lifecycle-viewmodel and lifecycle-viewmodel-ktx" into androidx-main by Sanura N'Jaka · 1 year, 10 months ago
  75. 1594b7a Merge "Add project dependency constraint between lifecycle-reactivestreams and lifecycle-reactivestreams-ktx" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  76. e47f9ff Merge changes I0f6b3928,I3ef6323d,Id0a3eae9,I98fea6d1 into androidx-main by Treehugger Robot · 1 year, 10 months ago
  77. aad3166 Add project dependency constraint between lifecycle-reactivestreams and lifecycle-reactivestreams-ktx by Sanura N'Jaka · 1 year, 11 months ago
  78. e048cb4 Add project dependency constraint between lifecycle-viewmodel and lifecycle-viewmodel-ktx by Sanura N'Jaka · 1 year, 11 months ago
  79. e7a81dc9 Add project dependency constraint between lifecycle-runtime and lifecycle-runtime-compose by Sanura N'Jaka · 1 year, 11 months ago
  80. c73bd92 Add project dependency constraint between lifecycle-viewmodel and lifecycle-viewmodel-savedstate by Sanura N'Jaka · 1 year, 11 months ago
  81. f9794b4 Add project dependency constraint between lifecycle-runtime and lifecycle-runtime-testing by Sanura N'Jaka · 1 year, 11 months ago
  82. 3409880 Add project dependency constraint between lifecycle-runtime and lifecycle-runtime-ktx by Sanura N'Jaka · 1 year, 11 months ago
  83. b671082 Add project dependency constraint between lifecycle-common and lifecycle-runtime by Sanura N'Jaka · 1 year, 11 months ago
  84. 11d986e docs: Typo fix ("An utility" -> "A utility") by Andrew Solovay · 1 year, 11 months ago
  85. d21255b Add FlakyTest annotation to coveredWithDialog_childFragment by Fred Sladkey · 1 year, 11 months ago
  86. b9fa90f Update lint baselines by Tiem Song · 1 year, 11 months ago
  87. 2972920 Merge "Second lint baseline update after Lint Fixit" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  88. 211dde3 Merge "Make NoPackageObserver in lifecycle test public" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  89. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 1 year, 11 months ago
  90. 8eeb023 Make NoPackageObserver in lifecycle test public by Jeremy Woods · 1 year, 11 months ago
  91. ee79b7f Merge "Fix AndroidViewModelFactory back compat" into androidx-main am: 8409f45c81 by Treehugger Robot · 2 years ago
  92. 8409f45 Merge "Fix AndroidViewModelFactory back compat" into androidx-main by Treehugger Robot · 2 years ago
  93. c644cff Fix AndroidViewModelFactory back compat by Jeremy Woods · 2 years ago
  94. 55a6a24 Merge "Verify correct value can be saved in SavedStateHandle.saveable SaverScope" into androidx-main am: 19b25a0e41 by Treehugger Robot · 2 years ago
  95. 19b25a0 Merge "Verify correct value can be saved in SavedStateHandle.saveable SaverScope" into androidx-main by Treehugger Robot · 2 years ago
  96. ec463e1 Merge "[GH] Re-enable lifecycle" into androidx-main am: 2d2ed18959 by Treehugger Robot · 2 years ago
  97. ba7e078 [GH] Re-enable lifecycle by Dustin Lam · 2 years ago
  98. c27653a Verify correct value can be saved in SavedStateHandle.saveable SaverScope by Alex Vanyo · 2 years ago
  99. 80d8a09 Merge "Remove flaky annotation from lifecycle test" into androidx-main am: 887eef8e78 by Treehugger Robot · 2 years ago
  100. 887eef8 Merge "Remove flaky annotation from lifecycle test" into androidx-main by Treehugger Robot · 2 years ago