Fixed
Status Update
Comments
tr...@google.com <tr...@google.com>
al...@google.com <al...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 87f4c988b713e43deef88a0df6a31c507f11b4a8
Author: Jeremy Woods <jbwoods@google.com>
Date: Wed May 27 11:20:32 2020
Use setMaxLifecycle for FragmentScenario moveToState
Current FragmentScenario uses ActivityScenario to for the moveToState
method. That means moving to STARTED does not work prior to API 23. This
also means that tests including DialogFragment cannot be moved to
CREATED, only ACTIVITY_CREATED.
This change uses setMaxLifecycle instead, so that FragmentScenario is
decoupled from ActivityScenario and there are no longer any restrictions
on moving to API 23 and DialogFragment's can be properly moved to
CREATED.
Test: ran tests on API 21 device and they passed
Bug: 156527405
Change-Id: I63d5facfcce9875acf06e39029686cb535cc3ea6
M fragment/fragment-testing/src/androidTest/java/androidx/fragment/app/testing/FragmentScenarioDialogFragmentTest.kt
M fragment/fragment-testing/src/androidTest/java/androidx/fragment/app/testing/FragmentScenarioTest.kt
M fragment/fragment-testing/src/main/java/androidx/fragment/app/testing/FragmentScenario.java
https://android-review.googlesource.com/1318600
Branch: androidx-master-dev
commit 87f4c988b713e43deef88a0df6a31c507f11b4a8
Author: Jeremy Woods <jbwoods@google.com>
Date: Wed May 27 11:20:32 2020
Use setMaxLifecycle for FragmentScenario moveToState
Current FragmentScenario uses ActivityScenario to for the moveToState
method. That means moving to STARTED does not work prior to API 23. This
also means that tests including DialogFragment cannot be moved to
CREATED, only ACTIVITY_CREATED.
This change uses setMaxLifecycle instead, so that FragmentScenario is
decoupled from ActivityScenario and there are no longer any restrictions
on moving to API 23 and DialogFragment's can be properly moved to
CREATED.
Test: ran tests on API 21 device and they passed
Bug: 156527405
Change-Id: I63d5facfcce9875acf06e39029686cb535cc3ea6
M fragment/fragment-testing/src/androidTest/java/androidx/fragment/app/testing/FragmentScenarioDialogFragmentTest.kt
M fragment/fragment-testing/src/androidTest/java/androidx/fragment/app/testing/FragmentScenarioTest.kt
M fragment/fragment-testing/src/main/java/androidx/fragment/app/testing/FragmentScenario.java
tr...@google.com <tr...@google.com> #3
This has been fixed internally and will be available in Fragment 1.3.0-alpha07
.
al...@google.com <al...@google.com> #4
That should work --
al...@google.com <al...@google.com>
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 07ff9477a2fd998662ebb11447b3a5291a6fd087
Author: Alan Viverette <alanv@google.com>
Date: Mon Dec 09 17:17:14 2019
Add support for multiple marker classes by migrating to Kotlin
Fixes: 145137892
Test: ExperimentalDetectorTest
Change-Id: I762a525bfc1e78aac4fa6458daa979b2fb3800e1
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/ExperimentalLocation.java
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/ExperimentalLocationKt.kt
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/LocationProvider.java
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/LocationProviderKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaExperimentalFromJava.java
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaExperimentalFromKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaPackageFromKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseKtExperimentalFromJava.java
M annotation/annotation-experimental-lint/src/main/java/androidx/annotation/experimental/lint/ExperimentalDetector.kt
M annotation/annotation-experimental-lint/src/test/kotlin/androidx/annotation/experimental/lint/ExperimentalDetectorTest.kt
A annotation/annotation-experimental/api/1.1.0-alpha01.ignore
M annotation/annotation-experimental/api/1.1.0-alpha01.txt
A annotation/annotation-experimental/api/api_lint.ignore
M annotation/annotation-experimental/api/current.txt
M annotation/annotation-experimental/api/public_plus_experimental_1.1.0-alpha01.txt
M annotation/annotation-experimental/api/public_plus_experimental_current.txt
A annotation/annotation-experimental/api/restricted_1.1.0-alpha01.ignore
M annotation/annotation-experimental/api/restricted_1.1.0-alpha01.txt
M annotation/annotation-experimental/api/restricted_current.txt
M annotation/annotation-experimental/build.gradle
M annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/Experimental.kt
D annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/UseExperimental.java
A annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/UseExperimental.kt
https://android-review.googlesource.com/1185577
Branch: androidx-master-dev
commit 07ff9477a2fd998662ebb11447b3a5291a6fd087
Author: Alan Viverette <alanv@google.com>
Date: Mon Dec 09 17:17:14 2019
Add support for multiple marker classes by migrating to Kotlin
Fixes: 145137892
Test: ExperimentalDetectorTest
Change-Id: I762a525bfc1e78aac4fa6458daa979b2fb3800e1
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/ExperimentalLocation.java
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/ExperimentalLocationKt.kt
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/LocationProvider.java
A annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/LocationProviderKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaExperimentalFromJava.java
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaExperimentalFromKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseJavaPackageFromKt.kt
M annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/UseKtExperimentalFromJava.java
M annotation/annotation-experimental-lint/src/main/java/androidx/annotation/experimental/lint/ExperimentalDetector.kt
M annotation/annotation-experimental-lint/src/test/kotlin/androidx/annotation/experimental/lint/ExperimentalDetectorTest.kt
A annotation/annotation-experimental/api/1.1.0-alpha01.ignore
M annotation/annotation-experimental/api/1.1.0-alpha01.txt
A annotation/annotation-experimental/api/api_lint.ignore
M annotation/annotation-experimental/api/current.txt
M annotation/annotation-experimental/api/public_plus_experimental_1.1.0-alpha01.txt
M annotation/annotation-experimental/api/public_plus_experimental_current.txt
A annotation/annotation-experimental/api/restricted_1.1.0-alpha01.ignore
M annotation/annotation-experimental/api/restricted_1.1.0-alpha01.txt
M annotation/annotation-experimental/api/restricted_current.txt
M annotation/annotation-experimental/build.gradle
M annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/Experimental.kt
D annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/UseExperimental.java
A annotation/annotation-experimental/src/main/java/androidx/annotation/experimental/UseExperimental.kt
Description
By comparison, the kotlin UseExperimental annotation takes a vararg markerClass argument which allows for multiple experimental APIs in the same scope.