aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add subtype to method.xml•••Change-Id: I6006c729f89cc91d5674c19b95cf19ad2cab14cf satok2010-08-191-2/+109
* add new preference for popup preview•••this option is disabled as the default at x-large Bug:2909517 Change-Id: Ifda1b7ff89bc4beeee02ba0f3e01d441a9435b37 Yohei Fujii2010-08-121-0/+7
* Add a layout for a black-characters based theme•••bug: 2838151 Change-Id: Ia7136ac7432258386a53ebec2b26251c8caae0ea satok2010-07-293-0/+243
* - separate dict (uses xml)•••- retrieve bigrams that only starts with character typed and neighbor keys - contacts bigram - performance measure bug: 2873133 Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f Jae Yong Sung2010-07-281-0/+23
* Change the default vaule of Log to be false•••Change-Id: I8a3c0ce81b67e27b7559b534b4ccde2ad0783dbc satok2010-07-201-1/+1
* Merge remote branch 'goog/master'•••Conflicts: java/res/xml/prefs.xml java/src/com/android/inputmethod/latin/BinaryDictionary.java java/src/com/android/inputmethod/latin/Dictionary.java java/src/com/android/inputmethod/latin/ExpandableDictionary.java java/src/com/android/inputmethod/latin/LatinIME.java java/src/com/android/inputmethod/latin/Suggest.java tests/src/com/android/inputmethod/latin/tests/SuggestTests.java satok2010-07-161-3/+11
|\
| * added bigram prediction••• - after first character, only suggests bigram data (but doesn't autocomplete) - after second character, words from dictionary gets rearranged by using bigram - compatible with old dictionary - added preference option to disable bigram Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411 Jae Yong Sung2010-07-131-1/+9
* | Fix "pi" input issues. Added a popup for greek capital pi. Bug: 2220892•••Change-Id: Ie465e2ed93c79b0efe9d518cc44df1028f1bb392 Ken Wakasa2010-06-302-2/+8
* | Add a typeFace element and a symbol's color element•••- add default bold theme - add Change-Id: Ie3f31a6973c12e7f8b885d0036f50e8647c9fe82 satok2010-06-291-1/+1
* | 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/+0
* | Add black resources•••Change-Id: Ibd1ac2610b70693975011f85e232348388245553 satok2010-05-312-0/+245
* | Change default theme to Ginger Bread "6"•••Change-Id: I68d5519c03dba0f8b6344a103c5bcf4f9b18e760 satok2010-05-281-1/+1
* | Fix the bug that black symbols are shown when only one lanugage is selected.•••Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565 satok2010-05-281-0/+207
* | Commit on finishInput•••Change-Id: I26254cfdaecd0d85571be3f930476040de935d6c satok2010-05-191-1/+10
* | Add logging for UI•••Change-Id: Ib47919be442feb7a0cb22e886a537ef4ff5b8533 satok2010-05-171-1/+1
* | Add Keyboard Theme Switcher•••Change-Id: If1bf7d20e4f8a47a7c0429d2445431dc73c1b31b satok2010-05-171-1/+10
* | Merge commit 'goog/master'satok2010-05-111-1/+1
|\|
| * Fix hardcoded "isDefault" setting•••Bug:2661261 - Changed true to @bool/im_is_default - isDefault was changed in https://android-git.corp.google.com/g/#patch,sidebyside,37627,3,res/xml/method.xml by mistake Change-Id: Id1c20c292bed27523fb41f32514f2abdee11f992 satok2010-05-071-1/+1
* | Add settings for "enable log" to UI•••Change-Id: Ib6ebfbc586dbea4dce037e484598cbc47ba58c7e satok2010-05-101-0/+7
|/
* Remove .com key from URL and Email address keyboards. Bug: 2630268•••Have the spacebar be normal width and remove the .com keys. Change-Id: I470ee4ffa2c84b91e3207e016c99bc66b34ef564 Amith Yamasani2010-04-271-6/+6
* 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-0915-0/+1162