- May 20, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14119293 Bug: 14425059 Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3
-
- May 19, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
-
Tadashi G. Takaoka authored
Bug: 14419121 Change-Id: I3d73c51d339eafec26871a659575d8b7b8cc441c
-
- May 16, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 15002249 Change-Id: Ic77eaa7d627d406daad7dcd15cb4884d9f647312
-
Tadashi G. Takaoka authored
Bug: 15002666 Change-Id: I5cc52db71ee609edffdb2613e93245e92ac6fc6a
-
Keisuke Kuroyanagi authored
Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57
-
- May 15, 2014
-
-
Keisuke Kuroyanagi authored
Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e
-
- May 14, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
-
Jean Chalard authored
Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
-
Tadashi G. Takaoka authored
This CL must be checked in together with I7e2ba67f31. Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75
-
Jean Chalard authored
Language change has always been strange. That's because we didn't call the right method >.> Also, extra values were not passed in correctly. Change-Id: Ifc345988df944ad691fe22cb71cb519e47a5a223
-
- May 13, 2014
-
-
Xiaojun Bi authored
Bug: 13142176 Change-Id: I85a048cdcbbad3d6020a25f900250d8d7a0fe3da
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: Ic1eb627139a1ff57c0000d95d9bd57aa3609f753
-
- May 12, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: I4bae53e43cb7653eac3b5bd13da2d2bc8aaf88a9
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
-
Jean Chalard authored
Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7
-
Tadashi G. Takaoka authored
Change-Id: I22592486ab306a57c4f6ca5a94e0ff69b68a58d6
-
Tadashi G. Takaoka authored
Bug: 14419121 Change-Id: I71031f1ed9735a5a05dc584299b56512fb0b6866
-
Tadashi G. Takaoka authored
Change-Id: Ic3f249bf9e3a5ec7ffd07abd4bc38d343bb14d39
-
Tadashi G. Takaoka authored
Change-Id: I19ee05e30d09eb13753b737961882e345591c1df
-
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
-
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
-
Keisuke Kuroyanagi authored
Bug: 13406708 Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
-
Tadashi G. Takaoka authored
This is a follow up change of Idff0b6d08e. Bug: 13177865 Change-Id: I00ea7cda954efbd248d2abc2fa6d4995d6acbf19
-
- May 01, 2014
-
-
Tadashi G. Takaoka authored
Bug: 10028772 Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31
-
Jean Chalard authored
Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
-
- Apr 28, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 8187060 Change-Id: Ic665f0a5e940708aa9addedac068a64900b307e7
-
- Apr 24, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13755213 Change-Id: I1ea8a6df007af7153852f2d32bf5e8ec669c432b
-
Keisuke Kuroyanagi authored
clearAndFlushDictionary() was needed when dictionaries are constructed in java side. All expandable dictionaries now use native code; thus, this method is same to clear() and no longer needed. Bug: 13755213 Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70
-
- Apr 22, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14166482 Change-Id: Ic8c78ec2c8f39358a1f085a041b608972a380eef
-
Keisuke Kuroyanagi authored
This reverts commit 89939b87. Change-Id: I8ca1b55609ad305a93178063bd88bd1cede872af
-
Keisuke Kuroyanagi authored
Bug: 14166482 Change-Id: Ib065279f96e227ab0fee7c8141560c4ada744d3b
-
Tadashi G. Takaoka authored
Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce
-
- Apr 21, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I85a0b18d2d78632e9a9f074eda1de9225001f876
-
- Apr 14, 2014
-
-
Jean Chalard authored
Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
-
Jean Chalard authored
Bug: 8636060 Change-Id: I800aefe6fee4c14df6fe5abe21b2387c69abb8f5
-
Jean Chalard authored
Bug: 8636060 Change-Id: I959e13d34910adad028ed6174f92029ff690eeeb
-
Tadashi G. Takaoka authored
This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
-