aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Utilize autoColumnOrder for punctuation more keys"Tadashi G. Takaoka2014-03-201-78/+73
|\
| * Utilize autoColumnOrder for punctuation more keys•••Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0 Tadashi G. Takaoka2014-03-201-78/+73
* | Merge "[CB08] Create a combiner chain in the word composer."Jean Chalard2014-03-205-85/+59
|\ \ | |/ |/|
| * [CB08] Create a combiner chain in the word composer.•••Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669 Jean Chalard2014-03-205-85/+59
* | Merge "Fix Armenian punctuation order"Tadashi G. Takaoka2014-03-201-5/+7
|\ \ | |/ |/|
| * Fix Armenian punctuation order•••Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35 Tadashi G. Takaoka2014-03-201-5/+7
* | Merge "Remove Latin comma from Arabic/Persian keyboard"Tadashi G. Takaoka2014-03-203-97/+91
|\ \
| * | Remove Latin comma from Arabic/Persian keyboard•••Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3 Tadashi G. Takaoka2014-03-203-97/+91
* | | Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 Tadashi G. Takaoka2014-03-201-1/+12
| |/ |/|
* | Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 Tadashi G. Takaoka2014-03-202-6/+4
|/
* Add clarification to be able to use abbreviation•••Bug: 13002703 Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d Tadashi G. Takaoka2014-03-191-7/+17
* Merge "Add Galician keyboard"Tadashi G. Takaoka2014-03-192-136/+185
|\
| * Add Galician keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a Tadashi G. Takaoka2014-03-192-136/+185
* | Merge "Add Basque keyboard"Tadashi G. Takaoka2014-03-193-191/+263
|\|
| * Add Basque keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1 Tadashi G. Takaoka2014-03-193-191/+263
* | Merge "Fix PC Qwerty layout"Tadashi G. Takaoka2014-03-194-37/+29
|\ \ | |/ |/|
| * Fix PC Qwerty layout•••This CL fixes: - Action label never displayed on phone. - Go action label incorrectly showed on tablet. - Broken layout on noMicrophoneKey+noSettingsKey input field. - "Voice input key" settings has no effect on phone. - Inconsistent microphone and emoji key layouts. - Slightly modified spacebar size when language switch key is on. - Slightly larger enter key on tablet. Bug: 13537661 Change-Id: I69a6ee7bc99e84b104a4d0352e1824096f6a4750 Tadashi G. Takaoka2014-03-194-37/+29
* | Merge "Fix French accented letters order"Tadashi G. Takaoka2014-03-191-1/+1
|\ \
| * | Fix French accented letters order•••Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018 Tadashi G. Takaoka2014-03-191-1/+1
| |/
* | [IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee Jean Chalard2014-03-192-4/+3
* | [IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04 Jean Chalard2014-03-193-30/+84
|/
* Remove duplcaited plus-minus symbol on PC Qwerty•••Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc Tadashi G. Takaoka2014-03-191-3/+2
* Fix Colemak layout•••Bug: 13535305 Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf Tadashi G. Takaoka2014-03-195-74/+17
* Merge "Guard possible NumberFormatException"Tadashi G. Takaoka2014-03-183-13/+25
|\
| * Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 Tadashi G. Takaoka2014-03-183-13/+25
* | Merge "Add preliminary Myanmar keyboard"Tadashi G. Takaoka2014-03-1810-135/+840
|\ \
| * | Add preliminary Myanmar keyboard•••This CL adds preliminary Myanmar keyboard as a groundwork. The keyboard layout comes mainly from virtual keyboard of <http://www.google.com.mm/> Bug: 7963632 Change-Id: I36504ceb6c2079a6e133edaeb458da1c5cf3ded2 Tadashi G. Takaoka2014-03-1810-135/+840
| |/
* | Import translations. DO NOT MERGE•••Change-Id: I712637a751e4d27cc1a5ce4c917918f0542c396d Auto-generated-cl: translation import Geoff Mendal2014-03-171-2/+2
* | [CB07] Small refactoring•••Bug: 8689779 Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249 Jean Chalard2014-03-172-3/+10
* | [CB06] Fix a design error.•••The event interpreter should intervene later, after decoding. Decoding should happen first, and then the Event should be passed to the InputLogic. For the time being, we will leave the (unused) EventInterpreter class and its friends, because we'll use them again later. Bug: 13406701 Change-Id: I7582d486724311e39e6692e606cca50c78800643 Jean Chalard2014-03-176-146/+35
|/
* Fix comments in XML files•••Change-Id: Id0a69f98297d6a827006c6c4fe1304a197381f82 Tadashi G. Takaoka2014-03-176-13/+12
* Fix Persian symbols shifted output text•••Bug: 13017434 Change-Id: I57af849ae4342bfee3fa08d7e90c6a6dbc229380 Tadashi G. Takaoka2014-03-171-2/+2
* Fix Arabic keyboard text and test comments•••Bug: 13017434 Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978 Tadashi G. Takaoka2014-03-171-2/+2
* Merge "Fix space key on tablet symbols/symbols shifted"Tadashi G. Takaoka2014-03-141-3/+3
|\
| * Fix space key on tablet symbols/symbols shifted•••This is a follow up of Ic175c5d792. Bug: 13460706 Change-Id: I7d0121855a029a5006c78d53b630fedc8f57110c Tadashi G. Takaoka2014-03-141-3/+3
* | Merge "[CB04] Add an event array to WordComposer."Jean Chalard2014-03-144-12/+67
|\ \ | |/ |/|
| * [CB04] Add an event array to WordComposer.•••Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821 Jean Chalard2014-03-144-12/+67
* | Fix clipped important notice message on tablet•••Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81 Tadashi G. Takaoka2014-03-141-1/+2
* | Merge "Fix ZWJ/ZWNJ on Nepali tablet keyboards"Tadashi G. Takaoka2014-03-141-2/+2
|\ \
| * | Fix ZWJ/ZWNJ on Nepali tablet keyboards•••Bug: 13460706 Change-Id: Ic175c5d7920ed56a007374160be6ed76b44c4f94 Tadashi G. Takaoka2014-03-141-2/+2
| |/
* | Merge "Add qwerty keyboard layout tests"Tadashi G. Takaoka2014-03-141-4/+4
|\ \ | |/ |/|
| * Add qwerty keyboard layout tests•••This CL adds Afrikaans, Azerbaijani (AZ), Dutch, English (UK), French (CA), German (QWERTY), Icelandic, Indonesian, Italian, Latvian, Lithuanian, Malay (NY), Polish, Portuguese (BR/PT), Romanian, Slovak, Slovenian, Swahili, Turkish, Vietnamese, Zulu, and No Language keyboards tests. Bug: 13017434 Change-Id: I2343dc8e74172ac551ef86f82453ae796b6f19dc Tadashi G. Takaoka2014-03-141-4/+4
* | Merge "[CB03] Pass whole events to the various input logic handlers."Jean Chalard2014-03-133-134/+137
|\ \ | |/ |/|
| * [CB03] Pass whole events to the various input logic handlers.•••Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92 Jean Chalard2014-03-133-134/+137
* | Merge "Refactor keyboard layout test more customizable"Tadashi G. Takaoka2014-03-131-17/+35
|\ \ | |/ |/|
| * Refactor keyboard layout test more customizable•••Bug: 13017434 Change-Id: I804b4cb9f56684d425e83a20cb3f71d947a87f98 Tadashi G. Takaoka2014-03-131-17/+35
* | [CB02] Pass an Event to onCodeInput.•••Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f Jean Chalard2014-03-135-21/+66
|/
* Merge "[CB01] Reset some old assumptions about dead keys"Jean Chalard2014-03-133-38/+66
|\
| * [CB01] Reset some old assumptions about dead keys•••The combining framework will be more generic than previously thought. We don't need to handle dead keys as a special type of event, as all events can be combined arbitrarily. Bug: 13406701 Change-Id: I8137fdb186c4d70eaa71808c5a1430b1559db1ae Jean Chalard2014-03-133-38/+66
* | Merge "Don't reset the value needed before it's used"Jean Chalard2014-03-121-2/+2
|\ \ | |/ |/|