Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-14 | Fix a bug where changing languages kills the composition.•••Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e | 5 | -15/+30 | |
2014-05-14 | Use JniDataUtils::putXxxToArray() to output a value.•••Change-Id: Ifb7bed6623b01acb524566a0fe00dcbdf7273888 | 3 | -19/+21 | |
2014-05-14 | Filter out control characters and non-unicode code points.•••Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b | 4 | -4/+44 | |
2014-05-14 | Create com.android.inputmethod.keyboard.emoji package•••Change-Id: Idd12c2fa4f5add7bb50bd7349ff9a74fffe82cfd | 10 | -31/+24 | |
2014-05-14 | Generate dict code for version 401.•••Bug: 13406708 Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b | 36 | -0/+4660 | |
2014-05-14 | Fix NPE that happens only in some unit tests•••Bug: 14922410 Change-Id: Ica801e102d302e9faa7c24721b37634f1e812af3 | 1 | -1/+3 | |
2014-05-14 | Rename LMP to LXX just in case•••This CL must be checked in together with I7e2ba67f31. Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75 | 60 | -92/+92 | |
2014-05-14 | Make Emoji palette more Quantum light compliant•••Bug: 14419121 Change-Id: I8a737e2b73a000ad66e7e30a695677fe0bcc66fb | 5 | -13/+58 | |
2014-05-14 | Separate functional key background from normal one•••This CL also moves spacebarBackground attribute from MainKeyboardView to KeyboardView. This CL must be checked in together with I48c383ca97. Bug: 14419121 Change-Id: Id356d0086a8fb21375fb5c66076873258fb3d63e | 12 | -96/+75 | |
2014-05-14 | Restrict the permission of dict files created on device.•••Bug: 13497304 Change-Id: I7bf67e2e81bc63a67bd91cbc0f753ecac88349f6 | 2 | -2/+13 | |
2014-05-14 | Use JniDataUtils::outputCodePoints() to output code points•••Bug: 14119293 Bug: 13758761 Change-Id: I516d2f96e219e6e65246f502186ccb9bd5f0670f | 4 | -15/+37 | |
2014-05-14 | Don't send empty composing texts.•••Bug: 13160467 Change-Id: I5e3204ac8aaa18fe9219cc6b564b832ab6cf94fc | 1 | -1/+5 | |
2014-05-14 | Fix unit tests.•••Language change has always been strange. That's because we didn't call the right method >.> Also, extra values were not passed in correctly. Change-Id: Ifc345988df944ad691fe22cb71cb519e47a5a223 | 3 | -7/+14 | |
2014-05-14 | Implement backspace in the current cluster for Myanmar•••Bug: 13945569 Change-Id: I738b01ede25fd731a2e10c4775f5511ce9bb54c8 | 1 | -3/+27 | |
2014-05-14 | Make EmojiCategory and EmojiPalettesAdapter as top level classes•••Change-Id: Iea8087a240cb46e410b8de1f6a784b2995e7a6fb | 7 | -459/+524 | |
2014-05-13 | Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()•••Bug: 14904706 Change-Id: I3b52bb01b9c59cbba2eba0bd1d91dffb4419c019 | 1 | -7/+2 | |
2014-05-14 | Fix emoji category page indicator height•••Bug: 14419121 Change-Id: I67f2072c67c2c4da0e5ac21a90f5cc7313f70f59 | 2 | -2/+2 | |
2014-05-14 | Update LMP colors and temporal drawables•••Bug: 14419121 Change-Id: I84ce3d82636a88f3e63c3858012d1ade44f0cfd2 | 30 | -28/+34 | |
2014-05-14 | Output dictionary format version for dump.•••Change-Id: I13873727dbb25550a5087c883968a77094d2115d | 1 | -0/+1 | |
2014-05-14 | Remove unused drawables•••Change-Id: I27612d5a47ea780a9c9b6244e33ab6ff8fc4a37a | 25 | -0/+0 | |
2014-05-14 | Show voice key even when important notice is showing•••Bug: 14822080 Change-Id: I2a55bb630cf544b6dc31a5e0e6b932c6af268c71 | 1 | -3/+3 | |
2014-05-13 | Implement the distracter filter•••Bug: 13142176 Change-Id: I85a048cdcbbad3d6020a25f900250d8d7a0fe3da | 4 | -17/+170 | |
2014-05-13 | Add content description to the voice key•••Bug: 14849593 Change-Id: I1664b6a4ef54b78a09df65adbffff7861b54c4a9 | 2 | -1/+5 | |
2014-05-13 | Fix inconsistent TalkBack descriptions of keyboard modes•••The previous "symbols shift mode" is renamed as "more symbols mode". This CL also simplifies the shift key on various keyboard modes. Bug: 14461550 Change-Id: I8ed48805eaf95892e0f12f5edcdf97937d5c2bd4 | 2 | -5/+14 | |
2014-05-13 | Add "// namespace latinime"•••Bug: 13406708 Change-Id: I0fa85875fb5b98b4e40a149e3e33e5f56bee9a97 | 2 | -2/+2 | |
2014-05-13 | Move files under bigram/shortcut to under structure.•••Bug: 13406708 Change-Id: I48e9d4ff30a8b50d4f1694ebbefb02cf189f7713 | 14 | -20/+19 | |
2014-05-13 | Add large unit test for dictionary migration.•••Bug: 13406708 Change-Id: Ic1eb627139a1ff57c0000d95d9bd57aa3609f753 | 1 | -0/+85 | |
2014-05-13 | Optimize drawing key text shadow layer•••Change-Id: Id226fe8042ba0f538d5109459a3615d7e7113d7f | 7 | -15/+35 | |
2014-05-13 | Show icon on action key when it is defined in keyboard theme•••This CL also adds the following icons name for an action key. - Go - Send - Next - Done - Previous Bug: 14259323 Change-Id: I48bba708d1f78349270d2ca01aebd8f111685723 | 5 | -0/+121 | |
2014-05-13 | Add isIconDefined predicate to Keyboard_Case attribute•••Bug: 14259323 Change-Id: I9450a5125b1809b9fada6ee6e6b253cabfa2e2b4 | 2 | -2/+18 | |
2014-05-12 | Import translations. DO NOT MERGE•••Change-Id: Ic226d55b4c9cdff3fef5e31b411e0825b76cce55 Auto-generated-cl: translation import | 1 | -9/+9 | |
2014-05-12 | Import translations. DO NOT MERGE•••Change-Id: Ica10c79091d76154a097b2cfd9ff9d5cb8bfc9b0 Auto-generated-cl: translation import | 1 | -9/+9 | |
2014-05-13 | Code cleanup.•••Change-Id: Ic31b66cccfd77348f2ff7961959a3eaf9f7ad5d8 | 4 | -4/+4 | |
2014-05-13 | Fix typo wordPreperty -> wordProperty.•••Change-Id: I793f9a42f8dbf48fa15292e74df9edf1cf5d8901 | 1 | -2/+2 | |
2014-05-13 | Support bigram historical information migration.•••Bug: 13406708 Change-Id: I4bae53e43cb7653eac3b5bd13da2d2bc8aaf88a9 | 15 | -56/+71 | |
2014-05-12 | Add freq=0 words to user history depending on the option.•••Bug: 14686585 Change-Id: Ia1c3adb1bcc625788016e378e1ac7b0792ea9f4e | 2 | -5/+7 | |
2014-05-12 | Skip PtNodes with non-Unicode code points for suggestion.•••Bug: 14119293 Change-Id: Id1d3b789b5f18757070878dba35a7980bfb44591 | 5 | -7/+30 | |
2014-05-12 | Support unigram historical information migration.•••Bug: 13406708 Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f | 7 | -27/+110 | |
2014-05-12 | Add initial reordering rules for Myanmar•••Bug: 13945569 Change-Id: Ib546ba110e87bf72afa7f42c878cc5f638bff6c7 | 3 | -4/+434 | |
2014-05-12 | Improve multi-word suggestion handling for user history.•••Bug: 12902664 Change-Id: I03deed16047f0beaba8932d87c6129ec8061ba9c | 3 | -14/+29 | |
2014-05-12 | Fix javadoc comment of keyboard layout tests•••Change-Id: I22592486ab306a57c4f6ca5a94e0ff69b68a58d6 | 4 | -13/+20 | |
2014-05-12 | Remove voice key from keyboard layout•••Bug: 14419121 Change-Id: I71031f1ed9735a5a05dc584299b56512fb0b6866 | 18 | -64/+46 | |
2014-05-12 | Fix import and javadoc comments of unit tests•••Change-Id: Ic3f249bf9e3a5ec7ffd07abd4bc38d343bb14d39 | 2 | -19/+2 | |
2014-05-12 | Enable voice and language switch keys for keyboard layout tests•••Change-Id: I19ee05e30d09eb13753b737961882e345591c1df | 11 | -30/+21 | |
2014-05-12 | Create the path for specifying combining rules in the subtype•••Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43 | 10 | -3/+138 | |
2014-05-12 | Add voice key to suggestions strip•••Bug: 14419121 Change-Id: I3b2bdc3c07bb7e49ea7be53649bd6dd134fea27c | 8 | -14/+64 | |
2014-05-12 | Activate pseudo LMP theme•••Bug: 14419121 Change-Id: I00265315c204de2279250d9ae20f630c2ee5dec6 | 1 | -2/+1 | |
2014-05-12 | Remove ContextualDictionary.haveContentsChanged().•••Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4 | 1 | -6/+1 | |
2014-05-12 | Cleanup : remove a useless member•••Change-Id: I7871c3243c82b5a19acf266033187795a2ea1767 | 1 | -3/+2 | |
2014-05-12 | Add pseudo LMP theme•••This CL introduce pseudo LMP theme. This keyboard theme is a placeholder and not final. The drawables and colors that this CL introduces should be replaced with the final assets. Bug: 14419121 Change-Id: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af | 69 | -20/+343 |