aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-16Fix: StringIndexOutOfBoundsException.Keisuke Kuroyanagi4-14/+16
Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57
2014-05-15Introduce MAX_PREV_WORD_COUNT_FOR_N_GRAM.Keisuke Kuroyanagi4-19/+36
Bug: 14425059 Change-Id: I587f90df026a14359d2ee452040bbfaf02c1ae51
2014-05-15Refactoring: Move prev word information into PrevWordsInfo.Keisuke Kuroyanagi9-37/+102
Bug: 14119293 Bug: 14425059 Change-Id: I5a5f81c6b189e3ad1da093343a3121463f87c21c
2014-05-15Remove unused auto correction led for spacebar featureTadashi G. Takaoka10-55/+1
Change-Id: Ie1544bd0d28684d9b7887fddff37b224ed4f8201
2014-05-15Cleanup DicTraverseSession.Keisuke Kuroyanagi4-18/+9
Change-Id: I953665e1958e7214e9365e2bc9d3f3843016dc81
2014-05-15Swap space and dot of number keyboard of phoneTadashi G. Takaoka1-5/+5
Bug: 14419121 Change-Id: I0968b46cfabd3d0a37a705451e38bd922b69e7ec
2014-05-15Fix NPE in KeyboardSwitcher while orientation changeTadashi G. Takaoka1-1/+1
This is a follow up of I8a737e2b73. Bug: 14981300 Bug: 14419121 Change-Id: I87f910adbff248d9606d074c351aa951c9539163
2014-05-15Quit use bigram probability diff for ver4 dict.Keisuke Kuroyanagi6-122/+129
Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e
2014-05-15Use slightly dimmed text color for functional keysTadashi G. Takaoka12-5/+23
This CL introduces two new key attributes to achieve this. - KeyboardView.functionalTextColor - followFunctionalTextColor flag for Key.keyLabelFlags Bug: 14419121 Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad
2014-05-15Update L iconsTadashi G. Takaoka49-13/+13
This CL must be checked in together with I27755f45fd. Bug: 14419121 Change-Id: Iaf032f638c9ed36f2d3b924fdd42f0502abf487e
2014-05-14Fix off-device buildXiaojun Bi3-15/+43
This CL fixed the breakage caused by DistracterFilter. It should be checked in together with I8f53e9481c0f Bug: 14911612 Bug: 13142176 Change-Id: I33c3526165cea58926d10404552f1fadc385c2e5
2014-05-15Simplify StatsUtilsYohei Yukawa4-26/+12
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
2014-05-14Add VERSION4_DEV(402) in Java side and use it for tests.Keisuke Kuroyanagi3-38/+99
Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
2014-05-14Add VERSION_4_DEV(402) in native code.Keisuke Kuroyanagi8-48/+118
Bug: 13406708 Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0
2014-05-14Always keep PtNodes that represent non-word info during GC.Keisuke Kuroyanagi3-5/+9
Bug: 14119293 Change-Id: Ie50b341a512be6a6efe3e05b60e1d09560b01d1f
2014-05-14Use nullptr instead of MmappedBufferPtr(nullptr).Keisuke Kuroyanagi1-5/+5
Change-Id: I9bc35f723f1c105ef6155a49630b8cd492900bc8
2014-05-14Fix a bug where changing languages kills the composition.Jean Chalard5-15/+30
Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
2014-05-14Use JniDataUtils::putXxxToArray() to output a value.Keisuke Kuroyanagi3-19/+21
Change-Id: Ifb7bed6623b01acb524566a0fe00dcbdf7273888
2014-05-14Filter out control characters and non-unicode code points.Keisuke Kuroyanagi4-4/+44
Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b
2014-05-14Create com.android.inputmethod.keyboard.emoji packageTadashi G. Takaoka10-31/+24
Change-Id: Idd12c2fa4f5add7bb50bd7349ff9a74fffe82cfd
2014-05-14Generate dict code for version 401.Keisuke Kuroyanagi36-0/+4660
Bug: 13406708 Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b
2014-05-14Fix NPE that happens only in some unit testsTadashi G. Takaoka1-1/+3
Bug: 14922410 Change-Id: Ica801e102d302e9faa7c24721b37634f1e812af3
2014-05-14Rename LMP to LXX just in caseTadashi G. Takaoka60-92/+92
This CL must be checked in together with I7e2ba67f31. Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75
2014-05-14Make Emoji palette more Quantum light compliantTadashi G. Takaoka5-13/+58
Bug: 14419121 Change-Id: I8a737e2b73a000ad66e7e30a695677fe0bcc66fb
2014-05-14Separate functional key background from normal oneTadashi G. Takaoka12-96/+75
This CL also moves spacebarBackground attribute from MainKeyboardView to KeyboardView. This CL must be checked in together with I48c383ca97. Bug: 14419121 Change-Id: Id356d0086a8fb21375fb5c66076873258fb3d63e
2014-05-14Restrict the permission of dict files created on device.Keisuke Kuroyanagi2-2/+13
Bug: 13497304 Change-Id: I7bf67e2e81bc63a67bd91cbc0f753ecac88349f6
2014-05-14Use JniDataUtils::outputCodePoints() to output code pointsKeisuke Kuroyanagi4-15/+37
Bug: 14119293 Bug: 13758761 Change-Id: I516d2f96e219e6e65246f502186ccb9bd5f0670f
2014-05-14Don't send empty composing texts.Jean Chalard1-1/+5
Bug: 13160467 Change-Id: I5e3204ac8aaa18fe9219cc6b564b832ab6cf94fc
2014-05-14Fix unit tests.Jean Chalard3-7/+14
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
2014-05-14Implement backspace in the current cluster for MyanmarJean Chalard1-3/+27
Bug: 13945569 Change-Id: I738b01ede25fd731a2e10c4775f5511ce9bb54c8
2014-05-14Make EmojiCategory and EmojiPalettesAdapter as top level classesTadashi G. Takaoka7-459/+524
Change-Id: Iea8087a240cb46e410b8de1f6a784b2995e7a6fb
2014-05-14Reduce the cost for handling intentional omission.Keisuke Kuroyanagi3-0/+5
Bug: 14602770 Change-Id: I3a678a3e9b227fc4c3b8d23012aba18ca2e52da5
2014-05-13Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()Xiaojun Bi1-7/+2
Bug: 14904706 Change-Id: I3b52bb01b9c59cbba2eba0bd1d91dffb4419c019
2014-05-14Fix emoji category page indicator heightTadashi G. Takaoka2-2/+2
Bug: 14419121 Change-Id: I67f2072c67c2c4da0e5ac21a90f5cc7313f70f59
2014-05-14Update LMP colors and temporal drawablesTadashi G. Takaoka30-28/+34
Bug: 14419121 Change-Id: I84ce3d82636a88f3e63c3858012d1ade44f0cfd2
2014-05-14Output dictionary format version for dump.Keisuke Kuroyanagi1-0/+1
Change-Id: I13873727dbb25550a5087c883968a77094d2115d
2014-05-14Remove unused drawablesTadashi G. Takaoka25-0/+0
Change-Id: I27612d5a47ea780a9c9b6244e33ab6ff8fc4a37a
2014-05-14Show voice key even when important notice is showingTadashi G. Takaoka1-3/+3
Bug: 14822080 Change-Id: I2a55bb630cf544b6dc31a5e0e6b932c6af268c71
2014-05-13Implement the distracter filterXiaojun Bi4-17/+170
Bug: 13142176 Change-Id: I85a048cdcbbad3d6020a25f900250d8d7a0fe3da
2014-05-13Add content description to the voice keyTadashi G. Takaoka2-1/+5
Bug: 14849593 Change-Id: I1664b6a4ef54b78a09df65adbffff7861b54c4a9
2014-05-13Fix inconsistent TalkBack descriptions of keyboard modesTadashi G. Takaoka2-5/+14
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
2014-05-13Add "// namespace latinime"Keisuke Kuroyanagi2-2/+2
Bug: 13406708 Change-Id: I0fa85875fb5b98b4e40a149e3e33e5f56bee9a97
2014-05-13Move files under bigram/shortcut to under structure.Keisuke Kuroyanagi14-20/+19
Bug: 13406708 Change-Id: I48e9d4ff30a8b50d4f1694ebbefb02cf189f7713
2014-05-13Add large unit test for dictionary migration.Keisuke Kuroyanagi1-0/+85
Bug: 13406708 Change-Id: Ic1eb627139a1ff57c0000d95d9bd57aa3609f753
2014-05-13Optimize drawing key text shadow layerTadashi G. Takaoka7-15/+35
Change-Id: Id226fe8042ba0f538d5109459a3615d7e7113d7f
2014-05-13Show icon on action key when it is defined in keyboard themeTadashi G. Takaoka5-0/+121
This CL also adds the following icons name for an action key. - Go - Send - Next - Done - Previous Bug: 14259323 Change-Id: I48bba708d1f78349270d2ca01aebd8f111685723
2014-05-13Add isIconDefined predicate to Keyboard_Case attributeTadashi G. Takaoka2-2/+18
Bug: 14259323 Change-Id: I9450a5125b1809b9fada6ee6e6b253cabfa2e2b4
2014-05-12Import translations. DO NOT MERGEBaligh Uddin1-9/+9
Change-Id: Ic226d55b4c9cdff3fef5e31b411e0825b76cce55 Auto-generated-cl: translation import
2014-05-13Code cleanup.Keisuke Kuroyanagi4-4/+4
Change-Id: Ic31b66cccfd77348f2ff7961959a3eaf9f7ad5d8
2014-05-13Fix typo wordPreperty -> wordProperty.Keisuke Kuroyanagi1-2/+2
Change-Id: I793f9a42f8dbf48fa15292e74df9edf1cf5d8901