update com.menny.android.anysoftkeyboard to 20130222

This commit is contained in:
David Black 2013-03-12 19:16:59 +00:00
parent 25cf19740d
commit 4a2925cb64
4 changed files with 34 additions and 20 deletions

View file

@ -1,5 +1,5 @@
Category:Office
License:GPLv3
License:GPL/MPL
Web Site:https://github.com/rhornig/anysoftkeyboard-hungarian
Source Code:https://bitbucket.org/dalb8/anysoft-language-pack-hungarian
Issue Tracker:https://github.com/rhornig/anysoftkeyboard-hungarian/issues
@ -7,7 +7,12 @@ Issue Tracker:https://github.com/rhornig/anysoftkeyboard-hungarian/issues
Name:AnySoftKeyboard: Magyar
Summary:Language pack for AnySoft keyboard
Description:
Layouts and dictionaries for the Hungarian language.
Layouts and dictionaries for [[com.menny.android.anysoftkeyboard]]
for the Hungarian language.
See the Google Play description for usage tips.
Dictionary is via
[http://magyarispell.sourceforge.net http://magyarispell.sourceforge.net].
Licence: GNU GPL/GNU LGPL/Mozilla MPL.
.
Repo Type:git
@ -24,12 +29,12 @@ Repo:https://bitbucket.org/dalb8/anysoft-language-pack-hungarian
#cp res/drawable/app_icon.png StoreStuff/landscape.png && \
#cp res/drawable/app_icon.png StoreStuff/portrait.png && \
#cp res/drawable/app_icon.png StoreStuff/store_hi_res_icon.png
Build Version:20120208,12,987626b,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=mkdir -p res/raw
Build Version:20120213,14,!no source as of 03/13
Auto Update Mode:None
Update Check Mode:None
Current Version:1.0
Current Version Code:1
Update Check Mode:Market
Current Version:20120213
Current Version Code:14

View file

@ -1,5 +1,5 @@
Category:Office
License:Apache2
License:Unknown
Web Site:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
Source Code:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
Issue Tracker:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian/issues
@ -7,13 +7,13 @@ Issue Tracker:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian/issu
Name:AnySoftKeyboard: Русский
Summary:Language pack for AnySoft keyboard
Description:
Russian layouts ONLY (no dictionary) for ASK.
Russian layouts ONLY (no dictionary in this build) for ASK.
.
Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
Build Version:20121016,6,!need to find dictionary source 5eabfc,\
Build Version:20121016,6,!no source or licence for the dictionary (at 5eabfc),\
forceversion=yes,forcevercode=yes,extlibs=LanguagePacks/russian.zip,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
rm -rf res/ StoreStuff/ dict/ && unzip libs/russian.zip && \

View file

@ -7,23 +7,21 @@ Donate:http://code.google.com/p/softkeyboard/
Summary:Alternative keyboard
Description:
* Multi-language keyboard support via external packages
* Multi-language keyboard support via external packages (English as standard)
* 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)
* Theme support (comes with several skins)
* Built-in user dictionary words editor
* Optional 16-key English keyboard
* Cursor movement soft-keys that can also be mapped to hardware keys
* Supports x86 and MIPS natively
There are many language packs and themes available as apks 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. Only a couple
of the addon packs have their full source code published.
There are many language packs and themes available as apks on the website,
but only a few of the
of the packs have the full source code published for both the keyboard
layouts and dictionaries.
.
Repo Type:git
@ -39,6 +37,12 @@ rm -rf libs/armeabi*/ libs/x86/ libs/mips/ ant/ keyboard_keystore StoreStuff/ re
wget http://softkeyboard.googlecode.com/svn-history/r544/trunk/project/dict_creation/makedict_Linux && \
wget https://github.com/AnySoftKeyboard/AnySoftKeyboardTools/blob/master/makedict/makedict.jar?raw=true \
-O makedict.jar && chmod +x makedict_Linux && ./makedict_Linux dict/words.xml,buildjni=yes
Build Version:20130222-skinny-eye-candy,95,50daad0b0a,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' build.xml && \
rm -rf libs/armeabi*/ libs/x86/ libs/mips/ ant/ keyboard_keystore \
StoreStuff/ res/raw/words_1.dict,buildjni=yes
Auto Update Mode:None
Update Check Mode:Market

View file

@ -6,10 +6,15 @@ Issue Tracker:https://github.com/nathanpc/Build.prop-Editor/issues
Summary:Tweak system properties
Description:
Edit your build.prop easily. This file resides in /system and contains
all the info that identifies the capabilities of your device. Do not
Edit your build.prop file easily. This file resides in /system and contains
all the info that identifies the capabilities of your device. After
editing an entry you must press a button in the top right hand corner
that isn't very visible and changes may not register in the list until
you re-enter the app.
Don't
mess with this unless you know what you are doing and are confident
that you can restore a backup via adb shell in recovery.
that you can restore a backup via adb shell in recovery.
Requires root: Yes. The build.prop is located in /system.
.