Features
New Insets-UI library
You no longer need to copy InsetsAwareTopAppBar()
into your projects. We now provide some commonly used layouts which support a contentPadding
parameter. We also provide a copy of Scaffold
which draws the content behind both the top and bottom bars, to be better support edge-to-edge use-cases.
See here for more info.
New properties for controlling the system ui
We now provide new properties for controlling the visibility of the status, navigation and system bars. See here for more information.
All changes
- [SystemUiController] Add properties to control system bar visibility (#460) @RinOrz
- Try and improve the test flakiness (#459) @chrisbanes
- Check API files via
check
task (#454) @chrisbanes - [DrawablePainter] Stop pre-scaling the Canvas (#458) @chrisbanes
- [Pager] Consume post flings and scrolls from nested scrolling content (#455) @chrisbanes
- [ImageLoad] Fallback to parent view size as default maximum request size (#447) @chrisbanes
- [Insets UI] New UI library (#409) @chrisbanes
- Update to Compose SNAPSHOT 7410176 (#453) @JoseAlcerreca
- Fix wrong Coil API usage in Glide sample (#452) @fornewid
- Update Pager document (#451) @Nthily
- Fix incorrect URL for document editing (#450) @Nthily
- Enable default methods in interfaces (#445) @chrisbanes
- [SwipeRefresh] Update indicator to fade-in during drag (#444) @ricknout
- [Pager] Fix backward animateScrollToPage when skipping pages (#443) @mxalbert1996
- [Pager] Supports infinite loop (#436) @fornewid
- Update various dependencies (#438) @chrisbanes
- Update to Compose SNAPSHOT 7392605 (#437) @chrisbanes
- Update to AGP 7.0.0-beta01 (#425) @chrisbanes