File tree Expand file tree Collapse file tree 9 files changed +0
-40
lines changed Expand file tree Collapse file tree 9 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
9
- * Make ViewCapture use ControlledLooper API instead of hardcoding is Robolectric check
10
- * Fix using ActivityScenario#launchActivityForResult with an implicit Intent
11
-
12
9
** New Features**
13
10
14
11
** Breaking Changes**
15
12
16
13
** API Changes**
17
14
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
-
24
15
** Breaking API Changes**
25
16
26
17
** Known Issues**
Original file line number Diff line number Diff line change @@ -16,23 +16,12 @@ The following artifacts were released:
16
16
17
17
** Bug Fixes**
18
18
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
-
23
19
** New Features**
24
20
25
- * Add waitForClose to DrawerActions.
26
-
27
21
** Breaking Changes**
28
22
29
23
** API Changes**
30
24
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
-
36
25
** Breaking API Changes**
37
26
38
27
** Known Issues**
Original file line number Diff line number Diff line change 5
5
` androidx.test.espresso:espresso-device:{version} ` is released.
6
6
7
7
** 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
10
8
11
9
** New Features**
12
10
13
11
** Breaking Changes**
14
12
15
13
** API Changes**
16
14
17
- * Made ScreenOrientationRule's defaultOrientation parameter optional
18
-
19
15
** Breaking API Changes**
20
16
21
17
** Known Issues**
Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
9
- * Use PlatformTestStorage instead of TestStorage in DeleteFilesRule
10
-
11
9
** New Features**
12
10
13
11
** Breaking Changes**
Original file line number Diff line number Diff line change 8
8
9
9
** New Features**
10
10
11
- * Added ` byteArray() ` method to ` BundleSubject ` .
12
-
13
11
** Breaking Changes**
14
12
15
13
** API Changes**
Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
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
-
12
9
** New Features**
13
10
14
11
** Breaking Changes**
Original file line number Diff line number Diff line change 11
11
** Breaking Changes**
12
12
13
13
** API Changes**
14
- * Make DeviceController an public API from ExperimentalTestApi
15
- * Move PlatformTestStorage to a public API
16
- * Add internal ControlledLooper#isDrawCallbacksSupported.
17
14
18
15
** Breaking API Changes**
19
16
Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
9
- * Make GrantPermissionRule use UiAutomation to grant permissions on APIs > =28 to fix issues running on automotive.
10
-
11
9
** New Features**
12
10
13
11
** Breaking Changes**
Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
9
- * TestStorage: use local cache dir to store output files when running as non system user
10
-
11
9
** New Features**
12
10
13
11
** Breaking Changes**
14
12
15
13
** API Changes**
16
14
17
- * Make TestStorage an internal API from experimental
18
-
19
15
** Breaking API Changes**
20
16
21
17
** Known Issues**
You can’t perform that action at this time.
0 commit comments