History log of /packages/inputmethods/PinyinIME/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
89b07ea50cdb0bd9079590edc55013b5ff0efacd 01-Apr-2012 Hongyu Zhang <hongyu.zhang@intel.com> PinyinIME crashed in userdebug version

The root cause of this issue is nativeImOpenDecoder method
is optimized by JAVA compiler in userdebug version. And JVM could
not find this symbol in the virtual table of PinyinDecoderService
class, and this will cause JNI library load fail.
Solution is avoid this optimization.

Change-Id: I095860c407877ca3b9184cc82fa5c0c0d71302c0
Author: Hongyu Zhang <hongyu.zhang@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 22639
/packages/inputmethods/PinyinIME/Android.mk
5b566bc005d14fc083751c9079605a99779dcab2 04-May-2012 Jean-Baptiste Queru <jbq@google.com> Merge "provent nativeImOpenDecoder from being removed by proguard"
7ae6a22c025e3e4588faefe73824bf75e10c3e02 21-Feb-2012 Shixin Zeng <zeng.shixin@gmail.com> provent nativeImOpenDecoder from being removed by proguard

Because it's not been used anywhere, it could be removed by proguard,
and that causes the libjni_pinyinime.so fail to be loaded.
/packages/inputmethods/PinyinIME/Android.mk
f7176a26c1b56b7f562cc621b8187664a093d293 09-Feb-2012 Mark D Horn <mark.d.horn@intel.com> PinyinIME: Add required library for package

Previous commit 9b32b99cbe494373b3d4ecd8976c9a4e385d745b
changed library libjni_pinyinime.so to be optional.
This change adds the library as a requirement for PinyinIME
package.

Change-Id: Ie308cc6492eed97d1780f13bc38918c138ec7572
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
/packages/inputmethods/PinyinIME/Android.mk
035056c6320b8bb8f8d06cf75730353922ec8e81 05-Jan-2010 Jean-Baptiste Queru <jbq@google.com> explicit set an "optional" tag
/packages/inputmethods/PinyinIME/Android.mk
4248fb0083e2e0f2f9b379ea5ce898036b900218 30-Mar-2009 The Android Open Source Project <initial-contribution@android.com> reconcile w/p4
/packages/inputmethods/PinyinIME/Android.mk
7898d76cc005bbe1c5893a9f57439561e0771cc8 26-Mar-2009 The Android Open Source Project <initial-contribution@android.com> import from //branches/cupcake/...@142529
/packages/inputmethods/PinyinIME/Android.mk