TalkBack: Switch to YAML

This commit is contained in:
Pierre Rudloff 2019-02-03 11:54:29 +01:00
parent 55681ef63e
commit 3edfd83967
2 changed files with 43 additions and 37 deletions

View file

@ -1,37 +0,0 @@
Categories:System
License:Apache-2.0
Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en
Source Code:https://github.com/google/talkback
Issue Tracker:
Auto Name:TalkBack
Summary:Accessibility improvements
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:
# Go to Settings
# Select Accessibility
# Enable TalkBack checkboxes
.
Repo Type:git
Repo:https://github.com/google/talkback.git
Build:6.1,50200001
commit=e69d4731fce02bb9e69613d0e48c29033cad4a98
patch=play-services.patch
gradle=yes
rm=libs
prebuild=sed -i 's/minSdkVersion 26/minSdkVersion 21/' build.gradle && \
sed -i 's/android:versionCode=/android:versionName="6.1" android:versionCode=/' src/main/AndroidManifest.xml
Auto Update Mode:None
Update Check Mode:None

View file

@ -0,0 +1,43 @@
Categories:
- System
License: Apache-2.0
WebSite: https://support.google.com/accessibility/android/answer/6283677?hl=en
SourceCode: https://github.com/google/talkback
AutoName: TalkBack
Summary: Accessibility improvements
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:
# Go to Settings
# Select Accessibility
# Enable TalkBack checkboxes
RepoType: git
Repo: https://github.com/google/talkback.git
Builds:
- versionName: '6.1'
versionCode: 50200001
commit: e69d4731fce02bb9e69613d0e48c29033cad4a98
patch:
- play-services.patch
gradle:
- yes
rm:
- libs
prebuild:
- sed -i 's/minSdkVersion 26/minSdkVersion 21/' build.gradle
- sed -i 's/android:versionCode=/android:versionName="6.1" android:versionCode=/'
src/main/AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: None