aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-111-0/+241
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-101-0/+241
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I211045009e5013d31e4f97ce41c96159d5c5a601 Auto-generated-cl: translation import
* | | | | Remove unused macros in defines.hKen Wakasa2013-06-111-13/+0
| |/ / / |/| | | | | | | | | | | | | | | bug: 8550444 Change-Id: I77ae6bd607032def05044e3045aa7cc3746b0a5b
* | | | Fix: Android.mk for autocorrection_threshold_utils.Keisuke Kuroynagi2013-06-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3ea0811ca7c2c1a88351ee2ba5cc13d7096865ba
* | | | Remove unused methods.Keisuke Kuroynagi2013-06-1117-1662/+185
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 8550444 Change-Id: Ie627084143846407ca36df82c2a7f904a0e6f49c
* | | | Merge "Cache three main keyboards to improve average switch time"Jean Chalard2013-06-111-4/+32
|\ \ \ \
| * | | | Cache three main keyboards to improve average switch timeJean Chalard2013-06-111-4/+32
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This typically improves the average loading time by about 35%, after the first time. Bug: 8689779 Change-Id: I7b0ab6b942af1d3250b9dcbf875f27f9f64692f3
* | | | Merge "Introduce BinaryDictionaryHeader to access binary dictionary header."Keisuke Kuroynagi2013-06-1118-233/+424
|\ \ \ \
| * | | | Introduce BinaryDictionaryHeader to access binary dictionary header.Keisuke Kuroynagi2013-06-1118-233/+424
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | BinaryDictionaryHeader abstracts header structure and access header information via only its instance. Bug: 6669677 Change-Id: Ib5ab0e8fef12265ddabc1d0165548b69953bba6a
* | | | am 2f387da0: (-s ours) Reconcile with jb-mr2-release jb-mr2-zeroday-release ↵The Android Open Source Project2013-06-100-0/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | - do not merge * commit '2f387da0ac1495f80ca5bc4c928e2b9c1e3fb040': Add HTC One special edition (DO NOT MERGE)
| | |
| | \
| *-. \ Reconcile with jb-mr2-release jb-mr2-zeroday-release - do not mergeThe Android Open Source Project2013-06-100-0/+0
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I974082d633cb4b996ec0fb718be4f487f42bf0fc
| | | * \ merge in jb-mr2-zeroday-release history after reset to jb-mr2-devThe Android Automerger2013-06-090-0/+0
| | | |\ \
| | * | | | Add HTC One special edition (DO NOT MERGE)Tadashi G. Takaoka2013-06-061-2/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-073-3/+3
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I79a9506c568d47a7304ff55b75676fe02bfb22a1 Auto-generated-cl: translation import
* | | | | | Merge "Fix possible NPE"Satoshi Kataoka2013-06-071-1/+10
|\ \ \ \ \ \
| * | | | | | Fix possible NPESatoshi Kataoka2013-06-071-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9314901 Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439
* | | | | | | Don't use RichInputMethodManager in setup wizardTadashi G. Takaoka2013-06-074-44/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In setup wizard, InputMethodManager may not be able to be aware that this IME is installed, especially just after the IME is installed via GooglePlay app and hit the open button on the app to launch the setup wizard. Bug: 9299618 Change-Id: I00c8544178b41074253d49ae9481996ec56593d2
* | | | | | | Merge "Defer getting no language subtype"Tadashi G. Takaoka2013-06-071-12/+20
|\ \ \ \ \ \ \
| * | | | | | | Defer getting no language subtypeTadashi G. Takaoka2013-06-071-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9318351 Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520
* | | | | | | | Merge "Fix an illegal argument exception"Jean Chalard2013-06-071-15/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix an illegal argument exceptionJean Chalard2013-06-071-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bit of a shot in the dark, as I really don't see how this can happen, but this should fix it in the correct way no matter how it's actually happening. Bug: 9301836 Change-Id: I472865b7a78883942c9fd46773238c23788674f8
* | | | | | | | am 05ee43dc: (-s ours) am a009d2c9: Add HTC One special edition (DO NOT MERGE)Tadashi G. Takaoka2013-06-060-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | * commit '05ee43dc288553d418d906e3681b25dc55a2144d': Add HTC One special edition (DO NOT MERGE)
| * | | | | | am a009d2c9: Add HTC One special edition (DO NOT MERGE)Tadashi G. Takaoka2013-06-061-2/+2
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | * commit 'a009d2c98da9749bf6ae4d92ef5fb3d3e945530f': Add HTC One special edition (DO NOT MERGE)
| | * | | | | Add HTC One special edition (DO NOT MERGE)Tadashi G. Takaoka2013-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96
* | | | | | | Merge "Add HTC One special edition"Tadashi G. Takaoka2013-06-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add HTC One special editionTadashi G. Takaoka2013-06-061-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9109493 Change-Id: I6eb060a93d7afbcc5aaa2aaece242044db255829
* | | | | | | Merge "Use an iterator to remove stuff from an ArrayList."Jean Chalard2013-06-061-4/+7
|\ \ \ \ \ \ \
| * | | | | | | Use an iterator to remove stuff from an ArrayList.Jean Chalard2013-06-061-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silly me >.> Bug: 9306154 Change-Id: Ic00e9d6a31cd1d7aacefe68b7be9c2199e297b0d
* | | | | | | | Merge "Fix a possible NPE"Satoshi Kataoka2013-06-061-0/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix a possible NPESatoshi Kataoka2013-06-061-0/+8
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1
* / | | | | Move Base64Reader to utils packageTadashi G. Takaoka2013-06-052-0/+342
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Id46898c5cae268f05850d79938929b7707f27320
* | | | | Merge "Remove unnecessary Drawable.setState"Tadashi G. Takaoka2013-06-051-4/+1
|\ \ \ \ \
| * | | | | Remove unnecessary Drawable.setStateTadashi G. Takaoka2013-06-051-4/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I362933ea4d5bcb1ccfebb5b22f6ccecf12337f4b
* | | | | Merge "Add CsvUtils that conform to RFC 4180"Tadashi G. Takaoka2013-06-052-0/+743
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CsvUtils that conform to RFC 4180Tadashi G. Takaoka2013-06-052-0/+743
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92
* | | | | Merge "Add CODE_CAPSLOCK for long press shift key"Tadashi G. Takaoka2013-06-0515-143/+99
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka2013-06-0415-143/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad
* | | | | Cleanups in JNI related codeKen Wakasa2013-06-046-101/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the malloc version in binary dictionary support -- this has not really been tested well so far, and the mmap version has been working pretty well after all. Several cosmetic fixes etc. Change-Id: Iad0da58b300b769fb5946a3e73fc96f56215980e
* | | | | Clean up macro variablesKen Wakasa2013-06-044-34/+58
| | | | | | | | | | | | | | | | | | | | Change-Id: I0d9983c1a766b97182953328fa45f488e110bc01
* | | | | Merge "Avoid an NPE"Kurt Partridge2013-06-041-10/+10
|\ \ \ \ \
| * | | | | Avoid an NPEKurt Partridge2013-06-031-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I174eb8e92820fe6e7f8d3b89afae12d94063ef5d
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-031-0/+27
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-031-0/+27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I718dc281137ceca3015d7355238f91e16f4b9cbc Auto-generated-cl: translation import
* | | | | | am 0532b398: (-s ours) Reconcile with jb-mr2-release - do not mergeThe Android Open Source Project2013-06-030-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | * commit '0532b398ad3f817f9756bd671ebd2018d1a96291':
| * | | | Reconcile with jb-mr2-release - do not mergeThe Android Open Source Project2013-06-030-0/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | Change-Id: I8e30c075ddfaf3712aacd89a2a90c30ea245193a
| | * | | merge in jb-mr2-release history after reset to jb-mr2-devThe Android Automerger2013-06-020-0/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | merge in jb-mr2-release history after reset to jb-mr2-devThe Android Automerger2013-05-300-0/+0
| | | |\ \
* | | | \ \ Merge "Expand suggestion strip when center suggestion is long"Tadashi G. Takaoka2013-06-031-1/+18
|\ \ \ \ \ \
| * | | | | | Expand suggestion strip when center suggestion is longTadashi G. Takaoka2013-06-031-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9059710 Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c