| Commit message (Expand) | Author | Age | Files | Lines |
* | Automatically layout mini keyboard•••Bug: 2214959
Change-Id: I06370e1c9e0683666ad19454a2fb501008af95c0
|  Tadashi G. Takaoka | 2011-01-25 | 4 | -156/+222 |
* | Merge "Fix touchable region" into honeycomb |  satok | 2011-01-21 | 1 | -8/+30 |
|\ |
|
| * | Fix touchable region•••Bug: 3238092
Change-Id: Ie2087086af90ba51e0e310f9e46964e450561cbe
|  satok | 2011-01-21 | 1 | -8/+30 |
* | | Update suggestions if user typed word is found in dictionary•••This change aslo eliminates duplicate suggestion from past
suggestions. And call setTypedWordVaild to past suggestions.
Bug: 3367722
Change-Id: I7ffaa2f7e4e30b3951b6c2df002d269671c9d654
|  Tadashi G. Takaoka | 2011-01-21 | 2 | -6/+16 |
|/ |
|
* | Merge "Dim previously suggested words" into honeycomb |  satok | 2011-01-20 | 5 | -39/+94 |
|\ |
|
| * | Dim previously suggested words•••Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460
|  satok | 2011-01-21 | 5 | -39/+94 |
* | | Disable touchable region until we come up with correct implementation•••bug: 3373640
Change-Id: I22448b779b0adc60f590aaef916075c7847dcdc9
|  satok | 2011-01-21 | 1 | -2/+2 |
|/ |
|
* | Make settings dialog cancel-able by touching outside•••Bug: 3374426
Change-Id: I6ba9b82d4481c43c78b59e78dcf22cd9875a8240
|  Tadashi G. Takaoka | 2011-01-21 | 1 | -2/+1 |
* | Add input method subtype selector and IME settings dialog•••Bug: 3351762
Change-Id: Ic1767faac6d4470a89cacb851d449ac53b2f8205
|  Tadashi G. Takaoka | 2011-01-21 | 2 | -20/+62 |
* | Refine InputMethodInfo API•••bug: 3370297
Change-Id: I16073e6b8b90a06a20e506dac66e3ca25b4712d0
|  Ken Wakasa | 2011-01-20 | 1 | -2/+2 |
* | Add touchable region•••Bug: 3238092
Change-Id: I3cda3106a61c40c3b66741dc38c9ff4cc55f487b
|  satok | 2011-01-20 | 1 | -0/+10 |
* | Merge "Add subtype languages" into honeycomb |  satok | 2011-01-19 | 1 | -1/+1 |
|\ |
|
| * | Add subtype languages•••Change-Id: Ib251bd63f79281a4dc1739b213b16e8a936ea319
|  satok | 2011-01-20 | 1 | -1/+1 |
* | | Simplify text correction settings in latin IME.•••Conditionally remove the "Quick fixes", "Bigram suggestions" and
"Usability study mode" options, depending on configuration.
When disabled, have the quick fixes and bigram option become
false if autocorrect is off, and true otherwise.
Also reorder options to bring "Auto correction" above "Show
suggestions".
bug: 3282448
Change-Id: Ib7fd928be417a816ef9e21423a531773069b7468
|  Jean Chalard | 2011-01-19 | 2 | -6/+43 |
* | | Change separator titles in settings screen.•••Add a "General" category to enclose general settings, and rename
"Word suggestion settings" to "Text correction".
bug: 3282448
Change-Id: Ie695683af0646974da82e29e11d1c3a785ef46c7
|  Jean Chalard | 2011-01-19 | 1 | -7/+10 |
* | | Merge "Add a safety net for auto-correction." into honeycomb |  satok | 2011-01-19 | 4 | -20/+58 |
|\ \ |
|
| * | | Add a safety net for auto-correction.•••Bug: 3353956
Change-Id: I6a32632b2f986f0d9a07aa72f256a2c41cc09873
|  satok | 2011-01-19 | 4 | -20/+58 |
| |/ |
|
* / | Fix NPE•••bug: 3364217
Change-Id: If6a2514a8feac509d7b6716c8574521a0ec0fa3e
|  Ken Wakasa | 2011-01-19 | 1 | -2/+2 |
|/ |
|
* | Merge "Pressing shift could turn off shift state while auto capitalize mode" ... |  Tadashi G. Takaoka | 2011-01-18 | 3 | -11/+54 |
|\ |
|
| * | Pressing shift could turn off shift state while auto capitalize mode•••Bug: 3363137
Change-Id: I442c1fbb185ad9ea16ee9bab70649f2b9f89400c
|  Tadashi G. Takaoka | 2011-01-19 | 3 | -11/+54 |
* | | Merge "Simplify latin IME settings page." into honeycomb |  Jean Chalard | 2011-01-18 | 2 | -2/+16 |
|\ \ |
|
| * | | Simplify latin IME settings page.•••Do not show the recorrection option on xlarge terminals,
and make it true by default. Also, bring the Auto-capitalization
at the top of the settings page.
Issue: 3282448
Change-Id: I51a9ae6c7e496be2970107277f0a4ac65b12821e
|  Jean Chalard | 2011-01-18 | 2 | -2/+16 |
| |/ |
|
* | | Change the UI of Voice IME to be more like Voice Search.•••There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout.
The main issues found were:
- the size of the keyboard is specified in inches, and
(cm)(inches + inches) != ((cm) inches) + ((cm) inches))
- the height of keyboard background is high as the landscape keyboard, but it higher than
the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the
onMeasure method. However, if I use the same image background in RelativeLayout
the Relative layout height is set to the height of the background, thus higher than the keyboard
- the change configuration was not propageted correctly
Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
|  Luca Zanolin | 2011-01-18 | 6 | -130/+317 |
* | | Merge "Disable auto-correct when previous suggestion candidates are shown" in... |  satok | 2011-01-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Disable auto-correct when previous suggestion candidates are shown•••Change-Id: I16717f0c67950297a077a15b2b6492180c0bc54b
|  satok | 2011-01-18 | 1 | -1/+1 |
* | | | Merge "Load keyboard correctly when subtype has been changed to keyboard" int... |  Tadashi G. Takaoka | 2011-01-18 | 2 | -61/+68 |
|\ \ \ |
|
| * | | | Load keyboard correctly when subtype has been changed to keyboard•••Bug: 3299191
Change-Id: I5d75898aca5de25d9955efac52979097e529990b
|  Tadashi G. Takaoka | 2011-01-18 | 2 | -61/+68 |
* | | | | Merge "Clear composing text when the auto-corrected word is reverted" into ho... |  Tadashi G. Takaoka | 2011-01-18 | 1 | -6/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Clear composing text when the auto-corrected word is reverted•••Bug: 3363133
Change-Id: Ib7582ad354ba16eb8ebc9f0b4f51c8ec3790f578
|  Tadashi G. Takaoka | 2011-01-18 | 1 | -6/+10 |
| |/ / |
|
* | / | Remove the keyboard popup option by default.•••Add an option to mask the sound on keypress preference, and
make it false on xlarge terminals by default.
bug: 3282448
Change-Id: I747272d9edf854dc229aa620836cfa35a437d13f
|  Jean Chalard | 2011-01-18 | 1 | -0/+6 |
| |/
|/| |
|
* | | Add debug log for subtypes.•••Change-Id: I7941adeab3357db1ceb7bc0c9c01a01d6ac9cf98
|  satok | 2011-01-18 | 1 | -0/+1 |
|/ |
|
* | Purge keyboard only when voice input will be invoked•••This change also draws the language name in light gray on spacebar
without fading out even when the keyboard locale has not been changed.
Bug: 3362369
Bug: 3361915
Change-Id: I66538b03ce2e48c3441091319d0377176f8118ec
|  Tadashi G. Takaoka | 2011-01-18 | 4 | -12/+18 |
* | Merge "Preserve punctuation character after canceling auto correction" into h... |  Tadashi G. Takaoka | 2011-01-17 | 1 | -9/+21 |
|\ |
|
| * | Preserve punctuation character after canceling auto correction•••Bug: 3230708
Change-Id: I939ca19c9c08d9b79658261b1e654a66af5cc493
|  Tadashi G. Takaoka | 2011-01-17 | 1 | -9/+21 |
* | | Merge "Make sure that keyboard is not displayed when voice mode" into honeycomb |  Tadashi G. Takaoka | 2011-01-17 | 4 | -60/+53 |
|\ \ |
|
| * | | Make sure that keyboard is not displayed when voice mode•••Bug: 3352347
Change-Id: I43cf5159f8bdcf2bc2c9a48662ea44a43ad4e25d
|  Tadashi G. Takaoka | 2011-01-17 | 4 | -60/+53 |
* | | | Fix voice key enable status has not been reflected to keyboard id•••Bug: 3355428
Change-Id: Id4e572357a7b5603e9a609b7e80b81d8e2c500f6
|  Tadashi G. Takaoka | 2011-01-17 | 1 | -7/+7 |
|/ / |
|
* | | Revert I432be8f7 partially•••This change reverts removing SubtypeSwitcher.onConfigurationChanged by careless in I432be8f7.
Bug: 3290290
Change-Id: I796ea01877d61eb750dabdeb3fdbf87666646c56
|  Tadashi G. Takaoka | 2011-01-17 | 2 | -0/+18 |
* | | Merge "Place language name at center of spacebar if no space icon" into honey... |  Tadashi G. Takaoka | 2011-01-17 | 2 | -5/+13 |
|\ \ |
|
| * | | Place language name at center of spacebar if no space icon•••This change also leaves the language name as light grayed after fading out.
Bug: 3290290
Change-Id: I71adf80c9a3b77d2fd34bca458845d85d55cbee7
|  Tadashi G. Takaoka | 2011-01-17 | 2 | -5/+13 |
| |/ |
|
* | | Merge "Fixes in close() in BinaryDictionary." into honeycomb |  Ken Wakasa | 2011-01-16 | 3 | -12/+32 |
|\ \ |
|
| * | | Fixes in close() in BinaryDictionary.•••Avoid using 'synchronized' in finalizer as well.
bug: 3340837
Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2
|  Ken Wakasa | 2011-01-17 | 3 | -12/+32 |
| |/ |
|
* / | Allow implicitly enabled subtypes in subtype switcher.•••Change-Id: I30cd9df85fd1927ee9c3bfbe0574167d4953a765
|  satok | 2011-01-17 | 1 | -1/+1 |
|/ |
|
* | Invoke voice recognition certainly onStartInputView•••Bug: 3352347
Change-Id: I80763c0a48ebf1ecd23549d78269421ebb40d206
|  Tadashi G. Takaoka | 2011-01-15 | 1 | -2/+8 |
* | Merge "Fix froyo-ub-LatinImeGoogle compatibility" into honeycomb |  Tadashi G. Takaoka | 2011-01-14 | 2 | -2/+2 |
|\ |
|
| * | Fix froyo-ub-LatinImeGoogle compatibility•••Change-Id: I46fca4735d08552dfb414b2b302b4ed97ae96ab0
|  Tadashi G. Takaoka | 2011-01-14 | 2 | -2/+2 |
* | | Merge "Add SubtypeLocale class" into honeycomb |  Tadashi G. Takaoka | 2011-01-14 | 2 | -1/+49 |
|\ \ |
|
| * | | Add SubtypeLocale class•••Change-Id: Ic4c73c313f976ad6df1b4ddf48b914d05a08d283
|  Tadashi G. Takaoka | 2011-01-14 | 2 | -2/+49 |
* | | | Notify keyboard language on space bar when it has changed•••This change also introduces the following.
* space bar language switcher is enabled for phone device.
* get rid of spcae key icon from number keyboard of tablet.
* slightly lower the position of language name on space bar of tablet.
Bug: 3290290
Change-Id: I432be8f757bcc84c257770112ff1f6fa7970c584
|  Tadashi G. Takaoka | 2011-01-14 | 6 | -80/+128 |
| |/
|/| |
|
* | | Merge "Do not triggerVoiceIME at changing subtype if IME is not shown." into ... |  satok | 2011-01-14 | 1 | -1/+1 |
|\ \ |
|