aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-1917-84/+119
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
* Rename LXX theme to LXX_DarkTadashi G. Takaoka2014-05-191-3/+3
| | | | | Bug: 14419121 Change-Id: I3d73c51d339eafec26871a659575d8b7b8cc441c
* Use dedicated DictionaryFacilitator for DistracterFilterKeisuke Kuroyanagi2014-05-174-15/+45
| | | | | Bug: 15002249 Change-Id: Ic77eaa7d627d406daad7dcd15cb4884d9f647312
* Merge "Revert "Use dedicated DictionaryFacilitator for DistracterFilter""Keisuke Kuroyanagi2014-05-164-55/+15
|\
| * Revert "Use dedicated DictionaryFacilitator for DistracterFilter"Keisuke Kuroyanagi2014-05-164-55/+15
| | | | | | | | | | | | This reverts commit 7122fe76e3ca48a12f1e069ee0c742788c1884b6. Change-Id: I341089864a2b58de6e0f35844a12fb632bd1eabb
* | Merge "Use dedicated DictionaryFacilitator for DistracterFilter"Keisuke Kuroyanagi2014-05-164-15/+55
|\|
| * Use dedicated DictionaryFacilitator for DistracterFilterKeisuke Kuroyanagi2014-05-164-15/+55
| | | | | | | | | | Bug: 15002249 Change-Id: I2ebf1941fb0453ea4b97c0e539f8b36e5e0262c1
* | Merge "Fix keyboard theme selection logic"Tadashi G. Takaoka2014-05-161-20/+37
|\ \
| * | Fix keyboard theme selection logicTadashi G. Takaoka2014-05-161-20/+37
| | | | | | | | | | | | | | | Bug: 15002666 Change-Id: I5cc52db71ee609edffdb2613e93245e92ac6fc6a
* | | Merge "Make session id mandatory for getSuggestions."Keisuke Kuroyanagi2014-05-1610-60/+21
|\ \ \ | |/ / |/| |
| * | Make session id mandatory for getSuggestions.Keisuke Kuroyanagi2014-05-1610-60/+21
| |/ | | | | | | | | Bug: 15008504 Change-Id: Ic4a17a4b7242118ae74fd89c695da2bb52204fb2
* | Merge "Fix: StringIndexOutOfBoundsException."Keisuke Kuroyanagi2014-05-164-14/+16
|\ \ | |/ |/|
| * Fix: StringIndexOutOfBoundsException.Keisuke Kuroyanagi2014-05-164-14/+16
| | | | | | | | | | Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57
* | Merge "Fix: NPE when context.getFilesDir() returns null."Keisuke Kuroyanagi2014-05-161-4/+6
|\ \
| * | Fix: NPE when context.getFilesDir() returns null.Keisuke Kuroyanagi2014-05-151-4/+6
| |/ | | | | | | | | Bug: 14517587 Change-Id: Ib99bea14eab3a25ddb5042527b757133734a6ba6
* / Support 9-patch drawable for spacebar iconTadashi G. Takaoka2014-05-153-44/+43
|/ | | | | Bug: 14419121 Change-Id: I901ea2a5bfae870b3aae8fea3bc38d999b2354b8
* Remove unused auto correction led for spacebar featureTadashi G. Takaoka2014-05-153-47/+1
| | | | Change-Id: Ie1544bd0d28684d9b7887fddff37b224ed4f8201
* Merge "Use slightly dimmed text color for functional keys"Tadashi G. Takaoka2014-05-153-0/+10
|\
| * Use slightly dimmed text color for functional keysTadashi G. Takaoka2014-05-153-0/+10
| | | | | | | | | | | | | | | | | | This CL introduces two new key attributes to achieve this. - KeyboardView.functionalTextColor - followFunctionalTextColor flag for Key.keyLabelFlags Bug: 14419121 Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad
* | Merge "Fix NPE in KeyboardSwitcher while orientation change"Tadashi G. Takaoka2014-05-151-1/+1
|\ \
| * | Fix NPE in KeyboardSwitcher while orientation changeTadashi G. Takaoka2014-05-151-1/+1
| |/ | | | | | | | | | | | | | | This is a follow up of I8a737e2b73. Bug: 14981300 Bug: 14419121 Change-Id: I87f910adbff248d9606d074c351aa951c9539163
* | Merge "Quit use bigram probability diff for ver4 dict."Keisuke Kuroyanagi2014-05-151-8/+0
|\ \
| * | Quit use bigram probability diff for ver4 dict.Keisuke Kuroyanagi2014-05-151-8/+0
| | | | | | | | | | | | Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e
* | | Merge "Simplify StatsUtils"Yohei Yukawa2014-05-154-26/+12
|\ \ \ | |_|/ |/| |
| * | Simplify StatsUtilsYohei Yukawa2014-05-154-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
* | | Fix off-device buildXiaojun Bi2014-05-143-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
* | | Merge "Add VERSION4_DEV(402) in Java side and use it for tests."Keisuke Kuroyanagi2014-05-141-1/+2
|\ \ \ | | |/ | |/|
| * | Add VERSION4_DEV(402) in Java side and use it for tests.Keisuke Kuroyanagi2014-05-141-1/+2
| | | | | | | | | | | | | | | Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
* | | Merge "Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()"Keisuke Kuroyanagi2014-05-141-7/+2
|\ \ \
| * | | Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()Xiaojun Bi2014-05-131-7/+2
| | | | | | | | | | | | | | | | | | | | Bug: 14904706 Change-Id: I3b52bb01b9c59cbba2eba0bd1d91dffb4419c019
* | | | Merge "Fix a bug where changing languages kills the composition."Jean Chalard2014-05-143-13/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a bug where changing languages kills the composition.Jean Chalard2014-05-143-13/+14
| | | | | | | | | | | | | | | | | | | | Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
* | | | Create com.android.inputmethod.keyboard.emoji packageTadashi G. Takaoka2014-05-148-27/+20
|/ / / | | | | | | | | | Change-Id: Idd12c2fa4f5add7bb50bd7349ff9a74fffe82cfd
* | | Merge "Fix NPE that happens only in some unit tests"Tadashi G. Takaoka2014-05-141-1/+3
|\ \ \
| * | | Fix NPE that happens only in some unit testsTadashi G. Takaoka2014-05-141-1/+3
| | | | | | | | | | | | | | | | | | | | Bug: 14922410 Change-Id: Ica801e102d302e9faa7c24721b37634f1e812af3
* | | | Merge "Don't send empty composing texts."Jean Chalard2014-05-141-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Don't send empty composing texts.Jean Chalard2014-05-141-1/+5
| | | | | | | | | | | | | | | | | | | | Bug: 13160467 Change-Id: I5e3204ac8aaa18fe9219cc6b564b832ab6cf94fc
* | | | Merge "Rename LMP to LXX just in case"Tadashi G. Takaoka2014-05-141-3/+3
|\ \ \ \
| * | | | Rename LMP to LXX just in caseTadashi G. Takaoka2014-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL must be checked in together with I7e2ba67f31. Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75
* | | | | Merge "Make Emoji palette more Quantum light compliant"Tadashi G. Takaoka2014-05-143-12/+24
|\| | | |
| * | | | Make Emoji palette more Quantum light compliantTadashi G. Takaoka2014-05-143-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14419121 Change-Id: I8a737e2b73a000ad66e7e30a695677fe0bcc66fb
* | | | | Merge "Output dictionary format version for dump."Keisuke Kuroyanagi2014-05-141-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Output dictionary format version for dump.Keisuke Kuroyanagi2014-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I13873727dbb25550a5087c883968a77094d2115d
* | | | | Merge "Separate functional key background from normal one"Tadashi G. Takaoka2014-05-144-56/+57
|\ \ \ \ \
| * | | | | Separate functional key background from normal oneTadashi G. Takaoka2014-05-144-56/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL also moves spacebarBackground attribute from MainKeyboardView to KeyboardView. This CL must be checked in together with I48c383ca97. Bug: 14419121 Change-Id: Id356d0086a8fb21375fb5c66076873258fb3d63e
* | | | | | Merge "Implement backspace in the current cluster for Myanmar"Jean Chalard2014-05-141-3/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Implement backspace in the current cluster for MyanmarJean Chalard2014-05-141-3/+27
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Bug: 13945569 Change-Id: I738b01ede25fd731a2e10c4775f5511ce9bb54c8
* | | | | Make EmojiCategory and EmojiPalettesAdapter as top level classesTadashi G. Takaoka2014-05-147-459/+524
| |_|_|/ |/| | | | | | | | | | | Change-Id: Iea8087a240cb46e410b8de1f6a784b2995e7a6fb
* | | | Fix emoji category page indicator heightTadashi G. Takaoka2014-05-141-1/+1
| |_|/ |/| | | | | | | | | | | Bug: 14419121 Change-Id: I67f2072c67c2c4da0e5ac21a90f5cc7313f70f59
* | | Show voice key even when important notice is showingTadashi G. Takaoka2014-05-141-3/+3
| | | | | | | | | | | | | | | Bug: 14822080 Change-Id: I2a55bb630cf544b6dc31a5e0e6b932c6af268c71