summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/src/qandroidplatformaccessibility.h
Commit message (Collapse)AuthorAgeFilesLines
* Accessibility for AndroidFrederik Gladhorn2013-08-221-0/+61
This enables both modes for TalkBack, explore-by-touch and the normal swiping mode. It is partially inspired by the BarGraphView example of the Google/Android Eyes-Free project. Note that for any accessibility to work you'll need a device with api level 16 at least. Using reflection we should be able to dynamically pick up the classes if we have the high enough api level. Change-Id: I11b93bead451483782a1711434d45c8f9a35996f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>