aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Low memory mode in UserHistory"Satoshi Kataoka2013-09-241-7/+24
|\
| * Low memory mode in UserHistorySatoshi Kataoka2013-09-241-7/+24
| | | | | | | | | | Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133
* | Merge "Tweak for armenian periods and commas."Jean Chalard2013-09-243-3/+38
|\ \
| * | Tweak for armenian periods and commas.Jean Chalard2013-09-243-3/+38
| | | | | | | | | | | | | | | Bug: 7963631 Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2
* | | Merge "Add a utility of isLowRamDevice"Satoshi Kataoka2013-09-241-0/+46
|\ \ \ | | |/ | |/|
| * | Add a utility of isLowRamDeviceSatoshi Kataoka2013-09-241-0/+46
| |/ | | | | | | | | | | Bug: 8967766 Change-Id: Id7132d1155bb3489bdab72d613289335945808e8
* | Merge "More tweaks for Armenian layouts"Ken Wakasa2013-09-242-3/+21
|\ \
| * | More tweaks for Armenian layoutsKen Wakasa2013-09-242-3/+21
| |/ | | | | | | | | | | | | Add Armenian question mark and exclamation mark as more keys in the symbols layout. bug: 7963631 Change-Id: Ic4f306248c10f5439531cd468b78ba467cd1de6a
* | Merge "Allow large memory space for GC."Keisuke Kuroyanagi2013-09-246-17/+79
|\ \
| * | Allow large memory space for GC.Keisuke Kuroyanagi2013-09-246-17/+79
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d
* | | Copy only the spans we are interested in.Jean Chalard2013-09-243-2/+129
| |/ |/| | | | | | | | | | | | | | | The PARAGRAPH type of span is dangerous, as concatenating CharSequences that contain it may crash. We also don't use other spans than SuggestionSpans, so we don't copy them. Bug: 10622489 Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57
* | Merge "Implement delete key repeater"Satoshi Kataoka2013-09-243-4/+104
|\ \
| * | Implement delete key repeaterSatoshi Kataoka2013-09-243-4/+104
| |/ | | | | | | | | Bug: 10810844 Change-Id: Idbfe2196e8f0f8cf6dd1b77574eefb395c12807a
* | Merge "Tweaks for Armenian layouts"Ken Wakasa2013-09-245-10/+44
|\ \ | |/ |/|
| * Tweaks for Armenian layoutsKen Wakasa2013-09-245-10/+44
| | | | | | | | | | | | | | | | | | Added a dedicated key for the Armenian full stop Added Armenian punctuation letters bug: 7963631 Change-Id: Id28e224329b083a2465256f2713477b4f0782393
* | GC step 5. Add large tests and fix bugs.Keisuke Kuroyanagi2013-09-2411-58/+303
|/ | | | | Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351
* Merge "GC step 4. Update all positions in new dict and add a test."Keisuke Kuroyanagi2013-09-2411-45/+278
|\
| * GC step 4. Update all positions in new dict and add a test.Keisuke Kuroyanagi2013-09-2411-45/+278
| | | | | | | | | | Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225
* | Merge "Turn off alpha of key popup preview"Satoshi Kataoka2013-09-241-2/+0
|\ \
| * | Turn off alpha of key popup previewSatoshi Kataoka2013-09-241-2/+0
| | | | | | | | | | | | | | | Bug: 10786040 Change-Id: I0a636e5f28f177c4d72f9af0312726711f78dd2d
* | | Merge "Update assets: selected popup key background"Satoshi Kataoka2013-09-244-0/+0
|\| |
| * | Update assets: selected popup key backgroundSatoshi Kataoka2013-09-244-0/+0
| | | | | | | | | | | | | | | | | | Bug: 10786040 Change-Id: I6d0514517ceb7a3ee44935026498992835209039
* | | Merge "Detect cases where rotation messes with initialization"Jean Chalard2013-09-243-17/+129
|\ \ \
| * | | Detect cases where rotation messes with initializationJean Chalard2013-09-203-17/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and do a best effort to fix it. Bug: 10323080 Bug: 10252066 Change-Id: Icb3c9fe85005406bdfce0b7bb143ba0a910a0ddb
* | | | Merge "Fix runReadUnigramsAndBigramsTests."Satoshi Kataoka2013-09-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix runReadUnigramsAndBigramsTests.Yuichiro Hanada2013-09-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: Idd9176c9943dfacac5a06957f1a07187b642b207
* | | | Merge "Keypress vibration default value for Xperia Z Ultra"Ken Wakasa2013-09-241-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Keypress vibration default value for Xperia Z UltraKen Wakasa2013-09-231-2/+2
| | |/ | |/| | | | | | | | | | bug: 10832066 Change-Id: I9ed107f192d65e792529699b30bb88de73a5788a
* | | Merge "Khmer currecy sign should have been non-bold"Ken Wakasa2013-09-231-1/+2
|\ \ \ | |/ / |/| |
| * | Khmer currecy sign should have been non-boldKen Wakasa2013-09-211-1/+2
| | | | | | | | | | | | | | | bug: 6910993 Change-Id: Ifdef60a830d23ca4824f023188fa1b46051994b3
* | | GC step 3. Place and write valid PtNodes.Keisuke Kuroyanagi2013-09-206-15/+199
|/ / | | | | | | | | | | Bug: 6669677 Change-Id: Id2b7359bafb34acf12dc3bf4c595a03073fda805
* | Merge "Address an issue in Khmer layout"Ken Wakasa2013-09-201-2/+2
|\ \
| * | Address an issue in Khmer layoutKen Wakasa2013-09-201-2/+2
| | | | | | | | | | | | | | | bug: 6910993 Change-Id: I2135ad2f5b1e4fd61e91226761ab3b781ea7a0f1
* | | Merge "GC step 2. Finding garbage bigram entries."Keisuke Kuroyanagi2013-09-2019-262/+382
|\ \ \
| * | | GC step 2. Finding garbage bigram entries.Keisuke Kuroyanagi2013-09-2019-262/+382
| | |/ | |/| | | | | | | | | | Bug: 6669677 Change-Id: Ie3f406776ab56bf589ac10e15e2534ff8cb1f275
* | | Merge "Catch SQLiteException from remote processes"Jean Chalard2013-09-202-12/+29
|\ \ \ | |_|/ |/| |
| * | Catch SQLiteException from remote processesJean Chalard2013-09-202-12/+29
| |/ | | | | | | | | | | | | | | ...to avoid catching fire when the Contacts or User dictionary providers crash and burn. Bug: 10200036 Change-Id: I73e9d126ce6d34ebc7e6ac03d94af1c12dde7eda
* / Fix a bug that happens upon a race conditionJean Chalard2013-09-202-0/+5
|/ | | | | Bug: 10848621 Change-Id: If5ff7f001e69af005a5ff9ab3e9f630b88a0a858
* Merge "Update resources: Colors"Satoshi Kataoka2013-09-202-8/+13
|\
| * Update resources: ColorsSatoshi Kataoka2013-09-202-8/+13
| | | | | | | | | | | | bug: 10786040 Change-Id: Idee67e73096e1e31126dbf24e9608d3e6dba2b47
* | Merge "Step 1 to implement GC. Finding garbage PtNodes."Keisuke Kuroyanagi2013-09-207-67/+347
|\ \
| * | Step 1 to implement GC. Finding garbage PtNodes.Keisuke Kuroyanagi2013-09-207-67/+347
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I3551fe2f16a09d2bf7761f4e1d73ebd4a03380e7
* | | Merge "Address a couple more issues in Khmer layout"Ken Wakasa2013-09-202-2/+14
|\ \ \
| * | | Address a couple more issues in Khmer layoutKen Wakasa2013-09-202-2/+14
| | | | | | | | | | | | | | | | | | | | bug: 6910993 Change-Id: If866629268040cf7696d9667dbca66fac6a60374
* | | | Merge "Fix a bug where null would be converted to "null""Jean Chalard2013-09-201-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix a bug where null would be converted to "null"Jean Chalard2013-09-201-2/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | It's unclear what the concrete effects of this are, but they are not very strong. This only happens in corner cases, when the input connection is not active - while rotating, for example. Change-Id: I1d22459a6e94a8ecccb53cfcbc2d301b1d502204
* / / Update resourcesSatoshi Kataoka2013-09-20244-102/+102
|/ / | | | | | | Change-Id: Ia66f7181514ee1471e181e16d15622174cf72e79
* | Address a couple issues in Khmer layoutKen Wakasa2013-09-202-3/+5
| | | | | | | | | | bug: 6910993 Change-Id: I649b2d37a4eca75e2fc98e8c7f6a3dad20339864
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-09-192-5/+5
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2013-09-192-5/+5
| | | | | | | | | | | | | | | Change-Id: I168cfa8bfa7c4762d50db3675f34282e3b61297b Auto-generated-cl: translation import