summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-14Merge "Silence some warnings."HEADmastermainl-previewElliott Hughes
2014-05-13Silence some warnings.Elliott Hughes
Change-Id: I21793d59a975e1399a079cb5dbac656a6555f250
2014-05-14Merge "Using uint32 instead of size_t to parse the Pinyin dictionary"Elliott Hughes
2014-05-07Merge "Remove unused LOCAL_LDLIBS."Ying Wang
2014-05-07Remove unused LOCAL_LDLIBS.Ying Wang
Change-Id: I784efe5031686ab42072add520d714def0097819
2014-04-30Using uint32 instead of size_t to parse the Pinyin dictionaryjli119X
Because size_t is 8 bytes, So we should use uint32 which is 4 bytes to parse the Google Pinyin dictionary. Change-Id: I270e8d7fdee5667791a11e36f5de64687d4d0e99 Signed-off-by: jli119X <jianpingx.li@intel.com>
2014-04-18Merge "Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled ↵idea133-weekly-releaseYing Wang
build."
2014-04-18Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.Ying Wang
Change-Id: Icbc35630c338ab769209d0de013cad85acb7712e
2013-04-08Fix build.android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devjb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devidea133Ying Wang
Change-Id: I84d5addf805e5c917dca70ee41a62016fad08411
2012-08-31Merge "PinyinIME crashed in userdebug version"android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1tools_r22tools_r21jb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devJean-Baptiste Queru
2012-08-31PinyinIME crashed in userdebug versionHongyu Zhang
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
2012-05-04am 5b566bc0: Merge "provent nativeImOpenDecoder from being removed by proguard"Jean-Baptiste Queru
* commit '5b566bc005d14fc083751c9079605a99779dcab2': provent nativeImOpenDecoder from being removed by proguard
2012-05-03Merge "provent nativeImOpenDecoder from being removed by proguard"android-sdk-adt_r20tools_r20ics-plus-aospJean-Baptiste Queru
2012-04-13Get Vibrator from Context instead of using private API.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releasejb-devJeff Brown
Bug: 6334179 Change-Id: I55ee28578ba8ac22168c3578e4888b2235442884
2012-02-21provent nativeImOpenDecoder from being removed by proguardShixin Zeng
Because it's not been used anywhere, it could be removed by proguard, and that causes the libjni_pinyinime.so fail to be loaded.
2012-02-13am ba0aef21: am e5520ea8: Merge "PinyinIME: Add required library for package"Jean-Baptiste Queru
* commit 'ba0aef21536c993760b884f188f6e801711ebb5a': PinyinIME: Add required library for package
2012-02-13am e5520ea8: Merge "PinyinIME: Add required library for package"Jean-Baptiste Queru
* commit 'e5520ea84671e907799217315ee3b47130d6e2ce': PinyinIME: Add required library for package
2012-02-13Merge "PinyinIME: Add required library for package"Jean-Baptiste Queru
2012-02-08PinyinIME: Add required library for packageMark D Horn
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>
2012-02-01am 62aa866e: am 6bfcffce: Reconcile with ics-mr1-releaseThe Android Open Source Project
* commit '62aa866e61551580a6521924a2b9178ba18fdd35':
2012-02-01am 6bfcffce: Reconcile with ics-mr1-releaseThe Android Open Source Project
* commit '6bfcffce4417ac01d7ba1bbc6dc98c85bca2dc8a':
2012-02-01Reconcile with ics-mr1-releaseThe Android Open Source Project
Change-Id: I668e6055214b59ffb8549d670c40c8cc4a1a9be1
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4d6a48db8ddecb00e0a1daf03a6684c42aac42a0
2011-12-09am bada4ddc: Reconcile with ics-mr1-releaseThe Android Open Source Project
* commit 'bada4ddcea0fcba968a1ff31e42342d8a8cceb0a':
2011-12-08Reconcile with ics-mr1-releaseThe Android Open Source Project
Change-Id: I86fca75cb9890224a58cb2385514cc3b83373883
2011-10-31Reconcile with ics-mr1-releaseThe Android Open Source Project
Change-Id: I1382f03a3a050b4a3dc173f63b8dea2be58b10a5
2011-09-02Adding LOCAL_MODULE_TAGS := optional to PinyinIMEandroid-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1ics-mr1-releaseJustin Ho
Change-Id: Ice5dfba97d2f1ccba759b9cf3ba1d3a4451964af
2011-09-02Adding LOCAL_MODULE_TAGS := optional to PinyinIMEandroid-sdk-adt_r16.0.1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseJustin Ho
Change-Id: Ice5dfba97d2f1ccba759b9cf3ba1d3a4451964af
2010-12-03No longer use this private API.Dianne Hackborn
Change-Id: I9b748f1ddfddb8d0a27b26fc72dfc1756c1438b0
2010-11-02Merge "Fix showing wrong punctuation key as comma key"android-sdk-tools_r12android-sdk-adt_r12tools_r9tools_r8froyo-plus-aospAmith Yamasani
2010-08-23Remove Pinyin from acore.android-sdk-tools_r7android-adt-0.9.9android-adt-0.9.8tools_r7Jean-Baptiste Queru
That way, it doesn't appear to have dozen of very scary permissions. Explicitly add the permissions it actually needs. Change-Id: If845e4ddccf9a8c4c9a648cadd3b0d7235eb79e4
2010-08-10Fix showing wrong punctuation key as comma keyRobert CH Chou
It's showing comma key when clicking punctuation key. Correct the output label at skb_phone.xml Change-Id: Idb5aec74b934092c1c717a17dee52eb617809f09
2010-05-05am 4ee507f2: For issue #2651381, allow library prelinking.android-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-cts-2.3_r2android-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10android-cts-2.3_r1android-2.3_r1android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1android-2.3.2_r1android-2.3.1_r1gingerbread-releasegingerbread-mr4-releasegingerbreadDan Bornstein
Merge commit '4ee507f260bb4cfa02c59bc2d0d39b1724947ff9' into froyo-plus-aosp * commit '4ee507f260bb4cfa02c59bc2d0d39b1724947ff9': For issue #2651381, allow library prelinking.
2010-05-05For issue #2651381, allow library prelinking.android-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1froyo-releasefroyoDan Bornstein
Change-Id: I37ed64d0dd79d8abec89262f83c5dc06343bd65e
2010-04-05Add missing NOTICE and tag fileJean-Baptiste Queru
Bug: 2548782 Change-Id: I97a49587a0dfd41890d03465ea376a5d81744356
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: I80809bf3cb90c7fecf1ff0f1612f43fba78d4c8b
2010-02-12Add an original-package tag that matches the real package name.Jeff Hamilton
Change-Id: Ic1a0b7eb8ac2cdda51c45c828c280f808a52246a
2010-02-05am 7643a1fc: am bff01c69: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit '7643a1fcce0798ff46f485759f4527e5c8067ba7' * commit '7643a1fcce0798ff46f485759f4527e5c8067ba7': android-2.1_r1 snapshot
2010-02-05am bff01c69: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit 'bff01c69cb84d9bf444edfb181b32b0240893aac' into eclair-plus-aosp * commit 'bff01c69cb84d9bf444edfb181b32b0240893aac': android-2.1_r1 snapshot
2010-02-05reconcile main tree with open-source eclairandroid-sdk-tools_r5android-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2eclairThe Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
Bug: #2361749.
2010-01-05explicit set an "optional" tagJean-Baptiste Queru
2009-11-15merge from open-source masterJean-Baptiste Queru
2009-11-15merge from open-source masterJean-Baptiste Queru
Merge commit 'goog/stage-korg-master' into HEAD
2009-11-15merge from eclairJean-Baptiste Queru
2009-11-12eclair snapshotJean-Baptiste Queru
2009-09-29Fix issue 2141503: Keyclick sound doesn't honor volume settings.android-sdk-tools_r4android-sdk-tools_r3android-sdk-2.1_r1android-sdk-2.0_r1android-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0_r1android-2.0.1_r1eclair-sholes-release2eclair-sholes-releaseeclair-releaseeclair-passion-releaseEric Laurent
Align sound effect volume on music volume.
2009-08-06merge from open-source masterdonut-plus-aospJean-Baptiste Queru