aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typoJean Chalard2012-01-241-4/+4
| | | | Change-Id: I358350c959d5610214a752b14d7744fe83eb3821
* Add comments along with Ic108f301Ken Wakasa2012-01-241-0/+2
| | | | Change-Id: Ic754662865511ad44e99d070585bd9482379c2a0
* Merge 2577fca1Jean-Baptiste Queru2012-01-231-0/+1
|\ | | | | | | Change-Id: Ie2c9f6c2eafb59dff95db8954481ce49c87a6d44
| * am 9a84071b: Merge "Make the JNI lib an optional module"Jean-Baptiste Queru2012-01-201-0/+1
| |\ | | | | | | | | | | | | * commit '9a84071b36b71c9cf2b454b45308f6c1e22c0c26': Make the JNI lib an optional module
| | * Make the JNI lib an optional moduleRobert CH Chou2012-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make it a user module will force it installed no matter the IME is actually required by the product or not. Replace the user by optional and add requiring the libjni_latinime by using LOCAL_REQUIRED_MODULES Change-Id: Ibfc37cf2e2391021d45538c7cea342894b56fbf8
| * | Merge "DO NOT MERGE. Fix more keys for fr_CA and fr_CH. Also tidy up more ↵Ken Wakasa2012-01-113-6/+51
| |\ \ | | | | | | | | | | | | keys for de_ZZ as well." into ics-mr1
| | * | DO NOT MERGE. Fix more keys for fr_CA and fr_CH. Also tidy up more keys ↵Ken Wakasa2011-12-263-6/+51
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | for de_ZZ as well. This is a cherry pick of http://android-git.corp.google.com/g/156427 from master. bug: 5800592 Change-Id: Ifb249e8b6d432bbd1a5faf1a8731deea02962d39
| * / DO NOT MERGE. Save keyboard layout only when it is shownTadashi G. Takaoka2012-01-051-1/+3
| |/ | | | | | | | | | | | | | | This is a cherrypick of I150b4a05 from master to ics-mr1. Bug: 5130446 Bug: 5787394 Change-Id: Ie0d58283042166537ff161344564c3c51b0d1296
* | Force KeyboardShiftState reset by setShiftLocked(false)Tadashi G. Takaoka2012-01-231-6/+1
| | | | | | | | Change-Id: Ib00d598e6e6a91e594ae01cfc51fb688601f6b8f
* | Merge "Get rid of useless updateShiftState"Tadashi G. Takaoka2012-01-221-1/+0
|\ \
| * | Get rid of useless updateShiftStateTadashi G. Takaoka2012-01-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Because KeyboardState.onLoadKeyboard will invoke SwitcherActions.requestUpdateShiftState eventually, the calling updateShiftState at the end of KeyboardSwitcher.onLoadKeyboard is useless. Change-Id: Ib6e746b1516ef1b4c981807a9b8785a046ba50e0
* | | Merge "Add more debug message to KeyboardState"Tadashi G. Takaoka2012-01-221-6/+13
|\ \ \
| * | | Add more debug message to KeyboardStateTadashi G. Takaoka2012-01-231-6/+13
| |/ / | | | | | | | | | Change-Id: Ie0bceb494b0521bf406418d5ecbc16752c818aba
* | | Merge "Squash a ridiculously improbable NPE"Jean Chalard2012-01-221-0/+8
|\ \ \ | |/ / |/| |
| * | Squash a ridiculously improbable NPEJean Chalard2012-01-191-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | This probably can't be triggered by anything that is not a monkey, but still, let's fix this Bug: 5797549 Change-Id: I9a7d9fd6664c97787ce676a28675e96f46df7658
* | | Support @icon/icon_name for more keys specificationTadashi G. Takaoka2012-01-207-47/+54
| | | | | | | | | | | | Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7
* | | Merge "Support @string reference in moreKeys attribute"Tadashi G. Takaoka2012-01-203-26/+91
|\ \ \
| * | | Support @string reference in moreKeys attributeTadashi G. Takaoka2012-01-203-26/+91
| | | | | | | | | | | | | | | | Change-Id: If0056d0601149d2ddd0e231a81e7b2409b37fc06
* | | | Merge "Fix a bug where a check would fail"Jean Chalard2012-01-201-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a bug where a check would failJean Chalard2012-01-201-3/+3
| | | | | | | | | | | | | | | | | | | | Bug: 5894393 Change-Id: I810de58730f2cabcaf7b8dc1d85b3725f959094b
* | | | Merge "Move MoreKeySpecParser.getResourceId to Utils"Tadashi G. Takaoka2012-01-202-19/+21
|\ \ \ \
| * | | | Move MoreKeySpecParser.getResourceId to UtilsTadashi G. Takaoka2012-01-202-19/+21
| |/ / / | | | | | | | | | | | | Change-Id: I0640dbe76a8ff2dc45b504eca631942811571736
* | | | Merge "Change more key specification type to String from CharSequence"Tadashi G. Takaoka2012-01-204-73/+73
|\ \ \ \
| * | | | Change more key specification type to String from CharSequenceTadashi G. Takaoka2012-01-204-73/+73
| |/ / / | | | | | | | | | | | | Change-Id: I5e910f8225a248fc6403771836dec4c0b7294caa
* / / / Fix a bug where the user typed word would not be passed.Jean Chalard2012-01-201-4/+4
|/ / / | | | | | | | | | | | | Bug: 5894271 Change-Id: I4f02ff322697159e08f5e898608c0aff11dacb2f
* | | Merge "Fix KeyboardState switching back from alphabet-chording input correctly"Tadashi G. Takaoka2012-01-191-0/+10
|\ \ \
| * | | Fix KeyboardState switching back from alphabet-chording input correctlyTadashi G. Takaoka2012-01-191-0/+10
| | | | | | | | | | | | | | | | | | | | Bug: 5881820 Change-Id: I108bbc25baa331cc87f00955b48188b3557d10dd
* | | | Merge "Fix KeyboardState to pass KeyboardStateMultiTouchTests"Tadashi G. Takaoka2012-01-191-1/+5
|\| | |
| * | | Fix KeyboardState to pass KeyboardStateMultiTouchTestsTadashi G. Takaoka2012-01-191-1/+5
| | | | | | | | | | | | | | | | Change-Id: If2b9ee7cf3fad7633d64b98758f802792d66f7a8
* | | | Merge "Cleanup KeyboardState a bit"Tadashi G. Takaoka2012-01-191-26/+29
|\| | |
| * | | Cleanup KeyboardState a bitTadashi G. Takaoka2012-01-191-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | Rename KeyboardShiftState variable and reorder some statements. Change-Id: I7e8842836f35876f8697f9906343f7d4a1f9db4f
* | | | Merge "Fix a bug with backspace happening after a manual pick."Jean Chalard2012-01-191-6/+11
|\ \ \ \
| * | | | Fix a bug with backspace happening after a manual pick.Jean Chalard2012-01-191-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5884397 Change-Id: I01f462075bcbf7da38e9af2084ecd37143923e8b
* | | | | Merge "Small code simplification."Jean Chalard2012-01-191-5/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Small code simplification.Jean Chalard2012-01-191-5/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | I'm pretty sure the test here was useless. Change-Id: Iaece641fbd5455406533b19555f2b639759a525f
* | | | Merge "Add Bulgarian keyboard"Tadashi G. Takaoka2012-01-186-2/+464
|\ \ \ \
| * | | | Add Bulgarian keyboardTadashi G. Takaoka2012-01-196-2/+464
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 5864001 Bug: 5738545 Change-Id: I3aa8a0e531e091680c0e05c55e72edd05e5ebc77
* / / / Fix MoreKeySpecParser to be able to handle outputText correctlyTadashi G. Takaoka2012-01-191-18/+29
|/ / / | | | | | | | | | | | | | | | | | | The issue was introduced by Id2320f4d. Bug: 5887936 Change-Id: Ifec3aefb5b168f790de696ece104b84cdab46539
* | | Enable usability study mode optionTadashi G. Takaoka2012-01-181-1/+2
| | | | | | | | | | | | Change-Id: Iadd69fbde42b895dd30f98890f59b56cdcdd4007
* | | Add more multitouch testsTadashi G. Takaoka2012-01-182-12/+12
| | | | | | | | | | | | Change-Id: I424a4b608fec084cb787003ef4417ccf273366ae
* | | Get rid of hasDistinctMultitouch reference from KeyboardStateTadashi G. Takaoka2012-01-182-17/+12
|/ / | | | | | | Change-Id: I0a783a425302fbc381d056f5b0d757c27f2a9f14
* | Add a whitelist entryJean Chalard2012-01-181-0/+4
| | | | | | | | | | | | nit → not Change-Id: I8d0fc6fe4b769cd76c8059848a8ec249bb9fea0d
* | Remove KeyboardSwicther.toggleCapslockTadashi G. Takaoka2012-01-173-25/+14
| | | | | | | | Change-Id: Id613c06e2df770659095d78d42637aed063d0c70
* | Rename KeyboardActionListener methodsTadashi G. Takaoka2012-01-179-104/+87
| | | | | | | | | | | | | | | | | | | | | | * Rename KeyboardActionListener.onPress to onPressKey * Rename KeyboardActionListener.onRelease to onReleaseKey * Merge KeyboardSwicther.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardSwitcher.onReleaseShift and onReleaseSymbol to onReleaseKey. * Merge KeyboardState.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardState.onReleaseShift and onReleaseSymbol to onReleaseKey. Change-Id: Icf28fd18e238c5e534c292893e4ab5b6b98e72f8
* | Merge "Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher"Tadashi G. Takaoka2012-01-173-53/+9
|\ \
| * | Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcherTadashi G. Takaoka2012-01-173-53/+9
| | | | | | | | | | | | Change-Id: I9bb8f78b0a766cd7937d5cbe1c1e5e35898b2997
* | | Merge "Fix a bug where words disappear on inserting separators"Jean Chalard2012-01-161-1/+7
|\ \ \
| * | | Fix a bug where words disappear on inserting separatorsJean Chalard2012-01-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basic idea is that in some situations, we would restart suggestions, but before evaluating them we would bail out because suggestions were not requested. This would lead to the "correction" set to null, so we would commit a null word. This fix does two things: - Do not restart suggestions when not requested. - If we still end up with a composing word when suggestions are not requested, we select the typed word as the correct version. Bug: 5846646 Change-Id: Ic35351841d0cb20afa99092ef681ecb7bd68bec6
* | | | Merge "Fix a bug where suggestion would restart at a bad time"Jean Chalard2012-01-161-3/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a bug where suggestion would restart at a bad timeJean Chalard2012-01-171-3/+16
| |/ / | | | | | | | | | | | | Bug: 5846646 Change-Id: I7c907d0a9478e0878b92ead94173caefc21b627b