* Read value with content description when a wheel is focused
* Announce selected value correctly (iosClone)
* Start listener when control is created
* - Set contentDescription correctly when focused
- Locale changes now affect spoken feedback
* Add missing type definition
* Fix typing issues
* Lint
* Add accessibility role "slider" to IosClone
* Notify TalkBack about changes instead of explicitly announcing
* Remove unused strings
* Improve quality of life for adjusting value via accessibility features
* Set contentDescription during accessibility initialisation phase, for more consistent spoken feedback
* When TalkBack is enabled, read new values while scrolling a wheel
* Support for reading displayed value instead index value (IosClone)
* Add comments and small refactoring
* Small refactor
* Fix: Two-finger scroll issue when TalkBack is active
* refactor: move accessibility related code to accessibility class
* cleanup imports
Co-authored-by: Henning Hall <henning.hall@hotmail.com>
* Implemented accessibility support for android date picker.
* Created new function to return accessible text.
Changed access modifier of few functions to public.
* removed duplicate contentDescription for accessibility to work correct.
* Added finnish and swedish localizations for accessible items in datepicker.
* Added localisation english texts.
* Implemented localisations for accessible selections made inside android datepicker.
* Added getLocaleStringResource function for getting localised string resource.
* Added required imports for getLocaleStringResource function.
* Content description set based on localised strings from resources initially.
* Implemented meaningful content description for dateTime picker.
Added new keys for time prefix.
Content description set when screen reader is focused on picker wheels.
* Updated correct finnish and swedish translations.
* refactor: move accessibility to its own class
Co-authored-by: Jencir CJ <jencir.jamal@digia.com>
Co-authored-by: Henning Hall <henning.hall@hotmail.com>