aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix a bug where suggestions would not update in Froyo WebTextView•••Bug: 4396864 Change-Id: Ia45466319498ae7e35fe8a39b4e3a361d66ac2cc Jean Chalard2011-05-121-1/+4
* | | | Revert "Added support for speaking keys through accessibility service."•••This reverts commit dcade18113286a132a2f5fb508fdba836470c3fb. Bug: 4379983 Change-Id: I2448d8f03990a39a3e328a88904d82efc70241a2 Tadashi G. Takaoka2011-05-126-306/+13
|/ / /
* | | Merge "Refactor settings flags."Jean Chalard2011-05-112-257/+295
|\ \ \ | |/ / |/| |
| * | Refactor settings flags.•••This needs Ic5bd9b45 to not break the build. Change-Id: I9684be89baba0f855f19c11d000c5638c04cc26e Jean Chalard2011-05-112-257/+295
* | | Fix a bug where suggestion strip pick would reset magic space•••Bug: 4391347 Change-Id: I93c3c821d3ab78a300edc3d251ce7b1ee0dc3958 Jean Chalard2011-05-111-1/+2
|/ /
* | Move re-correction codes to Recorrection.java•••Change-Id: I0641f333bbc7d4ac27361c97252c4591584efb9d satok2011-05-104-164/+205
* | Merge "Move Recorrection functions to Recorrection.java"satok2011-05-092-76/+151
|\ \
| * | Move Recorrection functions to Recorrection.java•••Change-Id: I309d78c50074cd6fb02a9d6f51b675b158a56202 satok2011-05-092-76/+151
* | | Merge "Fix suggestion strip geometry"Tadashi G. Takaoka2011-05-091-1/+1
|\ \ \
| * | | Fix suggestion strip geometry•••Bug: 4393288 Change-Id: I6cad1d186db25174a3f31a57975165e720b41266 Tadashi G. Takaoka2011-05-101-1/+1
| |/ /
* | | Merge "Improve magic space handling."Jean Chalard2011-05-091-30/+52
|\ \ \
| * | | 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 Chalard2011-05-091-30/+52
| |/ /
* / / Refactor KeyboardView and create MiniKeyboardView•••Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b Tadashi G. Takaoka2011-05-094-186/+289
|/ /
* | Fix IndexOutOfBoundsException in LatinIME.setSuggestions•••bug: 4369728 Change-Id: I7f8b09ecf7fb096bdff73b2d3575ed3779ed120d Ken Wakasa2011-05-061-1/+1
* | Merge "Straighten out magic space vs real spaces behavior."Jean Chalard2011-05-025-56/+50
|\ \
| * | 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 Chalard2011-05-026-57/+50
* | | 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 Wakasa2011-04-291-7/+13
* | | Include horizontal and vertical gap in the count of Key.isOnKey•••This change also reverts I8f6102d6 and considers that the point is on the key while sorting in proximity key detection. Bug: 4348994 Change-Id: I3ee913675e28da7e7b164805a7a683f0814b38b9 Tadashi G. Takaoka2011-04-293-25/+25
* | | Fix a bug where dead space would appear on the keyboard.•••This change fixes a bug where there would be pixels on the keyboard that would not return a key although it's between two keys - or even right on top of one. This change makes it so that the closest key to the touch - within a certain threshold - is always returned, regardless of whether the touch is inside or not. Bug: 4348994 Change-Id: I8f6102d6787eb025cc3c50a26d3a475aeafc4b64 Jean Chalard2011-04-281-1/+2
* | | Improve the architecture to support multiple dictionaries.•••This change enables the interface to get multiple dictionaries from a dictionary pack. It only implements it to the end in the case of the proprietary method, as the open method needs still some working out, and the "inside the package" method does not need it. This change goes together with Iaa95bf36, and breaks the build without it. Bug: 1752028 Change-Id: I3ccfd696e8ef083ef9c074e1c3e4bb0bf2fcfd23 Jean Chalard2011-04-285-30/+46
|/ /
* | Merge "Fix snap back behavior for a quote mark input."Ken Wakasa2011-04-271-1/+5
|\ \
| * | Fix snap back behavior for a quote mark input.•••Follow-up for I8168ce6a Change-Id: I63b04471c90d3d02de1bb8f092b5d57614cd8591 Ken Wakasa2011-04-271-1/+5
* | | Rename a confusing variable.•••mHasValidSuggestions -> mHasUncommittedTypedChars Bug: 4322591 Change-Id: If7df986af3cf087c8e7571fd88a55e2b2ccfa38a Jean Chalard2011-04-271-21/+21
|/ /
* | Use the new Utils.setSystemLocale method in the new code.•••The change list that introduced this code was created at the same time as the one that introduced the Utils.setSystemLocale method and didn't use it yet. Fix this. Change-Id: Ifdd2ad9f7dbb7f300bc255bc2e035ae893a9d410 Jean Chalard2011-04-271-7/+3
* | Create a dictionary collection and a dictionary factory.•••The dictionary collection is a class complying to the Dictionary interface that acts as a front end to a collection of arbitrarily many dictionaries of any type. The dictionary factory is a helper class for creating various dictionaries and get some meta information about them. At the same time, this change makes the BinaryDictionary class not a singleton any more. This also needs I9afe61a9 to not break the build. Change-Id: I61fdcc4867fcda18342807bf1865e6e46979e5d5 Jean Chalard2011-04-275-116/+254
* | Merge "Add a method to set the locale to Utils."Jean Chalard2011-04-275-25/+18
|\ \
| * | 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 Chalard2011-04-275-25/+18
* | | Enable long press caps lock•••Bug: 3319295 Change-Id: I413062c759a1d91c66fcbf5dd04050dfbf15094f Tadashi G. Takaoka2011-04-271-1/+1
* | | Merge "Release caps lock by double tap on shift key"Tadashi G. Takaoka2011-04-262-1/+27
|\ \ \
| * | | Release caps lock by double tap on shift key•••Bug: 3319295 Change-Id: Ie0cad06c7b1afac0f33af76128303517e9e7bddc Tadashi G. Takaoka2011-04-272-1/+27
* | | | Merge "Handle overflow properly in multiplyRate"satok2011-04-261-2/+4
|\ \ \ \
| * | | | Handle overflow properly in multiplyRate•••Bug: 3401513 Change-Id: I8dd2523caa58bb51c378a01e160a58f9106ce9b8 satok2011-04-261-2/+4
| |/ / /
* | | | Merge "Fix quotation marks"Tadashi G. Takaoka2011-04-262-35/+94
|\ \ \ \
| * | | | Fix quotation marks•••This change * Allows snap back from symbols shifted to symbol layout. * Add "left single", "right single", "single low" and "single high reversed" quotation marks to popup characters of "single quote". * Add "double low" and "double high reversed" quatation marks to popup characters of "double quote". * Add "prime" and "double prime" to popup characters of "degree". * Disable non-ASCII key of symbol more layout on passowrd input. Bug: 4345054 Bug: 4347045 Change-Id: I8168ce6a74a9536e4966f7f9d1099ac0132925c7 Tadashi G. Takaoka2011-04-272-35/+94
| |/ / /
* | | | Merge "Shorter timeout to update auto caps state (100ms)"Tadashi G. Takaoka2011-04-261-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Shorter timeout to update auto caps state (100ms)•••Bug: 4319726 Change-Id: I068279ddfbb79dfebb6ab845d97cccd62d9e052a Tadashi G. Takaoka2011-04-261-1/+1
| |/ /
* | | Merge "Fix getMiddleDisplayLanguage"satok2011-04-261-1/+1
|\ \ \
| * | | Fix getMiddleDisplayLanguage•••Change-Id: Ia73d74b122069197ac471879e5f1cee34f31b182 satok2011-04-261-1/+1
| |/ /
* | | Fix Eclipse warnings.•••This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1 Jean Chalard2011-04-2610-22/+15
* | | Do not use contacts for bigram prediction.•••bug: 4346034 Change-Id: Ibc3c27ca92ed61f1f689df3e90e2eb60fa0cbd33 Jean Chalard2011-04-261-0/+8
|/ /
* | Merge "Display the language name on the spacebar if the full display locale n...satok2011-04-252-12/+19
|\ \
| * | Display the language name on the spacebar if the full display locale name is ...•••Bug: 4329512 Change-Id: I477684747bf9e70a6909c25877fbe9e622571fd4 satok2011-04-252-12/+19
* | | Merge "Refresh the dictionary when the language settings were changed on Dogf...satok2011-04-251-0/+5
|\ \ \
| * | | Refresh the dictionary when the language settings were changed on Dogfood key...•••Bug: 4339319 Change-Id: Id6361927f579797932c465988f6728191748f143 satok2011-04-251-0/+5
| |/ /
* / / Disable sliding language switch on phone and number layout•••Bug: 4331621 Change-Id: Id02c64bb2724a5f990d6dcc548a8d98a1034d531 Tadashi G. Takaoka2011-04-251-2/+9
|/ /
* | Narrower the language switch threshold to key width x 1.25•••Change-Id: I4ea9553bce34bc3783f03d1615c34b6abb153077 Tadashi G. Takaoka2011-04-221-2/+2
* | Release the previous key if multi touch input is started•••Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21 Tadashi G. Takaoka2011-04-221-1/+1
* | Fix repeat key behavior•••Change-Id: Ia7e5b2e9579aa0e5050857cdb14f16fa05a33621 Tadashi G. Takaoka2011-04-222-18/+36
* | Merge "Clear spacebar sliding language switch diff"Tadashi G. Takaoka2011-04-221-0/+1
|\ \
| * | Clear spacebar sliding language switch diff•••Change-Id: If82540b6632476e049fa9c4b3122e9c053227d6e Tadashi G. Takaoka2011-04-221-0/+1