aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Update Hindi Compact keyboard layout" into lmp-devTadashi G. Takaoka2014-07-195-10/+20
|\ \
| * | Update Hindi Compact keyboard layoutTadashi G. Takaoka2014-07-195-10/+20
| | | | | | | | | | | | | | | Bug: 13779052 Change-Id: I350e5521b41d2a0b1cc17b6d4a48e6a816db916c
* | | Remove unused Key.keyLabelFlags' valuesTadashi G. Takaoka2014-07-1911-96/+4
|/ / | | | | | | Change-Id: Iae3cd6674448f258ee0a4bf2966bf3c347876b4f
* | Merge "Enable StringUtils to split CharSequence like String#split" into lmp-devYohei Yukawa2014-07-172-0/+222
|\ \ | |/ |/|
| * Enable StringUtils to split CharSequence like String#splitYohei Yukawa2014-07-192-0/+222
| | | | | | | | | | | | | | | | | | | | | | | | This is a groundwork for enabling LocaleSpan. To enable LocaleSpan everywhere, we need to switch to CharSequence from String so that Span infromation can be preserved end-to-end. To achieve this, we need to have CharSequence version of String#split. BUG: 16029304 Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
* | Use Theme.DeviceDefault themeTadashi G. Takaoka2014-07-183-10/+10
|/ | | | | | | | | | | For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
* Clean up under the util package.Ken Wakasa2014-07-185-1090/+0
| | | | | | | - Move util classes that are unused in AOSP - Remove unused methods Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
* Add a compatibility library for newly added methods in LYohei Yukawa2014-07-181-0/+70
| | | | | | | | | This CL adds an compatibility library for InputConnection#requestCursorAnchorInfo method that is supposed to be available in L and later. BUG: 16382260 Change-Id: I68be0c56b9fd929546e8706ccece938ae4f33339
* Fix dicttool buildTadashi G. Takaoka2014-07-161-1/+1
| | | | | | | This is a followup CL of Ic0268fd128. Bug: 15318007 Change-Id: I3cd78d6db4030c558b9277ceaaf8ea76b9acdc66
* Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-165-11/+11
| | | | Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
* Merge "Rename LatinImeLogger to DebugFlags" into lmp-devTadashi G. Takaoka2014-07-1619-40/+53
|\
| * Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-1619-40/+53
| | | | | | | | | | Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
* | Merge "Use SwitchPreference for spell checker setting" into lmp-devTadashi G. Takaoka2014-07-162-13/+7
|\ \ | |/ |/|
| * Use SwitchPreference for spell checker settingTadashi G. Takaoka2014-07-162-13/+7
| | | | | | | | | | | | | | This is a follow up of I1f7214c689. Bug: 15781377 Change-Id: I7289b8b724e086da80ab3849cc567560c1a8502d
* | Update Material theme colorsTadashi G. Takaoka2014-07-163-19/+25
| | | | | | | | | | | | Bug: 15782668 Bug: 15436349 Change-Id: Idbf98933e60531dbddb9450c6dbe7c4e2492cbd5
* | Merge "Mark Theme name text as translatable="false"" into lmp-devTadashi G. Takaoka2014-07-161-8/+8
|\ \ | |/ |/|
| * Mark Theme name text as translatable="false"Tadashi G. Takaoka2014-07-151-8/+8
| | | | | | | | | | Bug: 16226064 Change-Id: Ice28fc20680889a4053c5d20c88dd744a0f7297e
* | Add -mstackrealign to avoid crashes with SSE instructions on pre-K x86 devices.Ken Wakasa2014-07-151-0/+6
|/ | | | | bug: 16213554 Change-Id: Icd67ed4fd57fcc5f5bf8039b7892d0d446210247
* Track crashing during migration to avoid crash loop. DO NOT MERGE.Keisuke Kuroyanagi2014-07-141-11/+29
| | | | | | | Bug: 16213554 Bug: 16235703 Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab (cherry picked from commit 1d6024d2f8051271e3c9abc1285d989114f5f1d7)
* Use SwitchPreference on API versions newer than KitKatTadashi G. Takaoka2014-07-133-4/+87
| | | | | Bug: 15781377 Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
* Fix wrong shift key icon in Material Light themeTadashi G. Takaoka2014-07-121-1/+1
| | | | | Bug: 16208129 Change-Id: I34ba531bcdd9b18b3b84c78cf0cd9cae439ecd5d
* Merge "Remove isUpdatable from constructors of dict contents."Keisuke Kuroyanagi2014-07-108-22/+19
|\
| * Remove isUpdatable from constructors of dict contents.Keisuke Kuroyanagi2014-07-118-22/+19
| | | | | | | | Change-Id: I2d54f477d9b341e944e265786a734f23d152bb81
* | Merge "Concatenate dict buffers other than header to a single file."Keisuke Kuroyanagi2014-07-1017-167/+234
|\|
| * Concatenate dict buffers other than header to a single file.Keisuke Kuroyanagi2014-07-1117-167/+234
| | | | | | | | | | Bug: 13664080 Change-Id: I34c9d8046b339c9b855be378a5fad907382d1359
* | Merge "Update Material theme colors"Tadashi G. Takaoka2014-07-104-20/+24
|\ \
| * | Update Material theme colorsTadashi G. Takaoka2014-07-114-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | This CL also fixes a bug of pressed state color of suggestions strip in Material Light theme. Bug: 16208167 Change-Id: I4315893bd129f65f34c863b003c8b2cfab4d2d84
* | | Increase CHAR LIMIT of settings titleTadashi G. Takaoka2014-07-111-6/+6
|/ / | | | | | | | | Bug: 16080988 Change-Id: I8638a26370bbe2abf5dfcd9f40200b57264f5c0b
* | Merge "Update Material icons and key pressed state background"Tadashi G. Takaoka2014-07-09290-24/+472
|\ \ | |/ |/|
| * Update Material icons and key pressed state backgroundTadashi G. Takaoka2014-07-10290-24/+472
| | | | | | | | | | | | | | Bug: 16143083 Bug: 15678940 Bug: 15680164 Change-Id: I9f2527a8a536aab05d961e619e3940603024385c
* | Merge "Remove SuggestionsGatherer."Keisuke Kuroyanagi2014-07-093-98/+67
|\ \
| * | Remove SuggestionsGatherer.Keisuke Kuroyanagi2014-07-103-98/+67
| | | | | | | | | | | | | | | | | | Bug: 13689011 Bug: 13630847 Change-Id: I9930d5ce9cbe16489dc69f68b9590d72afe463b5
* | | Merge "Quit sorting suggestions in AndroidSpellCheckerService."Keisuke Kuroyanagi2014-07-092-55/+19
|\| | | |/ |/|
| * Quit sorting suggestions in AndroidSpellCheckerService.Keisuke Kuroyanagi2014-07-102-55/+19
| | | | | | | | | | | | | | | | Suggestions have been sorted in SuggestionResults. Bug: 13689011 Change-Id: Iec21e97119ceb7c71673d5b15bb1f06040b59fef
* | Merge "Add some virama combinations and tall-a for Myanmar"Tadashi G. Takaoka2014-07-094-40/+123
|\ \
| * | Add some virama combinations and tall-a for MyanmarTadashi G. Takaoka2014-07-094-40/+123
| | | | | | | | | | | | | | | Bug: 7963632 Change-Id: I478ecdc3b7409ccd8dc729da28ad4816a2eda75e
* | | Merge "Make spell checker use dictionary facilitator."Keisuke Kuroyanagi2014-07-096-537/+236
|\ \ \ | | |/ | |/|
| * | Make spell checker use dictionary facilitator.Keisuke Kuroyanagi2014-07-106-537/+236
| | | | | | | | | | | | | | | Bug: 13630847 Change-Id: I07d17ccf5ce0755f63a0b8d236d77600baaf62b6
* | | Add Material Light themeTadashi G. Takaoka2014-07-10120-27/+388
| | | | | | | | | | | | | | | Bug: 15782668 Change-Id: Id2ae47cfb2065d73f13701b9c6a041129dfd08ae
* | | Merge "Update Material Dark theme"Tadashi G. Takaoka2014-07-0988-23/+44
|\ \ \
| * | | Update Material Dark themeTadashi G. Takaoka2014-07-0988-23/+44
| | |/ | |/| | | | | | | | | | Bug: 15782668 Change-Id: If3f2439fe9dcd2c05514e73861777337b42273c4
* / | Simplify the wrapper for TextInfo#getCharSequenceYohei Yukawa2014-07-092-4/+12
|/ / | | | | | | | | | | | | | | | | This CL simplifies the wrapper method for TextInfo#getCharSequence() because in the almost all cases we want to use the result of TextInfo#getText() as the default value. BUG: 16029304 Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
* | Merge "Fix test failur on pre-L devices"Yohei Yukawa2014-07-021-1/+2
|\ \
| * | Fix test failur on pre-L devicesYohei Yukawa2014-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | This is a follow up CL for Iafbf2877db393dbd040295c21d. BUG: 16029304 Change-Id: I0bfdcf901adb3178e6b9201d598ce9f588dcd253
* | | Fix alphabet label of Kannada and TeluguTadashi G. Takaoka2014-07-095-24/+24
|/ / | | | | | | | | | | Bug: 10029252 Bug: 10028759 Change-Id: Iea9cc1b7cafa97280503b0236b005cea57ba2c3d
* | Merge "Fix: wrong bigram entry pos can be used during GC."Keisuke Kuroyanagi2014-07-022-2/+2
|\ \
| * | Fix: wrong bigram entry pos can be used during GC.Keisuke Kuroyanagi2014-07-092-2/+2
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I4e7c977c5ef184953682175b118de5473cdb64a6
* | | Add Telugu keyboardTadashi G. Takaoka2014-07-0915-86/+774
| | | | | | | | | | | | | | | Bug: 10028759 Change-Id: Id1bf030a9928124ead695aa7bf76db48ca58de4b
* | | Add Kannada keyboardTadashi G. Takaoka2014-07-0915-76/+783
|/ / | | | | | | | | Bug: 10029252 Change-Id: Ia03ff886f9e62a2fe228fe59b504b033eead7631
* | Merge "Add Malayalam keyboard"Tadashi G. Takaoka2014-07-0213-71/+766
|\ \