Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanon committed Jan 18, 2020
1 parent 7a55945 commit 8ecccaa
Show file tree
Hide file tree
Showing 37 changed files with 236,590 additions and 0 deletions.
7 changes: 7 additions & 0 deletions languages/andalusia/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ext.shouldBePublished = true

apply from: "$rootDir/gradle/pack_apk.gradle"

dependencies {
implementation project(path: ':languages:andalusia:pack')
}
5 changes: 5 additions & 0 deletions languages/andalusia/apk/flag/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions languages/andalusia/apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.anysoftkeyboard.languagepack.andalusia">

<application android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" />
</manifest>
2 changes: 2 additions & 0 deletions languages/andalusia/apk/src/main/play/contact-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
andalugeeks@gmail.com
felixonta@gmail.com
2 changes: 2 additions & 0 deletions languages/andalusia/apk/src/main/play/contact-website.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http://anysoftkeyboard.github.io
https://andaluh.es
1 change: 1 addition & 0 deletions languages/andalusia/apk/src/main/play/default-language.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
es_AND
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Andalûh EPA Language pack

Features:

Andalusian dictionary from AOSP with more than 200,000 words.
This is an expansion language pack for AnySoftKeyboard.
Install AnySoftKeyboard first, and then select the Andalusian keyboard from AnySoftKeyboard's Settings -> Languages -> Keyboards menu.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AnySoftKeyboard Andalûh EPA Language pack
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Andalûh EPA for AnySoftKeyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial version derived from Spanish (Spain)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions languages/andalusia/apk/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Andalûh EPA para AnySoftKeyboard</string>
</resources>
Empty file.
5 changes: 5 additions & 0 deletions languages/andalusia/pack/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ext.status_icon_text = 'and'
ext.dictionaryInputPossibleCharacters = null//.toCharArray()
ext.dictionaryInputAdditionalInnerCharacters = null//.toCharArray()

apply from: "$rootDir/gradle/language_pack_lib.gradle"
Loading

0 comments on commit 8ecccaa

Please sign in to comment.