aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* (DO NOT MERGE) Fix Greek accented upper case letters•••Cherry-picked 6fc92899d82f4d3cb30f7bb2c57133154f0babd2 from ub-latinimegoogle-edamame-mr1-release. Bug: 18418991 Change-Id: Id4dff41ba488635ff9af899be6d4f84ab00a96c8 Tadashi G. Takaoka2014-11-211-7/+22
* Fix restore from keyboard•••The keyboard starts up before the restore process and the default shared preferences are cached and used even after the restore. Bug: 17837918 Change-Id: I2669e377b6e95813657fd6a80fbff4472330e3aa (cherry picked from commit e9d814674b9c94d61b474f58633a75afb7d2a616) Sandeep Siddhartha2014-11-071-1/+0
* am ecea8551: Fix a bug with no suggestions flag•••* commit 'ecea8551c39a497e036be5c010d7ddb6b51a36bc': Fix a bug with no suggestions flag Jean Chalard2014-10-152-4/+7
|\
| * Fix a bug with no suggestions flag•••We should reset the composition state when moving the cursor inside the word after a gesture when the text field specifies no suggestions. Bug: 17959921 Change-Id: I977fea775f7b7e145e343636f0fb94266a40953a Jean Chalard2014-10-152-4/+7
* | am ae3ad8eb: (DO NOT MERGE) Fix checking a11y status just before calling an a...•••* commit 'ae3ad8ebdd1a3239e17fd14e50a8e9670cb5b61a': (DO NOT MERGE) Fix checking a11y status just before calling an a11y method Tadashi G. Takaoka2014-10-154-9/+15
|\|
| * (DO NOT MERGE) Fix checking a11y status just before calling an a11y method•••Cherry picked from Master, commit 04cd8794e04b14c2b7e7eed036b83075792134a1 Bug: 17035860 Change-Id: I9627d525a570ced085281b4db93fe6896081e818Tadashi G. Takaoka2014-10-144-9/+15
| * Import translations. DO NOT MERGE•••Change-Id: I542174a860f968289c76095dd059ee595b790409 Auto-generated-cl: translation import Geoff Mendal2014-10-062-13/+13
| * Import translations. DO NOT MERGE•••Change-Id: Ie3bd15488ad9d5594a95dd2734eab17189740b35 Auto-generated-cl: translation import Baligh Uddin2014-10-052-3/+3
| * Import translations. DO NOT MERGE•••Change-Id: Id3f3a910f5503eb21582d5f8eb376948ac753470 Auto-generated-cl: translation import Baligh Uddin2014-09-302-2/+2
* | am 6ad437ed: Merge "Fix NPE due to the lack of null-check" into lmp-dev•••* commit '6ad437edd93382ce872c42fc8a2126e34dbf98d9': Fix NPE due to the lack of null-check Yohei Yukawa2014-10-012-4/+4
|\|
| * Merge "Fix NPE due to the lack of null-check" into lmp-devYohei Yukawa2014-09-302-4/+4
| |\
| | * Fix NPE due to the lack of null-check•••The case that was not coverted well is that CursorAnchorInfoCompatWrapper could be instantiated with null object. In such situations, we should do nothing. BUG: 17682582 Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40 Yohei Yukawa2014-09-292-4/+4
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-291-2/+2
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I2865485fc1e9c76ecdc2f138f04bae77691e8d3f Auto-generated-cl: translation import Baligh Uddin2014-09-291-2/+2
| | |/
| * / Import translations. DO NOT MERGE•••Change-Id: Iaee29fb909327ab892f1b5c88cac0f9f0bd62ea3 Auto-generated-cl: translation import Baligh Uddin2014-09-292-3/+3
| |/
* | am be4e0d0e: Fix when to show important notice•••* commit 'be4e0d0e3921af3d575f745cb356704974362baf': Fix when to show important notice Tadashi G. Takaoka2014-09-221-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
| * Import translations. DO NOT MERGE•••Change-Id: I5c04251f5db42dab2189da52895e171c9082348b Auto-generated-cl: translation import Baligh Uddin2014-09-216-9/+9
| * Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-2070-950/+476
| |\
| | * Import translations. DO NOT MERGE•••Change-Id: I49fbe075888be15eb2e88516f1ca0407b664d5b8 Auto-generated-cl: translation import Baligh Uddin2014-09-1770-950/+476
* | | am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped"...•••* commit 'f2d0d9b0b91953df440ed55e0ee2e7f67705a881': 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
* | | | am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypted boot•••* commit 'c648bae15de599e76d865fd181e980fc1b2175b3': (DO NOT MERGE) Remove some logs which spam encrypted boot Jean Chalard2014-09-201-10/+8
|\| | |
| * | | (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
| |/ /
* | | am 00e01837: Merge "(DO NOT MERGE) Fix showing important notice even at begin...•••* commit '00e018370fdc3b66a7937a3f08197cedb7907c19': (DO NOT MERGE) Fix showing important notice even at beginning of sentence Tadashi G. Takaoka2014-09-185-17/+41
|\| |
| * | 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
* | | | am fa63d910: Merge "Use Add-To-Dictionary indicator only" into lmp-dev•••* commit 'fa63d910950621d820d28b177a9de199e492557c': Use Add-To-Dictionary indicator only Yohei Yukawa2014-09-1810-415/+264
|\| | |
| * | | Merge "Use Add-To-Dictionary indicator only" into lmp-devYohei Yukawa2014-09-1810-415/+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-1810-415/+264
* | | | am bfabac44: Suppress voice input key on textWebEmailAddress field•••* commit 'bfabac449d0b529ee22887aa198a34fdf04b3beb': 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
* | | | am 5ae05786: Merge "Fix drawing of custom action label key" into lmp-dev•••* commit '5ae057862e316bac7971d2ec325e57d5ff54c592': Fix drawing of custom action label key Tadashi G. Takaoka2014-09-162-1/+7
|\| | |
| * | | Merge "Fix drawing of custom action label key" into lmp-devTadashi G. Takaoka2014-09-162-1/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Fix drawing of custom action label key•••Bug: 17488054 Change-Id: I433561ed19ec2a79402867a0395a3e388730f087 Tadashi G. Takaoka2014-09-162-1/+7
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-162-2/+2
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I893b13ee353d4ce57b34bf8ca4e0e3a5ddc0b068 Auto-generated-cl: translation import Baligh Uddin2014-09-152-2/+2
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1656-0/+47658
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I9e292160719ac6b4bf617263525d3f00acc9cd87 Auto-generated-cl: translation import Baligh Uddin2014-09-1556-0/+47658
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-165-0/+120
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I0cea5e4fa1120dcce3bf5d5dfd5667167271ef5e Auto-generated-cl: translation import Baligh Uddin2014-09-155-0/+120
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1610-76/+41
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I2f3eded792bf3882ae4cd16a0a97933f77bc5ce2 Auto-generated-cl: translation import Baligh Uddin2014-09-1510-76/+41
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-164-0/+108
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: Id7999e5ed1331e8fc0260c2e529df116bc0661ef Auto-generated-cl: translation import Baligh Uddin2014-09-154-0/+108
| | |/
| * | Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1673-456/+1003
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: Id5c9da5464884357ba3c087c10820b6b84e15ae5 Auto-generated-cl: translation import Baligh Uddin2014-09-1573-456/+1003
| | |/
| * / Import translations. DO NOT MERGE•••Change-Id: I410c187d99e2896703b7c76079bc1782519d10f0 Auto-generated-cl: translation import Baligh Uddin2014-09-1511-609/+309
| |/
* | am 5b9a1e59: Fix key preview popup for Material theme•••* commit '5b9a1e59bb7434cce740616c64e274a130a66ee6': Fix key preview popup for Material theme Tadashi G. Takaoka2014-09-1430-12/+12
|\|