https://kotlinlang.org logo
Title
c

Colton Idle

04/20/2022, 7:03 PM
Version 1.2.0-alpha08 is out! • Update to Kotlin 1.6.20! • New experimental
LazyLayout
API is introduced. This allows you to build your own components like
LazyColumn
of
LazyVerticalGrid
. Note that the API is in its early stages and can be changed in the future releases • Bunch of updates to Paragraph, pointer input, Fonts Material 3 updates •
material3-window-size-class
is a new library that provides support for window size classes: a set of opinionated viewport breakpoints for you to design, develop, and test resizable application layouts against. • Lots of little updates
🎉 19
👀 2
:jetpack-compose: 6
:kotlin-intensifies: 5
t

Tash

04/20/2022, 7:06 PM
Ooo
LazyLayout
sounds fun
☝️🏼 1
☝️🏻 1
☝️🏽 1
☝️ 5
t

Tolriq

04/20/2022, 7:13 PM
Many crashes here 😛
a

andrew

04/20/2022, 8:10 PM
^^
a

Andrey Kulikov

04/20/2022, 11:07 PM
I would also highlight “Enable Nested Scroll interop between Compose and View in the direction Compose > View. This means that a compose parent will be able to receive nested scroll deltas from a nested scroll view.” Commit
🙌🏼 3
😍 1
👍 3
s

ste

04/21/2022, 10:26 AM
Uhm, did the font padding thing change again?
c

Colton Idle

04/21/2022, 12:01 PM
@Siyamed ^?
I think I saw something in issuetracker where things like line height and stuff will be applied to a single line of text (whereas before it only applied on multiple lines), but AFAIK font padding is disabled by default since like 2 versions ago.
s

Siyamed

04/21/2022, 1:10 PM
Based on feedback for 1.2 we changed default font padding, kept the api to turn it off https://android.googlesource.com/platform/frameworks/support/+/41a4e31408842caa2b58db5e4ee6ec708464425f
c

Colton Idle

04/21/2022, 1:13 PM
Oh. So it defaults to font padding enabled now?
s

Siyamed

04/21/2022, 1:14 PM
Yes
👍 2