40 lines
1.2 KiB
YAML
40 lines
1.2 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
|
||
|
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
|