2014-12-30 22:35:36 +00:00
|
|
|
Disabled:Outdated, messy builds that no longer work. Conflicts with AOSP's keyboard in most cases.
|
2013-12-24 20:05:37 +00:00
|
|
|
Categories:System
|
|
|
|
License:Apache2
|
2014-02-05 08:29:39 +00:00
|
|
|
Web Site:
|
2013-12-24 20:05:37 +00:00
|
|
|
Source Code:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
|
2014-01-31 01:41:47 +00:00
|
|
|
Issue Tracker:https://code.google.com/p/android/issues/list?can=2&q=keyboard&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles
|
2013-12-24 20:05:37 +00:00
|
|
|
|
|
|
|
Summary:Stock keyboard
|
|
|
|
Description:
|
2014-05-11 16:54:23 +00:00
|
|
|
Despite the splash screen, there is no gesture (aka “swype”) typing in 4.4.2.
|
2014-01-18 13:13:05 +00:00
|
|
|
There is only limited amount of monochrome Emoji characters,
|
|
|
|
though they may be supplemented if you have another keyboard installed.
|
|
|
|
Other recent differences include: white hinting, quicker entry of user-defined
|
|
|
|
words, better suggestions in landscape and layout changes.
|
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
The current version comes with English, Spanish, Russian, PT-Brazilian, Italian,
|
|
|
|
German, French, dictionaries; there are more language word lists
|
2014-08-24 15:00:41 +00:00
|
|
|
in the repository but they'd need to be compiled. There is no gesture typing
|
2014-05-11 16:54:23 +00:00
|
|
|
with this version either.
|
2013-12-25 11:13:48 +00:00
|
|
|
|
2014-09-20 23:10:02 +00:00
|
|
|
WARNING:
|
|
|
|
|
|
|
|
If your ROM does com with com.android.inputmethod.latin package, you cannot
|
|
|
|
update to this one directly. Either use FDroid as a system app or remove the
|
2014-10-15 12:35:59 +00:00
|
|
|
old package by hand and then install this one.
|
2014-09-20 23:10:02 +00:00
|
|
|
|
|
|
|
ONLY DO THIS IF YOU KNOW WHAT YOU ARE DOING. THIS MIGHT BRICK YOUR DEVICE!
|
2013-12-24 20:05:37 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
|
|
|
|
|
2014-01-16 16:12:19 +00:00
|
|
|
Build:4.4.2-MIPS,4421
|
2014-01-16 15:20:42 +00:00
|
|
|
commit=android-sdk-4.4.2_r1
|
2013-12-24 20:05:37 +00:00
|
|
|
subdir=java
|
2014-01-16 15:20:42 +00:00
|
|
|
patch=custom_rules.xml_1.patch
|
2014-08-26 11:30:35 +00:00
|
|
|
srclibs=Inputmethodcommon@android-4.4.2_r1
|
|
|
|
extlibs=android/android-support-v4.jar
|
2014-01-16 16:12:19 +00:00
|
|
|
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-MIPS\nversion.code=4421' >> ant.properties && \
|
2014-01-16 15:20:42 +00:00
|
|
|
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-19
|
2014-04-26 10:15:00 +00:00
|
|
|
build=$$NDK$$/ndk-build -e "APP_ABI=mips" -e "APP_CFLAGS += -w" -C ../native && \
|
|
|
|
mv ../native/libs/* libs/
|
2013-12-24 20:05:37 +00:00
|
|
|
|
2014-01-16 15:20:42 +00:00
|
|
|
Build:4.4.2-x86,4422
|
|
|
|
commit=android-sdk-4.4.2_r1
|
|
|
|
subdir=java
|
|
|
|
patch=custom_rules.xml_1.patch
|
2014-08-26 11:30:35 +00:00
|
|
|
srclibs=Inputmethodcommon@android-4.4.2_r1
|
|
|
|
extlibs=android/android-support-v4.jar
|
2014-01-16 15:20:42 +00:00
|
|
|
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-x86\nversion.code=4422' >> ant.properties && \
|
|
|
|
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-19
|
2014-04-26 10:15:00 +00:00
|
|
|
build=$$NDK$$/ndk-build -e "APP_ABI=x86" -e "APP_CFLAGS += -w" -C ../native && \
|
|
|
|
mv ../native/libs/* libs/
|
2014-01-16 15:20:42 +00:00
|
|
|
|
2014-01-16 16:12:19 +00:00
|
|
|
Build:4.4.2-ARM,4423
|
2014-01-16 15:20:42 +00:00
|
|
|
commit=android-sdk-4.4.2_r1
|
|
|
|
subdir=java
|
|
|
|
patch=custom_rules.xml_1.patch
|
2014-08-26 11:30:35 +00:00
|
|
|
srclibs=Inputmethodcommon@android-4.4.2_r1
|
|
|
|
extlibs=android/android-support-v4.jar
|
2014-01-16 16:12:19 +00:00
|
|
|
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-ARM\nversion.code=4423' >> ant.properties && \
|
2014-01-16 15:20:42 +00:00
|
|
|
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-19
|
2014-04-26 10:15:00 +00:00
|
|
|
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi" -e "APP_CFLAGS += -w" -C ../native && \
|
|
|
|
mv ../native/libs/* libs/
|
2013-12-24 20:05:37 +00:00
|
|
|
|
2014-01-16 16:12:19 +00:00
|
|
|
Build:4.4.2-ARMv7,4424
|
2014-01-16 15:20:42 +00:00
|
|
|
commit=android-sdk-4.4.2_r1
|
|
|
|
subdir=java
|
|
|
|
patch=custom_rules.xml_1.patch
|
2014-08-26 11:30:35 +00:00
|
|
|
srclibs=Inputmethodcommon@android-4.4.2_r1
|
|
|
|
extlibs=android/android-support-v4.jar
|
2014-01-16 16:12:19 +00:00
|
|
|
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-ARMv7\nversion.code=4424' >> ant.properties && \
|
2014-01-16 15:20:42 +00:00
|
|
|
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-19
|
2014-04-26 10:15:00 +00:00
|
|
|
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native && \
|
|
|
|
mv ../native/libs/* libs/
|
2013-12-24 20:05:37 +00:00
|
|
|
|
2014-01-16 15:20:42 +00:00
|
|
|
Maintainer Notes:
|
2014-02-02 18:43:11 +00:00
|
|
|
Note that, like other AOSP apps, there are now special tags with 'sdk' in them;
|
2014-01-16 15:20:42 +00:00
|
|
|
not sure what the difference is.
|
2014-01-18 13:13:05 +00:00
|
|
|
|
2014-01-18 14:10:17 +00:00
|
|
|
Todo for next versions:
|
2014-02-02 18:43:11 +00:00
|
|
|
Change authority string in res/values/dictionary-pack.xml, à la
|
2014-01-18 14:10:17 +00:00
|
|
|
android:authorities="@string/authority" to allow for installation on top of other apps.
|
2014-01-18 13:13:05 +00:00
|
|
|
Split up packages based on user dictionaries.
|
2013-12-24 20:05:37 +00:00
|
|
|
.
|
|
|
|
|
2014-01-18 13:13:05 +00:00
|
|
|
Archive Policy:8 versions
|
2013-12-24 20:05:37 +00:00
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:None
|
2014-01-16 15:20:42 +00:00
|
|
|
Current Version:4.4.2
|
2014-08-26 11:30:35 +00:00
|
|
|
Current Version Code:4424
|
|
|
|
|