Colton Idle
08/15/2023, 12:29 AMLookaheadScope
Composable fun and interface are now stable. (Ifb2ce)
• Added support for configuring privateImeOptions
(Idb772) (idk what this is yet, but hope that its somehow related to password autofill not working in compose)
• Fixed text fields showing keyboard and being editable when readOnly
is true. Also fixed the keyboard not showing when readOnly
is changed from true to false while focused. (I34a19, b/246909589)
• Material2 components now have a separate API to pass windowInsets
to support edge-to-edge functionality in android. Unlike material3 components, material2 components do not support insets by default and the value should be passed manually. Refer to the corresponding samples for guidance. (I655e8) (OH HECK YEAH)
• Fix new CompositionLocalProvider
optimization (3118e88)
• Correct how movable content nodes are disassembled. (5e3d59b)
Version 1.2.0-alpha05 of material3
• Updates to the Checkbox and TriStateCheckbox
colors. The CheckboxDefaults.colors()
disabledUncheckedColor
now only affects the border of the checkbox. Special cases that require you to set the internal box color when disabled and unchecked requires a custom constructed instance of a CheckboxColors
with the desired color values. (I77d17, b/291943198)Halil Ozercan
08/15/2023, 11:00 AM(idk what this is yet, but hope that its somehow related to password autofill not working in composehate to be bearer of bad news but no, it's about a generic option with the same name that was available in platform. It's used by apps to send arbitrary preferences to IMEs that are not specified in EditorInfo API. https://developer.android.com/reference/android/view/inputmethod/EditorInfo#privateImeOptions
Colton Idle
08/15/2023, 12:41 PMColton Idle
08/15/2023, 12:42 PMtad
08/16/2023, 3:25 AMColton Idle
08/16/2023, 12:58 PMColton Idle
08/16/2023, 12:58 PMColton Idle
08/16/2023, 12:59 PMraenardev
09/22/2023, 11:18 AMraenardev
09/22/2023, 11:40 AMAutofillType.Username
AutofillType.Password
with 1Password in my sampleraenardev
09/22/2023, 11:51 AMraenardev
09/22/2023, 11:51 AMColton Idle
09/22/2023, 5:17 PMjoney
10/24/2023, 4:06 PMjoney
10/24/2023, 4:08 PMraenardev
10/30/2023, 1:00 PMraenardev
05/13/2024, 11:40 AMraenardev
05/13/2024, 11:47 AM