aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.•••Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f Keisuke Kuroyanagi2014-09-251-3/+3
* Stop showing more suggestions while important notice is showing•••Bug: 15812659 Change-Id: I314e235cfffae3ae655320a9a75867efc28066bf Tadashi G. Takaoka2014-09-241-1/+8
* Merge "Fix Turkish/Azerbaijani keyboard to add more accented letters"Tadashi G. Takaoka2014-09-241-459/+467
|\
| * Fix Turkish/Azerbaijani keyboard to add more accented letters•••Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f Tadashi G. Takaoka2014-09-221-459/+467
* | Merge "Fix not intercepting touch event while in modal mode"Tadashi G. Takaoka2014-09-242-2/+13
|\ \
| * | Fix not intercepting touch event while in modal mode•••Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2 Tadashi G. Takaoka2014-09-222-2/+13
* | | Merge "[ML9.1] Add option for multi-lingual support"Jean Chalard2014-09-241-0/+2
|\ \ \
| * | | [ML9.1] Add option for multi-lingual support•••Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd Jean Chalard2014-09-221-0/+2
* | | | am 4c4ba10b: am 71b51590: am a76e11a2: am 1f490d6c: am be4e0d0e: Fix when to ...•••* commit '4c4ba10bbb257036d7cb6ae8a128263285b7384f': Fix when to show important notice Tadashi G. Takaoka2014-09-231-5/+36
|\ \ \ \
| * | | | Fix when to show important notice•••This CL introduces a timeout duration to show an important notice message. When the timeout has passed, the important notice message will be suppressed without user intervention. This CL also adds unit tests and fixes a bug in getNextImportantNoticeTitle(). Bug: 17181982 Change-Id: If321c0060cc2f7ca14ad0631b84f4990f88bd659 Tadashi G. Takaoka2014-09-221-5/+36
* | | | | Merge "Prepare supporting n-gram for user history dictionary."Keisuke Kuroyanagi2014-09-232-12/+30
|\ \ \ \ \
| * | | | | Prepare supporting n-gram for user history dictionary.•••Bug:17097992 Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670 Keisuke Kuroyanagi2014-09-222-12/+30
| | |_|/ / | |/| | |
* | | | | Merge "Add StatsUtilManager.onStartInput & onFinishInput"Jatin Matani2014-09-221-0/+2
|\ \ \ \ \
| * | | | | Add StatsUtilManager.onStartInput & onFinishInput•••Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9 Jatin Matani2014-09-211-0/+2
* | | | | | Merge "Hiding SuggestedWords.EMPTY and refactoring code that compares Suggest...Adrian Velicu2014-09-226-22/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords...•••Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1 Adrian Velicu2014-09-226-22/+24
| | |_|_|/ | |/| | |
* | | | | Merge "Create DictionaryStats in executor."Keisuke Kuroyanagi2014-09-221-7/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Create DictionaryStats in executor.•••Bug: 16553957 Change-Id: Ie4e9a6ee67f90ba0086af2075068e078efc7f189 Keisuke Kuroyanagi2014-09-221-7/+10
* | | | | Merge "Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer"Mohammadinamul Sheik2014-09-221-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer•••In chat clients, the last committed word is not committed via rich input connection. This will handle those missed out cases. Change-Id: If3f1f6e1927cdf56a09d3e9124f05c66ca75de53 Mohammadinamul Sheik2014-09-181-0/+7
| | |/ / | |/| |
* | | | am d8c83fb8: am 88cae78f: am 89dd5f03: am c1d35148: am f2d0d9b0: Merge "Avoid...•••* commit 'd8c83fb81bb06e22ab0857e1a7531c666ad8701e': Avoid the add-to-dictionary indicator from being clipped Yohei Yukawa2014-09-203-28/+42
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-devYohei Yukawa2014-09-203-28/+42
| |\ \
| | * | Avoid the add-to-dictionary indicator from being clipped•••With this CL, the display bounds is taken into consideration when the location of add-to-dictionary indicator is determined. BUG: 17578360 Change-Id: I31e458fa7bbc33e539578b331fe1c51ff7f8668e Yohei Yukawa2014-09-193-28/+42
| * | | (DO NOT MERGE) Remove some logs which spam encrypted boot•••Bug: 17539539 Change-Id: Idb442c2f0db2361b8e535f39b02d209b1edd1069 (cherry picked from commit 4b6c6fa0e475b987fe3734989dee4159b1d6d548) Jean Chalard2014-09-191-10/+8
| |/ /
| * | Merge "(DO NOT MERGE) Fix showing important notice even at beginning of sente...Tadashi G. Takaoka2014-09-185-17/+41
| |\ \
| | * | (DO NOT MERGE) Fix showing important notice even at beginning of sentence•••Bug: 17536096 Change-Id: Ic72d6fecc3241c1a9aba87b82a46750cbd69e001Tadashi G. Takaoka2014-09-185-17/+41
* | | | Fix unit tests.•••Change-Id: I7706db4c9279488552ea5fabc16dd1dd2bc7fa05 Keisuke Kuroyanagi2014-09-192-5/+26
* | | | Merge "Added @UsedForTesting to 'missing' methods to avoid ProGuard removing ...Adrian Velicu2014-09-195-0/+9
|\ \ \ \
| * | | | Added @UsedForTesting to 'missing' methods to avoid ProGuard removing them•••Bug: 16864527 Change-Id: I698a1b3e09e7e9a12722169b37f87bd51c8cbd34 Adrian Velicu2014-09-195-0/+9
| | |_|/ | |/| |
* | | | Merge "[ML8] Add a language weight"Jean Chalard2014-09-197-25/+43
|\ \ \ \
| * | | | [ML8] Add a language weight•••...and rename an improperly named normalization value Bug: 11230254 Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549 Jean Chalard2014-09-197-25/+43
| |/ / /
* / / / Remove some logs which spam encrypted boot•••Bug: 17539539 Change-Id: Idb442c2f0db2361b8e535f39b02d209b1edd1069 Jean Chalard2014-09-191-10/+8
|/ / /
* | | Add word commit methods to StatsUtils•••Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998 Mohammadinamul Sheik2014-09-181-1/+17
* | | Add account listing and preference integration for current account•••Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67 Sandeep Siddhartha2014-09-182-6/+172
* | | Merge "Start showing the split keyboard layout"Sandeep Siddhartha2014-09-184-10/+30
|\ \ \
| * | | Start showing the split keyboard layout•••Change [3/3] Added tests for Qwerty/en-US/split Parse the switch-case statement from KeyboardBuilder to use the right layout. Bug: 4968173 Change-Id: If4d6d71d5900525290268d8affa55dccf1ebd4f2 Sandeep Siddhartha2014-09-174-10/+30
* | | | Merge "Add Accounts & privacy settings in LatinIME"Sandeep Siddhartha2014-09-186-3/+107
|\ \ \ \
| * | | | Add Accounts & privacy settings in LatinIME•••Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda Sandeep Siddhartha2014-09-176-3/+107
| |/ / /
* | | | Merge "Pass prevWordCount to native code for getSuggestion."Keisuke Kuroyanagi2014-09-181-7/+7
|\ \ \ \
| * | | | Pass prevWordCount to native code for getSuggestion.•••Bug: 14425059 Change-Id: Id2b49a448982c997e5c0a22445b115e675156c3e Keisuke Kuroyanagi2014-09-181-7/+7
* | | | | Merge "Fix showing important notice even at beginning of sentence"Tadashi G. Takaoka2014-09-185-18/+40
|\ \ \ \ \
| * | | | | Fix showing important notice even at beginning of sentence•••This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2 Tadashi G. Takaoka2014-09-185-18/+40
* | | | | | Add methods to get a Key's horizontal and vertical gaps.•••Record the horizontal and vertical gap for the key, adding corresponding accessors. This info is helpful in interpreting corresponding touch points data. Bug: 17400259 Change-Id: I825c537a48db35baab71580ff5c41cd911094a4bDavid Faden2014-09-181-6/+41
* | | | | | resolved conflicts for merge of 233a2f21 to master•••Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e Yohei Yukawa2014-09-189-364/+264
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge "Use Add-To-Dictionary indicator only" into lmp-devYohei Yukawa2014-09-189-364/+264
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Use Add-To-Dictionary indicator only•••With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6 Yohei Yukawa2014-09-189-364/+264
* | | | | Merge "Add a Dictionary.isUserSpecific method."Jean Chalard2014-09-181-0/+18
|\ \ \ \ \
| * | | | | Add a Dictionary.isUserSpecific method.•••As the name suggests, returns true if the Dictionary is of a type that may use user-specific data, e.g., contacts. Cherry-pick of I11e71286c7635f50ace156dcc5308dbe51268d4e Change-Id: I08c3f22f0c34eaa71bbd06594314f3b411658c5c David Faden2014-09-181-0/+18
| | |_|/ / | |/| | |
* | | | | am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on textWebEma...•••* commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field Tadashi G. Takaoka2014-09-181-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Suppress voice input key on textWebEmailAddress field•••Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802 Tadashi G. Takaoka2014-09-181-1/+1