Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal #2018

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Feature {{release-version}} {:#feature-{{release-version}}}

{{date}}

`namespace:feature:{{release-version}}` is released.

**API Changes**

**Breaking Changes**

**Bug Fixes**

**Dependency Changes/Updates**

**Documentation Updates**

**New Features**

**Performance Improvements**

**Other**
21 changes: 21 additions & 0 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Annotation 1.1.0-alpha02 {:#annotation-1.1.0-alpha02}

{{date}}

`androidx.test:annotation:1.1.0-alpha02` is released.

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdkVersion is now 34

**Other**

* Replace build aliases to maven artifacts with direct references

* Replace single-export android_library with aliases

* Rework maven release build.

This change reworks the aar building logic to produce aars with non-desugared, non-proguarded java8 bytecode,

The aars corresponding source jar and external maven dependencies will also be automatically derived from the build graph.
17 changes: 17 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Core Core-ktx 1.6.0-alpha03 {:#core-1.6.0-alpha03}

{{date}}

`androidx.test:core:1.6.0-alpha03` and `androidx.test:core-ktx:1.6.0-alpha03` are released.

**Bug Fixes**

* Fix ActivityScenario.launchActivityWithResult when targetSdk = 34

**Dependency Changes/Updates**

* targetSdkVersion is now 34

**Other**

* Remove now-obsolete separate release manifests.
37 changes: 37 additions & 0 deletions espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### Espresso 3.6.0-alpha02 {:#espresso-3.6.0-alpha02}

{{date}}

The following artifacts were released:

* `androidx.test.espresso:espresso-accessibility:3.6.0-alpha02`
* `androidx.test.espresso:espresso-core:3.6.0-alpha02`
* `androidx.test.espresso:espresso-contrib:3.6.0-alpha02`
* `androidx.test.espresso:espresso-idling-resource:3.6.0-alpha02`
* `androidx.test.espresso:espresso-intents:3.6.0-alpha02`
* `androidx.test.espresso:espresso-remote:3.6.0-alpha02`
* `androidx.test.espresso:espresso-web:3.6.0-alpha02`
* `androidx.test.espresso.idling:idling-concurrent:3.6.0-alpha02`
* `androidx.test.espresso.idling:idling-net:3.6.0-alpha02`

**API Changes**

* Move espresso/core protos to espresso/remote. The protos ship as part of espresso/remote, thus should be in that folder.
* Introduce @hide to properly restrict implementation details from public API
* Adding a new IsActivatedMatcher to verify if it is activated or not.
* ViewInteractionCapture removed from public API
* Makes onIdle() work on the main thread to allow for draining the main thread from the main thread.

**Bug Fixes**

* fork a common DirectExecutor to fix IllegalAccessError androidx.concurrent.DirectExecutor issues
* Fix the description of IsPlatformPopup to match the behavior.
* Fix deprecated obtainMovement impl that used the wrong coordinates.

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdkVersion is now 34

**Documentation Updates**

* Replace broken links to junit.org javadoc with @link.
13 changes: 13 additions & 0 deletions espresso/device/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Espresso Device 1.0.0-alpha07 {:#espresso-device-1.0.0-alpha07}

{{date}}

`androidx.test.espresso:espresso-device:1.0.0-alpha07` is released.

**API Changes**

* Support setting device modes on physical devices

**Other**

* Log when device is set to flat mode during other device actions
13 changes: 13 additions & 0 deletions ext/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### ext.junit 1.2.0-alpha02 {:#ext.junit-1.2.0-alpha02}

{{date}}

`androidx.test.ext:junit:1.2.0-alpha02` and `androidx.test.ext:junit-ktx:1.2.0-alpha02` are released.

**API Changes**

* Add AppComponentFactoryRule

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdkVersion is now 34
13 changes: 13 additions & 0 deletions ext/truth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### ext.truth 1.6.0-alpha02 {:#ext.truth-1.6.0-alpha02}

{{date}}

`androidx.test.ext:truth:1.6.0-alpha02` is released.

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdk is now 34

**Other**

* Move maven deps validation to axt_android_aar from maven_artifact.
14 changes: 14 additions & 0 deletions runner/android_junit_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### runner 1.6.0-alpha05 {:#runner-1.6.0-alpha05}

{{date}}

`androidx.test:runner:1.6.0-alpha05` is released.

**Bug Fixes**

* Adding RuntimeException to the errors handled by `TestDiscoveryEventServiceConnection.send()`
* Stop reparsing all args for every AndroidJUnit4 test class.

**Dependency Changes/Updates**

* minSdkVersion is now 19
17 changes: 17 additions & 0 deletions runner/android_test_orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### orchestrator 1.5.0-alpha02 {:#orchestrator-1.5.0-alpha02}

{{date}}

`androidx.test:orchestrator:1.5.0-alpha02` is released.

**API Changes**

* Adding the ShellCommandFileObserverClient.

**Dependency Changes/Updates**

* minSdkVersion is now 19

**Other**

* Fix maven apk source collection.
8 changes: 8 additions & 0 deletions runner/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### monitor 1.7.0-alpha03 {:#monitor-1.7.0-alpha03}

{{date}}

`androidx.test:monitor:1.7.0-alpha03` is released.

**Dependency Changes**
* targetSdkVersion is now 34
18 changes: 18 additions & 0 deletions runner/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### rules 1.6.0-alpha02 {:#rules-1.6.0-alpha02}

{{date}}

`androidx.test:rules:1.6.0-alpha02` is released.

**API Changes**

* ProviderTestRule.Builder's constructor explicitly notes `<T extends android.content.ContentProvider>` in its signature
* Remove seemingly obsolete/duplicate `rules/androidx.test.internal.statement.UiThreadStatement`

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdkVersion is now 34

**Documentation Updates**

* Replace broken links to junit.org javadoc with @link.
22 changes: 22 additions & 0 deletions services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### services 1.5.0-alpha02 {:#services-1.5.0-alpha02}

{{date}}

`androidx.test.services:test-services:1.5.0-alpha02` `androidx.test.services:storage:1.5.0-alpha02` are released.

**API Changes**

* Adding `ShellExecutorFactory` and `ShellExecutorFileObserverImpl`. `ShellExecutorImpl`'s constructor is no longer public
* Adding `CoroutineFileObserver`, `FileObserverProtocol`, `ShellCommandFileObserverClient`, and `FileObserverShellMain`

**Bug Fixes**

* Attempt to avoid outputting a test result summary which exceeds binder transaction limit

**Dependency Changes/Updates**

* minSdkVersion is now 19, targetSdkVersion is now 34

**Other**

* Fix maven apk source collection.