aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Remove LatinKey classTadashi G. Takaoka2010-12-034-80/+34
| | | | | | | | | | | | | | | | | | | | Change-Id: I56b15980d994eed698566a1d0451e3ec7ab490a0
* | | | | Merge "Fix NPE at Keyboard"Tadashi G. Takaoka2010-12-021-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix NPE at KeyboardTadashi G. Takaoka2010-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3250672 Change-Id: Ieef7ff5e8ba77a2d43f561c2bd2a1921230bd49d
* | | | | Breakdown getWordRec and add commentssatok2010-12-034-35/+70
|/ / / / | | | | | | | | | | | | Change-Id: I88bad8a4a8177e3540b995b664c47b86d6904027
* | | | Merge "Double tap on shift key turns on caps lock"Tadashi G. Takaoka2010-12-023-2/+55
|\ \ \ \
| * | | | Double tap on shift key turns on caps lockTadashi G. Takaoka2010-12-033-2/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3238128 Change-Id: Ib641d33da148b72c7c775caa11e0b2ab58a8c081
* | | | | Rename Indonesian and Hebrew translations to match Locale.java conventionsEric Fischer2010-12-024-0/+0
|/ / / / | | | | | | | | | | | | Change-Id: I979b2f70e49e96dfdaf0f1ea2f9e1724bb5b60de
* | | | Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-0222-502/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24
* | | | Merge "Move some inner static class to top class in new package"Tadashi G. Takaoka2010-12-0250-1449/+1722
|\ \ \ \
| * | | | Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-0250-1449/+1722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* | | | | Detach bigram functionarities from unigram_dictionarysatok2010-12-026-290/+280
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie35164a5f293e5370885a1ba13d6ed7caf6000ec
* | | | | Merge "Refactor: Move utility functions and no suggestion functions from ↵satok2010-12-016-200/+220
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | unigram_dictionary.cpp to dictionary.cpp"
| * | | | Refactor: Move utility functions and no suggestion functions from ↵satok2010-12-026-200/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unigram_dictionary.cpp to dictionary.cpp Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe
* | | | | Merge "Add back-slash key"Tadashi G. Takaoka2010-12-012-8/+10
|\ \ \ \ \
| * | | | | Add back-slash keyTadashi G. Takaoka2010-12-022-8/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also moves some keys, - Infinite is moved to popup char of plus-minus. - not-equal and nearly-equal are moved to popup chars of equal. Bug: 3224679 Change-Id: I7c95ab5a7cd78e4dae13fb511edad607dcaed8da
* / / / / Add [CHAR LIMIT] comment to stringsTadashi G. Takaoka2010-12-021-2/+2
|/ / / / | | | | | | | | | | | | | | | | Bug: 3245533 Change-Id: If4dc017f302b6a0e960818d4db6d616988bf802f
* | | | Merge "Fix parameters of native functions and refactor Dictionary"satok2010-12-019-681/+854
|\ \ \ \
| * | | | Fix parameters of native functions and refactor Dictionarysatok2010-12-029-681/+854
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - created bigram/unigram dictionary classes Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b
* | | | | Import revised translations.Eric Fischer2010-12-0141-606/+385
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib71ada990e23e1c48a2f52f893e294bc27560329
* | | | | am 6f6c90bd: (-s ours) am 6c13b1a6: Disable gesture detector on ↵Tadashi G. Takaoka2010-12-010-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | mini-keyboard (DO NOT MERGE) * commit '6f6c90bd296c6d76f0cfa9f8b996aa37dd0ca086': Disable gesture detector on mini-keyboard (DO NOT MERGE)
| * | | | am 6c13b1a6: Disable gesture detector on mini-keyboard (DO NOT MERGE)Tadashi G. Takaoka2010-11-301-3/+6
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit '6c13b1a6c7b36d1628cf81ce1afd5efe569ee703': Disable gesture detector on mini-keyboard (DO NOT MERGE)
| | * | | Disable gesture detector on mini-keyboard (DO NOT MERGE)Tadashi G. Takaoka2010-12-011-3/+6
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is cherry-pick I548501f7 from Honeycomb. Gesture detector, for closing keyboard by swiping down, must be disabled not only when mini-keyboard is on the screen, but also in the mini-keyboard itself. Bug: 3105595 Change-Id: Ic4603637208794a1bf6cfeb0d22dadd9a1e49e81
* | | | Merge "Update string for Ic0d5f862"Ken Wakasa2010-12-011-1/+1
|\ \ \ \
| * | | | Update string for Ic0d5f862Ken Wakasa2010-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | bug: 3232408 Change-Id: I642e736190e63bdf1591d5d7f29ef05b7e82fe03
* | | | | Merge "Add ru and sr keyboard layout for tablet"Tadashi G. Takaoka2010-12-013-1/+324
|\ \ \ \ \
| * | | | | Add ru and sr keyboard layout for tabletTadashi G. Takaoka2010-12-013-1/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3210174 Change-Id: Iea515345093027099689642946da505ddc6e53c6
* | | | | | Load keyboard only when subtype is keyboard modeTadashi G. Takaoka2010-12-013-21/+28
|/ / / / / | | | | | | | | | | | | | | | | | | | | Bug: 3224990 Change-Id: I1ae1d86dce923464d4474fc7ce02f2ff22067603
* | | | | Merge "Add Scandinavia keyboard layout for tablet"Tadashi G. Takaoka2010-12-014-0/+241
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add Scandinavia keyboard layout for tabletTadashi G. Takaoka2010-12-014-0/+241
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3243405 Change-Id: I84ee566a14fcb802d38ed37223f303d80c8de3f2
* | | | | Merge "Add fr_CH keyboard subtype"Tadashi G. Takaoka2010-12-014-1/+7
|\ \ \ \ \
| * | | | | Add fr_CH keyboard subtypeTadashi G. Takaoka2010-12-014-1/+7
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I3977f9e201e77a682c1c8bed221cca32204dafbe
* | | | | Merge "Disable "touch to correct words" when suggestion strip is off"Ken Wakasa2010-12-011-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable "touch to correct words" when suggestion strip is offKen Wakasa2010-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | bug: 3232408 Change-Id: Ic0d5f86288befcd5cf93cd86aaf8936929dbcdcc
* | | | | am 4fe33828: (-s ours) am f9ac1272: Import revised translations. DO NOT MERGEEric Fischer2010-12-010-0/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | * commit '4fe3382873507b04c536d043ea3f47b5d3b1296e': Import revised translations. DO NOT MERGE
| * | | am f9ac1272: Import revised translations. DO NOT MERGEEric Fischer2010-11-303-3/+3
| |\| | | | | | | | | | | | | | | | | | * commit 'f9ac1272f23e18165fb418c4ed294505520c550e': Import revised translations. DO NOT MERGE
| | * | Import revised translations. DO NOT MERGEEric Fischer2010-11-293-3/+3
| | | | | | | | | | | | | | | | Change-Id: Ia88c5dfef49095220bc96cb15adf9e10b59cb85c
* | | | Merge "Key release event should be sent when finger sliding"Tadashi G. Takaoka2010-12-011-6/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Key release event should be sent when finger slidingTadashi G. Takaoka2010-12-011-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is cherry-pick I1a020e3d from Gingerbread-MR Bug: 3132881 Change-Id: I885eab7744369dfb841f9b34d210b6c2aef8f19a
* | | | Move a logic for finding words with a missing character to the native code.satok2010-12-013-60/+74
| | | | | | | | | | | | | | | | Change-Id: I58338643830ff4f9708f78a9c26f75c8bf2ebf45
* | | | Merge "Tweak tablet keyboard design"Tadashi G. Takaoka2010-12-0122-64/+87
|\ \ \ \
| * | | | Tweak tablet keyboard designTadashi G. Takaoka2010-12-0122-64/+87
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces, - center align "More" key label - remove drop shadow from key label - darker key label color when manual temporary upper case - narrower pop up mini keyboard - remove unnecessary key background from pop up mini keyboard - smaller key label in portrait Bug: 3216592 Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
* | | | Merge "Add an easy way to output native debug logs"satok2010-11-302-4/+21
|\ \ \ \
| * | | | Add an easy way to output native debug logssatok2010-12-012-4/+21
| | | | | | | | | | | | | | | | | | | | Change-Id: Ieff2b8e60c5e7dedb7f86e17f7c37b349a912ab4
* | | | | Update the voice input warning dialog message string.Ken Wakasa2010-12-015-23/+134
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the relevant settings menu as well. bug: 3194809 Change-Id: Ibcd00fcf32f82b7733da155ef6e15e389d53c645
* | | | Merge "Integrating updated LatinIME assets"Justin Ho2010-11-3066-1/+1
|\ \ \ \
| * | | | Integrating updated LatinIME assetsJustin Ho2010-11-3066-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
* | | | | Merge "Fix subtype icons in method.xml"Tadashi G. Takaoka2010-11-301-2/+2
|\ \ \ \ \
| * | | | | Fix subtype icons in method.xmlTadashi G. Takaoka2010-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b157254483446e86d577cdc010b92761754dbb7
* | | | | | Merge "Fix ".com" output of tablet keyboard"Tadashi G. Takaoka2010-11-301-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix ".com" output of tablet keyboardTadashi G. Takaoka2010-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3241174 Change-Id: I6e40d6623890b7bbbd91175649b1f28b4f327621