aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the issue of popup enabled when i change to symbol keyboard.Yohei Fujii2010-08-131-1/+1
| | | | | Bug:2909517 Change-Id: I1c010b1079a04ff3b08d690c536fbe8d4414ea14
* Add a layout for a black-characters based themesatok2010-07-291-14/+41
| | | | | | bug: 2838151 Change-Id: Ia7136ac7432258386a53ebec2b26251c8caae0ea
* Updating keyboard ids must happen everytime makeKeyboards() is calledTadashi G. Takaoka2010-07-261-3/+4
| | | | | | | | | | | 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
* Add a typeFace element and a symbol's color elementsatok2010-06-291-4/+7
| | | | | | | - add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82
* Remove additional layoutssatok2010-06-261-4/+2
| | | | Change-Id: I65dbf3a4484b02ff1d854f704088ca527e273b85
* Catch inflate exceptionsatok2010-06-091-0/+4
| | | | Change-Id: Ia5a384f5cbd2d0063904c2959ccbeb987198616b
* Try GC at OutOfMemoryErrorsatok2010-06-091-5/+12
| | | | Change-Id: Icfaecc6a0e8858622649ce9115ab94b00e240cc2
* Change RuntimeErrot to OutOfMemoryErrorsatok2010-06-041-1/+1
| | | | Change-Id: Ic237bc7f0631dcb192be7203379bdf4c5d832b28
* Delete extra inflating viewsatok2010-06-031-1/+0
| | | | | | - this is not called in froyo-LatinIME, so it can be removed Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5
* Fix NPE and addded logOnWarningsatok2010-06-031-1/+6
| | | | Change-Id: I4cca905ce044c014490ada6d00a76d79a20ed885
* Hide debug modesatok2010-06-031-1/+1
| | | | | | | | - 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
* Fix a bug that force closing happens even when SUPPRESS_EXCEPTION flag is on.satok2010-06-031-7/+9
| | | | Change-Id: I927b11da1e62b147813fbbf01e2afce5915aed73
* Get the log of exceptions. And delete the gradient background.satok2010-06-011-21/+18
| | | | | | | | - Add a logger of Exception - Catch RuntimeException where bug reported. - Delete gradient background. Change-Id: I98b5fbc4a51163de7e56bee4f8312585d8e98eb7
* Add black resourcessatok2010-05-311-15/+23
| | | | Change-Id: Ibd1ac2610b70693975011f85e232348388245553
* Fix the bug that black symbols are shown when only one lanugage is selected.satok2010-05-281-2/+5
| | | | Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565
* Change symbol to use black iconssatok2010-05-271-5/+13
| | | | Change-Id: I834efd322b4ef6e99707028d38223d837a3d4e36
* Log and UI fixsatok2010-05-271-0/+1
| | | | | | | | | | - add Log entry for the setting of auto completion - fix the parameter names - reduce the time to commit - copy popup window's resources from framework - change extention window to use the current layout Change-Id: I5f52c41dc8027c28a874ba8f198471eb3c9bdd1e
* Add new UI for Gingerbread refering to Heiko's samplesatok2010-05-261-2/+2
| | | | Change-Id: I80db4a52f5bbb25c77dfe7df94bdced69debf831
* Add logging for UIsatok2010-05-171-6/+7
| | | | Change-Id: Ib47919be442feb7a0cb22e886a537ef4ff5b8533
* Add Keyboard Theme Switchersatok2010-05-171-8/+55
| | | | Change-Id: If1bf7d20e4f8a47a7c0429d2445431dc73c1b31b
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+351
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986