aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the open-source LatinIME package name -Ken Wakasa2010-08-137-7/+7
| | | | | | | | | | from com.google.android.inputmethod.latin to com.android.inputmethod.latin Related change: https://android-git.corp.google.com/g/60862 bug: 2786392 Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
* Change the default value of keyTextSize for xlargesatok2010-07-264-9/+5
| | | | | | - rename ginger to stone Change-Id: I6968ed1b388e1f55ecb27a449ca49be77790f9cc
* Add a typeFace element and a symbol's color elementsatok2010-06-295-8/+46
| | | | | | | - add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82
* Remove additional layoutssatok2010-06-264-124/+0
| | | | Change-Id: I65dbf3a4484b02ff1d854f704088ca527e273b85
* Move KeyboardView in the framework to LatinKeyboardViewBasesatok2010-06-2611-19/+115
| | | | Change-Id: I99e3ea5eb1f1f5e5f9b36306930cdf0f50acfb01
* Get the log of exceptions. And delete the gradient background.satok2010-06-012-4/+4
| | | | | | | | - Add a logger of Exception - Catch RuntimeException where bug reported. - Delete gradient background. Change-Id: I98b5fbc4a51163de7e56bee4f8312585d8e98eb7
* Log and UI fixsatok2010-05-272-2/+52
| | | | | | | | | | - 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-0/+33
| | | | Change-Id: I80db4a52f5bbb25c77dfe7df94bdced69debf831
* Add Keyboard Theme Switchersatok2010-05-175-0/+145
| | | | Change-Id: If1bf7d20e4f8a47a7c0429d2445431dc73c1b31b
* Clean upsatok2010-05-121-1/+1
| | | | | | - extract color Change-Id: Ic9cbb44502e71941eb74f15cc2f96b9abdb4b327
* Fix for: For Voice IME busy circle displayed below waveformValentin Kravtsov2010-04-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | bugfix for: http://b/issue?id=2568048 [Sapphire] ]For Voice IME busy circle displayed below waveform. STEPS TO REPRODUCE: 1. launch Calendar . -> Select menu -> New Event. 2. Switch soft keyboard to Number view. 3. Tap on mic symbol of to speak 4. Speak any word to enter in Text field . 5. Verify busy icon ( circular icon ) displayed in "working " screen. EXPECTED RESULTS: Busy circle should be displayed in center of waveform OBSERVED RESULTS: Busy circle displayed below waveform ADDITIONAL INFORMATION: Spoken word is enetering in text field correctly. Change-Id: I043ce6a985f526cade0e9f63525619a92d918485
* Potential fix for extension keyboard not cleaning up bubbles sometimes.Amith Yamasani2010-03-191-0/+1
| | | | | | This might also fix the keyboard closing suddenly when using the extension. Re-enable bubble for landscape extension keyboard, since the framework can now display it to the side.
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-098-0/+400
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986