Liberated version of the TalkBack system accessibility app for Android
This repository has been archived on 2024-12-23. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 99.6%
  • C++ 0.3%
Find a file
2021-07-22 23:42:25 -04:00
braille Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
brailleime Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
compositor Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
gradle/wrapper Add the gradle 5.4.1 wrapper 2021-07-11 06:55:39 -04:00
proguard Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
src/main Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
talkback Remove GMS dependency 2021-07-11 07:22:57 -04:00
utils Remove GMS dependency 2021-07-11 07:22:57 -04:00
.gitignore Remove GMS dependency 2021-07-11 07:22:57 -04:00
build.gradle Specify a version code 2021-07-22 23:42:25 -04:00
gradle.properties TalkBack 8.1 2020-02-10 11:36:44 -08:00
gradlew Add the gradle 5.4.1 wrapper 2021-07-11 06:55:39 -04:00
gradlew.bat Add the gradle 5.4.1 wrapper 2021-07-11 06:55:39 -04:00
LICENSE Fixed an incorrect line in the LICENSE file 2021-05-06 00:08:32 -07:00
README.md Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
settings.gradle Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00
shared.gradle Remove GMS dependency 2021-07-11 07:22:57 -04:00
version.gradle Push to GitHub 2021-05-05 2021-05-05 17:14:49 -07:00

Introduction

This repository contains source code for Google's TalkBack, which is a screen reader for blind and visually-impaired users of Android. For usage instructions, see TalkBack User Guide.

How to Build

To build TalkBack, run ./build.sh, which will produce an apk file.

How to Install

Install the apk onto your Android device in the usual manner using adb.

How to Run

With the apk now installed on the device, the TalkBack service should now be present under Settings -> Accessibility, and will be off by default. To turn it on, toggle the switch preference to the on position.