Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Allow double-space-to-period after a plus char" | 2013-09-18 | 1 | -3/+1 | |
|\ | |||||
| * | Allow double-space-to-period after a plus char•••Bug: 10704936 Change-Id: I30fdaea648605ef7e7fea6c093581ed5c6de03f3 | 2013-09-18 | 1 | -3/+1 | |
* | | Merge "Set EmojiCapable" | 2013-09-18 | 1 | -0/+5 | |
|\ \ | |||||
| * | | Set EmojiCapable•••Bug: 10240645 Change-Id: I891309c2a82f8d10f8fdb0872403a7a235e27b5f | 2013-09-18 | 1 | -0/+5 | |
| |/ | |||||
* / | Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b | 2013-09-18 | 1 | -1/+0 | |
|/ | |||||
* | Save & restore emoji keyboard state•••Bug: 10538430 Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6 | 2013-09-16 | 1 | -0/+4 | |
* | Add emoji icon and code as a groundwork•••The emoji switching key icon asset should be updated. The icons in this change are just borrowed from Hangout. Bug: 10179862 Bug: 6370846 Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9 | 2013-08-06 | 1 | -0/+2 | |
* | Remove CODE_RESEARCH•••Instead of CODE_RESEARCH, special outputText ".research." is used to invoke a research feedback dialog. Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e | 2013-08-05 | 1 | -2/+0 | |
* | Small cleanup•••Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84 | 2013-08-05 | 1 | -0/+1 | |
* | Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 | 2013-07-26 | 1 | -9/+4 | |
* | Handling key repeat by emulating key press and code input•••This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959 | 2013-07-02 | 1 | -0/+7 | |
* | Add CODE_CAPSLOCK for long press shift key•••This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad | 2013-06-04 | 1 | -13/+15 | |
* | Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs•••Change-Id: I16e3f3ebc43772cfd96c824afeddfd225404b857 | 2013-05-28 | 1 | -4/+0 | |
* | Don't insert automatic spaces when text looks like a URL•••This is about as ad-hoc as it gets, but then again, what we want is probably as ad-hoc as it gets. All URL boxes I know of double as search bars, and not adding automatic spaces there sucks (e.g. in Chrome URL bar). And in other boxes actually you don't want to add a space if it looks like a URL. QSB isn't even a search box, and it behaves like this. So I think this is actually the right answer to the problem. Bug: 7062925 Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02 | 2013-04-16 | 1 | -0/+2 | |
* | Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 | 2013-02-22 | 1 | -8/+6 | |
* | Move parseCsvString to StringUtils•••Change-Id: I602f33991ca57b6057ec2defe01573552b322857 | 2013-02-12 | 1 | -0/+4 | |
* | Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL•••Change-Id: I18a997503de4033b5341b564145bca862a872098 | 2013-01-22 | 1 | -1/+1 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Distinguish action-enter/shift-enter/enter•••Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1 | 2013-01-15 | 1 | -1/+2 | |
* | Remove MAX_WORD_LENGTH_INTERNAL•••Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071 | 2013-01-15 | 1 | -0/+1 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 1 | -2/+2 | |
* | Start committing hardware events (B4)•••Essentially this does activate auto-correction with a hardware keyboard, although a lot of things are still left to implement. No proximity is used yet which means only missing and excessive letters are considered. Dead keys are not handled. No combiner is supported. No suggestions are displayed. Resuming suggestions does not work correctly with a hardware key (because the view holds a temporary hardware event 'onKeyPreIme' and the event from the IME won't be handled until this is handled which won't happen until after the IME said that it did handle the event). Bug: 5037589 Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae | 2012-12-27 | 1 | -0/+1 | |
* | [Rlog11] ResearchLogger printable code for research key•••Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b | 2012-12-19 | 1 | -0/+1 | |
* | Merge "Move isInvalidCordinates() method to Constants class" | 2012-10-31 | 1 | -1/+6 | |
|\ | |||||
| * | Move isInvalidCordinates() method to Constants class•••Change-Id: Iad1464c299ad6055af1db1ff7978e5cd9a14750f | 2012-11-01 | 1 | -1/+6 | |
* | | Cosmetic source code formating change•••Change-Id: I3a53b49afab70dfb13f12027070635da6001eb79 | 2012-11-01 | 1 | -1/+0 | |
|/ | |||||
* | Remove reference of android.util.Log in Constants class•••This is a follow up of Iee01d4d2. Change-Id: I0bcd349d317d9f7d40ef0574e72c640f9f990c5d | 2012-10-29 | 1 | -4/+0 | |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d | 2012-10-29 | 1 | -0/+70 | |
* | Fix dicttool_aosp build•••Change-Id: Iabcf420b4120e3d275fdbcb23939a0ab6052ddf0 | 2012-09-10 | 1 | -3/+1 | |
* | Check the length of the word when add to FusionDictionary.•••Change-Id: Id98d18e90a8b83b597507728b467f56888c8fd12 | 2012-09-10 | 1 | -0/+8 | |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d | 2012-08-21 | 1 | -0/+7 | |
* | Add gesture trail feedback.•••Change-Id: I32709fac0dec3165678a052aa286e2fb3d90721b | 2012-07-20 | 1 | -0/+7 | |
* | Change auto caps mode argument to int type•••Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e | 2012-05-18 | 1 | -0/+15 | |
* | Fix subtype name for a custom input style with en_US and en_GB•••This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263 | 2012-05-07 | 1 | -5/+14 | |
* | Add Constants class to hold public constants•••This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657 | 2012-04-19 | 1 | -0/+103 |