Skip to content

Commit

Permalink
Clear changelogs to prep for next release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628497915
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Apr 26, 2024
1 parent 37c5fb8 commit 6cf5e62
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 40 deletions.
9 changes: 0 additions & 9 deletions core/CHANGELOG.md
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
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
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
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
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
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
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
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
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**

0 comments on commit 6cf5e62

Please sign in to comment.