Merge branch 'feature/com.google.android.accessibility.talkback' into 'master'

TalkBack: Force version name

See merge request fdroid/fdroiddata!3222
This commit is contained in:
Pierre Rudloff 2019-02-03 11:08:37 +00:00
commit 83d73ee95f
3 changed files with 43 additions and 50 deletions

View file

@ -1,37 +0,0 @@
Disabled:Possibly causes https://gitlab.com/fdroid/fdroidclient/issues/1416
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,android-21.patch
gradle=yes
prebuild=rm libs/*.jar
novcheck=yes
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.1
versionCode: 50200001
commit: 6.1.1
patch:
- play-services.patch
gradle:
- yes
rm:
- libs
prebuild: sed -i 's/android:versionCode=/android:versionName="$$VERSION$$" android:versionCode=/'
src/main/AndroidManifest.xml
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.1.1
CurrentVersionCode: 50200001

View file

@ -1,13 +0,0 @@
diff --git a/build.gradle b/build.gradle
index c67eb3b..de6b1ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
android {
buildToolsVersion '27.0.0'
defaultConfig {
- minSdkVersion 26
+ minSdkVersion 21
targetSdkVersion 27
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
multiDexEnabled true