Skip to content

Commit c566aa1

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Clear changelogs to prep for next release
PiperOrigin-RevId: 629118807
1 parent 37c5fb8 commit c566aa1

File tree

9 files changed

+0
-40
lines changed

9 files changed

+0
-40
lines changed

core/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@
66

77
**Bug Fixes**
88

9-
* Make ViewCapture use ControlledLooper API instead of hardcoding is Robolectric check
10-
* Fix using ActivityScenario#launchActivityForResult with an implicit Intent
11-
129
**New Features**
1310

1411
**Breaking Changes**
1512

1613
**API Changes**
1714

18-
* Added ApplicationInfoBuilder.setFlags(int)
19-
* Make suspend function versions of ViewCapture/WindowCapture/DeviceCapture APIs,
20-
and rename existing methods as *Async variants that return ListenableFutures
21-
* Make Bitmap.writeToTestStorage use the registered PlatformTestStorage instead of hardcoding TestStorage
22-
* Remove ExperimentalTestApi/RequiresOptIn restrictions from captureToBitmap and takeScreenshot APIs
23-
2415
**Breaking API Changes**
2516

2617
**Known Issues**

espresso/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,12 @@ The following artifacts were released:
1616

1717
**Bug Fixes**
1818

19-
* Fix slow inRoot operations in Robolectric
20-
* Use PlatformTestStorageRegistry.getInstance consistently instead of passing a reference around
21-
* Remove TODO from InteractionResponse public ref docs
22-
2319
**New Features**
2420

25-
* Add waitForClose to DrawerActions.
26-
2721
**Breaking Changes**
2822

2923
**API Changes**
3024

31-
* Adapt to ViewCapture API changes
32-
* Delete ViewInteraction.captureToBitmap in favor of ViewActions.captureToBitmap,
33-
and promote to a stable API from ExperimentalTestApi
34-
35-
3625
**Breaking API Changes**
3726

3827
**Known Issues**

espresso/device/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
`androidx.test.espresso:espresso-device:{version}` is released.
66

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

119
**New Features**
1210

1311
**Breaking Changes**
1412

1513
**API Changes**
1614

17-
* Made ScreenOrientationRule's defaultOrientation parameter optional
18-
1915
**Breaking API Changes**
2016

2117
**Known Issues**

ext/junit/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
**Bug Fixes**
88

9-
* Use PlatformTestStorage instead of TestStorage in DeleteFilesRule
10-
119
**New Features**
1210

1311
**Breaking Changes**

ext/truth/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
**New Features**
1010

11-
* Added `byteArray()` method to `BundleSubject`.
12-
1311
**Breaking Changes**
1412

1513
**API Changes**

runner/android_junit_runner/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
**Bug Fixes**
88

9-
* When logging test exceptions, use Log's built-in support for throwables to avoid stack truncation
10-
* Internal changes to support GrantPermissionRule using UiAutomation#grantRuntimePermissions
11-
129
**New Features**
1310

1411
**Breaking Changes**

runner/monitor/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
**Breaking Changes**
1212

1313
**API Changes**
14-
* Make DeviceController an public API from ExperimentalTestApi
15-
* Move PlatformTestStorage to a public API
16-
* Add internal ControlledLooper#isDrawCallbacksSupported.
1714

1815
**Breaking API Changes**
1916

runner/rules/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
**Bug Fixes**
88

9-
* Make GrantPermissionRule use UiAutomation to grant permissions on APIs > =28 to fix issues running on automotive.
10-
119
**New Features**
1210

1311
**Breaking Changes**

services/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77
**Bug Fixes**
88

9-
* TestStorage: use local cache dir to store output files when running as non system user
10-
119
**New Features**
1210

1311
**Breaking Changes**
1412

1513
**API Changes**
1614

17-
* Make TestStorage an internal API from experimental
18-
1915
**Breaking API Changes**
2016

2117
**Known Issues**

0 commit comments

Comments
 (0)