Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Spanish United States keyboard•••The subtype locale name on the spacebar will be suppressed when only one subtype is enabled and - Subtype locale is equal to the system locale. or - Subtype language is equal to the system language but the subtype is implicitly enabled. Thus the "es_ES" system locale chooses "es" subtype keyboard implicitly but the keyboard doesn't have the subtype name on its spacebar. This change also removes Spanish Latin America keyboard. Bug: 7531804 Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15 | 2012-11-19 | 1 | -12/+22 | |
* | Enhance ImfUtils to InputMethodManagerWrapper class•••Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020 | 2012-11-12 | 2 | -40/+43 | |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d | 2012-10-29 | 5 | -54/+49 | |
* | Fix the build (again)•••Change-Id: Idb7addede891a5c672d7fc09ddfe4d2585f8d647 | 2012-10-23 | 1 | -1/+1 | |
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 1 | -1/+1 | |
* | Stop using private APIs in tests.•••Not sure it's much better, but at least this is public. Bug: 6202480 Change-Id: If6cda78fbd32cfb068e0b2fcb637914939b044b3 | 2012-10-10 | 1 | -1/+1 | |
* | Fix failing tests.•••Most of the failures can be ascribed to the tests not passing the correct old position of the cursor on a second call to onUpdateSelection() to LatinIME. Bug: 7276565 Bug: 7276805 Bug: 7276195 Change-Id: I3f1b52cdcc783ea18838408bed50699b7254eaf4 | 2012-10-10 | 4 | -16/+52 | |
* | Make unit tests create temporary files in the cache directory.•••Change-Id: I90791b364b441bc4e8e221d9e668372d15591719 | 2012-10-05 | 3 | -32/+44 | |
* | fix writeCharGroup.•••Change-Id: Ib841afaba0a20c3b300eb7d3e9133243f9f3ae58 | 2012-10-05 | 1 | -18/+80 | |
* | am d173ed18: am bf6c8bd8: am 3f7fe829: Merge "Always consider a new line the ...•••* commit 'd173ed18e44ea5cdc48d5f620bb91efcd3ed5174': Always consider a new line the start of a sentence | 2012-10-04 | 1 | -0/+8 | |
|\ | |||||
| * | Always consider a new line the start of a sentence•••Bug: 7282523 Change-Id: I10a73e99efdfe6acb9a16819694b98c6714fd451 | 2012-10-04 | 1 | -0/+8 | |
* | | Add insertWord.•••bug: 6669677 Change-Id: Ide55a4931071de9cd42c1cddae63ddd531d2feba | 2012-10-04 | 1 | -0/+335 | |
|/ | |||||
* | Use BinaryDictInputOutput to save UserHistoryDictionary.•••bug: 6669677 Change-Id: I08193c26f76dbd48168f8ac02c1b737525bfc7b2 | 2012-09-27 | 1 | -0/+109 | |
* | Combine mHasParentAddress with mHasLinkedListNode into mSupportsDynamicUpdate.•••bug: 6669677 Change-Id: I82799af199358420f09ac34fc005091e202c5d3b | 2012-09-24 | 1 | -24/+16 | |
* | Add deleteWord.•••bug: 6669677 Change-Id: I1a5b90ee05e5cffd74a5c140384a3e37c79e7e70 | 2012-09-21 | 1 | -1/+36 | |
* | Add getTerminalPosition.•••Change-Id: If04d779db23b1aea2cc12e5e9b8cecfcb35a5737 | 2012-09-20 | 1 | -1/+90 | |
* | Make BinaryDictIOUtils.•••Change-Id: I45830235ee738233e8eb2bd91d659705b698f58c | 2012-09-19 | 1 | -1/+1 | |
* | Make writePlacedNode write the linked-list node.•••Change-Id: I60feda815ea08cf73300fccca1ae12b97550f116 | 2012-09-18 | 1 | -3/+11 | |
* | Take space state into account for caps (A11)•••Bug: 6950087 Change-Id: I8a1bca24db64b4dd54db8ac74d90cf43cbdddab6 | 2012-09-18 | 1 | -30/+37 | |
* | Take locale into account for caps (A10)•••Bug: 4967874 Change-Id: Ic7ce7b2de088308fa00865c81246c84c605db1e5 | 2012-09-14 | 1 | -26/+35 | |
* | Remove an unused function (A8)•••Change-Id: I0578068946d32192c4faf14b3e86624b7301c7d9 | 2012-09-14 | 1 | -11/+0 | |
* | Fix abbreviations processing for English (A7)•••It's still incorrect for non-English languages. Bug: 4967874 Change-Id: I3d4379265f72e1c0435eba90ab878a80bbcf55ce | 2012-09-14 | 1 | -0/+41 | |
* | Add tests for BinaryDictInputOutput.•••Change-Id: I2ca66fd9a3568d5b6ece79d954095383d23a0a9f | 2012-09-13 | 1 | -37/+59 | |
* | Move FormatOptions and FileHeader to FormatSpec.•••Change-Id: I232e35598635113bf2c81825669c744aadc79efe | 2012-09-13 | 2 | -4/+4 | |
* | Add tests for readDictionaryBinary with byte array.•••Change-Id: I2c2815e9d4867687fb3f5b0c661e6162b88c0a0c | 2012-09-06 | 1 | -56/+109 | |
* | Refactor BinaryDictIOTests.•••Change-Id: I6eef88ab436f478a9255cc20ea59a24cd472807e | 2012-09-06 | 1 | -49/+51 | |
* | Check shortcuts in checkDictionary.•••Change-Id: I150913833e586bf7d3f0b9b2e796a61f89fa4f83 | 2012-09-06 | 1 | -18/+36 | |
* | Change BinaryDictIOTests's package.•••Change-Id: Ie9df2f7767cd925051c5e1fdcc325cc3359bca20 | 2012-09-05 | 1 | -1/+2 | |
* | Add FormatOptions.•••Change-Id: Ibad05a5f9143de1156b2c897593ec89b0a0b07e7 | 2012-09-05 | 2 | -2/+8 | |
* | Add a preliminary test for basic Russian spell check•••Bug: 6981919 Change-Id: I5ec6a6468cb616e7a4369c79b4dbfc84f3d8de59 | 2012-09-04 | 2 | -0/+30 | |
* | Add a first test for the spell checker•••Bug: 6981919 Change-Id: Idd34150cec70e71bde652428f1631693bbc4a9ff | 2012-09-04 | 2 | -2/+58 | |
* | Merge "Reinstate the shortcut-only attribute" into jb-mr1-dev | 2012-09-02 | 2 | -5/+5 | |
|\ | |||||
| * | Reinstate the shortcut-only attribute•••Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d | 2012-08-31 | 2 | -5/+5 | |
* | | add UserHistoryDictIOUtils.•••Change-Id: I8a70e43b23f65b5fd5f0ee0b30a94ad8f5ef8a8a | 2012-08-31 | 1 | -0/+249 | |
* | | add readUnigramsAndBigramsBinary.•••Change-Id: I7967f11211221d4877bf0a0c30183af885f45390 | 2012-08-31 | 1 | -20/+167 | |
|/ | |||||
* | Separate inner classes of keyboard package out under internal package•••Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922 | 2012-08-30 | 3 | -3/+2 | |
* | Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-dev | 2012-08-23 | 1 | -0/+224 | |
|\ | |||||
| * | Use ByteBuffer when reading FusionDictionary from file.•••Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537 | 2012-08-24 | 1 | -0/+224 | |
* | | Fix bug in InputPointers.append•••Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47 | 2012-08-23 | 1 | -0/+57 | |
|/ | |||||
* | Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37 | 2012-08-22 | 1 | -1/+2 | |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 3 | -3/+6 | |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d | 2012-08-21 | 1 | -4/+1 | |
* | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f | 2012-08-21 | 1 | -3/+1 | |
* | fix findWordInTree.•••Change-Id: I8f42df28f76188677db9d4e55885e1fc6a40b53f | 2012-08-17 | 1 | -0/+6 | |
* | fix findWordInTree.•••Change-Id: I9d81c815494a0670afa81219ad7bad82274d997e | 2012-08-16 | 1 | -0/+42 | |
* | Use ArrayList to implement PointerTrackerQueue•••Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557 | 2012-08-08 | 1 | -1/+1 | |
* | Add PointerTrackerQueue unit tests•••This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7 | 2012-08-07 | 2 | -33/+349 | |
* | Don't forward phantom space state on stripper input•••Bug: 6890540 Change-Id: I923b24e3bc17e7b923be4940ad739b58dca24a1f | 2012-07-31 | 1 | -0/+13 | |
* | Rename LatinKeyboardView to MainKeyboardView•••Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60 | 2012-07-23 | 1 | -35/+35 | |
* | Implement ResizableIntArray.fill•••Change-Id: I570641bc2f32d016c247db6c065a138d8235ab8c | 2012-07-20 | 1 | -8/+89 |