- Nov 16, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: Idce4e9bf070b08b8a930fd8e800df9c4d8829f8f
-
- Nov 13, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: I94286ecec0aa8dbfdfaa74d3a76b744c4a250370
-
- Nov 12, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: I0d92e513757e765d9de98561205754af5a143650
-
- Nov 11, 2010
-
-
Tadashi G. Takaoka authored
This change also eliminates KeyboardSwitcher.refreshKeyboardCache, LatinIME.reloadKeyboards() and LanguageSwicther.getLocales(). Change-Id: I5fd4914660ea1c955ddfa0ca62b920f9bcd53e1b
-
Tadashi G. Takaoka authored
This change defers determining which keyboard should be loaded and holds the information in KeyboardId object as much as possible. At keyboard loading time, the determination deferred will be made depending on the information of KeyboardId. Change-Id: Ice2455d9e5b21671a250c342c06c043e4baa5355
-
Tadashi G. Takaoka authored
This change also renames KeyboardSwitcher.makeKeyboards to refreshKeyboardCache. Change-Id: I76897562d5876a53364dc378e7800ab92fb2a37b
-
- Nov 09, 2010
-
-
Tadashi G. Takaoka authored
This change also eliminates unnecessary recursive call in KeyboardSwitcher.setKeyboardMode. Change-Id: Iff25fe23b34227d526dee0bbe8710842545c2afa
-
- Nov 02, 2010
-
-
Ken Wakasa authored
Follow-up change to I73b8a502 bug: 3095814 Change-Id: I79bb05c61dc73b036331e17d02c791f08a0168fc
-
- Oct 26, 2010
-
-
Ken Wakasa authored
bug: 3122877 Change-Id: I44c539d7c041443f3ad027de4b75a67adf6b2c87
-
- Oct 25, 2010
-
-
Ken Wakasa authored
Change-Id: I9a1106b679a9ffb3ae959d90377eef096e5af842
-
- Oct 22, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3095814 Change-Id: I73b8a5023b398621a910c953eade252dc6412923
-
- Oct 20, 2010
-
-
Ken Wakasa authored
I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
-
- Oct 15, 2010
-
-
Tadashi G. Takaoka authored
This is follow up change of I8b38e2803eb32469653484701882af35108eb69a This change fixes the following when "Voice input on symbols keyboard" option is selected. - LatinIME.onCreateInputView fails to show "123mic" icon. - Email and URL variation keyboard fails to show "123mic" icon. Bug: 3084022 Change-Id: Ia3929bb0cc5c5c8651af816718c21d1f20e8f016
-
- Oct 08, 2010
-
-
Tadashi G. Takaoka authored
To avoid a corner case of bug#3070963, in toggleShift() method of KeyboardSwitcher, the shifted symbol keyboard will be set if current keyboard is symbol keyboard or is not shifted symbol keyboard. This change also implements mini keyboard cache with WeakHashMap. Bug: 3070963 Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91
-
- Sep 22, 2010
-
-
Tadashi G. Takaoka authored
The space key preview should be displayed one of the following case. - Popup preview is enabled - Language switcher is in action, whether popup preview is enabled or not. For phone number keyboard, popup preview is never displayed even if popup preview is enabled. Bug: 3006612 Bug: 3021091 Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
-
- Sep 15, 2010
-
-
Ken Wakasa authored
bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
-
- Sep 09, 2010
-
-
Tadashi G. Takaoka authored
This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
-
- Sep 06, 2010
-
-
Tadashi G. Takaoka authored
This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
-
Tadashi G. Takaoka authored
Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
-
- Sep 03, 2010
-
-
satok authored
bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
-
- Sep 02, 2010
-
-
satok authored
Change-Id: I5ad980559477775eb44df022e54ce5ef32398601
-
- Sep 01, 2010
-
-
satok authored
bug: 2959293 Change-Id: I8aef19a7485ffd5639a177aee21103b3a1e04cf2
-
- Aug 31, 2010
-
-
satok authored
- delete unused keyboard layout Change-Id: Iab39446653460797f1ca876a7d9a23190c3a8df6
-
- Aug 30, 2010
-
-
Tadashi G. Takaoka authored
Bug: 2959287 Change-Id: I344ac58b4119e96daf5928c784275ee0b7095958
-
- Aug 24, 2010
-
-
satok authored
- remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
-
- Aug 20, 2010
-
-
Ken Wakasa authored
Change-Id: I03d3d9b25147632d25c1502f796acad4cdaeb239
-
satok authored
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
-
Tadashi G. Takaoka authored
Move setShifted and setShifLocked methods to KeyboardSwitcher, then delegate to LatinKeyboardView. Bug: 2910379 Change-Id: I5dba70ec0dfc7a1ed67f1e05d54a2bd92252ed24
-
- Aug 13, 2010
-
-
Yohei Fujii authored
Bug:2909517 Change-Id: I1c010b1079a04ff3b08d690c536fbe8d4414ea14
-
- Jul 29, 2010
-
-
satok authored
bug: 2838151 Change-Id: Ia7136ac7432258386a53ebec2b26251c8caae0ea
-
- Jul 26, 2010
-
-
Tadashi G. Takaoka authored
In makeKeyboards(), there is a fall through pass in which the keyboards' id (mSymbolsId and mSymbolsShiftedId) will not be updated. Then in toggleShift(), current keyboard id (mCurrentId) will not match any of two and nothing happens. Bug: 2825858 Change-Id: Iaf8a7368f513b35cf77a67794ecd3e21aa08484b
-
- Jun 28, 2010
-
-
satok authored
- add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82
-
- Jun 26, 2010
-
-
satok authored
Change-Id: I65dbf3a4484b02ff1d854f704088ca527e273b85
-
- Jun 08, 2010
- Jun 03, 2010
-
-
satok authored
Change-Id: Ic237bc7f0631dcb192be7203379bdf4c5d832b28
-
satok authored
- this is not called in froyo-LatinIME, so it can be removed Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5
-
satok authored
Change-Id: I4cca905ce044c014490ada6d00a76d79a20ed885
-
satok authored
- Tap feedback option 10 times, then debug mode will be enabled. - Change default value of KeyboardMode to avoid NPE - Update version code Change-Id: I3a4e64db0d3aa9a08f0e3b3ad1669e728e32cddf
-
satok authored
Change-Id: I927b11da1e62b147813fbbf01e2afce5915aed73
-