aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused macros in defines.h•••bug: 8550444 Change-Id: I77ae6bd607032def05044e3045aa7cc3746b0a5b Ken Wakasa2013-06-111-13/+0
* Fix: Android.mk for autocorrection_threshold_utils.•••Change-Id: I3ea0811ca7c2c1a88351ee2ba5cc13d7096865ba Keisuke Kuroynagi2013-06-111-1/+1
* Remove unused methods.•••Bug: 8550444 Change-Id: Ie627084143846407ca36df82c2a7f904a0e6f49c Keisuke Kuroynagi2013-06-1117-1662/+185
* Merge "Cache three main keyboards to improve average switch time"Jean Chalard2013-06-111-4/+32
|\
| * Cache three main keyboards to improve average switch time•••This typically improves the average loading time by about 35%, after the first time. Bug: 8689779 Change-Id: I7b0ab6b942af1d3250b9dcbf875f27f9f64692f3 Jean Chalard2013-06-111-4/+32
* | Merge "Introduce BinaryDictionaryHeader to access binary dictionary header."Keisuke Kuroynagi2013-06-1118-233/+424
|\ \
| * | Introduce BinaryDictionaryHeader to access binary dictionary header.•••BinaryDictionaryHeader abstracts header structure and access header information via only its instance. Bug: 6669677 Change-Id: Ib5ab0e8fef12265ddabc1d0165548b69953bba6a Keisuke Kuroynagi2013-06-1118-233/+424
| |/
* | am 2f387da0: (-s ours) Reconcile with jb-mr2-release jb-mr2-zeroday-release -...•••* commit '2f387da0ac1495f80ca5bc4c928e2b9c1e3fb040': Add HTC One special edition (DO NOT MERGE) The Android Open Source Project2013-06-100-0/+0
|\ \ | |/ |/|
| *-. Reconcile with jb-mr2-release jb-mr2-zeroday-release - do not merge•••Change-Id: I974082d633cb4b996ec0fb718be4f487f42bf0fc The Android Open Source Project2013-06-100-0/+0
| |\ \
| | | * 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)•••This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96 Tadashi G. Takaoka2013-06-061-2/+2
| | | |/ | | |/|
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-073-3/+3
|\ \ \ \
| * | | | Import translations. DO NOT MERGE•••Change-Id: I79a9506c568d47a7304ff55b75676fe02bfb22a1 Auto-generated-cl: translation import Baligh Uddin2013-06-053-3/+3
* | | | | Merge "Fix possible NPE"Satoshi Kataoka2013-06-071-1/+10
|\ \ \ \ \
| * | | | | Fix possible NPE•••Bug: 9314901 Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439 Satoshi Kataoka2013-06-071-1/+10
* | | | | | Don't use RichInputMethodManager in setup wizard•••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 Tadashi G. Takaoka2013-06-074-44/+69
* | | | | | Merge "Defer getting no language subtype"Tadashi G. Takaoka2013-06-071-12/+20
|\ \ \ \ \ \
| * | | | | | Defer getting no language subtype•••Bug: 9318351 Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520 Tadashi G. Takaoka2013-06-071-12/+20
* | | | | | | Merge "Fix an illegal argument exception"Jean Chalard2013-06-071-15/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix an illegal argument exception•••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 Jean Chalard2013-06-071-15/+13
* | | | | | | am 05ee43dc: (-s ours) am a009d2c9: Add HTC One special edition (DO NOT MERGE)•••* commit '05ee43dc288553d418d906e3681b25dc55a2144d': Add HTC One special edition (DO NOT MERGE) Tadashi G. Takaoka2013-06-060-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | am a009d2c9: Add HTC One special edition (DO NOT MERGE)•••* commit 'a009d2c98da9749bf6ae4d92ef5fb3d3e945530f': Add HTC One special edition (DO NOT MERGE) Tadashi G. Takaoka2013-06-061-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Add HTC One special edition (DO NOT MERGE)•••This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96 Tadashi G. Takaoka2013-06-061-2/+2
* | | | | | Merge "Add HTC One special edition"Tadashi G. Takaoka2013-06-061-1/+1
|\ \ \ \ \ \
| * | | | | | Add HTC One special edition•••Bug: 9109493 Change-Id: I6eb060a93d7afbcc5aaa2aaece242044db255829 Tadashi G. Takaoka2013-06-061-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | 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.•••Silly me >.> Bug: 9306154 Change-Id: Ic00e9d6a31cd1d7aacefe68b7be9c2199e297b0d Jean Chalard2013-06-061-4/+7
* | | | | | | Merge "Fix a possible NPE"Satoshi Kataoka2013-06-061-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Fix a possible NPE•••Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1 Satoshi Kataoka2013-06-061-0/+8
* | | | | | Move Base64Reader to utils package•••Change-Id: Id46898c5cae268f05850d79938929b7707f27320 Tadashi G. Takaoka2013-06-052-0/+342
|/ / / / /
* | | | | Merge "Remove unnecessary Drawable.setState"Tadashi G. Takaoka2013-06-051-4/+1
|\ \ \ \ \
| * | | | | Remove unnecessary Drawable.setState•••Change-Id: I362933ea4d5bcb1ccfebb5b22f6ccecf12337f4b Tadashi G. Takaoka2013-06-051-4/+1
| |/ / / /
* | | | | Merge "Add CsvUtils that conform to RFC 4180"Tadashi G. Takaoka2013-06-052-0/+743
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CsvUtils that conform to RFC 4180•••Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92 Tadashi G. Takaoka2013-06-052-0/+743
* | | | | Merge "Add CODE_CAPSLOCK for long press shift key"Tadashi G. Takaoka2013-06-0515-143/+99
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CODE_CAPSLOCK for long press shift key•••This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad Tadashi G. Takaoka2013-06-0415-143/+99
* | | | | Cleanups in JNI related code•••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 Ken Wakasa2013-06-046-101/+70
* | | | | Clean up macro variables•••Change-Id: I0d9983c1a766b97182953328fa45f488e110bc01 Ken Wakasa2013-06-044-34/+58
* | | | | Merge "Avoid an NPE"Kurt Partridge2013-06-041-10/+10
|\ \ \ \ \
| * | | | | Avoid an NPE•••Change-Id: I174eb8e92820fe6e7f8d3b89afae12d94063ef5d Kurt Partridge2013-06-031-10/+10
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-031-0/+27
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGE•••Change-Id: I718dc281137ceca3015d7355238f91e16f4b9cbc Auto-generated-cl: translation import Baligh Uddin2013-06-031-0/+27
| |/ / / / /
* | | | | | am 0532b398: (-s ours) Reconcile with jb-mr2-release - do not merge•••* commit '0532b398ad3f817f9756bd671ebd2018d1a96291': The Android Open Source Project2013-06-030-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Reconcile with jb-mr2-release - do not merge•••Change-Id: I8e30c075ddfaf3712aacd89a2a90c30ea245193a The Android Open Source Project2013-06-030-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 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 long•••Bug: 9059710 Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c Tadashi G. Takaoka2013-06-031-1/+18
* | | | | | | Merge "Fix revert of committed words"Kurt Partridge2013-06-031-13/+33
|\ \ \ \ \ \ \
| * | | | | | | Fix revert of committed words•••Now that separators are put into their own LogUnits, they must be handled when going through a revert. Bug: 9088919 Change-Id: Ibebd0752bb2fa38d74ac96001d63070dd419cee3 Kurt Partridge2013-06-021-13/+33