fdroiddata/metadata/com.google.marvin.shell.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

48 lines
1.4 KiB
YAML

Categories:
- System
License: Apache-2.0
WebSite: https://groups.google.com/group/eyes-free
SourceCode: https://code.google.com/p/eyes-free/source
AutoName: Eyes-Free Shell
Summary: Alternative homescreen
Description: |-
Turns your Android into an eyes-free communication device. Provides one-touch
access to applications, as well as useful mini-apps built into the Eyes-Free
Shell.
Move your finger over the screen to explore; lift your finger up to run what you
stopped on.
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.0.4
versionCode: 33
commit: '787'
subdir: apps/shell
prebuild:
- sed -i 's@\(android.library.reference.1=\).*@\1../../libraries/utils@' project.properties
- echo "android.library.reference.2=../../libraries/compatutils" >> project.properties
- cd ../../
- rm -rf accessibilityServices archived braille devtools documentation eSpeakEngine
ideal ime ocr samplecode thirdparty tts
androidupdate:
- .
- ../../libraries/utils
- ../../libraries/compatutils
target: android-15
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 3.0.4
CurrentVersionCode: 33
NoSourceSince: 3.2.0