mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-16 12:36:38 +00:00
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
AuthorName: Wasabi Research
|
|
WebSite: https://www.tnhh.net/2013/04/02/sophia-ime-easter-awesomeness.html
|
|
SourceCode: https://github.com/htruong/sophia_oss
|
|
IssueTracker: https://github.com/htruong/sophia_oss/issues
|
|
|
|
AutoName: Sophia keyboard
|
|
Description: |-
|
|
Keyboard based on AOSP Latin IME, built entirely with Android SDK/NDK. For
|
|
Vietnamese users, Sophia Vietnamese IME automatically adds tone-marks to your
|
|
Vietnamese input.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/htruong/sophia_oss.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.6
|
|
versionCode: 6
|
|
commit: caab7
|
|
subdir: latinime
|
|
prebuild: sed -i '11s/8/11/g' AndroidManifest.xml
|
|
androidupdate:
|
|
- .
|
|
- ../inputmethodcommon
|
|
- ../support-v4
|
|
build:
|
|
- mkdir -p libs
|
|
- cd ../inputmethodcommon
|
|
- ant release
|
|
- cd ..
|
|
- cp inputmethodcommon/bin/classes.jar latinime/libs/inputmethodcommon.jar
|
|
- cd support-v4
|
|
- ant release
|
|
- cd ..
|
|
- cp support-v4/bin/classes.jar latinime/libs/android-support-v4.jar
|
|
buildjni:
|
|
- yes
|
|
ndk: r12b
|
|
|
|
MaintainerNotes: |-
|
|
It's possible Gingerbread support will appear in next version, so remove the
|
|
manifest patch
|
|
|
|
ArchivePolicy: 0
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.0.6
|
|
CurrentVersionCode: 6
|