Skip to content

Commit cd24cbf

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Clear release notes changelogs
PiperOrigin-RevId: 722796946
1 parent 3c698da commit cd24cbf

File tree

9 files changed

+0
-37
lines changed

9 files changed

+0
-37
lines changed

core/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55
`androidx.test:core:{version}` and `androidx.test:core-ktx:{version}` are released.
66

77
**Bug Fixes**
8-
* Fix `Rect` handling in `ViewCapture` for SDK >= 34 for non root views.
9-
* Fix bug reporting the status code when PixelCopy fails in ViewCapture.generateBitmapFromPixelCopy.
10-
* Improving wording of a failure message.
118

129
**New Features**
1310

1411
**Breaking Changes**
1512

1613
**API Changes**
1714

18-
* Update to minSdkVersion 21
19-
2015
**Breaking API Changes**
2116

2217
**Known Issues**

espresso/CHANGELOG.md

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

1717
**Bug Fixes**
1818

19-
* Fix deadlock in espresso in Robolectric INSTRUMENTATION_TEST + paused looper.
20-
* Refactor espresso's MessageQueue access into a TestLooperManagerCompat class,
21-
and use new TestLooperManager APIs when available.
22-
2319
**New Features**
2420

2521
**Breaking Changes**
2622

2723
**API Changes**
2824

29-
* Update to minSdkVersion 21
30-
3125
**Breaking API Changes**
3226

3327
**Known Issues**

espresso/device/CHANGELOG.md

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

77
**Bug Fixes**
88

9-
* Add support for setting screen orientation with multiple resumed activities
10-
* Fix concurrent modification issue when setting screen orientation and fold modes
11-
* Adjust reference docs to state set up guide is now located at https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api
12-
139
**New Features**
1410

1511
**Breaking Changes**
1612

1713
**API Changes**
18-
* Update WidthSizeClass and HeightSizeClass to use androidx.window size classes
19-
* Update to minSdkVersion 21
2014

2115
**Breaking API Changes**
2216

ext/junit/CHANGELOG.md

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

1313
**API Changes**
1414

15-
* Update to minSdkVersion 21
16-
1715
**Breaking API Changes**
1816

1917
**Known Issues**

ext/truth/CHANGELOG.md

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

1313
**API Changes**
1414

15-
* Update to minSdkVersion 21
16-
1715
**Breaking API Changes**
1816

1917
**Known Issues**

runner/android_junit_runner/CHANGELOG.md

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

77
**Bug Fixes**
88

9-
* Exceptions during `@AfterClass` were not being reported via `InstrumentationResultPrinter`.
10-
* Exceptions arising in AndroidJUnitRunner.buildRequest are now handled.
11-
* Assumption failures during a ClassRule or BeforeClass are now reported more consistently via `InstrumentationResultPrinter`
12-
* Clarify SdkSuppress reference docs
13-
149
**New Features**
1510

1611
**Breaking Changes**
1712

1813
**API Changes**
1914

20-
* Update to minSdkVersion 21
21-
* Deprecate androidx.test.filters.Suppress in favor of org.junit.Ignore
22-
2315
**Breaking API Changes**
2416

2517
**Known Issues**

runner/monitor/CHANGELOG.md

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

1313
**API Changes**
1414

15-
* Update to minSdkVersion 21
16-
* Make ReflectionException a RuntimeException
17-
1815
**Breaking API Changes**
1916

2017
**Known Issues**

runner/rules/CHANGELOG.md

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

1313
**API Changes**
1414

15-
* Update to minSdkVersion 21
16-
1715
**Breaking API Changes**
1816

1917
**Known Issues**

services/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-
* The obsolete FileObserver protocol has been removed in favor of the
10-
LocalSocket-based protocol.
11-
129
**New Features**
1310

1411
**Breaking Changes**

0 commit comments

Comments
 (0)