6c177c1fc3
!5262 ```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 ```
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
WebSite: http://www.inference.phy.cam.ac.uk/dasher/MobileDasher.html
|
|
SourceCode: https://github.com/acl33/AndroidDasher
|
|
IssueTracker: https://github.com/acl33/AndroidDasher/issues
|
|
|
|
AutoName: Dasher
|
|
Summary: Text input method (IME)
|
|
Description: |-
|
|
Dasher is an information-efficient, text-entry interface, driven by a natural
|
|
continuous steering of the cursor into boxes representing the letter you want to
|
|
input.
|
|
|
|
Dasher is especially useful for text-entry wherever a full-size keyboard cannot
|
|
be used — for example,
|
|
|
|
* when operating a computer one-handed, by joystick, touchscreen, trackball, or mouse;
|
|
* when operating a computer with zero hands (i.e., by head-mouse or by eyetracker);
|
|
* on a palmtop computer;
|
|
* on a wearable computer.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/acl33/AndroidDasher.git
|
|
|
|
Builds:
|
|
- versionName: '2.5'
|
|
versionCode: 9
|
|
commit: c2be104189
|
|
srclibs:
|
|
- TeclaAccess@0.7.1-beta
|
|
prebuild:
|
|
- rm -rf src/dasher/applet
|
|
- sed -i 's@\(reference.1=\).*@\1$$TeclaAccess$$@' project.properties
|
|
- printf 'android.library=true' >> $$TeclaAccess$$/project.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.5'
|
|
CurrentVersionCode: 9
|