summaryrefslogtreecommitdiffstats
path: root/src/android/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* Accessibility for AndroidFrederik Gladhorn2013-08-228-0/+431
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>