aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am cf1c95ec: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev•••* commit 'cf1c95ec2264a4dd08365ff6cdf97e92976c390c': Import translations. DO NOT MERGE Baligh Uddin2014-10-190-0/+0
|\
| * Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-198-19/+19
| |\
| | * Import translations. DO NOT MERGE•••Change-Id: Iab03b9dbbfc33fc9e3b4c533b2a14b38e9ab4536 Auto-generated-cl: translation import Baligh Uddin2014-10-198-19/+19
* | | am be25b245: (-s ours) Import translations. DO NOT MERGE•••* commit 'be25b245f6320ed16fc77c5a09e15a7d15511702': Import translations. DO NOT MERGE Baligh Uddin2014-10-190-0/+0
|\| |
| * | Import translations. DO NOT MERGE•••Change-Id: Id60ee51f6e56aadd047d93e8098751256ce7daf3 Auto-generated-cl: translation import Baligh Uddin2014-10-192-2/+2
| |/
* | 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
* | am d218ba4b: (-s ours) Import translations. DO NOT MERGE•••* commit 'd218ba4b518b38ee2ab144e16c9b60a91eacdf95': Import translations. DO NOT MERGE Geoff Mendal2014-10-070-0/+0
|\|
| * Import translations. DO NOT MERGE•••Change-Id: I542174a860f968289c76095dd059ee595b790409 Auto-generated-cl: translation import Geoff Mendal2014-10-062-13/+13
* | am 4f4ef946: (-s ours) Import translations. DO NOT MERGE•••* commit '4f4ef946adf06aa89f4738de9b60832938c70012': Import translations. DO NOT MERGE Baligh Uddin2014-10-050-0/+0
|\|
| * Import translations. DO NOT MERGE•••Change-Id: Ie3bd15488ad9d5594a95dd2734eab17189740b35 Auto-generated-cl: translation import Baligh Uddin2014-10-052-3/+3
* | am d3a5b55b: (-s ours) Import translations. DO NOT MERGE•••* commit 'd3a5b55ba7ef368f2de25d03d3d51c98146a80ce': Import translations. DO NOT MERGE Baligh Uddin2014-10-010-0/+0
|\|
| * 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-09-302-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
* | | am 5dd9e4ae: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev•••* commit '5dd9e4ae154c1ab9c37311e0ae5b5f5eeae5ae29': Import translations. DO NOT MERGE Baligh Uddin2014-09-290-0/+0
|\| |
| * | 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
| | |/
* | | am 1222cac5: (-s ours) Import translations. DO NOT MERGE•••* commit '1222cac5a353ae1373cb65f2cb696b8d5a9e9c56': Import translations. DO NOT MERGE Baligh Uddin2014-09-290-0/+0
|\| |
| * | Import translations. DO NOT MERGE•••Change-Id: Iaee29fb909327ab892f1b5c88cac0f9f0bd62ea3 Auto-generated-cl: translation import Baligh Uddin2014-09-292-3/+3
| |/
* | am 220fe68f: am be4e0d0e: Fix when to show important notice•••* commit '220fe68f06b66efa4e720e1c356fec7d2d3812c5': Fix when to show important notice Tadashi G. Takaoka2014-09-222-5/+258
|\ \
| * | am be4e0d0e: Fix when to show important notice•••* commit 'be4e0d0e3921af3d575f745cb356704974362baf': Fix when to show important notice Tadashi G. Takaoka2014-09-222-5/+258
| |\|
| | * 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-222-5/+258
* | | am 6dabb28d: (-s ours) am cf59579c: (-s ours) Import translations. DO NOT MERGE•••* commit '6dabb28df1d2718c99d1683562e700c888fa0571': Import translations. DO NOT MERGE Baligh Uddin2014-09-210-0/+0
|\| |
| * | am cf59579c: (-s ours) Import translations. DO NOT MERGE•••* commit 'cf59579cf5839468ac522272ada882c034704295': Import translations. DO NOT MERGE Baligh Uddin2014-09-210-0/+0
| |\|
| | * Import translations. DO NOT MERGE•••Change-Id: I5c04251f5db42dab2189da52895e171c9082348b Auto-generated-cl: translation import Baligh Uddin2014-09-216-9/+9
* | | am 93321a10: (-s ours) am ed04bd9e: (-s ours) Merge "Import translations. DO ...•••* commit '93321a10b48df73969fbc9e7a929359f4b88c8db': Import translations. DO NOT MERGE Baligh Uddin2014-09-200-0/+0
|\| |
| * | am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev•••* commit 'ed04bd9ef6f50d52f2c74928cd3be8146315f561': Import translations. DO NOT MERGE Baligh Uddin2014-09-200-0/+0
| |\|
| | * 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 ebd662eb: am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from b...•••* commit 'ebd662eb73384d8aaf6abd0547035985db91f119': Avoid the add-to-dictionary indicator from being clipped Yohei Yukawa2014-09-203-28/+42
|\| | |
| * | | 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 ff836b65: am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypte...•••* commit 'ff836b65782273f69c61f701455cc4f0fc071a58': (DO NOT MERGE) Remove some logs which spam encrypted boot Jean Chalard2014-09-201-10/+8
|\| | | |
| * | | | 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 885dedd0: am 00e01837: Merge "(DO NOT MERGE) Fix showing important notice ...•••* commit '885dedd0f600b5a2278b7c4f11644d2cc2d4b699': (DO NOT MERGE) Fix showing important notice even at beginning of sentence Tadashi G. Takaoka2014-09-185-17/+41
|\| | |
| * | | 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 8c9948f4: am fa63d910: Merge "Use Add-To-Dictionary indicator only" into l...•••* commit '8c9948f436bd764c6483d9af8c730e1b91e3b7ab': Use Add-To-Dictionary indicator only Yohei Yukawa2014-09-1810-415/+264
|\| | | |
| * | | | 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 97ad4968: am bfabac44: Suppress voice input key on textWebEmailAddress field•••* commit '97ad496868d147e311404d6f2dc0c9bca18f6231': Suppress voice input key on textWebEmailAddress field Tadashi G. Takaoka2014-09-181-1/+1
|\| | | |
| * | | | 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
| |\| | |