aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Tune mini keyboard visualTadashi G. Takaoka2011-09-0513-5/+46
| | | | | | | | | | | | | | This change only gets rid of the surrounding paddings of the mini keyboard. Bug: 5248783 Change-Id: Idb95ac1467085c230fd60e4bc0f466fef5700bfb
* | Introduce maxMoreSuggestionsRow and minMoreSuggetionsWidth attributes to ↵Tadashi G. Takaoka2011-09-058-4/+27
| | | | | | | | | | | | | | SuggestionsView Bug: 5257594 Change-Id: Id52c841b72e38eb9034a1a7f26bcf3d4d81ad216
* | Merge "Rename suggestionsPaneViewStyle to moreSuggestionsViewStyle"Tadashi G. Takaoka2011-09-058-40/+40
|\ \
| * | Rename suggestionsPaneViewStyle to moreSuggestionsViewStyleTadashi G. Takaoka2011-09-058-40/+40
| | | | | | | | | | | | Change-Id: I30873ad870c728e28a044baf9946b4461ab03575
* | | Merge "Get rid of LinearLayoutCompatUtils"Tadashi G. Takaoka2011-09-052-12/+5
|\ \ \ | |/ / |/| |
| * | Get rid of LinearLayoutCompatUtilsTadashi G. Takaoka2011-09-052-12/+5
| | | | | | | | | | | | Change-Id: If0f63eaeb4539c0e03ef20190d2f9211a176babc
* | | Only set LOOKS_LIKE_TYPO if the max score meets a thresholdJean Chalard2011-09-051-0/+2
|/ / | | | | | | | | Bug: 5240463 Change-Id: I51e85edae57789d638aa1e12b82e6a75c49d33c7
* / Use separate View for key preview backingTadashi G. Takaoka2011-09-035-5/+9
|/ | | | | Bug: 5246982 Change-Id: Icec4281cb01771909fcece36647ee42ba179118c
* Merge "Calculate x coordinate with floating point"Tadashi G. Takaoka2011-09-023-10/+9
|\
| * Calculate x coordinate with floating pointTadashi G. Takaoka2011-09-023-10/+9
| | | | | | | | | | | | | | This change also fixes some keyboard layouts a bit. Bug: 5245837 Change-Id: I5929e656763b150e71afe89238386904da214e21
* | Merge "Rename a resource more appropriate one"Tadashi G. Takaoka2011-09-024-4/+4
|\ \ | |/ |/|
| * Rename a resource more appropriate oneTadashi G. Takaoka2011-09-024-4/+4
| | | | | | | | | | Bug: 5246982 Change-Id: Ic0e43c0e67f63ea069dd4758cf900765ad7a3678
* | Merge "Remove unreferenced assets in LatinIME Bug: 5032006"Ken Wakasa2011-09-029-0/+0
|\ \ | |/ |/|
| * Remove unreferenced assets in LatinIMEJustin Ho2011-09-019-0/+0
| | | | | | | | | | | | Bug: 5032006 Change-Id: I05b7df6c4ac4d7a32d052e0f2e98a3b9538a198e
* | Add an option to prevent insertion of suggestion spansJean Chalard2011-09-022-0/+11
|/ | | | | | | This is to help debug of Bug: 5250788 Change-Id: I961321aff3776c4912eaf7a1fa4de0c01d715f24
* Merge "Change settings wording for ICS"Jean Chalard2011-09-011-3/+3
|\
| * Change settings wording for ICSJean Chalard2011-09-011-3/+3
| | | | | | | | | | Bug: 5066983 Change-Id: I7f5e680da963dc4e9cf4744f7696cb35a9ca3efb
* | Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-0132-111/+81
|/ | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Implement KeyboardLocale InputMethodSubtype extra keyTadashi G. Takaoka2011-09-012-6/+6
| | | | | | | | The locale is specified by KeyboardLocale extra key in method.xml, LatinIME will use the specified locale for keyboard layout. Bug: 5238658 Change-Id: I8e6cb66c73a7ac1bf611d9910b42fa9cff38eba0
* Merge "Rename alternates_for_ as more_keys_for_"Tadashi G. Takaoka2011-08-3159-559/+559
|\
| * Rename alternates_for_ as more_keys_for_Tadashi G. Takaoka2011-08-3159-559/+559
| | | | | | | | | | | | This is a followup change for I37209a5a. Change-Id: I17cf4596034ed900cb4c769f89a2607a53b19c0a
* | Implement popup suggestions paneTadashi G. Takaoka2011-08-3117-13/+90
|/ | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Fix missing renamesTadashi G. Takaoka2011-08-312-0/+0
| | | | | | This is a followup for Ic83cd120. Change-Id: Ib51bae45939aa67394c5988a4f4451c20fff6959
* Merge "Rename PopupCharactersParser to MoreKeySpecParser"Tadashi G. Takaoka2011-08-3180-487/+487
|\
| * Rename PopupCharactersParser to MoreKeySpecParserTadashi G. Takaoka2011-08-3180-487/+487
| | | | | | | | | | | | Also renames PopupPanel to MoreKeysPanel Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
* | Merge "Update the LatinIME app icon"Ken Wakasa2011-08-313-0/+0
|\ \
| * | Update the LatinIME app iconKen Wakasa2011-08-313-0/+0
| | | | | | | | | | | | | | | bug: 5209784 Change-Id: I67be041f55732abbff7722c0e782277497a773bc
* | | Merge "Clean up bigram settings"Jean Chalard2011-08-311-17/+14
|\ \ \ | |_|/ |/| |
| * | Clean up bigram settingsJean Chalard2011-08-311-17/+14
| |/ | | | | | | | | | | | | | | | | Move bigram suggestion option to the advanced settings screen, remove bigram prediction option for ICS release and remove the now-empty bigram option category. Bug: 5240082 Change-Id: Ib1fc608ad33d5598410f7b0cb4a1639bffef28c7
* / Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-3119-46/+46
|/ | | | Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
* Update "search" iconTadashi G. Takaoka2011-08-304-1/+1
| | | | | Bug: 5232726 Change-Id: Ie42729d15dad05c1650b021396596c1f09c844c2
* Fix keyLetterSize and keyLabelSize formatTadashi G. Takaoka2011-08-301-2/+2
| | | | | | | This is a followup of Iea7f8f34. Bug: 5023981 Change-Id: I375a1647343e1d5fa80b328a6824f6c549135e80
* Add translatable=false to the device listTadashi G. Takaoka2011-08-301-1/+1
| | | | | Bug: 5222586 Change-Id: I0a1dd27c6719d38f6344300fc027162cc47a2976
* Add keyLetterSize and keyLabelSize as KeyboardView attributeTadashi G. Takaoka2011-08-291-1/+6
| | | | | Bug: 5023981 Change-Id: Iea7f8f340775cbb093c50d6e741b2f1476e9ac39
* Import revised translations.Eric Fischer2011-08-2641-259/+139
| | | | Change-Id: I9f822bcc46c870e6c01053b36a497e36849be8d6
* Move debug information back to suggestions stripTadashi G. Takaoka2011-08-261-4/+11
| | | | Change-Id: I8cfad5f780a481a251cc4f752bff3cda5ae3ffbe
* Merge "Fix "touch to save" colors"Tadashi G. Takaoka2011-08-264-49/+71
|\
| * Fix "touch to save" colorsTadashi G. Takaoka2011-08-264-49/+71
| | | | | | | | | | Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07
* | Add spell checker subtypessatok2011-08-261-4/+16
|/ | | | Change-Id: Id0dadb881a74c654c1c4fa972ee82f4238d66d4e
* Add key preview icon of settings keyTadashi G. Takaoka2011-08-254-1/+1
| | | | | | | | | The new icon has been created just enlarging sym_keyboard_settings_holo.png to the size of other feedback icon. The icon should be designed properly by designer after. Bug: 4948171 Change-Id: I00b018e82ca93190fe87443c8ad8911b36551002
* Merge "Fix suggestions strip press state to align vertically"Tadashi G. Takaoka2011-08-243-0/+0
|\
| * Fix suggestions strip press state to align verticallyTadashi G. Takaoka2011-08-243-0/+0
| | | | | | | | | | | | | | | | This change also tweaks more_suggestions_hint drawables to eliminate unnecessarily padding at the bottom. Bug: 5204563 Change-Id: If5ec731c9a490da0116a020e8fd405c7d025d707
* | Remove tablet specific suggestions updating delayTadashi G. Takaoka2011-08-241-1/+0
|/ | | | | Bug: 5100007 Change-Id: I3ab1bffbda4f8535489a2fcc41ffe33b43d1a96b
* Implement "forceAscii" private IME optionTadashi G. Takaoka2011-08-241-2/+20
| | | | | | | | | | | | | This change also introduces "AsciiCapable" extra value for subtype that indicates the subtype can input any ASCII code point from its keyboard layout. Only if the input field has "forceAscii" private IME option and the current subtype doesn't have "AsciiCapable" extra value, the en_US keyboard layout will be used for the input field. Bug: 3384942 Change-Id: I25e2553e37ecb5002df1164e45f6273845fe463b
* Merge "Extract sudden jumping touch event hack into separate class"Tadashi G. Takaoka2011-08-231-0/+27
|\
| * Extract sudden jumping touch event hack into separate classTadashi G. Takaoka2011-08-231-0/+27
| | | | | | | | | | Bug: 5182291 Change-Id: I6a88ed4df3ec98e31ea4966d82da56f7fca342ac
* | Remove password field special handlingTadashi G. Takaoka2011-08-238-109/+5
|/ | | | Change-Id: Iaf1b4bbb54be7a4cade856d1ba363e976774f442
* Merge "Import revised translations."Eric Fischer2011-08-2228-96/+60
|\
| * Import revised translations.Eric Fischer2011-08-2228-96/+60
| | | | | | | | Change-Id: If2817e3bd44c400cd290cba1c1977e38a68d73d0
* | Merge "Remove 7inch dedicated icons"Tadashi G. Takaoka2011-08-2239-13/+6
|\ \