Skip to content
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
5 changes: 0 additions & 5 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@
`androidx.test:core:{version}` and `androidx.test:core-ktx:{version}` are released.

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

**New Features**

**Breaking Changes**

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

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

**Bug Fixes**

* Fix deadlock in espresso in Robolectric INSTRUMENTATION_TEST + paused looper.
* Refactor espresso's MessageQueue access into a TestLooperManagerCompat class,
and use new TestLooperManager APIs when available.

**New Features**

**Breaking Changes**

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

**Known Issues**
6 changes: 0 additions & 6 deletions espresso/device/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@

**Bug Fixes**

* Add support for setting screen orientation with multiple resumed activities
* Fix concurrent modification issue when setting screen orientation and fold modes
* 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

**New Features**

**Breaking Changes**

**API Changes**
* Update WidthSizeClass and HeightSizeClass to use androidx.window size classes
* Update to minSdkVersion 21

**Breaking API Changes**

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

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

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

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

**Known Issues**
8 changes: 0 additions & 8 deletions runner/android_junit_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@

**Bug Fixes**

* Exceptions during `@AfterClass` were not being reported via `InstrumentationResultPrinter`.
* Exceptions arising in AndroidJUnitRunner.buildRequest are now handled.
* Assumption failures during a ClassRule or BeforeClass are now reported more consistently via `InstrumentationResultPrinter`
* Clarify SdkSuppress reference docs

**New Features**

**Breaking Changes**

**API Changes**

* Update to minSdkVersion 21
* Deprecate androidx.test.filters.Suppress in favor of org.junit.Ignore

**Breaking API Changes**

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

**API Changes**

* Update to minSdkVersion 21
* Make ReflectionException a RuntimeException

**Breaking API Changes**

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

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

**Known Issues**
3 changes: 0 additions & 3 deletions services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

**Bug Fixes**

* The obsolete FileObserver protocol has been removed in favor of the
LocalSocket-based protocol.

**New Features**

**Breaking Changes**
Expand Down
Loading