mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
64 lines
2 KiB
YAML
64 lines
2 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
WebSite: https://support.google.com/accessibility/android/answer/6283677?hl=en
|
|
SourceCode: https://github.com/google/talkback
|
|
|
|
Name: 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.
|
|
|
|
It's only activated if you explicitly turn on Accessibility:
|
|
<ol>
|
|
<li>Go to Settings</li>
|
|
<li>Select Accessibility</li>
|
|
<li>Enable TalkBack checkboxes</li>
|
|
</ol>
|
|
|
|
For Android older then 8.0 use version 5.0.7_aosp.
|
|
For Android newer then 8.0 use version 2021-04-23.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/google/talkback.git
|
|
|
|
Builds:
|
|
- versionName: 5.0.7_aosp
|
|
versionCode: 50007000
|
|
commit: 12bdf2063e121a021f050c94cf5ebb2489c8af8a
|
|
patch:
|
|
- play-services-50007000.patch
|
|
output: build/outputs/apk/com.android.talkback-aosp-release.apk
|
|
rm:
|
|
- libs
|
|
build:
|
|
- gradle assembleRelease
|
|
- zip -d build/outputs/apk/com.android.talkback-aosp-release.apk 'META-INF/*.*'
|
|
|
|
- versionName: '2021-04-23'
|
|
versionCode: 370044210
|
|
commit: 9db811af90009e625e8e6c75e350cabeb906853d
|
|
patch:
|
|
- 370044210-Remove-GMS-dependency.patch
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- talkback/src/main/java/com/google/android/accessibility/talkback/PrimesController.java
|
|
- utils/src/main/java/com/google/android/accessibility/utils/ocr/OCRController.java
|
|
- utils/src/main/java/com/google/android/accessibility/utils/ocr/OCRInfo.java
|
|
prebuild:
|
|
- sed -i "39i\ versionCode 370044210" build.gradle
|
|
- sed -i "40i\ versionName \"2021-04-23\"" build.gradle
|
|
|
|
MaintainerNotes: com/google/android/libraries/accessibility might trigger the scanner
|
|
but are part of the source
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '2021-04-23'
|
|
CurrentVersionCode: 370044210
|