From 0f2557f02afa2d50c2476934c0146909e9d654d9 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 18 Sep 2012 12:15:04 +0100 Subject: [PATCH 1/3] New app, anysoftkeyboard (pending srclib integration) --- .../com.menny.android.anysoftkeyboard.txt | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/com.menny.android.anysoftkeyboard.txt diff --git a/metadata/com.menny.android.anysoftkeyboard.txt b/metadata/com.menny.android.anysoftkeyboard.txt new file mode 100644 index 0000000000..6f2a1f483a --- /dev/null +++ b/metadata/com.menny.android.anysoftkeyboard.txt @@ -0,0 +1,37 @@ +Category:System +License:Apache2 +Web Site:http://code.google.com/p/softkeyboard/ +Source Code:https://github.com/AnySoftKeyboard +Issue Tracker:http://code.google.com/p/softkeyboard/issues/list +Donate:http://code.google.com/p/softkeyboard/ + +Summary:Alternative keyboard +Description: +* Multi languages keyboard support via external packages +* Completion dictionaries for multiple languages +* Also completes your typed words from your contacts names (in Android 2.0+)! +* Multitouch support +* Extension keyboard (swipe your finger all the way up out of the keyboard) +* Voice Input support (Android 2.2+) +* Gesture support: +** Swipe left or right to switch layouts +** Swipe up to shift +** Swipe down to close the keyboard +* Theme support (comes with 3 skins) +* Built-in user dictionary words editor + +There are many language packs and themes available as apk's on the website, but the source code could only +be found for Hebrew, Czech and Sindhi. +. + +Repo Type:git +Repo:https://github.com/AnySoftKeyboard/AnySoftKeyboard.git + +Build Version:20120814-eye-candy,76,! doesn't build +Build Version:20120905-eye-candy,77,7d8efbabd4,buildjni=yes,srclibs=AnySoftKeyboard-API@db2031c74f,\ +prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties + +Update Check Mode:Market +Current Version:20120814-eye-candy +Current Version Code:76 + From d615a61d865a1804ab4a207d9231ae5367801f78 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 18 Sep 2012 12:18:58 +0100 Subject: [PATCH 2/3] Fix droid-notify srclib name --- metadata/apps.droidnotify.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/apps.droidnotify.txt b/metadata/apps.droidnotify.txt index 9a491d83e3..2d020be611 100644 --- a/metadata/apps.droidnotify.txt +++ b/metadata/apps.droidnotify.txt @@ -11,7 +11,7 @@ This application will display a popup window for Missed Calls, Text Messages, Ca It is extremely customizable with many options to suit your needs and style. . -Repo Type:git-svn +Repo Type:svn Repo:http://droid-notify.googlecode.com/svn/trunk Build Version:2.20,27,707,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/ @@ -24,9 +24,9 @@ Build Version:3.4,37,!No source code - https://code.google.com/p/droid-notify/is Build Version:3.7,40,!No source code Build Version:3.12,45,!No source code Build Version:3.17,50,!No source code for libraries -Build Version:3.19,52,1028,encoding=utf-8,srclibs=FacebookSDK@c58af0b;Android-Color-Picker@5d697049fb,\ +Build Version:3.19,52,1028,encoding=utf-8,srclibs=FacebookSDK@c58af0b;Color-Picker@5d697049fb,\ prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \ -sed -i 's@\(android.library.reference.2=\).*@\1$$Android-Color-Picker$$@' project.properties +sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties Update Check Mode:Market Current Version:3.19 From eeae729e6fd93cbcd4b82ed76df50749e1ab6c35 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 18 Sep 2012 12:26:10 +0100 Subject: [PATCH 3/3] AnySoft description --- metadata/com.menny.android.anysoftkeyboard.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata/com.menny.android.anysoftkeyboard.txt b/metadata/com.menny.android.anysoftkeyboard.txt index 6f2a1f483a..8d8b22e07c 100644 --- a/metadata/com.menny.android.anysoftkeyboard.txt +++ b/metadata/com.menny.android.anysoftkeyboard.txt @@ -20,8 +20,10 @@ Description: * Theme support (comes with 3 skins) * Built-in user dictionary words editor -There are many language packs and themes available as apk's on the website, but the source code could only -be found for Hebrew, Czech and Sindhi. +There are many language packs and themes available as apk's on the website. There are instructions +on the [https://code.google.com/p/softkeyboard/wiki/HowToCreateLanguagePack wiki] for creating a pack from +the source code: it involves editing the keyboard layout xml file and adding a dictionary. There is +full code for these three: Hebrew, Czech and Sindhi. . Repo Type:git