- c5c7f78 Disable experimental Android Lint K2 UAST by Marcello Galhardo · 11 months ago
- 79a1767 Move `SavedStateRegistry` and `Controller` to `commonMain` by Marcello Galhardo · 11 months ago
- 1cc7680 Extract common logic to `SavedStataRegistryImpl` by Marcello Galhardo · 11 months ago
- 9042178 Replace `SafeIterableMap` with `synchronized` + `mutableMap` by Marcello Galhardo · 11 months ago
- 8b2da06 Add additional KMP targets to SavedState by Marcello Galhardo · 11 months ago
- 33d5114 Use unique Lifecycle dependency version in SavedState by Marcello Galhardo · 11 months ago
- f802d46e Introduce `SavedState` to abstract the data structure used to save and restore data in native platforms when using KMP. by Marcello Galhardo · 11 months ago
- 6fee221 [GH] Remove uses of projectOrArtifact in androidx by Aurimas · 12 months ago
- 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 1 year, 1 month ago
- d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 1 year, 1 month ago
- 6c1ac10 Migrate savedstate to use ktfmt by Omar Ismail · 1 year, 2 months ago
- 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 1 year, 2 months ago
- 39261a0 Regenerate APIs for previous versions by Julia McClellan · 1 year, 3 months ago
- 7244477 Replace buildType.all{} references to buildType.configureEach in build.gradle files by Omar Ismail · 1 year, 3 months ago
- 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 1 year, 3 months ago
- 507de11 Rename `androidTest` to `androidInstrumentedTest` in `savedstate` by Marcello Galhardo · 1 year, 3 months ago
- 27b0ad3 Rename `main` to `androidMain` in `savedstate` by Marcello Galhardo · 1 year, 3 months ago
- 036f302 Configure multiplatform plugin in `savedstate` by Marcello Galhardo · 1 year, 3 months ago
- 05f0fb1 Convert `ErrorInStaticBlock` to Kotlin in `savedstate` by Marcello Galhardo · 1 year, 3 months ago
- a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 1 year, 4 months ago
- 98e7ce5a Remove sanura and aelias from OWNERS by Aurimas Liutikas · 1 year, 5 months ago
- bfc9d93 Move `savedstate-ktx` source to the base module by Marcello Galhardo · 1 year, 7 months ago
- c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 1 year, 7 months ago
- ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 7 months ago
- 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 2 years ago
- cda4923 Remove suppression of performSave by Clara Fok · 2 years ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 2 years, 1 month ago
- 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 2 years, 2 months ago
- 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 2 years, 3 months ago
- bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 3 months ago
- 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 2 years, 3 months ago
- d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 2 years, 3 months ago
- a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 2 years, 3 months ago
- 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 2 years, 3 months ago
- 63c50ee Remove duplicate -ktx constraints on atomic groups by Alan Viverette · 2 years, 5 months ago
- 1c8b4ec Remove manual savedstate constraints by Jeremy Woods · 2 years, 5 months ago
- 586fe7d Bump lifecycle prebuilt dep to 2.6.1 by Jeremy Woods · 2 years, 5 months ago
- c48fec1 Move savedstate lifecycle dep to prebuilts by Jeremy Woods · 2 years, 5 months ago
- 4f271f6 Merge "Update OWNERS ordering for pFLANS libraries" into androidx-main by Treehugger Robot · 2 years, 6 months ago
- cc217e4 Update OWNERS ordering for pFLANS libraries by Ian Lake · 2 years, 6 months ago
- 062fc75 Remove custom lifecycle constraints by Jeremy Woods · 2 years, 6 months ago
- 4080c22 Update OWNERS files by Aurimas Liutikas · 2 years, 6 months ago
- 7aad4b5 Update savedstate module with LifecycleRegistry by sanura · 2 years, 7 months ago
- 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 2 years, 8 months ago
- 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years, 8 months ago
- 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 2 years, 8 months ago
- 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 3 years ago
- 77e4e12 Merge "Express -ktx atomic versioning constraints in Gradle metadata" into androidx-main am: 1f8e970e5b by Alan Viverette · 3 years, 3 months ago
- ced1c93 Express -ktx atomic versioning constraints in Gradle metadata by Alan Viverette · 3 years, 3 months ago
- cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 4 months ago
- d742f32 Merge "Add kdocs on responsbilities of implementing SavedStateRegistryOwner" into androidx-main am: 2d1effdb08 by Treehugger Robot · 3 years, 4 months ago
- 3c14b4a Add kdocs on responsbilities of implementing SavedStateRegistryOwner by clarafok · 3 years, 4 months ago
- 1ef39a8 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 4 months ago
- d51872e Merge "Remove the core dependency from savedstate" into androidx-main am: 5e8b1b6432 by Treehugger Robot · 3 years, 4 months ago
- f75d23c Remove the core dependency from savedstate by Jeremy Woods · 3 years, 4 months ago
- 2fc6de4 Merge "Fix SavedState build file" into androidx-main am: c6d37e63f9 by Treehugger Robot · 3 years, 4 months ago
- 3b392df Fix SavedState build file by Jeremy Woods · 3 years, 4 months ago
- 7b89bad6 Merge "Fix Recreator.kt binary size increase" into androidx-main am: b273d1eff1 by Treehugger Robot · 3 years, 4 months ago
- 83bd33c Fix Recreator.kt binary size increase by clarafok · 3 years, 4 months ago
- 2e51b03 [conflict] Merge "Updating savedState API" into androidx-main am: f2f092fb8f by Aurimas Liutikas · 3 years, 4 months ago
- efb4790 Updating savedState API by Jeremy Woods · 3 years, 4 months ago
- 163b8f0 Merge "Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01" into androidx-main by Treehugger Robot · 3 years, 4 months ago
- 01a02de Merge "Fix SavedStateRegistry method visibility" into androidx-main am: e98c69e05c by Treehugger Robot · 3 years, 4 months ago
- f1d1629 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 3 years, 4 months ago
- ad40de7 Fix SavedStateRegistry method visibility by clarafok · 3 years, 4 months ago
- b938163 Merge changes from topic "ktx-registry" into androidx-main am: 639436b78a by Treehugger Robot · 3 years, 4 months ago
- 6988752 Convert SavedStateRegistry to Kotlin by clarafok · 3 years, 4 months ago
- 63fa258 Rename SavedStateRegistry.java to .kt by clarafok · 3 years, 4 months ago
- 912d6c3 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 3 years, 4 months ago
- a40f409 Convert ViewTreeSavedStateRegistryOwnerTest to kotlin by clarafok · 3 years, 4 months ago
- a870e08 Rename ViewTreeSavedStateRegistryOwnerTest from .java to .kt by clarafok · 3 years, 4 months ago
- 018966e Convert ViewTreeSavedStateRegistryOwner to Kotlin by clarafok · 3 years, 4 months ago
- dba2e24 Rename ViewTreeSavedStateRegistryOwner from .java to .kt by clarafok · 3 years, 4 months ago
- 8c2885e Converted SavedStateRegistryOwner to Kotlin by clarafok · 3 years, 5 months ago
- 4b61d3b Rename SavedStateRegistryOwner from .java to .kt by clarafok · 3 years, 5 months ago
- a3b7848 Merge "Add document to public savedStateRegistry member variable" into androidx-main by Treehugger Robot · 3 years, 5 months ago
- 0f815e3 Merge changes from topic "savedStateRecreator-ktx" into androidx-main by Clara Fok · 3 years, 5 months ago
- 3d807b9 Add document to public savedStateRegistry member variable by clarafok · 3 years, 5 months ago
- e142869 Convert savedState Recreator to Kotlin by clarafok · 3 years, 5 months ago
- fb2ccba Converted SavedStateRegistryController to Kotlin by clarafok · 3 years, 5 months ago
- aabbac1 Rename SavedStateRegistryContoller from .java to .kt by clarafok · 3 years, 5 months ago
- ac84150 Rename savedState Recreator.java to .kt by clarafok · 3 years, 5 months ago
- 29973ff Remove dependency on ViewModels in enableSavedStateHandles() by Ian Lake · 3 years, 5 months ago
- dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years, 5 months ago
- e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 3 years, 5 months ago
- d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 6 months ago
- 65184f9 Merge "Avoid saving an empty Bundle for SavedStateRegistry" into androidx-main by Treehugger Robot · 3 years, 9 months ago
- 04eb63d Add FLAN owners to Lifecycle, SavedState by Ian Lake · 3 years, 9 months ago
- b6f920c Avoid saving an empty Bundle for SavedStateRegistry by Ian Lake · 3 years, 9 months ago
- 65bc2f4 Split SavedStateRegistry initialization into two phases by Ian Lake · 3 years, 9 months ago
- 5497c77 Update SavedState to latest stable dependencies by Ian Lake · 3 years, 9 months ago
- 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years, 10 months ago
- 511ed4a Minor docs fix in SavedStateRegistry by Sergey Vasilinets · 3 years, 10 months ago
- 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years, 10 months ago
- 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 4 years, 2 months ago
- 054934d Don't generate empty lint baseline files by Alan Viverette · 4 years, 3 months ago
- 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 4 years, 4 months ago
- 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 4 years, 4 months ago
- d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 4 years, 6 months ago
- b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 4 years, 7 months ago