aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a new production flag for metrics logging"Yohei Yukawa2014-05-221-0/+3
|\
| * Add a new production flag for metrics logging•••BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054 Yohei Yukawa2014-05-221-0/+3
* | Merge "Add spoken description of accented letters"Tadashi G. Takaoka2014-05-223-8/+372
|\ \
| * | Add spoken description of accented letters•••Bug: 15149856 Change-Id: I72f209fc3fdf619b3929325e2a810aa3c0bd1caa Tadashi G. Takaoka2014-05-223-8/+372
* | | Merge "Check the md5 checksum of the copied file."Jean Chalard2014-05-222-3/+13
|\ \ \
| * | | Check the md5 checksum of the copied file.•••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 Jean Chalard2014-05-222-3/+13
* | | | Fix: NPE in DistracterFilter•••Change-Id: I19a92d79cf547aae8f15e7e5fd5309812ae4f2d5 Keisuke Kuroyanagi2014-05-221-7/+9
|/ / /
* | | Merge "Use enabled subtypes for Keyboard in DistracterFilter."Keisuke Kuroyanagi2014-05-223-53/+71
|\ \ \
| * | | Use enabled subtypes for Keyboard in DistracterFilter.•••Bug: 13142176 Bug: 15094186 Change-Id: I142eeaa11f838080a4fc5a342155e5d470eab3d4 Keisuke Kuroyanagi2014-05-213-53/+71
* | | | Merge "Don't upcase suggestions when resuming on an uppercase word"Jean Chalard2014-05-221-1/+4
|\ \ \ \
| * | | | Don't upcase suggestions when resuming on an uppercase word•••Bug: 13917781 Change-Id: I7458d120898a7c8c0bc2db2f6db3578fd1dd1681 Jean Chalard2014-05-221-1/+4
* | | | | Merge "Arrange to send the rawChecksum to LatinIME."Jean Chalard2014-05-223-6/+17
|\ \ \ \ \
| * | | | | Arrange to send the rawChecksum to LatinIME.•••Bug: 13125743 Change-Id: I5d111336e6a0f5ab4e93ff333654a7a1f8f46480 Jean Chalard2014-05-223-6/+17
* | | | | | Merge "Fix: too many calls to getSuggestedWordsForTypingInput"Jean Chalard2014-05-222-4/+6
|\ \ \ \ \ \
| * | | | | | Fix: too many calls to getSuggestedWordsForTypingInput•••Bug: 15148015 Change-Id: Idcb729734bd62b537fb81acf8bdb5cae4470404c Jean Chalard2014-05-222-4/+6
| | |/ / / / | |/| | | |
* | | | | | Merge "Add the rawChecksum column to the database."Jean Chalard2014-05-225-15/+52
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Add the rawChecksum column to the database.•••Bug: 13125743 Change-Id: I082aa9df1dd4a10cdb3f97ee0692f2d72f6c8e7e Jean Chalard2014-05-225-15/+52
| |/ / /
* | | | Merge "Reuse KLP more keys key background for LXX"Tadashi G. Takaoka2014-05-226-22/+2
|\ \ \ \
| * | | | Reuse KLP more keys key background for LXX•••Change-Id: I239bae6bd622119c560d39c6d9c0559fd0380669 Tadashi G. Takaoka2014-05-216-22/+2
| |/ / /
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-05-214-0/+4984
|\ \ \ \
| * | | | Import translations. DO NOT MERGE•••Change-Id: I22f466b3d3afb2ab096fc8cbae11ec156fa5623b Auto-generated-cl: translation import Baligh Uddin2014-05-204-0/+4984
| |/ / /
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-05-2117-154/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | Import translations. DO NOT MERGE•••Change-Id: I7e57cae745daf12d9e6e7ffa18e58f2e5dac9270 Auto-generated-cl: translation import Baligh Uddin2014-05-2017-154/+79
| |/ /
* | | Add beginning of sentence information in PrevWordsInfo.•••Bug: 14119293 Bug: 14425059 Change-Id: I65320920e840082b0b697bb621676716d0933e0c Keisuke Kuroyanagi2014-05-215-45/+76
* | | Merge "Update action key and shift key backgrounds of LXX"Tadashi G. Takaoka2014-05-2125-2/+2
|\ \ \
| * | | Update action key and shift key backgrounds of LXX•••Bug: 14419121 Change-Id: Ic5aaff21ce55dc24dcd766d017879cb7b17a9c95 Tadashi G. Takaoka2014-05-2125-2/+2
| |/ /
* | | Merge "Refactor MoreKeysKeyboardView to use Key class"Tadashi G. Takaoka2014-05-213-12/+28
|\ \ \ | |_|/ |/| |
| * | Refactor MoreKeysKeyboardView to use Key class•••This can make MoreSuggestionsView to use extended Key class to hold a index of a suggested word. Change-Id: I54d03d2447b04e3caf3e19e7cadcd391cbf58dd5 Tadashi G. Takaoka2014-05-213-12/+28
| |/
* / Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815 Keisuke Kuroyanagi2014-05-2110-90/+102
|/
* Merge "Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.""Ken Wakasa2014-05-2010-100/+89
|\
| * Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."•••This reverts commit ff50b39176370ab80a33bfdcf9979603c08a88b3. Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9 Ken Wakasa2014-05-2010-100/+89
* | Support accessibility TalkBack in emoji palette•••Bug: 11452158 Change-Id: I699e4e9f4baec4bb0fb9cd7875f675044f20465f Tadashi G. Takaoka2014-05-202-16/+39
* | Move generic hover event handling to KeyboardAccessibilityDelegate•••This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95 Tadashi G. Takaoka2014-05-202-146/+116
* | Separate MainKeyboardView specific accessibility code•••Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3 Tadashi G. Takaoka2014-05-203-291/+343
* | Merge "Refactor accessibility classes to be more generic"Tadashi G. Takaoka2014-05-203-37/+39
|\ \
| * | Refactor accessibility classes to be more generic•••Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76 Tadashi G. Takaoka2014-05-203-37/+39
* | | Merge "Remove preliminary subtypes for L-preview"Tadashi G. Takaoka2014-05-201-0/+6
|\ \ \
| * | | Remove preliminary subtypes for L-preview•••Bug: 13966540 Bug: 13779052 Bug: 10028772 Bug: 7963632 Change-Id: I38552cdbdd6165ee5d9b1a89a822653459fb2b38 Tadashi G. Takaoka2014-05-201-0/+6
| |/ /
* | | Merge "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."Keisuke Kuroyanagi2014-05-2010-89/+100
|\ \ \ | |/ / |/| / | |/
| * Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293 Bug: 14425059 Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3 Keisuke Kuroyanagi2014-05-2010-89/+100
* | Merge "Update key preview popup and shift icons of LXX_Dark"Tadashi G. Takaoka2014-05-2033-4/+4
|\ \
| * | Update key preview popup and shift icons of LXX_Dark•••Bug: 14419121 Change-Id: I808ea58a8d00be3c64d0f4a17e61c55299f8583a Tadashi G. Takaoka2014-05-2033-4/+4
* | | Fix number password field handling•••Bug: 15088419 Change-Id: Ie88375c8c8203c318d9b410692c527443cb0a2d5 Tadashi G. Takaoka2014-05-201-3/+2
|/ /
* | Refactor Emoji tab indicators to refer keyboard theme•••Bug: 14419121 Change-Id: I7086923fff153039c2d011bbccbfd04eb687a76a Tadashi G. Takaoka2014-05-2029-23/+72
* | Remove Emoji label tab•••Change-Id: Ia2f3482363b462c16a51f2baac59d6bcae96ffab Tadashi G. Takaoka2014-05-1927-120/+64
|/
* Merge "Remove Emoji delete key UX hack"Tadashi G. Takaoka2014-05-193-10/+2
|\
| * Remove Emoji delete key UX hack•••The Emoji delete key UX hack that changes key background color based on the key state isn't keyboard theme compliant. Change-Id: I0fa43a91cdd6da944d6d4d1a5a09b771f852a081 Tadashi G. Takaoka2014-05-193-10/+2
* | Merge "Use PrevWordsInfo instead of String in Java side."Keisuke Kuroyanagi2014-05-1917-84/+119
|\ \ | |/ |/|
| * Use PrevWordsInfo instead of String in Java side.•••Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762 Keisuke Kuroyanagi2014-05-1917-84/+119
* | Rename Emoji related resource names more consistent•••Change-Id: I318a98feeaf7b8bc4d2ed6d54475a144e2dca0a1 Tadashi G. Takaoka2014-05-1968-93/+93