Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge "Increase the DB version for the next release." | 2014-05-23 | 1 | -1/+1 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Increase the DB version for the next release. | 2014-05-22 | 1 | -1/+1 | ||
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Bug: 15065819 Change-Id: Ie43660109002fdb25ce68d7e64506ada0e15e621 | |||||
* | | | | Move distracter filter to dictionary facilitator. | 2014-05-23 | 6 | -44/+133 | ||
| |_|/ |/| | | | | | | | | | | | | | | Bug: 13142176 Bug: 15094186 Change-Id: Ib9e42f8e25538009f3ba62cf1e034cae3f6823c7 | |||||
* | | | Have DictionaryFacilitator in LatinIME. | 2014-05-23 | 9 | -62/+62 | ||
| | | | | | | | | | | | | | | | | | | Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413 | |||||
* | | | Fix NPE happening in unit tests. | 2014-05-22 | 1 | -2/+3 | ||
|/ / | | | | | | | Change-Id: I2fc0dba53e18883755ff77351c152a9d3534c92b | |||||
* | | Merge "Add a new production flag for metrics logging" | 2014-05-22 | 1 | -0/+3 | ||
|\ \ | ||||||
| * | | Add a new production flag for metrics logging | 2014-05-22 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | | | BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054 | |||||
* | | | Merge "Add spoken description of accented letters" | 2014-05-22 | 1 | -8/+41 | ||
|\ \ \ | ||||||
| * | | | Add spoken description of accented letters | 2014-05-22 | 1 | -8/+41 | ||
| |/ / | | | | | | | | | | | | | Bug: 15149856 Change-Id: I72f209fc3fdf619b3929325e2a810aa3c0bd1caa | |||||
* | | | Merge "Check the md5 checksum of the copied file." | 2014-05-22 | 2 | -3/+13 | ||
|\ \ \ | ||||||
| * | | | Check the md5 checksum of the copied file. | 2014-05-22 | 2 | -3/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it doesn't match, mark it broken. It means the dictionary pack will try to install it again next time it updates. We may want to rethink this. Bug: 13125743 Change-Id: I0eb547aa7066bed8cb00c009debbafe9181c37ad | |||||
* | | | | Fix: NPE in DistracterFilter | 2014-05-22 | 1 | -7/+9 | ||
|/ / / | | | | | | | | | | Change-Id: I19a92d79cf547aae8f15e7e5fd5309812ae4f2d5 | |||||
* | | | Merge "Use enabled subtypes for Keyboard in DistracterFilter." | 2014-05-22 | 3 | -53/+71 | ||
|\ \ \ | ||||||
| * | | | Use enabled subtypes for Keyboard in DistracterFilter. | 2014-05-21 | 3 | -53/+71 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13142176 Bug: 15094186 Change-Id: I142eeaa11f838080a4fc5a342155e5d470eab3d4 | |||||
* | | | | Merge "Don't upcase suggestions when resuming on an uppercase word" | 2014-05-22 | 1 | -1/+4 | ||
|\ \ \ \ | ||||||
| * | | | | Don't upcase suggestions when resuming on an uppercase word | 2014-05-22 | 1 | -1/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13917781 Change-Id: I7458d120898a7c8c0bc2db2f6db3578fd1dd1681 | |||||
* | | | | | Merge "Arrange to send the rawChecksum to LatinIME." | 2014-05-22 | 3 | -6/+17 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Arrange to send the rawChecksum to LatinIME. | 2014-05-22 | 3 | -6/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13125743 Change-Id: I5d111336e6a0f5ab4e93ff333654a7a1f8f46480 | |||||
* | | | | | | Merge "Fix: too many calls to getSuggestedWordsForTypingInput" | 2014-05-22 | 2 | -4/+6 | ||
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Fix: too many calls to getSuggestedWordsForTypingInput | 2014-05-22 | 2 | -4/+6 | ||
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | Bug: 15148015 Change-Id: Idcb729734bd62b537fb81acf8bdb5cae4470404c | |||||
* | | | | | Merge "Add the rawChecksum column to the database." | 2014-05-22 | 5 | -15/+52 | ||
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | ||||||
| * | | | Add the rawChecksum column to the database. | 2014-05-22 | 5 | -15/+52 | ||
| |/ / | | | | | | | | | | | | | Bug: 13125743 Change-Id: I082aa9df1dd4a10cdb3f97ee0692f2d72f6c8e7e | |||||
* | | | Add beginning of sentence information in PrevWordsInfo. | 2014-05-21 | 5 | -45/+76 | ||
| | | | | | | | | | | | | | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I65320920e840082b0b697bb621676716d0933e0c | |||||
* | | | Merge "Refactor MoreKeysKeyboardView to use Key class" | 2014-05-21 | 3 | -12/+28 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | Refactor MoreKeysKeyboardView to use Key class | 2014-05-21 | 3 | -12/+28 | ||
| |/ | | | | | | | | | | | | | This can make MoreSuggestionsView to use extended Key class to hold a index of a suggested word. Change-Id: I54d03d2447b04e3caf3e19e7cadcd391cbf58dd5 | |||||
* / | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry. | 2014-05-21 | 10 | -90/+102 | ||
|/ | | | | | | | Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815 | |||||
* | Merge "Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."" | 2014-05-20 | 10 | -100/+89 | ||
|\ | ||||||
| * | Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry." | 2014-05-20 | 10 | -100/+89 | ||
| | | | | | | | | | | | | | | | | | | | | This reverts commit ff50b39176370ab80a33bfdcf9979603c08a88b3. Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9 | |||||
* | | Support accessibility TalkBack in emoji palette | 2014-05-20 | 2 | -16/+39 | ||
| | | | | | | | | | | Bug: 11452158 Change-Id: I699e4e9f4baec4bb0fb9cd7875f675044f20465f | |||||
* | | Move generic hover event handling to KeyboardAccessibilityDelegate | 2014-05-20 | 2 | -146/+116 | ||
| | | | | | | | | | | | | This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95 | |||||
* | | Separate MainKeyboardView specific accessibility code | 2014-05-20 | 3 | -291/+343 | ||
| | | | | | | | | Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3 | |||||
* | | Merge "Refactor accessibility classes to be more generic" | 2014-05-20 | 3 | -37/+39 | ||
|\ \ | ||||||
| * | | Refactor accessibility classes to be more generic | 2014-05-20 | 3 | -37/+39 | ||
| | | | | | | | | | | | | Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76 | |||||
* | | | Merge "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry." | 2014-05-20 | 10 | -89/+100 | ||
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry. | 2014-05-20 | 10 | -89/+100 | ||
| | | | | | | | | | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3 | |||||
* | | Fix number password field handling | 2014-05-20 | 1 | -3/+2 | ||
| | | | | | | | | | | Bug: 15088419 Change-Id: Ie88375c8c8203c318d9b410692c527443cb0a2d5 | |||||
* | | Refactor Emoji tab indicators to refer keyboard theme | 2014-05-20 | 2 | -16/+24 | ||
| | | | | | | | | | | Bug: 14419121 Change-Id: I7086923fff153039c2d011bbccbfd04eb687a76a | |||||
* | | Remove Emoji label tab | 2014-05-19 | 2 | -47/+27 | ||
|/ | | | | Change-Id: Ia2f3482363b462c16a51f2baac59d6bcae96ffab | |||||
* | Merge "Remove Emoji delete key UX hack" | 2014-05-19 | 1 | -5/+2 | ||
|\ | ||||||
| * | Remove Emoji delete key UX hack | 2014-05-19 | 1 | -5/+2 | ||
| | | | | | | | | | | | | | | The Emoji delete key UX hack that changes key background color based on the key state isn't keyboard theme compliant. Change-Id: I0fa43a91cdd6da944d6d4d1a5a09b771f852a081 | |||||
* | | Merge "Use PrevWordsInfo instead of String in Java side." | 2014-05-19 | 17 | -84/+119 | ||
|\ \ | |/ |/| | ||||||
| * | Use PrevWordsInfo instead of String in Java side. | 2014-05-19 | 17 | -84/+119 | ||
| | | | | | | | | | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762 | |||||
* | | Rename Emoji related resource names more consistent | 2014-05-19 | 2 | -7/+7 | ||
|/ | | | | Change-Id: I318a98feeaf7b8bc4d2ed6d54475a144e2dca0a1 | |||||
* | Rename LXX theme to LXX_Dark | 2014-05-19 | 1 | -3/+3 | ||
| | | | | | Bug: 14419121 Change-Id: I3d73c51d339eafec26871a659575d8b7b8cc441c | |||||
* | Use dedicated DictionaryFacilitator for DistracterFilter | 2014-05-17 | 4 | -15/+45 | ||
| | | | | | Bug: 15002249 Change-Id: Ic77eaa7d627d406daad7dcd15cb4884d9f647312 | |||||
* | Merge "Revert "Use dedicated DictionaryFacilitator for DistracterFilter"" | 2014-05-16 | 4 | -55/+15 | ||
|\ | ||||||
| * | Revert "Use dedicated DictionaryFacilitator for DistracterFilter" | 2014-05-16 | 4 | -55/+15 | ||
| | | | | | | | | | | | | This reverts commit 7122fe76e3ca48a12f1e069ee0c742788c1884b6. Change-Id: I341089864a2b58de6e0f35844a12fb632bd1eabb | |||||
* | | Merge "Use dedicated DictionaryFacilitator for DistracterFilter" | 2014-05-16 | 4 | -15/+55 | ||
|\| | ||||||
| * | Use dedicated DictionaryFacilitator for DistracterFilter | 2014-05-16 | 4 | -15/+55 | ||
| | | | | | | | | | | Bug: 15002249 Change-Id: I2ebf1941fb0453ea4b97c0e539f8b36e5e0262c1 | |||||
* | | Merge "Fix keyboard theme selection logic" | 2014-05-16 | 1 | -20/+37 | ||
|\ \ |