new disabled app com.anysoftkeyboard.languagepack.russian2

This commit is contained in:
David Black 2013-03-11 20:05:45 +00:00
parent e0efd9d211
commit 6e2955a128
6 changed files with 42 additions and 127 deletions

Binary file not shown.

View file

@ -1,33 +0,0 @@
Category:None
License:Unknown
Web Site:https://code.google.com/p/softkeyboard/wiki
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
Issue Tracker:
Summary:Language pack for AnySoft keyboard
Description:
.
Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
Build Version:1,1,!working template: also see com.anysoftkeyboard.languagepack.hungarian (at 5eabfc),\
forceversion=yes,patch=Example.patch,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
sed -i 's/change_me/example/g' AndroidManifest.xml && \
wget -O res/drawable/app_icon.png http://code.google.com/p/softkeyboard/logo?cct=1329035798 && \
cp res/drawable/app_icon.png res/drawable-hdpi/ && \
cp res/drawable/app_icon.png res/drawable-xhdpi/ && \
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 && \
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
sed -i 's/LanguagePack/LanguagePackExample/g' build.xml && \
sed -i '/key/d' project.properties && rm res/raw/words_1.dict
Auto Update Mode:None
Update Check Mode:None
Current Version:1.0
Current Version Code:1

View file

@ -1,85 +0,0 @@
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c4c53a1..0c8d7d7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">AnySoftKeyboard - change_me Language Pack</string>
- <string name="keyboard_name">change_me keyboard</string>
- <string name="dictionary_name">change_me</string>
+ <string name="app_name">AnySoftKeyboard - example Language Pack</string>
+ <string name="keyboard_name">example keyboard</string>
+ <string name="dictionary_name">example</string>
</resources>
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index 1daa3d2..e470c6d 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -7,7 +7,7 @@
"dictionaryResourceId" : a reference to the raw resource of the words dictionary
"autoTextResourceId" : a reference to a common typing mistakes XML.
-->
- <Dictionary nameResId="@string/dictionary_name" locale="change_me" id="change_me" type="binary_resource"
+ <Dictionary nameResId="@string/dictionary_name" locale="example" id="example" type="binary_resource"
dictionaryResourceId="@array/words_dict_array" autoTextResourceId="@xml/autotext"
- description="change_me"/>
+ description="example"/>
</Dictionaries>
diff --git a/res/xml/keyboards.xml b/res/xml/keyboards.xml
index 84ba491..8a3fc55 100644
--- a/res/xml/keyboards.xml
+++ b/res/xml/keyboards.xml
@@ -7,6 +7,8 @@
"iconResId" : a reference to a drawable which can be used to show a flag in the notification bar.
"layoutResId" : a reference to a keyboard layout XML. See res/xml/qwerty.xml
-->
- <Keyboard nameResId="@string/keyboard_name" iconResId="change_me" layoutResId="@xml/qwerty"
- id="change_me" defaultDictionaryLocale="change_me" description="change_me" index="1"/>
-</Keyboards>
\ No newline at end of file
+ <Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:ask="http://schemas.android.com/apk/res/com.anysoftkeyboard.languagepack.example"
+ nameResId="@string/keyboard_name" iconResId="@drawable/app_icon" layoutResId="@xml/qwerty"
+ id="example" defaultDictionaryLocale="example" description="example" index="1"/>
+</Keyboards>
diff --git a/src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java b/src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
deleted file mode 100644
index 15971b1..0000000
--- a/src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package com.anysoftkeyboard.languagepack.change_me;
-
-import android.content.BroadcastReceiver;
-import android.content.Context;
-import android.content.Intent;
-
-public class PackBroadcastReceiver extends BroadcastReceiver {
-
- @Override
- public void onReceive(Context arg0, Intent arg1) {
-
- }
-
-}
diff --git a/src/com/anysoftkeyboard/languagepack/example/PackBroadcastReceiver.java b/src/com/anysoftkeyboard/languagepack/example/PackBroadcastReceiver.java
new file mode 100644
index 0000000..789ac7f
--- /dev/null
+++ b/src/com/anysoftkeyboard/languagepack/example/PackBroadcastReceiver.java
@@ -0,0 +1,14 @@
+package com.anysoftkeyboard.languagepack.example;
+
+import android.content.BroadcastReceiver;
+import android.content.Context;
+import android.content.Intent;
+
+public class PackBroadcastReceiver extends BroadcastReceiver {
+
+ @Override
+ public void onReceive(Context arg0, Intent arg1) {
+
+ }
+
+}

View file

@ -0,0 +1,34 @@
Category:Office
License:Apache2
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
Name:AnySoftKeyboard: Русский
Summary:Language pack for AnySoft keyboard
Description:
Russian layouts ONLY (no dictionary) for ASK.
.
Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
Build Version:20121016,6,!need to find dictionary source 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 && \
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
sed -i 's/change_me/russian2/g' src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java \
AndroidManifest.xml && \
mkdir -p src/com/anysoftkeyboard/languagepack/russian2 && \
mv src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java \
src/com/anysoftkeyboard/languagepack/russian2/ && \
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
sed -i 's/LanguagePack/LanguagePackRussian/g' build.xml && \
sed -i '/key/d' project.properties
Auto Update Mode:None
Update Check Mode:None
Current Version:20121016
Current Version Code:6

View file

@ -6,6 +6,9 @@ Issue Tracker:http://f-droid.org
Summary:SMS encryption
Description:
'''N.B'''This recipe isn't complete. app_name for Arabic and Tibetan
need fixing: also new icons are needed.
'''N.B'''ChatSafe is a re-branded version of TextSecure. The author
doesn't want the latter being distributed via f-droid.org. If
you have any problems with our build don't look for support from them.
@ -20,15 +23,14 @@ with someone else also using ChatSafe.
Repo Type:git
Repo:https://github.com/WhisperSystems/TextSecure
Build Version:0.9.3,40,!shitstorm? v0.9.3,init=echo "target=android-17" > project.properties,\
Build Version:0.9.3,40,!needs a little fixing v0.9.3,init=echo "target=android-17" > project.properties,\
patch=packageid.patch;branding.patch,srclibs=ActionBarSherlock@4.2.0,\
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties
Build Version:0.9.4,41,!no source
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.9.4
Current Version Code:41
Update Check Mode:None
Current Version:0.9.3
Current Version Code:40

View file

@ -18,10 +18,7 @@ Getting started:
* Browse to them from within the app
* ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
Ouya SDK library was removed before building: while it is proclaimed
to be licensed under the Apache license, there isn't any source code for it
and we don't consider it to be a system library.
Therefore, any associated functionality won't work.
Ouya SDK library was removed before building.
[https://github.com/paulscode/mupen64plus-ae/raw/master/assets/changelog.txt Changelog]
.