Colton Idle
08/11/2022, 2:47 AMCrossfade, animateAsState and Animatable for tooling label
• Added atFraction function for defining keyframes at a fraction instead of at a specific duration.
• Resource Fonts now support setting font variation settings (API 26+).
• Variable font support in DeviceFontFamilyNameFont
• Text fields will now throw more detailed exceptions when the OffsetMapping provided by a VisualTransformation returns invalid indices.
• Introduce experimental APIs to share item provider logic between Lazy layouts. 🤔
• Deprecate TextInputService.show|hideSoftwareKeyboard. Please use SoftwareKeyboardController instead in app code and TextInputSession in IME-management code
• LayoutCoordinates.findRootCoordinates() is now public
• Added experimental API to get the LayoutCoordinates in the PlacementScope. This lets developers know where the current layout is to place children relative to its position
• Paragraph is now expect|actual and defined for Android and Desktop.
• Added @RequiresPermission to APIs that require granting the POST_NOTIFICATIONS permission on SDK 33 and above.
material 3
• 1.0.0-alpha16
• Support specifying a custom width on a navigation drawer
• Removes Divider from MenuDefaults and TabDefaultsOleksandr Balan
08/11/2022, 6:56 AMatFraction is 🔝
Finally we can easily change overall animation duration without “moving” all keyframes 😅Sean McQuillan [G]
08/12/2022, 5:36 PM