qt6-bb10/src/android/java
Ivan Solovev b238f83380 Android A11Y: handle valueChanged events
Before this patch Android A11Y implementation was missing
ValueChanged event handling. As a result, no update was given
when the element's value was changed.

Handling these events allows us to announce value changes on such
objects like Slider, SpinBox, etc...
This is a universal method of value-change announcement, so it
supports all sorts of A11Y gestures.

On the Java side a new function was introduced to announce the
values, because we need to use the actual element's *value*,
not its accessible name or description.

Task-number: QTBUG-93396
Pick-to: 6.3 6.2 5.15
Change-Id: Ic44abd5f01b9b6f5468962131466edaf6a49d498
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
2022-02-15 17:51:33 +01:00
..
res Remove ministro code 2021-07-01 23:54:14 +03:00
src/org/qtproject/qt/android/bindings Android A11Y: handle valueChanged events 2022-02-15 17:51:33 +01:00
CMakeLists.txt CMake: Fix various issues with the Android build 2020-07-09 11:56:31 +02:00
READ-THIS-BEFORE-MANUALLY-ADDING-FILES-TO-PACKAGE.txt