78 lines
2.5 KiB
YAML
78 lines
2.5 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
WebSite: https://code.google.com/p/eyes-free
|
|
SourceCode: https://code.google.com/p/eyes-free/source
|
|
|
|
AutoName: TalkBack
|
|
Description: |-
|
|
TalkBack is an Accessibility Service that helps blind and vision-impaired users
|
|
interact with their devices more easily.
|
|
|
|
This application adds spoken, audible, and vibration feedback to your device.
|
|
|
|
It comes pre-installed on many devices so you won't be able to install this if
|
|
that is the case. Developer-built apks can be downloaded from the website if the
|
|
version that was pre-installed needs updating.
|
|
|
|
It's only activated if you explicitly turn on Accessibility:
|
|
|
|
# Go to Settings
|
|
# Select Accessibility
|
|
# (Android 3.2 and earlier) Enable Accessibility checkbox
|
|
# Enable TalkBack checkboxes
|
|
# (Android 4.0 and later) Enable explore-by-touch
|
|
|
|
See the
|
|
[https://eyes-free.googlecode.com/svn/trunk/documentation/android_access/index.html
|
|
FAQ] or the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android
|
|
accessibility.
|
|
|
|
RepoType: srclib
|
|
Repo: EyesFree
|
|
|
|
Builds:
|
|
- versionName: 3.1.1_r68
|
|
versionCode: 68
|
|
commit: '787'
|
|
subdir: accessibilityServices/talkback
|
|
prebuild:
|
|
- sed -i 's@\(android.library.reference.1=\).*@\1../../libraries/utils@' project.properties
|
|
- sed -i 's@\(android.library.reference.2=\).*@\1../../libraries/compatutils@'
|
|
project.properties
|
|
- cd ../../
|
|
- rm -rf apps archived braille devtools documentation eSpeakEngine ideal ime
|
|
ocr samplecode thirdparty tts
|
|
androidupdate:
|
|
- .
|
|
- ../../libraries/utils
|
|
- ../../libraries/compatutils
|
|
novcheck: true
|
|
|
|
- versionName: 3.2.1
|
|
versionCode: 83
|
|
commit: r798
|
|
subdir: accessibilityServices/talkback
|
|
prebuild:
|
|
- sed -i 's@\(android.library.reference.1=\).*@\1../../libraries/utils@' project.properties
|
|
- sed -i 's@\(android.library.reference.2=\).*@\1../../libraries/compatutils@'
|
|
project.properties
|
|
- sed -i 's@\(android.library.reference.3=\).*@\1../../libraries/widgets/radial_menu@'
|
|
project.properties
|
|
- cd ../../
|
|
- rm -rf apps archived braille devtools documentation eSpeakEngine ideal ime
|
|
ocr samplecode thirdparty tts
|
|
androidupdate:
|
|
- .
|
|
- ../../libraries/utils
|
|
- ../../libraries/compatutils
|
|
- ../../libraries/widgets/radial_menu
|
|
novcheck: true
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 3.2.1
|
|
CurrentVersionCode: 83
|
|
|
|
NoSourceSince: 3.4.0
|