Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Refactor custom input style settings" | 2014-10-06 | 1 | -31/+23 | |
|\ | |||||
| * | Refactor custom input style settings•••This CL removes references of Pair class. Change-Id: I7cda0ac438ac1d5026599cb52ac2ea8845339da9 | 2014-10-06 | 1 | -31/+23 | |
* | | Make UserHistoryDictionary use updateEntriesForWordWithNgramContext()•••Bug: 14425059 Change-Id: I409ebf90f68f4a0f1638128ac5ee6af859323d30 | 2014-10-06 | 4 | -49/+52 | |
|/ | |||||
* | Make unit tests use new entry updating method.•••Bug: 14425059 Change-Id: Ie7d92e92822a0d3a8b654d213e55d45aab799f5d | 2014-10-06 | 1 | -0/+20 | |
* | Revert "[ML14] Forward the locale list to relevant places"•••This reverts commit 15dbd38283fc9c8fdfd2540f1d94d4dbf2eabcb5. Bug: 11230254 Reverting due to unit test breakage. Change-Id: Icf29ba5c808c754515aef2d1b4162d72f606acfe | 2014-10-03 | 5 | -71/+68 | |
* | [ML14] Forward the locale list to relevant places•••Bug: 11230254 Change-Id: Idf3ed27b396d63ade9800c72c5ce0ed613f5f669 | 2014-10-03 | 5 | -68/+71 | |
* | Merge "Fix a behavior change in dicttool" | 2014-10-03 | 1 | -8/+23 | |
|\ | |||||
| * | Fix a behavior change in dicttool•••The behavior change was introduced by I8b3458ad. Concretely, empty bigram lists would end up as empty lists instead of null. Change-Id: Ibcdf7e6aabc6aba3f5db0477335882394e050ce5 | 2014-10-03 | 1 | -8/+23 | |
* | | Fix when to show input view•••Bug: 15922840 Bug: 17788786 Change-Id: I69aea682202650b601a295d9da583ef8e05a3982 | 2014-10-03 | 1 | -4/+24 | |
|/ | |||||
* | Add calls to stub for API to consume gesture data.•••Bug: 17400259 Change-Id: Ib3511afffe1d14662e7dd14611f384689516e664 | 2014-10-03 | 6 | -4/+138 | |
* | Fix ellipsizing and text scale x calculation•••Bug: 17742721 Bug: 11158757 Change-Id: I98b55a8e661804e84f75e75675c6f2ef33ac1a11 | 2014-10-02 | 1 | -57/+62 | |
* | Merge "Preserve spans when splitting sentences" | 2014-10-02 | 1 | -3/+2 | |
|\ | |||||
| * | Preserve spans when splitting sentences•••This CL fixes a bug that span information was unintentionally removed when given sentences are split into words. Nothing is changed in KitKat and prior because TextInfo never returns spanned text until L. Note that the spell checker service still doesn't rely on span information even with this CL. BUG: 16419551 Change-Id: I6ffb75ee6add4ae20e9d3dcfb90b65f097d70fba | 2014-10-02 | 1 | -3/+2 | |
* | | Merge "[ML12] Add a getPrimaryLocale function and some refactoring" | 2014-10-02 | 2 | -17/+52 | |
|\ \ | |||||
| * | | [ML12] Add a getPrimaryLocale function and some refactoring•••Bug: 11230254 Change-Id: Ic579b93702c24f47e6cdb0c9a4da6b11f1fa76c8 | 2014-10-02 | 2 | -17/+52 | |
* | | | Merge "Include a code point table in the binary dictionary." | 2014-10-02 | 1 | -1/+3 | |
|\ \ \ | |||||
| * | | | Include a code point table in the binary dictionary.•••Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df | 2014-10-02 | 1 | -1/+3 | |
* | | | | Fix unnecessary touch event handling•••Bug: 17762449 Change-Id: I698ca91ab977aa65c7bd8a5fb82b3d91264cfbca | 2014-10-02 | 1 | -0/+6 | |
| |/ / |/| | | |||||
* | | | Merge "Never include the typed word in recorrections" | 2014-10-01 | 2 | -32/+11 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Never include the typed word in recorrections•••Bug: 17623275 Change-Id: I2461e5e8baf06fb80a05b87f9d3db7a4d1952a01 | 2014-10-01 | 2 | -32/+11 | |
* | | | Merge "Make a better effort to detect a framework lie." | 2014-10-01 | 3 | -17/+35 | |
|\ \ \ | |||||
| * | | | Make a better effort to detect a framework lie.•••Bug: 17130496 Change-Id: I1a3631670c152d9b7667c9c4e08e14c48569eef5 | 2014-10-01 | 3 | -17/+35 | |
| |/ / | |||||
* | | | Merge "Fix an NPE on ICS factory rom." | 2014-10-01 | 1 | -2/+4 | |
|\ \ \ | |||||
| * | | | Fix an NPE on ICS factory rom.•••In ICS factory rom and MR0, there was a bug where calling the constructor for SuggestionSpan that doesn't take a context as an argument would always return in a crash. Don't call it, and pass an explicit context instead. Bug: 13552505 Change-Id: I5c919499b9d086c2cf283795b2af5b91cb425933 | 2014-10-01 | 1 | -2/+4 | |
| |/ / | |||||
* | | | Merge "Add jni method to update entries for a word efficiently." | 2014-10-01 | 1 | -0/+3 | |
|\ \ \ | |||||
| * | | | Add jni method to update entries for a word efficiently.•••Bug: 14425059 Change-Id: Ic628939ea68cdee17573409883a8403c73b78905 | 2014-10-01 | 1 | -0/+3 | |
* | | | | Merge "Fix when to show more suggestions dot hint" | 2014-10-01 | 1 | -3/+7 | |
|\ \ \ \ | |||||
| * | | | | Fix when to show more suggestions dot hint•••Bug: 17742406 Change-Id: Ifdf5d196778da2bb9bb9e3ca9250d23857d90bab | 2014-10-01 | 1 | -3/+7 | |
* | | | | | Merge "Introduce NgramProperty in Java side." | 2014-10-01 | 4 | -21/+79 | |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | |||||
| * | | | Introduce NgramProperty in Java side.•••Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82 | 2014-10-01 | 4 | -21/+79 | |
* | | | | Merge "Add StatsUtils#onLoadSettings for when settings are changed" | 2014-10-01 | 1 | -0/+2 | |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Add StatsUtils#onLoadSettings for when settings are changed•••Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3 | 2014-09-30 | 1 | -0/+2 | |
* | | | | Avoid double space when autocorrect is triggered•••Bug: 17596034 Change-Id: Iaa6cc066eefd2436195a91791f2628e9a5f1c449 | 2014-09-30 | 1 | -1/+9 | |
| |_|/ |/| | | |||||
* | | | Merge "Create a code point table based on occurrence counts." | 2014-09-29 | 2 | -0/+3 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Create a code point table based on occurrence counts.•••Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf | 2014-09-26 | 2 | -0/+3 | |
* | | | Merge "Rename PrevWordsInfo to NgramContext." | 2014-09-29 | 23 | -192/+188 | |
|\ \ \ | |||||
| * | | | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 | 2014-09-29 | 23 | -192/+188 | |
* | | | | Merge "Refactoring PrevWordsInfo." | 2014-09-29 | 4 | -27/+61 | |
|\| | | | |_|/ |/| | | |||||
| * | | Refactoring PrevWordsInfo.•••Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232 | 2014-09-26 | 4 | -27/+61 | |
* | | | Merge "Add authentication/http request related code to LatinIme" | 2014-09-26 | 3 | -0/+379 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add authentication/http request related code to LatinIme•••Bug: 17464068 Bug: 17464805 Change-Id: I533ae8821e0628fdf6591538a96ab50f805c0cdf | 2014-09-26 | 3 | -0/+379 | |
* | | | Merge "Add info log of custom input styles" | 2014-09-26 | 1 | -3/+15 | |
|\ \ \ | |||||
| * | | | Add info log of custom input styles•••Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c | 2014-09-26 | 1 | -3/+15 | |
| |/ / | |||||
* / / | Add an internal state test to ImportantNoticeUtilsTests•••On some 32bit-x86 testing emulators, it seems the internal state after clear the related settings seems like a contradiction state. This CL adds an test to check such internal state in order to investigate what is happening on these emulators. Bug: 17635340 Change-Id: Iba85f06c46959b1dc22e2a9213c50c9e7e30949b | 2014-09-26 | 1 | -2/+4 | |
|/ / | |||||
* | | Merge "Fix checking a11y status just before calling an a11y method" | 2014-09-25 | 1 | -2/+2 | |
|\ \ | |/ |/| | |||||
| * | Fix checking a11y status just before calling an a11y method•••Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818 | 2014-09-25 | 1 | -2/+2 | |
* | | Add !string/<resource_name> reference•••This CL introduces new text reference notation !string/<resource_name> to refer a string resource on the fly. This notation is mainly used to represent action key labels may refer a string in a system locale in run-time. This notation is needed to implement Hinglish and Serbian-Latin keyboards that need to refer its own action key labels. Bug: 17169632 Bug: 9687668 Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3 | 2014-09-25 | 1 | -1/+1 | |
|/ | |||||
* | Merge "Get stats from dictionary." | 2014-09-25 | 3 | -4/+34 | |
|\ | |||||
| * | Get stats from dictionary.•••Bug: 16553957 Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655 | 2014-09-22 | 3 | -4/+34 | |
* | | [ML10.1] Adjust call for additional features•••Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12 | 2014-09-25 | 1 | -1/+1 |