| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove manual config item controlling to show input language settings•••Change-Id: I77f831c653567f2cf214a5b61107b25cca6d751d
|  Tadashi G. Takaoka | 2011-05-20 | 1 | -8/+8 |
* | | Merge "Reload keyboard after SoftInputWindow size changed" |  Tadashi G. Takaoka | 2011-05-20 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Reload keyboard after SoftInputWindow size changed•••Bug: 4450008
Change-Id: Ic6c457db808d8e7479bfaa509192c07a384453e2
|  Tadashi G. Takaoka | 2011-05-20 | 1 | -1/+8 |
* | | Show full display names in the popup of the spacebar language swicher•••- Multiply the speed of the slide
Bug: 4427222
Change-Id: Ifd2de9843191296f0f311440ea7b8ab075c67d8d
|  satok | 2011-05-18 | 1 | -3/+3 |
|/ |
|
* | Fix NPE•••Change-Id: Ib9a000ead8be91fab815dda161fcb258f678c3f4
|  satok | 2011-05-14 | 1 | -1/+3 |
* | Merge "Add advanced settings screen" |  Jean Chalard | 2011-05-13 | 1 | -5/+3 |
|\ |
|
| * | Add advanced settings screen•••Also add an option for popup dismissal delay so as to inaugurate the
new screen. Besides, remove a path for options to escape from
LatinIME and replace with a direct read from the settings.
Change-Id: I7ec6e724262871fa6523506ecc39f65c5fbe34da
|  Jean Chalard | 2011-05-13 | 1 | -5/+3 |
* | | Merge "Fix null pointer exception in LatinIME" |  satok | 2011-05-13 | 1 | -8/+11 |
|\ \
| |/
|/| |
|
| * | Fix null pointer exception in LatinIME•••Change-Id: Ic4d60fe651bdc83771137c0f61f07c3879a3f1a1
|  satok | 2011-05-13 | 1 | -8/+11 |
* | | Fix a bug with dictionary add interface.•••Fix a bug where the "Touch again to save" message would not stay
on screen, following a wrong fix for a problem where Gingerbread-
would not display punctuation in the suggestion strip in
WebTextView.
Change-Id: I3556f83f867240ed7f16753450e6c975853208e5
|  Jean Chalard | 2011-05-13 | 1 | -5/+2 |
|/ |
|
* | Merge "Fix the available input locales and moved Recorrection" |  satok | 2011-05-12 | 1 | -3/+4 |
|\ |
|
| * | Fix the available input locales and moved Recorrection•••Bug: 4409091
Change-Id: I6efd23ebb9528bf1bd35320057a0ea264c187451
|  satok | 2011-05-12 | 1 | -3/+4 |
* | | Merge "Fix a bug where suggestions would not update in Froyo WebTextView" |  Jean Chalard | 2011-05-12 | 1 | -1/+4 |
|\ \ |
|
| * | | Fix a bug where suggestions would not update in Froyo WebTextView•••Bug: 4396864
Change-Id: Ia45466319498ae7e35fe8a39b4e3a361d66ac2cc
|  Jean Chalard | 2011-05-12 | 1 | -1/+4 |
* | | | Revert "Added support for speaking keys through accessibility service."•••This reverts commit dcade18113286a132a2f5fb508fdba836470c3fb.
Bug: 4379983
Change-Id: I2448d8f03990a39a3e328a88904d82efc70241a2
|  Tadashi G. Takaoka | 2011-05-12 | 1 | -12/+2 |
|/ / |
|
* | | Merge "Refactor settings flags." |  Jean Chalard | 2011-05-11 | 1 | -257/+108 |
|\ \
| |/
|/| |
|
| * | Refactor settings flags.•••This needs Ic5bd9b45 to not break the build.
Change-Id: I9684be89baba0f855f19c11d000c5638c04cc26e
|  Jean Chalard | 2011-05-11 | 1 | -257/+108 |
* | | Fix a bug where suggestion strip pick would reset magic space•••Bug: 4391347
Change-Id: I93c3c821d3ab78a300edc3d251ce7b1ee0dc3958
|  Jean Chalard | 2011-05-11 | 1 | -1/+2 |
|/ |
|
* | Move re-correction codes to Recorrection.java•••Change-Id: I0641f333bbc7d4ac27361c97252c4591584efb9d
|  satok | 2011-05-10 | 1 | -159/+12 |
* | Merge "Move Recorrection functions to Recorrection.java" |  satok | 2011-05-09 | 1 | -76/+21 |
|\ |
|
| * | Move Recorrection functions to Recorrection.java•••Change-Id: I309d78c50074cd6fb02a9d6f51b675b158a56202
|  satok | 2011-05-09 | 1 | -76/+21 |
* | | Improve magic space handling.•••Split symbols into:
- Symbols that should swap themselves with a magic space.
- Symbols that should remove the magic space.
- Symbols that should transform the magic space into a real space.
Also, have symbols inserted from the suggestion strip always consider
the space before them to be magic.
Also, do minor refactoring to remove useless variables or make clearer
how to carry some symbol-related information.
Bug: 4391347
Change-Id: Ie2308a62c8fef55e3610897c0f58943acb7aa8c9
|  Jean Chalard | 2011-05-09 | 1 | -30/+52 |
|/ |
|
* | Merge "Straighten out magic space vs real spaces behavior." |  Jean Chalard | 2011-05-02 | 1 | -50/+37 |
|\ |
|
| * | Straighten out magic space vs real spaces behavior.•••Picking a suggestion inserts a space after the word. This change makes
this space a magic space.
Incidentally, do some minor cleanup: add CODE_DASH, CODE_SINGLE_QUOTE
and CODE_DOUBLE_QUOTE to Keyboard and use them throughout the code,
and remove a useless import directive in some unrelated file.
Bug: 4319740
Change-Id: I245f396c34dd0af820bca91edc4ec363238a4ae4
|  Jean Chalard | 2011-05-02 | 1 | -50/+37 |
* | | Revert the suggestion update delay to the original value (100msec) for phones.•••This is actually a follow-up to I385f9eb2
bug: 4361287
Change-Id: I4c4a0a96a7fa28f4f96dd984453d2c9f3fa7d6c2
|  Ken Wakasa | 2011-04-29 | 1 | -7/+13 |
|/ |
|
* | Rename a confusing variable.•••mHasValidSuggestions -> mHasUncommittedTypedChars
Bug: 4322591
Change-Id: If7df986af3cf087c8e7571fd88a55e2b2ccfa38a
|  Jean Chalard | 2011-04-27 | 1 | -21/+21 |
* | Merge "Add a method to set the locale to Utils." |  Jean Chalard | 2011-04-27 | 1 | -3/+3 |
|\ |
|
| * | Add a method to set the locale to Utils.•••Add a setLocale method to Utils that returns the previous locale.
Also unify all calls through the code.
Change-Id: Ic850dc5df19fba00ed3601835652859b4321b544
|  Jean Chalard | 2011-04-27 | 1 | -3/+3 |
* | | Shorter timeout to update auto caps state (100ms)•••Bug: 4319726
Change-Id: I068279ddfbb79dfebb6ab845d97cccd62d9e052a
|  Tadashi G. Takaoka | 2011-04-26 | 1 | -1/+1 |
|/ |
|
* | Move sliding language switch code to PointerTracker•••This change is hack and temporal.
Big: 4328445
Change-Id: I0b8851e9f05390db20ddaa10f35cff1cc9f016da
|  Tadashi G. Takaoka | 2011-04-22 | 1 | -3/+5 |
* | Actually use the bigram prediction option.•••This change also rename methods that should have been renamed in a
previous commit (namely, the
*SetBigramSuggestions family -> *UpdateBigramSuggestions)
Change-Id: I18cac17ba2b93fcc011ea133324f2c7f3532946c
|  Jean Chalard | 2011-04-22 | 1 | -16/+21 |
* | Add an option for using bigram prediction.•••This change adds the option for bigram prediction under the option
for bigram suggestion. The "prediction" option depends on the
"suggestion" option.
This change also reorders a tad bit the settings screen. Namely, it
sticks both bigram options under a "bigram" category, and groups the
options that did not have a group under a "other options", or misc,
category.
Finally this change also renames the internal name of the "text
corrections" option category to "correction_category" instead of
"prediction_category" which was misleading.
Change-Id: I2d8787c8a391fd8202ed3a686c613494b7260a1e
|  Jean Chalard | 2011-04-22 | 1 | -0/+9 |
* | Use user-history bigrams when no input if available.•••This also fixes a small inconsistency upon clicking on whitespace
twice in a row.
Also add some unit tests for an introduced and an existing method.
Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
|  Jean Chalard | 2011-04-22 | 1 | -9/+77 |
* | Rename and reorganize key code•••Change-Id: I13d6fef7af1c4356a22b0e8aebc9e613b1693ece
|  Tadashi G. Takaoka | 2011-04-21 | 1 | -3/+3 |
* | Compute content and visible insets even in voice mode•••Bug: 4317779
Change-Id: If54d15466db9d0362b4470a2ba4618377bdffc2a
|  Tadashi G. Takaoka | 2011-04-21 | 1 | -5/+7 |
* | Refactor key preview code•••This change removes mOldPreviewKeyIndex from KeyboardView.
Bug: 4298393
Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7
|  Tadashi G. Takaoka | 2011-04-19 | 1 | -1/+1 |
* | Receive a broadcast that the dictionary has been updated.•••Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b
|  Jean Chalard | 2011-04-14 | 1 | -0/+5 |
* | Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
|  satok | 2011-04-14 | 1 | -1/+1 |
* | Merge "Fast key preview" |  Tadashi G. Takaoka | 2011-04-13 | 1 | -38/+31 |
|\ |
|
| * | Fast key preview•••Previously the key preview was implemented by PopupWindow. The key
preview popup window would be dismissed and shown each time the key
was released and pressed. It turned out that it was taking several
milliseconds.
This change implements the key preview by a simple TextView which will
be layout-ed at absolute coordinates within the screen FrameLayout.
And dismissing and showing the key preview is implemented by the
TextView's visibility.
This implementation needs careful coordination of candidates.xml
layout and LatinIME.onComputeInsets to control suggestion strip
visibility.
Bug: 4179964
Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
|  Tadashi G. Takaoka | 2011-04-13 | 1 | -38/+31 |
* | | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
|  satok | 2011-04-13 | 1 | -12/+19 |
|/ |
|
* | Add logOnSeparator•••This is a supplement for I9abb8141f23100d
Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f
|  satok | 2011-04-08 | 1 | -12/+11 |
* | Disable Recorrection when APIs are not supported.•••Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
|  satok | 2011-04-01 | 1 | -1/+2 |
* | Added InputTypeCompatUtils•••Also Moved utilities related to InputType to InputTypeCompatUtils
Change-Id: Iab8ff5389f624f2abe627ece2acb156b0e1285ef
|  satok | 2011-03-25 | 1 | -7/+8 |
* | Added InputConnectionCompatUtils and EditorInfoCompatUtils•••Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a
|  satok | 2011-03-24 | 1 | -12/+10 |
* | Merge "Moved a functionality of setOverScrollMode to InputMethodServiceCompat... |  satok | 2011-03-24 | 1 | -1/+1 |
|\ |
|
| * | Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrapper•••Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d
|  satok | 2011-03-24 | 1 | -1/+1 |
* | | Merge "Added VibratorCompatWrapper" |  satok | 2011-03-24 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Added VibratorCompatWrapper•••Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698
|  satok | 2011-03-24 | 1 | -4/+3 |
* | | Merge "Moved a functionality of setting touchableRegion to InputMethodService... |  satok | 2011-03-24 | 1 | -2/+1 |
|\ \
| |/
|/| |
|