aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix PC Qwerty layoutTadashi G. Takaoka2014-03-194-37/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Fix French accented letters order"Tadashi G. Takaoka2014-03-191-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix French accented letters orderTadashi G. Takaoka2014-03-191-1/+1
| |/ / | | | | | | | | | | | | Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018
* | | [IL126] Move a setting value to SettingsValuesJean Chalard2014-03-192-4/+3
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee
* | | [IL125] Remove arg to onPickSuggestionManuallyJean Chalard2014-03-193-30/+84
|/ / | | | | | | | | | | Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04
* | Remove duplcaited plus-minus symbol on PC QwertyTadashi G. Takaoka2014-03-191-3/+2
| | | | | | | | | | Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc
* | Fix Colemak layoutTadashi G. Takaoka2014-03-195-74/+17
| | | | | | | | | | Bug: 13535305 Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf
* | Merge "Guard possible NumberFormatException"Tadashi G. Takaoka2014-03-183-13/+25
|\ \
| * | Guard possible NumberFormatExceptionTadashi G. Takaoka2014-03-183-13/+25
| | | | | | | | | | | | | | | Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06
* | | Merge "Add preliminary Myanmar keyboard"Tadashi G. Takaoka2014-03-1810-135/+840
|\ \ \ | |_|/ |/| |
| * | Add preliminary Myanmar keyboardTadashi G. Takaoka2014-03-1810-135/+840
| |/ | | | | | | | | | | | | | | | | 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
* | Import translations. DO NOT MERGEGeoff Mendal2014-03-171-2/+2
| | | | | | | | | | Change-Id: I712637a751e4d27cc1a5ce4c917918f0542c396d Auto-generated-cl: translation import
* | [CB07] Small refactoringJean Chalard2014-03-172-3/+10
| | | | | | | | | | Bug: 8689779 Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249
* | [CB06] Fix a design error.Jean Chalard2014-03-176-146/+35
|/ | | | | | | | | | | | 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
* Fix comments in XML filesTadashi G. Takaoka2014-03-176-13/+12
| | | | Change-Id: Id0a69f98297d6a827006c6c4fe1304a197381f82
* Fix Persian symbols shifted output textTadashi G. Takaoka2014-03-171-2/+2
| | | | | Bug: 13017434 Change-Id: I57af849ae4342bfee3fa08d7e90c6a6dbc229380
* Fix Arabic keyboard text and test commentsTadashi G. Takaoka2014-03-171-2/+2
| | | | | | Bug: 13017434 Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978
* Merge "Fix space key on tablet symbols/symbols shifted"Tadashi G. Takaoka2014-03-141-3/+3
|\
| * Fix space key on tablet symbols/symbols shiftedTadashi G. Takaoka2014-03-141-3/+3
| | | | | | | | | | | | | | This is a follow up of Ic175c5d792. Bug: 13460706 Change-Id: I7d0121855a029a5006c78d53b630fedc8f57110c
* | Merge "[CB04] Add an event array to WordComposer."Jean Chalard2014-03-144-12/+67
|\ \ | |/ |/|
| * [CB04] Add an event array to WordComposer.Jean Chalard2014-03-144-12/+67
| | | | | | | | | | Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
* | Fix clipped important notice message on tabletTadashi G. Takaoka2014-03-141-1/+2
| | | | | | | | | | Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81
* | Merge "Fix ZWJ/ZWNJ on Nepali tablet keyboards"Tadashi G. Takaoka2014-03-141-2/+2
|\ \
| * | Fix ZWJ/ZWNJ on Nepali tablet keyboardsTadashi G. Takaoka2014-03-141-2/+2
| |/ | | | | | | | | Bug: 13460706 Change-Id: Ic175c5d7920ed56a007374160be6ed76b44c4f94
* | Merge "Add qwerty keyboard layout tests"Tadashi G. Takaoka2014-03-141-4/+4
|\ \ | |/ |/|
| * Add qwerty keyboard layout testsTadashi G. Takaoka2014-03-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* | 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.Jean Chalard2014-03-133-134/+137
| | | | | | | | | | Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
* | Merge "Refactor keyboard layout test more customizable"Tadashi G. Takaoka2014-03-131-17/+35
|\ \ | |/ |/|
| * Refactor keyboard layout test more customizableTadashi G. Takaoka2014-03-131-17/+35
| | | | | | | | | | Bug: 13017434 Change-Id: I804b4cb9f56684d425e83a20cb3f71d947a87f98
* | [CB02] Pass an Event to onCodeInput.Jean Chalard2014-03-135-21/+66
|/ | | | | Bug: 13406701 Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f
* Merge "[CB01] Reset some old assumptions about dead keys"Jean Chalard2014-03-133-38/+66
|\
| * [CB01] Reset some old assumptions about dead keysJean Chalard2014-03-133-38/+66
| | | | | | | | | | | | | | | | | | 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
* | Merge "Don't reset the value needed before it's used"Jean Chalard2014-03-121-2/+2
|\ \ | |/ |/|
| * Don't reset the value needed before it's usedJean Chalard2014-03-101-2/+2
| | | | | | | | | | | | | | Nice recipe for failure Bug: 13387534 Change-Id: Ida1978449c1997587b2ec0955c5c94fcef336121
* | Fix Greek tablet layout aligned with phone layoutTadashi G. Takaoka2014-03-115-75/+18
| | | | | | | | | | Bug: 13406008 Change-Id: Iba5bd757c5874e426d5d4fcb8c404c21d259b833
* | Fix unused text resources of keyboard layoutsTadashi G. Takaoka2014-03-101-53/+47
|/ | | | | | | | Icelandic keyboard has no nordic layout. Latvian, Lithuanian, and Slovak keyboards have duplicated N WITH ACUTE. No Language keyboard has duplicated letter a variants. Change-Id: Iaeacebc1f7efdb70294e6342e42232b73aed9398
* Fix unneeded u with diaeresis more key on Swedish keyboardTadashi G. Takaoka2014-03-101-2/+1
| | | | Change-Id: Ib4a17fa464899907616e76426e5df0d370a40f80
* Fix excessive more keys on Estonian keyboardTadashi G. Takaoka2014-03-101-2/+1
| | | | Change-Id: I6c2d5d123d519278a6ff0f12fece69ccbad1aad5
* Remove string-arrays that are getting in the wayKen Wakasa2014-03-0859-236/+30
| | | | | | | | | | | | These empty string-arrays should not have been in this resource file. They are in the translated files, and they are getting in the way of the resource finding paths. Fundamental fixes definitely should follow. For now, this CL should be safe and acceptable for Cannellini. bug: 13340486 Change-Id: I14c36babf9eb30cfc1c0adc5977136189a305f33
* Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-074-43/+44
|\
| * Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-064-43/+44
| | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2
* | Introduce SuggestionResults and use it for predictions.Keisuke Kuroyanagi2014-03-071-5/+7
| | | | | | | | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826
* | Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-0712-57/+63
|\|
| * Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-0612-57/+63
| | | | | | | | | | | | Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
* | Add ActualKeyboardBuilder for testing keyboard layoutsTadashi G. Takaoka2014-03-071-0/+40
| | | | | | | | | | Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf
* | Fix AZERTY/tablet layoutTadashi G. Takaoka2014-03-073-68/+13
| | | | | | | | | | Bug: 13351429 Change-Id: I599627a78397e5bbae689c1aec3a3f11b72a834f
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-061-1/+1
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-051-1/+1
| | | | | | | | | | | | | | | Change-Id: I7a730021b1c38c8ef7aa62b567a68a7cc478e516 Auto-generated-cl: translation import
* | | Merge "[IL124] Remove the KeyboardSwitcher arg to onCodeInput"Jean Chalard2014-03-062-18/+25
|\ \ \