1. 44c81f7 Handle `IllegalStateException` in `createViewModelScope` by Marcello Galhardo · 5 months ago
  2. 1995880 Bump Lifecycle to 2.8.0-beta01 by Marcello Galhardo · 5 months ago
  3. 77cdc3d Merge "Clean up eager creation of test tasks in build.gradle files" into androidx-main by Aurimas Liutikas · 5 months ago
  4. f0b247c Clean up eager creation of test tasks in build.gradle files by Aurimas Liutikas · 5 months ago
  5. 1cd99e7 Use stable `compose:runtime` in `lifecycle` by Marcello Galhardo · 5 months ago
  6. 16f3515a3 Merge "Opt out Metalava w/ K2 UAST for KMP modules" into androidx-main by Jinseong Jeon · 6 months ago
  7. aca7faf Ignore generics in NonNullabeMutableLiveDataDetector by Jeremy Woods · 6 months ago
  8. 61a7c3d Opt out Metalava w/ K2 UAST for KMP modules by Jinseong Jeon · 6 months ago
  9. fe802a7 Merge changes from topic "lifecycle-vm-kmp-improv" into androidx-main by Treehugger Robot · 6 months ago
  10. e48e6e2 Add `lifecycle-runtime-ktx` in `lifecycle-runtime-compose` by Marcello Galhardo · 6 months ago
  11. 91927fb Convert `lifecycle-runtime-compose` to multiplatform by Marcello Galhardo · 6 months ago
  12. e983065 Revert "Convert `lifecycle-runtime-compose` to multiplatform" by Aurimas Liutikas · 6 months ago
  13. 10b8a53 Revert "Add `lifecycle-runtime-ktx` in `lifecycle-runtime-compose`" by Aurimas Liutikas · 6 months ago
  14. bfa95f2 Align multiplatform `lock` with `synchronized` semantics in `viewmodel` by Marcello Galhardo · 6 months ago
  15. 338c9cb Use `canonicalName` for `InitializerViewModelFactoryBuilder` by Marcello Galhardo · 6 months ago
  16. 195d70f Add `lifecycle-runtime-ktx` in `lifecycle-runtime-compose` by Marcello Galhardo · 6 months ago
  17. 32e15d7 Convert `lifecycle-runtime-compose` to multiplatform by Marcello Galhardo · 6 months ago
  18. 8c39ccf Set LiveData to `compile` in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  19. fc493ab Align all `implementation` declarations in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  20. 7a8b468 Move `ViewModel.kt` to common in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  21. 1305e97 Use `ViewModelProvider.create` method in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  22. 923f14b Add `KClass` method variants in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  23. 22bf224 Add `factory` param to KDocs in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  24. ac869c9 Move `LocalViewModelStoreOwner` to common in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  25. 87fc3ece Fix corrupt serialized resolution result in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  26. 7a8b0a8 Move dependencies to `commonMain` in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  27. b7acab4 Update Compose UI and Runtime to 1.6.0 in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  28. 358101c Rename source from `viewmodel-compose` to follow KMP convention by Marcello Galhardo · 6 months ago
  29. ee95558 Configure KMP in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  30. b074d3c passing common-source-path to metalava again by Jeff Gaston · 6 months ago
  31. 2b232fc Revert "passing common-source-path to metalava" by Jeff Gaston · 6 months ago
  32. 80e3d3d passing common-source-path to metalava by Jeff Gaston · 6 months ago
  33. a40e65e Revert "Configure KMP on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  34. f1ed7ca Revert "Rename source from `viewmodel-compose` to follow KMP con..." by Aurimas Liutikas · 6 months ago
  35. 5f08df9 Revert "Update Compose UI and Runtime to 1.6.0 in `viewmodel-com..." by Aurimas Liutikas · 6 months ago
  36. b379024 Revert "Move dependencies to `commonMain` on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  37. 382353f Revert "Move `LocalViewModelStoreOwner` to common on `viewmodel-..." by Aurimas Liutikas · 6 months ago
  38. 15f32eb Revert "Add `factory` param to KDocs on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  39. f0d794a Revert "Add `KClass` method variants on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  40. f12cd70 Revert "Use `ViewModelProvider.create` method on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  41. fe31a5e Revert "Move `ViewModel.kt` to common on `viewmodel-compose`" by Aurimas Liutikas · 6 months ago
  42. 288826d Move `ViewModel.kt` to common on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  43. a1f7b75 Use `ViewModelProvider.create` method on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  44. 74baccb Add `KClass` method variants on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  45. c7d8ed9 Add `factory` param to KDocs on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  46. 89a169b Move `LocalViewModelStoreOwner` to common on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  47. 61e7561 Move dependencies to `commonMain` on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  48. 37991db Update Compose UI and Runtime to 1.6.0 in `viewmodel-compose` by Marcello Galhardo · 6 months ago
  49. b8e5ea5 Rename source from `viewmodel-compose` to follow KMP convention by Marcello Galhardo · 6 months ago
  50. 4beef5f Configure KMP on `viewmodel-compose` by Marcello Galhardo · 6 months ago
  51. 27683f8 Merge "Update profileinstaller in androidx to 1.3.1 for U support" into androidx-main by Treehugger Robot · 6 months ago
  52. acb4252 Update profileinstaller in androidx to 1.3.1 for U support by Chris Craik · 6 months ago
  53. b7d1a49 Merge "Inline old LocalLifecycleOwner to new location" into androidx-main by Treehugger Robot · 6 months ago
  54. 7628b71 Inline old LocalLifecycleOwner to new location by Jake Wharton · 6 months ago
  55. 0345deb Bail out early for type argument from Java by Jinseong Jeon · 6 months ago
  56. f656823 Merge "Integrate type casting into lookup" into androidx-main by Jinseong Jeon · 6 months ago
  57. ae01990 Integrate type casting into lookup by Jinseong Jeon · 6 months ago
  58. caf9783 Merge "Avoid using LC details" into androidx-main by Jinseong Jeon · 6 months ago
  59. c3b86c8 Avoid using LC details by Jinseong Jeon · 6 months ago
  60. 6e9bc6d Correct nullability of extends and implements lists by Paul Duffin · 6 months ago
  61. af90a0f Use the underlying language, instead of sourcePsi by Jinseong Jeon · 6 months ago
  62. b01df9f Merge changes from topic "vm-add-closeable" into androidx-main by Treehugger Robot · 6 months ago
  63. f22b62c Improve `ViewModel.clear` logic and documentation by Marcello Galhardo · 6 months ago
  64. 007245d Merge "Add lock to `viewModelScope`" into androidx-main by Treehugger Robot · 6 months ago
  65. b261395 Add lock to `viewModelScope` by Marcello Galhardo · 6 months ago
  66. b8a5c06 Revert^2 "Invert dependency between lifecycle-runtime-compose and compose-ui-ui" by Jake Wharton · 6 months ago
  67. 0cea8b8 Merge "Revert "Invert dependency between lifecycle-runtime-compose and compose-ui-ui"" into androidx-main by Sergey Vasilinetc · 6 months ago
  68. 463b6a6 Revert "Invert dependency between lifecycle-runtime-compose and compose-ui-ui" by Peter Birk Pakkenberg · 6 months ago
  69. 250ff99 Refactor `ViewModelTest` by Marcello Galhardo · 6 months ago
  70. 5ba011e Handle duplicate keys on `ViewModel.addCloseable` by Marcello Galhardo · 6 months ago
  71. 2a10d94 Merge "Invert dependency between lifecycle-runtime-compose and compose-ui-ui" into androidx-main by Treehugger Robot · 6 months ago
  72. b7639a1 Align source sets in lifecycle-viewmodel with JetBrains fork by Ivan Matkov · 7 months ago
  73. 2b1d29d Merge "Align source sets in lifecycle-common with JetBrains fork" into androidx-main by Marcello Galhardo · 6 months ago
  74. 34c24c2 Merge "Align source sets in lifecycle-runtime with JetBrains fork" into androidx-main by Marcello Galhardo · 6 months ago
  75. b4d5b1c Invert dependency between lifecycle-runtime-compose and compose-ui-ui by Jake Wharton · 6 months ago
  76. 98e7ce5a Remove sanura and aelias from OWNERS by Aurimas Liutikas · 6 months ago
  77. d48a756 Align source sets in lifecycle-runtime with JetBrains fork by Ivan Matkov · 6 months ago
  78. 1b02695 Align source sets in lifecycle-common with JetBrains fork by Ivan Matkov · 7 months ago
  79. 3ec986f Merge "Add a public `VIEW_MODEL_KEY` to `ViewModelProvider`" into androidx-main by Treehugger Robot · 6 months ago
  80. 4240160 Merge "Remove duplicated `VIEW_MODEL_SCOPE_KEY`" into androidx-main by Marcello Galhardo · 6 months ago
  81. 1eebb19 Add a public `VIEW_MODEL_KEY` to `ViewModelProvider` by Marcello Galhardo · 7 months ago
  82. 6b1d2f3 Check against duplicated entries for `ViewModelFactoryDsl` by Marcello Galhardo · 6 months ago
  83. 42930bf Remove duplicated `VIEW_MODEL_SCOPE_KEY` by Marcello Galhardo · 6 months ago
  84. 5e20be9 Merge "Allow overriding a `viewModelScope` instance from a `ViewModel`" into androidx-main by Treehugger Robot · 6 months ago
  85. 83e99ec Allow overriding a `viewModelScope` instance from a `ViewModel` by Marcello Galhardo · 7 months ago
  86. 8bb5f4b Correct nullability of vararg parameters that are not last by Paul Duffin · 7 months ago
  87. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 7 months ago
  88. d85177c Enable `ExplicitApiMode.Strict` on `lifecycle-runtime` by Marcello Galhardo · 7 months ago
  89. 2432a54 Enable `ExplicitApiMode.Strict` on `lifecycle-common` by Marcello Galhardo · 7 months ago
  90. 0ffaabb Merge "Remove `atomicfu` from `viewmodel`" into androidx-main by Marcello Galhardo · 7 months ago
  91. 9bfad17 Merge "Fix main thread check on multiplatform" into androidx-main by Ian Lake · 7 months ago
  92. 9e09262 Remove `atomicfu` from `viewmodel` by Marcello Galhardo · 7 months ago
  93. 6c9d9f8 Set native `ViewModelProvider.Factory` to throw `UnsupportedOperationException` by Marcello Galhardo · 7 months ago
  94. c6af8a8 Merge changes from topic "vm-kmp-test" into androidx-main by Marcello Galhardo · 7 months ago
  95. 0d2c5a8 Fix main thread check on multiplatform by Ivan Matkov · 7 months ago
  96. 0cbcf32 Move `ViewModelProvider` tests to `commonTest` by Marcello Galhardo · 7 months ago
  97. a9db8a5 Add tests for `NewInstanceFactory` by Marcello Galhardo · 7 months ago
  98. 084be9d Add tests for `DefaultViewModelProviderFactory` by Marcello Galhardo · 7 months ago
  99. 82839d3 Add tests for `getDefaultFactory` and `getDefaultExtras` by Marcello Galhardo · 7 months ago
  100. e7aad89 Move `ViewModel` tests to `commonTest` by Marcello Galhardo · 7 months ago