- May 12, 2014
-
-
Tadashi G. Takaoka authored
Bug: 14419121 Change-Id: I3b2bdc3c07bb7e49ea7be53649bd6dd134fea27c
-
Tadashi G. Takaoka authored
This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af
-
Tadashi G. Takaoka authored
This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Id7b3ddd8aa. Change-Id: I2d55602d026e30b38d8f822d2124f5c5e4a9a812
-
- May 09, 2014
-
-
Ken Wakasa authored
This reverts commit 19688b58. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
-
Ken Wakasa authored
This reverts commit dd9ed45c. Unit test breakage. https://sponge.corp.google.com/target?id=f7fd85a6-8e3b-4fda-8c84-d4e1b342e839&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ia971834b368890c344a06602473a56887709bbca
-
Tadashi G. Takaoka authored
This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: Iba4751c525775fc12763c0a55309410e0d82ce9b
-
Tadashi G. Takaoka authored
This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Ifcedeabbec. Change-Id: Ibe75146e2c1c7eebf964ca86550baf244fedb79a
-
- May 07, 2014
-
-
Tadashi G. Takaoka authored
This CL also tunes the width of suggestions strip to be able to display 15~16 letters without x-scaling at the center slot. Bug: 14419121 Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
-
Tadashi G. Takaoka authored
With this CL, SuggestionStripView can refer an icon asset in a keyboard theme. Bug: 14419121 Change-Id: I30d595c08ce02b8c7d3f111e1edab2820c0b602e
-
- May 01, 2014
-
-
Tadashi G. Takaoka authored
Bug: 11452158 Change-Id: I3e7c2c935bc7c371869240487928160d5ab850e2
-
Jean Chalard authored
Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
-
- Apr 30, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf
-
Tadashi G. Takaoka authored
This CL imports the official code point name from Unicode standard 6.3.0. Bug: 11452158 Change-Id: I23f9c26420c7e26dc73d2d076bfa6ec646361b06
-
- Apr 17, 2014
-
-
Tadashi G. Takaoka authored
This CL adds content descriptions of: - Emoji Category icon/label. - Delete key - Space key Bug: 11452158 Change-Id: Ic00592c560b6265c880cd25f2e18cfd349b4620b
-
Tadashi G. Takaoka authored
Change-Id: Ib57c0e2faa67119b1c3a9bcf311828d71c2965d6
-
- Apr 14, 2014
-
-
Tadashi G. Takaoka authored
This CL must be checked in together with I6a9ac172a5. Bug: 14042743 Change-Id: Ic3f01f5d10097d743325df847bd7cd2959992487
-
Tadashi G. Takaoka authored
This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
-
- Apr 10, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: If8b7fd5ef0b4ff3791deeacc12abb256a10176bf
-
- Apr 04, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13698528 Change-Id: Ib904c911452525e3749c0eb287434b504576db5f
-
- Apr 03, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13779052 Change-Id: Ic7c17d96560501422a63340d7ce6bd8720e6c3c9
-
Tadashi G. Takaoka authored
Change-Id: I0a3386e921f3027114126ca4c8e09f41288d2d7c
-
- Mar 26, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
-
- Mar 25, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
-
- Mar 20, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999
-
- Mar 19, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13002703 Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d
-
- Mar 08, 2014
-
-
Ken Wakasa authored
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
-
- Feb 27, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13216198 Change-Id: I20ce61c4a10c360e028bf6427f632cc5299763e4
-
- Feb 25, 2014
-
-
Jean Chalard authored
Rename some variables for clarity and use constants instead of immediates. Change-Id: Ie07fbfcc3738ac4e67aefddc339fc54259172c39
-
- Feb 24, 2014
-
-
Tadashi G. Takaoka authored
This reverts commit 194e004e. Bug: 10786040 Change-Id: I4c5287d46cabe287abce5cba77635cf26d2cd192
-
- Feb 21, 2014
-
-
Tadashi G. Takaoka authored
This change must be checked in together with If38a754d00. Bug: 10587358 Change-Id: I91580f9468bc5ee7ed1694d7852a60dc6793dac0
-
- Feb 20, 2014
-
-
Tadashi G. Takaoka authored
This CL also reset the notice version to 1. This CL must be checked in together with Iea8d9ff038. Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5
-
Tadashi G. Takaoka authored
Key popup show up start scale 98% Key popup dismiss end scale 94% Key popup show up duration 17ms Key popup dismiss duration 53ms Bug: 11518021 Change-Id: Icfde99969163f05cfaed1050ea074545d44db13b
-
- Feb 17, 2014
-
-
Jean Chalard authored
Bug: 13056209 Change-Id: I6100b3ee21cf143140398757d9f7e7445067877a
-
Tadashi G. Takaoka authored
This CL also - removes icons on important notice title. - changes the "Personalized suggestions" summary text. This change must be checked in together with Id115d89ba9. Bug: 10587358 Change-Id: I52ff26fa8ae12445e9014ba08253f69e1be609f4
-
Tadashi G. Takaoka authored
Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
-
- Feb 14, 2014
-
-
Tadashi G. Takaoka authored
This change also removes duplications from tablet punctuation suggestions Bug: 12640318 Change-Id: I221922484027d6b91e2f23a6bf60a18766f3a13c
-
Tadashi G. Takaoka authored
This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
-
- Feb 12, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 12189366 Change-Id: I19764b3aaf97319ac841460ac2a6ab1571d3ea2b
-
- Feb 10, 2014
-
-
Tadashi G. Takaoka authored
Bug: 12949735 Change-Id: Iffda08db413b3b3d338ab9bf625bb0968c2e48dd
-
Tadashi G. Takaoka authored
Bug: 8693729 Change-Id: Ide98ab83439cda43a8b84aaf64d0a9c18e44a8cc
-