new app disable pending licence com.anysoftkeyboard.languagepack.SSH

This commit is contained in:
David Black 2013-03-13 15:01:23 +00:00
parent 4757097e1b
commit 43480ccd66
3 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,40 @@
Category:Office
License:Unknown
Web Site:https://github.com/pi3ch/ssh_anysoftkeyboard
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
Issue Tracker:https://github.com/pi3ch/ssh_anysoftkeyboard/issues
Name:AnySoftKeyboard: SSH
Summary:Language pack for AnySoft keyboard
Description:
A handy keyboard for terminal emulators, ssh clients (e.g. [[org.connectbot]])
and any application that requires a full keyboard. The keyboard learns your
frequently used commands as you use it (you need to add your common commands
for auto suggestion: only tested on [[sk.vx.connectbot]]).
* Command suggestion (comes with basic dictionary)
* Arrow keys for command history
* CTRL key e.g. CTRL+E to jump to end of line
* Tab key for completion (depends on shell)
* Special characters as pop-ups
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
Status: BETA.
.
Repo Type:git
Repo:https://github.com/pi3ch/ssh_anysoftkeyboard
Build Version:0.4.20120611-beta,4,!no licence 626f9fc2c,patch=xml.patch;rules.patch,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && mv res/xml/ssh_dict.xml dict/words.xml && \
ant dict -f custom_rules.xml && rm res/values/attrs.xml
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.4.20120611-beta
Current Version Code:4

View file

@ -0,0 +1,18 @@
diff --git a/custom_rules.xml b/custom_rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/custom_rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="custom_rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,15 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index bc6a2c8..afcee33 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -12,7 +12,6 @@
id="644cb75a-82c3-46ca-9521-00fcf4682a2b"
locale="xx"
nameResId="@string/dictionary"
- type="binary"
- dictionaryAssertName="ssh_dict.mp3"
+ dictionaryResourceId="@array/words_dict_array"
description="List of most frequenct linux terminal commands"/>
-</Dictionaries>
\ No newline at end of file
+</Dictionaries>