summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjniaccessibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann12 days1-0/+6
* Android: rectify the visibility of QtAndroid.jar classAssam Boudjelthia2023-11-281-1/+1
* Android: remove a11y methods from QtNative, call a11y delegate directAssam Boudjelthia2023-11-061-2/+1
* Android: clean up error handling and native methods registrationVolker Hilsheimer2023-11-011-18/+4
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QtAndroidAccessibility: fix unneeded runtime initializationMarc Mutz2023-10-051-1/+1
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-051-0/+9
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-291-4/+24
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-291-0/+5
* Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()Mike Achtelik2022-07-051-1/+7
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-161-2/+2
* Android: fix A11Y object descriptionIvan Solovev2022-04-211-4/+7
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* Fix crash in tst_qmltc_examples on AndroidAndreas Buhr2022-04-081-1/+1
* Android A11Y: Add supported role infos to A11yNodeInfoMike Achtelik2022-03-281-1/+9
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Android A11Y: Fix value roundingIvan Solovev2022-02-151-2/+44
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-151-3/+7
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-151-3/+30
* Android A11Y: execute C++ code on main Qt threadIvan Solovev2022-02-091-47/+181
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-091-1/+5
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-6/+4
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-081-10/+49
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-1/+1
* Android: Fix android accessibility not being set activeVikke Matikainen2020-06-211-1/+9
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-021-1/+1
* Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-231-4/+1
* Android: Reserve space for the QVarLengthArray, so we can use appendAndy Shaw2017-12-051-1/+2
* Refactor childIdListForAccessibleObjectJan Arve Sæther2017-10-251-7/+7
* Android Accessibility: protect from accessing invalid interfacesFrederik Gladhorn2017-10-171-8/+12
* Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-031-0/+1
* Android: Fix Accessibility items positioning with QHighDpi enabledKonstantin Ritt2017-03-161-3/+6
* Android: remove unused variableBogDan Vatra2016-12-091-1/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Android: Remove support for API < 16BogDan Vatra2015-12-101-7/+0
* Android: Delay initialization of Accessibility.Christian Strømme2015-06-091-0/+10
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Consolidate how contentDescription is calculated.Jan Arve Saether2014-10-151-10/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-3/+14
|\
| * Android: Fix namespace usageChristian Strømme2014-06-301-0/+4
| * Make sure we run gracefully below API level 18Jan Arve Saether2014-06-101-3/+10
* | Accessibility: Add actions for value interfacesJan Arve Saether2014-06-201-10/+38
|/
* Do not resolve the java functions for each callJan Arve Saether2014-05-301-21/+41
* Accessibility Android: Fix statesFrederik Gladhorn2014-05-161-6/+5
* Accessibility Android: Fix crash for invalid interfacesFrederik Gladhorn2014-05-131-4/+6
* Accessibility Android: Make debug tags consistentFrederik Gladhorn2014-05-081-1/+1