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