zsmb
03/22/2021, 12:00 PMskalable.dev
03/29/2021, 5:17 PMrobstoll
03/30/2021, 5:38 PMDave Leeds
03/31/2021, 12:12 PMZach Klippenstein (he/him) [MOD]
03/31/2021, 6:42 PMraulraja
04/02/2021, 9:51 AMIsaac
04/02/2021, 10:39 AMEvan R.
04/02/2021, 2:19 PMBig Chungus
04/03/2021, 7:48 PMskalable.dev
04/07/2021, 12:15 PMNick
04/09/2021, 3:51 PMPointerInputManager
now tracks a collection of pointers and dispatches events to Views on a per-pointer basis.
• PointerEvent
now has information about the list of pointers (for the View and overall). This lets handlers support multi-touch.
• Resizer
now works better with multi-touch.
• Added ability to suppress OS handling of PointerEvent. This is like consume, except it does not affect other app listeners.
Accessibility Support
This release stabilizes accessibility and brings a lot of new support to items in the Controls library.
• View now supports accessibilityLabel
, accessibilityLabelProvider
, accessibilityDescriptionProvider
, and nextInAccessibleReadOrder
.
• View's visible
and enabled
properties are now accessible.
• The following widgets now have accessibility support
◦ ToggleButton
◦ Switch
◦ CheckBox
◦ RadioButton
◦ HyperLink
◦ ValueSlider
(including Slider
orientation
)
◦ ProgressIndicator
◦ TextInput
◦ List
◦ Tree
◦ TabbedPanel
via BasicTabbedPanelBehavior
• BasicSpinnerBehavior
, BasicMutableSpinnerBehavior
now supports up/down arrows.
Kotlin IR compiler Support
Apps can now choose to use either the IR or Legacy artifacts.
Slack Conversationnfrankel
04/10/2021, 9:57 PMnfrankel
04/11/2021, 5:03 PMErick Sumargo
04/12/2021, 10:26 AMpawegio
04/12/2021, 10:36 PMraulraja
04/14/2021, 12:21 PMEtienne
04/15/2021, 12:59 PMnfrankel
04/18/2021, 4:16 PMDariusz Kuc
04/20/2021, 2:14 PMptsiogas
04/21/2021, 2:34 PMRaul
04/21/2021, 4:22 PMMaureen
04/21/2021, 4:45 PMaltavir
04/21/2021, 6:00 PMskalable.dev
04/24/2021, 12:51 PMmarcinmoskala
04/26/2021, 6:43 AMJulien Salvi
04/26/2021, 2:56 PMzaleslaw
04/27/2021, 10:34 AMescodro
04/27/2021, 4:18 PM