aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-19Commit on finishInputsatok4-23/+60
Change-Id: I26254cfdaecd0d85571be3f930476040de935d6c
2010-05-18Restore the original-package entry to support overwrite-install with the old ↵Ken Wakasa2-3/+2
package name. Change-Id: I1ddbcb3e1b41ef7d0e4017d7de11b600ec645197
2010-05-17Fix not resource found exceptionsatok1-0/+0
Change-Id: Id94ef1ccbeb9a1566c91e0fcc62dfa51dea71909
2010-05-17Add logging for UIsatok3-13/+29
Change-Id: Ib47919be442feb7a0cb22e886a537ef4ff5b8533
2010-05-17Change the package name to override the current LatinIME.Ken Wakasa2-2/+2
Change-Id: I9fa0740ddd47cb3a4ee13bc38e82957b7cc07f13
2010-05-17Add Keyboard Theme Switchersatok19-54/+367
Change-Id: If1bf7d20e4f8a47a7c0429d2445431dc73c1b31b
2010-05-12Clean upsatok2-1/+2
- extract color Change-Id: Ic9cbb44502e71941eb74f15cc2f96b9abdb4b327
2010-05-12Fix NPEsatok1-3/+1
Change-Id: Ic438704af64e8ebcecba13dbc0f3e72b14ac6f4f
2010-05-12Fix a bug throwing IndexOutOfBoundsException when IME receives completions ↵Yuncheol Heo1-3/+3
more than MAX_SUGGESTIONS in full-screen mode. Change-Id: Ic76287c2f8aa91733769e789df1f2a0614100f65
2010-05-12Cleanupsatok8-126/+35
- Remove dead code - Add colors Change-Id: I011146b33a37375d2a0b12342d65bad62ba7542b
2010-05-10Add settings for "enable log" to UIsatok2-1/+14
Change-Id: Ib6ebfbc586dbea4dce037e484598cbc47ba58c7e
2010-05-10Change the application namesatok18-35/+35
Change-Id: I097bfe031ff8a0652329469fa11074e109653fdb
2010-05-10Cleanup unused functionsatok1-19/+0
Change-Id: I7417bcaa578ef85f0b634bcac8ddde2b0368b905
2010-05-10Sync hebrew keyboard with the rest (removed popular domain button)Roman Mitnitski1-6/+6
Change-Id: Ib7e91513fcb02e7383c7d0e524b7f56a53b1abd8
2010-05-10Insert logging codesatok4-28/+49
- Add log of auto suggestion - Add log of cancelling auto suggestion - Add log of actual number of charactors - Add log of manually clicking suggestion Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
2010-05-07Tests and some new constructors to help in testing.Amith Yamasani9-8/+581
Added tests for the dictionary lookup and correction logic on the primary dictionary. This exercises part of the Suggest class and the native dictionary lookup code.
2010-05-07IME Logger improvementsatok1-54/+121
- Eabled to handle an array value in the log entry - Added word counter - Added parameters to Log APIs - Obfuscate user privacy support Change-Id: I5e2a7d58113b0581e51d22d6dac9a6a6fdc34356
2010-05-07Fix hardcoded "isDefault" settingsatok1-1/+1
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
2010-05-05For issue #2651381, allow library prelinking.Dan Bornstein1-2/+0
Change-Id: If7015f2fa5932f69807797ffcc496550d5cb1630
2010-05-03Don't auto-select the system language in IME language selection screen.Amith Yamasani4-6/+29
Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
2010-05-02Adds the basic Serbian files to LatinIME.Filip Miletic2-0/+484
- Adds the Serbian keyboard layout. - Adds the Serbian translatio to strings.xml. Change-Id: I29739f422fd58d31fd2e5213b72908dd1f617805
2010-04-28Fix NPEsatok1-2/+7
Change-Id: I27fc6268ea325f6e5f2a8bfd36499bf6c2b9f146
2010-04-28Add loggingsatok2-0/+5
- add logging for delete - add logging for inputchar Change-Id: I684692385f4c3acb66ab2bcd6421dae1d84feb8f
2010-04-28Logger improvementssatok2-43/+86
- Made each method static - Added a setter of contest - Added a function to entry counts periodically Change-Id: I644dfa83c4fcb1933dc267fc4cfad05c9bb7adc7
2010-04-27Import revised translationsKenny Root17-107/+107
Change-Id: I1050cb361860cbea36bba762d37b4558dee8cecb
2010-04-27Remove .com key from URL and Email address keyboards. Bug: 2630268Amith Yamasani5-30/+30
Have the spacebar be normal width and remove the .com keys. Change-Id: I470ee4ffa2c84b91e3207e016c99bc66b34ef564
2010-04-27Remove ByteBuffer prefix which wrongly suppresses a class member.Ken Wakasa1-1/+1
Change-Id: I5114106eca0f67326fb3f939165bae0c122ed982
2010-04-27Get rid of dependency on native AssetManager API. Confirmed the native code ↵Ken Wakasa4-84/+40
builds with the NDK r3. Change-Id: I0d2d3a0e262847d6948a0336a35440e21e312ad2