aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add word commit methods to StatsUtilsMohammadinamul Sheik2014-09-181-1/+17
| | | | Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998
* Add account listing and preference integration for current accountSandeep Siddhartha2014-09-184-8/+184
| | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* Merge "Start showing the split keyboard layout"Sandeep Siddhartha2014-09-185-11/+31
|\
| * Start showing the split keyboard layoutSandeep Siddhartha2014-09-175-11/+31
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Add Accounts & privacy settings in LatinIME"Sandeep Siddhartha2014-09-189-3/+161
|\ \
| * | Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-179-3/+161
| |/ | | | | | | | | | | | | | | | | | | 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
* | Merge "Pass prevWordCount to native code for getSuggestion."Keisuke Kuroyanagi2014-09-181-7/+7
|\ \
| * | Pass prevWordCount to native code for getSuggestion.Keisuke Kuroyanagi2014-09-181-7/+7
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Id2b49a448982c997e5c0a22445b115e675156c3e
* | | 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 sentenceTadashi G. Takaoka2014-09-185-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
* | | | Add methods to get a Key's horizontal and vertical gaps.David Faden2014-09-181-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I825c537a48db35baab71580ff5c41cd911094a4b
* | | | resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-1810-415/+264
|\ \ \ \ | |_|/ / |/| | | | | | | Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e
| * | | am fa63d910: Merge "Use Add-To-Dictionary indicator only" into lmp-devYohei Yukawa2014-09-1810-415/+264
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'fa63d910950621d820d28b177a9de199e492557c': Use Add-To-Dictionary indicator only
| | * \ \ Merge "Use Add-To-Dictionary indicator only" into lmp-devYohei Yukawa2014-09-1810-415/+264
| | |\ \ \
| | | * | | Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-1810-415/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge "Add a Dictionary.isUserSpecific method."Jean Chalard2014-09-181-0/+18
|\ \ \ \ \ \
| * | | | | | Add a Dictionary.isUserSpecific method.David Faden2014-09-181-0/+18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on ↵Tadashi G. Takaoka2014-09-181-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | textWebEmailAddress field * commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field
| * | | | | am bfabac44: Suppress voice input key on textWebEmailAddress fieldTadashi G. Takaoka2014-09-181-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * commit 'bfabac449d0b529ee22887aa198a34fdf04b3beb': Suppress voice input key on textWebEmailAddress field
| | * | | | Suppress voice input key on textWebEmailAddress fieldTadashi G. Takaoka2014-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802
* | | | | | Merge "Use PrevWordsInfo.getPrevWordCount() in Java side."Keisuke Kuroyanagi2014-09-182-20/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use PrevWordsInfo.getPrevWordCount() in Java side.Keisuke Kuroyanagi2014-09-172-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Ie6295ff657c483876af403f2d474b7d857e5e3d6
* | | | | | Fix Romanian keyboard to promote "A with breve"Tadashi G. Takaoka2014-09-181-2/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Bug: 17324498 Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5
* | | | | Merge "Add a user preference for split layout within Appearance & Layouts"Jatin Matani2014-09-175-1/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a user preference for split layout within Appearance & LayoutsJatin Matani2014-09-165-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note The preference is flag protected. Change-Id: I1be219ba961f002897b7b13ff9f200e2f142b2d8
* | | | | Merge "Revert "Revert "Fall back to default keyboard theme"""Tadashi G. Takaoka2014-09-174-47/+67
|\ \ \ \ \
| * | | | | Revert "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-174-47/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65
* | | | | | Merge "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-174-67/+47
|\| | | | |
| * | | | | Revert "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-174-67/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845
* | | | | | Merge "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-174-47/+67
|\| | | | |
| * | | | | Fall back to default keyboard themeTadashi G. Takaoka2014-09-174-47/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc
* | | | | | Making spelling of the word "distracters" consistentAdrian Velicu2014-09-172-7/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | Bug: 17537869 Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb
* | | | | am cf5fc1ea: am 4e1f1689: am 5ae05786: Merge "Fix drawing of custom action ↵Tadashi G. Takaoka2014-09-162-1/+7
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | label key" into lmp-dev * commit 'cf5fc1ea065873cd6d7b1d5d467940e4e45354d3': Fix drawing of custom action label key
| * | | | am 5ae05786: Merge "Fix drawing of custom action label key" into lmp-devTadashi G. Takaoka2014-09-162-1/+7
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit '5ae057862e316bac7971d2ec325e57d5ff54c592': Fix drawing of custom action label key
| | * | | Merge "Fix drawing of custom action label key" into lmp-devTadashi G. Takaoka2014-09-162-1/+7
| | |\ \ \
| | | * | | Fix drawing of custom action label keyTadashi G. Takaoka2014-09-162-1/+7
| | | | |/ | | | |/| | | | | | | | | | | | | | | | Bug: 17488054 Change-Id: I433561ed19ec2a79402867a0395a3e388730f087
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-162-2/+2
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-152-2/+2
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: I893b13ee353d4ce57b34bf8ca4e0e3a5ddc0b068 Auto-generated-cl: translation import
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1656-0/+47658
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-1556-0/+47658
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: I9e292160719ac6b4bf617263525d3f00acc9cd87 Auto-generated-cl: translation import
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-165-0/+120
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-155-0/+120
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: I0cea5e4fa1120dcce3bf5d5dfd5667167271ef5e Auto-generated-cl: translation import
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1610-76/+41
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-1510-76/+41
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: I2f3eded792bf3882ae4cd16a0a97933f77bc5ce2 Auto-generated-cl: translation import
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-164-0/+108
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-154-0/+108
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: Id7999e5ed1331e8fc0260c2e529df116bc0661ef Auto-generated-cl: translation import
| | * | | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1673-456/+1003
| | |\ \ \
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-09-1573-456/+1003
| | | |/ / | | | | | | | | | | | | | | | | | | | | Change-Id: Id5c9da5464884357ba3c087c10820b6b84e15ae5 Auto-generated-cl: translation import
| | * / / Import translations. DO NOT MERGEBaligh Uddin2014-09-1511-609/+309
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I410c187d99e2896703b7c76079bc1782519d10f0 Auto-generated-cl: translation import
* | | | Add StatsUtils.onAutoCorrection method.Mohammadinamul Sheik2014-09-162-3/+21
| | | | | | | | | | | | | | | | Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229