Fixed
Status Update
Comments
co...@google.com <co...@google.com>
co...@google.com <co...@google.com>
co...@google.com <co...@google.com> #2
I have not seen any information about it so just asking here to avoid opening another issue. It also seems that when generating APK with alpha 8 the dex is no more compressed in the APK and stored as is. Leading to way bigger APKs.
While this is not an issue when distributing via Play Store, this could have impact for all the other distribution channels. Is this a normal wanted change and we'll have to deal with it? Or is there some new parameter to control this?
na...@google.com <na...@google.com> #3
I can reproduce the originally reported issue of missing Baseline Profiles with AGP 8.0.0-alpha08.
To verify, check out the
co...@google.com <co...@google.com> #5
Created
Description
When the app is running in a COMPACT area, both List-Detail and Supporting Pane can show either the main
Composable
(List
orMain
) or the additional one (Detail
,Support
,Extra
). When you are in the secondary one and press back, the current behaviour is to pop out of theScaffold
completely, should we add a back handler that when inCOMPACT
would pop the secondary one back to the main one?As an example, could this be the default behaviour?