Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-19 | Rename LXX theme to LXX_Dark•••Bug: 14419121 Change-Id: I3d73c51d339eafec26871a659575d8b7b8cc441c | 60 | -117/+129 | |
2014-05-17 | Use dedicated DictionaryFacilitator for DistracterFilter•••Bug: 15002249 Change-Id: Ic77eaa7d627d406daad7dcd15cb4884d9f647312 | 5 | -23/+65 | |
2014-05-16 | Move prev word related logic to PrevWordsInfo.•••Bug: 14119293 Bug: 14425059 Change-Id: I1bbd7ab4ace2c475f27bc468cb7b4d67e1ae2f9f | 4 | -39/+64 | |
2014-05-16 | Revert "Use dedicated DictionaryFacilitator for DistracterFilter"•••This reverts commit 7122fe76e3ca48a12f1e069ee0c742788c1884b6. Change-Id: I341089864a2b58de6e0f35844a12fb632bd1eabb | 4 | -55/+15 | |
2014-05-16 | Fix keyboard theme selection logic•••Bug: 15002666 Change-Id: I5cc52db71ee609edffdb2613e93245e92ac6fc6a | 2 | -46/+293 | |
2014-05-16 | Use dedicated DictionaryFacilitator for DistracterFilter•••Bug: 15002249 Change-Id: I2ebf1941fb0453ea4b97c0e539f8b36e5e0262c1 | 4 | -15/+55 | |
2014-05-16 | Make session id mandatory for getSuggestions.•••Bug: 15008504 Change-Id: Ic4a17a4b7242118ae74fd89c695da2bb52204fb2 | 10 | -60/+21 | |
2014-05-16 | Fix: StringIndexOutOfBoundsException.•••Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57 | 5 | -14/+26 | |
2014-05-16 | Fix typeface weight and suggestions strip background•••Changes the typeface weight from bold to regular. Bug: 14419121 Change-Id: Ia80f82a32344114cf66cad882e403985e6bb1044 | 1 | -2/+2 | |
2014-05-15 | Fix: NPE when context.getFilesDir() returns null.•••Bug: 14517587 Change-Id: Ib99bea14eab3a25ddb5042527b757133734a6ba6 | 1 | -4/+6 | |
2014-05-15 | Introduce MAX_PREV_WORD_COUNT_FOR_N_GRAM.•••Bug: 14425059 Change-Id: I587f90df026a14359d2ee452040bbfaf02c1ae51 | 4 | -19/+36 | |
2014-05-15 | Support 9-patch drawable for spacebar icon•••Bug: 14419121 Change-Id: I901ea2a5bfae870b3aae8fea3bc38d999b2354b8 | 13 | -45/+50 | |
2014-05-15 | Refactoring: Move prev word information into PrevWordsInfo.•••Bug: 14119293 Bug: 14425059 Change-Id: I5a5f81c6b189e3ad1da093343a3121463f87c21c | 9 | -37/+102 | |
2014-05-15 | Remove unused auto correction led for spacebar feature•••Change-Id: Ie1544bd0d28684d9b7887fddff37b224ed4f8201 | 10 | -55/+1 | |
2014-05-15 | Cleanup DicTraverseSession.•••Change-Id: I953665e1958e7214e9365e2bc9d3f3843016dc81 | 4 | -18/+9 | |
2014-05-15 | Swap space and dot of number keyboard of phone•••Bug: 14419121 Change-Id: I0968b46cfabd3d0a37a705451e38bd922b69e7ec | 1 | -5/+5 | |
2014-05-15 | Fix NPE in KeyboardSwitcher while orientation change•••This is a follow up of I8a737e2b73. Bug: 14981300 Bug: 14419121 Change-Id: I87f910adbff248d9606d074c351aa951c9539163 | 1 | -1/+1 | |
2014-05-15 | Quit use bigram probability diff for ver4 dict.•••Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e | 6 | -122/+129 | |
2014-05-15 | Use slightly dimmed text color for functional keys•••This CL introduces two new key attributes to achieve this. - KeyboardView.functionalTextColor - followFunctionalTextColor flag for Key.keyLabelFlags Bug: 14419121 Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad | 12 | -5/+23 | |
2014-05-14 | Import translations. DO NOT MERGE•••Change-Id: Ied3af9b4df35ee65da5734d910cf45af16d84e9e Auto-generated-cl: translation import | 57 | -171/+375 | |
2014-05-15 | Update L icons•••This CL must be checked in together with I27755f45fd. Bug: 14419121 Change-Id: Iaf032f638c9ed36f2d3b924fdd42f0502abf487e | 49 | -13/+13 | |
2014-05-14 | Fix off-device build•••This CL fixed the breakage caused by DistracterFilter. It should be checked in together with I8f53e9481c0f Bug: 14911612 Bug: 13142176 Change-Id: I33c3526165cea58926d10404552f1fadc385c2e5 | 3 | -15/+43 | |
2014-05-15 | Simplify StatsUtils•••With this CL, the implementation of StatsUtils no longer needs to know how to read settings from the system. Insted, the LatinIME class is now responsible for notifying StatsUtils whenever the settings is changed. BUG: 14324207 Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960 | 4 | -26/+12 | |
2014-05-14 | Add VERSION4_DEV(402) in Java side and use it for tests.•••Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a | 3 | -38/+99 | |
2014-05-14 | Add VERSION_4_DEV(402) in native code.•••Bug: 13406708 Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0 | 8 | -48/+118 | |
2014-05-14 | Always keep PtNodes that represent non-word info during GC.•••Bug: 14119293 Change-Id: Ie50b341a512be6a6efe3e05b60e1d09560b01d1f | 3 | -5/+9 | |
2014-05-14 | Use nullptr instead of MmappedBufferPtr(nullptr).•••Change-Id: I9bc35f723f1c105ef6155a49630b8cd492900bc8 | 1 | -5/+5 | |
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-14 | Reduce the cost for handling intentional omission.•••Bug: 14602770 Change-Id: I3a678a3e9b227fc4c3b8d23012aba18ca2e52da5 | 3 | -0/+5 | |
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 |