- 67f0ee5 Merge "Update to AGP 8.7.0-alpha02" into androidx-main by Fred Sladkey · 10 months ago
- 21ab8c2 pin to annotation:1.8.1 in Lifecycle by Prajakta Patil · 10 months ago
- 054b782 Update to AGP 8.7.0-alpha02 by Fred Sladkey · 10 months ago
- ea96776 Merge "Start validating androidx.annotation signatures" into androidx-main by Treehugger Robot · 10 months ago
- 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 10 months ago
- b5bcdcd Add a lint check for directly creating a ViewModel in a composable by Ben Trengrove · 10 months ago
- 9371490 Merge "Fix KDocs broken links in the `viewmodel` artifact" into androidx-main by Treehugger Robot · 10 months ago
- 08bd4ea Fix KDocs broken links in the `viewmodel` artifact by Marcello Galhardo · 10 months ago
- d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 10 months ago
- 01fdca1 Opt-in Metalava w/ K2 UAST by default by Jinseong Jeon · 10 months ago
- a137ece KMP support for `lifecycle-runtime-testing` by Marcello Galhardo · 10 months ago
- 0116d92 Merge "Add support for `SavedStateHandle` in `viewModelScenario`" into androidx-main by Marcello Galhardo · 10 months ago
- 9799a95c Add support for `SavedStateHandle` in `viewModelScenario` by Marcello Galhardo · 10 months ago
- f298e9f Merge "Replace `object : Key<T>` with `CreationExtras.Companion.Key()`" into androidx-main am: 8df4fb1a4e by Marcello Galhardo · 10 months ago
- b978dfe Replace `object : Key<T>` with `CreationExtras.Companion.Key()` by Marcello Galhardo · 10 months ago
- d99d067 Merge "Update compileSdk to 35" into androidx-platform-dev by Andrea Falcone · 10 months ago
- cd9e16f Update compileSdk to 35 by Andrea Falcone · 10 months ago
- 5644024 Merge "Move lifecycle to a new sourceSet hierarchy" into androidx-main am: d30473680e by Treehugger Robot · 10 months ago
- d304736 Merge "Move lifecycle to a new sourceSet hierarchy" into androidx-main by Treehugger Robot · 10 months ago
- 79d364a Move lifecycle to a new sourceSet hierarchy by Owen Gray · 10 months ago
- a04ffb6 Merge "Handle immediate cancellation in LiveData.asFlow" into androidx-main am: c76996cfe3 by Treehugger Robot · 10 months ago
- c76996c Merge "Handle immediate cancellation in LiveData.asFlow" into androidx-main by Treehugger Robot · 10 months ago
- db17529 Handle immediate cancellation in LiveData.asFlow by Ian Lake · 10 months ago
- 8803ad9 Merge "Modernize CreationExtras" into androidx-main am: ddf3f975c3 by Treehugger Robot · 10 months ago
- 5528017 Modernize CreationExtras by Marcello Galhardo · 10 months ago
- a4f5db5 Merge "Upgrade to AGP 8.6.0-beta01" into androidx-main am: fe04c6e5a0 by Aurimas Liutikas · 10 months ago
- 04b02e6 Merge "Update compileSdk to 35" into androidx-platform-dev by Andrea Falcone · 10 months ago
- fe04c6e Merge "Upgrade to AGP 8.6.0-beta01" into androidx-main by Aurimas Liutikas · 10 months ago
- 1e02caf Update compileSdk to 35 by Andrea Falcone · 10 months ago
- fb50d2a Merge "Opt-out K2 Lint for lifecycle-runtime" into androidx-main by Treehugger Robot · 10 months ago
- 0c93670 Upgrade to AGP 8.6.0-beta01 by Aurimas Liutikas · 10 months ago
- e11aa38 Merge "Revert "Modernize CreationExtras"" into androidx-main by Aurimas Liutikas · 10 months ago
- 74442bd Opt-out K2 Lint for lifecycle-runtime by Jinseong Jeon · 10 months ago
- 75112c6c Revert "Modernize CreationExtras" by Aurimas Liutikas · 10 months ago
- 951386d Merge "Make LifecycleEffects completion idempotent" into androidx-main by Treehugger Robot · 10 months ago
- 6dd3b39 Make LifecycleEffects completion idempotent by Marcello Galhardo · 10 months ago
- 1603b02 Default to enableBinaryCompatibilityValidator = true by Fred Sladkey · 10 months ago
- f40876c Merge "Run ./gradlew updateAbi" into androidx-main by Fred Sladkey · 10 months ago
- 5f03508 Run ./gradlew updateAbi by Fred Sladkey · 10 months ago
- 6b29ba1 Merge "Modernize CreationExtras" into androidx-main by Marcello Galhardo · 10 months ago
- 1071cd0 Merge changes from topic "vm-scenario" into androidx-main by Marcello Galhardo · 10 months ago
- 8d07151 Modernize CreationExtras by Marcello Galhardo · 10 months ago
- d1106b3 Merge "Enable to build linux ARM64 KMP target when targeting linux" into androidx-main by Aurimas Liutikas · 10 months ago
- 010f5f7 Enable to build linux ARM64 KMP target when targeting linux by Aurimas Liutikas · 10 months ago
- c9b3409 Add `ViewModelScenario` testing API by Marcello Galhardo · 10 months ago
- 337f68d Add `viewmodel-testing` artifact by Marcello Galhardo · 10 months ago
- 9c63f29 Merge "Remove blank comments" into androidx-main by Treehugger Robot · 10 months ago
- 72d8366 Remove usage of @DoNotInline for manual NewApi outlines (Cr thru P) by Alan Viverette · 10 months ago
- 95799c2e Remove blank comments by 이원중 · 10 months ago
- d3d0892 Add `NewInstanceFactory` to `ViewModelProvider.desktop` by Marcello Galhardo · 11 months ago
- 701b338 Avoid conversion to UElement if possible by Jinseong Jeon · 11 months ago
- b276649 Remove usage of legacy multidex by Aurimas Liutikas · 11 months ago
- 0b3345a Merge "Fix Lifecycle 2.8 custom ProGuard rule" into androidx-main by Marcello Galhardo · 11 months ago
- 79f5644 Fix Lifecycle 2.8 custom ProGuard rule by Marcello Galhardo · 11 months ago
- bb80b17 Merge "Workaround for access to private property via Java inheritance" into androidx-main by Jinseong Jeon · 11 months ago
- 4b26669 Workaround for access to private property via Java inheritance by Jinseong Jeon · 11 months ago
- cf3d160 Upgrade lint and AGP used by lint check projects by Aurimas Liutikas · 11 months ago
- a18f72a Migrate to ktfmt 0.50 and remove our custom @sample hack by Omar Ismail · 11 months ago
- b38b362 Merge changes from topic "testutils-lifecycle" into androidx-main by Marcello Galhardo · 11 months ago
- 79bdd78 Update APIs files for Kotlin-source unbounded wildcards by Julia McClellan · 11 months ago
- 4690e59 Explicitly set up commonMain and commonTest KMP source sets by Aurimas Liutikas · 11 months ago
- b42d44b Synchronize the creation of `ViewModel` by Marcello Galhardo · 11 months ago
- 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 11 months ago
- 4356b05 Merge "Make `LocalLifecycleOwner` backward compatible with Compose 1.6.*" into androidx-main by Marcello Galhardo · 11 months ago
- 66d9c32 Revert^3 "Add version constraint to Compose UI 1.7.0-beta01 in Lifecycle" by Marcello Galhardo · 12 months ago
- 59dd212 Make `LocalLifecycleOwner` backward compatible with Compose 1.6.* by Marcello Galhardo · 12 months ago
- 71ec689 Move `FakeLifecycleOwner` to `testutils-lifecycle` by Marcello Galhardo · 12 months ago
- 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 12 months ago
- 83edeeb Merge "Enable K/N API tracking experiment in Lifecycle" into androidx-main by Dustin Lam · 12 months ago
- 3306072 Migrate lifecycle to use ktfmt by Omar Ismail · 12 months ago
- 995638a Enable K/N API tracking experiment in Lifecycle by Dustin Lam · 12 months ago
- cdd3579 Fix regression: ViewModel crash with compile-only dependency by Marcello Galhardo · 12 months ago
- 7ed6d0f3 Revert^2 "Add version constraint to Compose UI 1.7.0-beta01 in Lifecycle" by Aurimas Liutikas · 12 months ago
- 038316c Revert "Add version constraint to Compose UI 1.7.0-beta01 in Lifecycle" by Aurimas Liutikas · 12 months ago
- 5d63842 Add version constraint to Compose UI 1.7.0-beta01 in Lifecycle by Marcello Galhardo · 12 months ago
- 2b5b206 Merge changes from topics "nullness-compat-check", "nullness-compat-fields" into androidx-main by Julia McClellan · 12 months ago
- cf0dd3d Merge "Replace targets.all {} and all {} references to targets.configureEach{} and configureEach {}" into androidx-main by Omar Ismail · 12 months ago
- cc07235 Merge "Refactor Lifecycle Compose tests to pure Kotlin" into androidx-main by Treehugger Robot · 12 months ago
- 39261a0 Regenerate APIs for previous versions by Julia McClellan · 12 months ago
- ce79d6f Replace targets.all {} and all {} references to targets.configureEach{} and configureEach {} by Omar Ismail · 1 year ago
- 7244477 Replace buildType.all{} references to buildType.configureEach in build.gradle files by Omar Ismail · 1 year ago
- fb6818a Merge "Move core Lifecycle tests to common source root" into androidx-main by Treehugger Robot · 1 year ago
- 9503cd1 Move core Lifecycle tests to common source root by Victor Kropp · 1 year ago
- 2011234 Move `compose-ui` to `androidMain` in `viewmodel-compose` by Marcello Galhardo · 1 year ago
- 6c47034 Merge "Refactor core Lifecycle tests to pure Kotlin" into androidx-main by Treehugger Robot · 1 year ago
- 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 1 year ago
- cafa681 Refactor Lifecycle Compose tests to pure Kotlin by Victor Kropp · 1 year ago
- a45f2890 Add non-implicit wildcard bounds to signature files by Julia McClellan · 1 year ago
- 6a9c136 Refactor core Lifecycle tests to pure Kotlin by Victor Kropp · 1 year ago
- 0d25592 Fix docs issues in `lifecycle-runtime` by Marcello Galhardo · 1 year ago
- 30fa041 pinning annotation:1.8.0 in lifecycle by Prajakta Patil · 1 year, 1 month ago
- 43b9633 Merge "Include class name in saveable delegate key." into androidx-main by Treehugger Robot · 1 year, 1 month ago
- 964cd4c Include class name in saveable delegate key. by Daniel Santiago Rivera · 1 year, 1 month ago
- a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 1 year, 1 month ago
- 8ff41a1 Rename PUBLISHED_KOTLIN_ONLY_LIBRARY for clarity and simplify optimising for kotlin only consumers by Omar Ismail · 1 year, 1 month ago
- ca6532c Merge "Move AL2 NOTICE's to META-INF and add missing one for concurrent-futures" into androidx-main by Treehugger Robot · 1 year, 1 month ago
- d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 1 year, 1 month ago
- e71a8b6 Move AL2 NOTICE's to META-INF and add missing one for concurrent-futures by Dustin Lam · 1 year, 1 month ago
- 5ba45f7 Allow `saveable` property delegate to save nullable state. by Roman Kalukiewicz · 1 year, 1 month ago
- 5cc6e3f pin annotation-rc01 by Prajakta Patil · 1 year, 1 month ago