Fixed
Status Update
Comments
nj...@google.com <nj...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 0ceecba883de1438896a21bd94193ad925b1ba76
Author: repo sync -c -j8 <shiufai@google.com>
Date: Mon Mar 29 15:38:46 2021
Ensure Session's lifecycle observer can be added first before Screens.
Bug: 183696617
Relnote: Fixes an issue where `ON_DESTORY` on a `Session` is observed after a `Screen`'s `ON_DESTROY`
Test: ./gradlew :car:app:app:test
Change-Id: I52e01fe22e4e6dc8130735ebae49a1575928ee5a
M car/app/app/src/main/java/androidx/car/app/CarAppService.java
M car/app/app/src/main/java/androidx/car/app/Session.java
M car/app/app/src/test/java/androidx/car/app/CarAppServiceTest.java
https://android-review.googlesource.com/1656245
Branch: androidx-main
commit 0ceecba883de1438896a21bd94193ad925b1ba76
Author: repo sync -c -j8 <shiufai@google.com>
Date: Mon Mar 29 15:38:46 2021
Ensure Session's lifecycle observer can be added first before Screens.
Bug: 183696617
Relnote: Fixes an issue where `ON_DESTORY` on a `Session` is observed after a `Screen`'s `ON_DESTROY`
Test: ./gradlew :car:app:app:test
Change-Id: I52e01fe22e4e6dc8130735ebae49a1575928ee5a
M car/app/app/src/main/java/androidx/car/app/CarAppService.java
M car/app/app/src/main/java/androidx/car/app/Session.java
M car/app/app/src/test/java/androidx/car/app/CarAppServiceTest.java
ap...@google.com <ap...@google.com> #3
This should be fixed for the next 1.0.0 release. Thanks for reporting the issue!
Description
--Update clipPath documentation to refer to Path instead of rounded rectangle
--Update clipRect documentation to have a space between the description for the 'right' parameter
--Update inset docs to indicate that new size/translation is only applied within the provided inline callback
--Update dx/dy parameters in inset method to horizontalInset and verticalInset
--Remove documentation on inset methods indicating that insets are applied to all 4 sides
--Remove documentation on Rect class indicating that Rect can be instantiated via Rect const Offset + const Size
--Remove Rect.join in favor of eexpandToInclude with conditional flag to include empty rectangles
--Create overload for translate(offset) in rect class and deprecate Rect.shift
--Update documentation for bottom property in Rect class