52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
Categories:System
|
|
License:GPLv3
|
|
Web Site:http://www.tnhh.net/2013/04/02/sophia-ime-easter-awesomeness.html
|
|
Source Code:https://github.com/htruong/sophia_oss
|
|
Issue Tracker:https://github.com/htruong/sophia_oss/issues
|
|
|
|
Auto Name:Sophia keyboard
|
|
Summary:Android Latin 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.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/htruong/sophia_oss.git
|
|
|
|
Build:1.0.6,6
|
|
commit=caab7
|
|
subdir=latinime
|
|
prebuild=sed -i '11s/8/11/g' AndroidManifest.xml
|
|
update=.,../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
|
|
|
|
Build:1.0.10,10
|
|
disable=ndk-build fails
|
|
commit=d99f4405f2a0987
|
|
subdir=latinime
|
|
init=echo -e 'android.library.reference.1=../support-v4\nandorid.library.reference.2=../inputmethodcommon\n' >> project.properties
|
|
rm=makedict,maketext
|
|
buildjni=yes
|
|
|
|
Maintainer Notes:
|
|
It's possible Gingerbread support will appear in next version, so remove the
|
|
manifest patch
|
|
.
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:RepoManifest
|
|
Current Version:1.0.10
|
|
Current Version Code:10
|
|
|