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

Clear changelogs to prep for next release #2207

Merged
merged 1 commit into from
Apr 29, 2024
Merged
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
9 changes: 0 additions & 9 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,12 @@

**Bug Fixes**

* Make ViewCapture use ControlledLooper API instead of hardcoding is Robolectric check
* Fix using ActivityScenario#launchActivityForResult with an implicit Intent

**New Features**

**Breaking Changes**

**API Changes**

* Added ApplicationInfoBuilder.setFlags(int)
* Make suspend function versions of ViewCapture/WindowCapture/DeviceCapture APIs,
and rename existing methods as *Async variants that return ListenableFutures
* Make Bitmap.writeToTestStorage use the registered PlatformTestStorage instead of hardcoding TestStorage
* Remove ExperimentalTestApi/RequiresOptIn restrictions from captureToBitmap and takeScreenshot APIs

**Breaking API Changes**

**Known Issues**
11 changes: 0 additions & 11 deletions espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,12 @@ The following artifacts were released:

**Bug Fixes**

* Fix slow inRoot operations in Robolectric
* Use PlatformTestStorageRegistry.getInstance consistently instead of passing a reference around
* Remove TODO from InteractionResponse public ref docs

**New Features**

* Add waitForClose to DrawerActions.

**Breaking Changes**

**API Changes**

* Adapt to ViewCapture API changes
* Delete ViewInteraction.captureToBitmap in favor of ViewActions.captureToBitmap,
and promote to a stable API from ExperimentalTestApi


**Breaking API Changes**

**Known Issues**
4 changes: 0 additions & 4 deletions espresso/device/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
`androidx.test.espresso:espresso-device:{version}` is released.

**Bug Fixes**
* Clarify error messaging for setting screen orientation without a resumed activity
* Support setting screen orientation on half-folded API 34 physical devices

**New Features**

**Breaking Changes**

**API Changes**

* Made ScreenOrientationRule's defaultOrientation parameter optional

**Breaking API Changes**

**Known Issues**
2 changes: 0 additions & 2 deletions ext/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

**Bug Fixes**

* Use PlatformTestStorage instead of TestStorage in DeleteFilesRule

**New Features**

**Breaking Changes**
Expand Down
2 changes: 0 additions & 2 deletions ext/truth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

**New Features**

* Added `byteArray()` method to `BundleSubject`.

**Breaking Changes**

**API Changes**
Expand Down
3 changes: 0 additions & 3 deletions runner/android_junit_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

**Bug Fixes**

* When logging test exceptions, use Log's built-in support for throwables to avoid stack truncation
* Internal changes to support GrantPermissionRule using UiAutomation#grantRuntimePermissions

**New Features**

**Breaking Changes**
Expand Down
3 changes: 0 additions & 3 deletions runner/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
**Breaking Changes**

**API Changes**
* Make DeviceController an public API from ExperimentalTestApi
* Move PlatformTestStorage to a public API
* Add internal ControlledLooper#isDrawCallbacksSupported.

**Breaking API Changes**

Expand Down
2 changes: 0 additions & 2 deletions runner/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

**Bug Fixes**

* Make GrantPermissionRule use UiAutomation to grant permissions on APIs > =28 to fix issues running on automotive.

**New Features**

**Breaking Changes**
Expand Down
4 changes: 0 additions & 4 deletions services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@

**Bug Fixes**

* TestStorage: use local cache dir to store output files when running as non system user

**New Features**

**Breaking Changes**

**API Changes**

* Make TestStorage an internal API from experimental

**Breaking API Changes**

**Known Issues**
Loading