aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Remove irrelevant options.•••Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341 Jean Chalard2012-06-153-12/+9
* | | | | | | am de1d88eb: am 32f4ceb2: Dismiss more suggestions panel when suggestions str...•••* commit 'de1d88eb4199160899d227f2c679215e16410c42': Dismiss more suggestions panel when suggestions strip is closed Tadashi G. Takaoka2012-06-143-2/+3
|\| | | | | |
| * | | | | | Dismiss more suggestions panel when suggestions strip is closed•••This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6 Tadashi G. Takaoka2012-06-143-2/+3
| |/ / / / /
* | | | | / Fix an NPE•••This code is temporary until we get rid of this member. Bug: 6662963 Bug: 6667091 Change-Id: I1d970d2a97992507e86c5b94978a2543fe42b375 Jean Chalard2012-06-151-4/+4
| |_|_|_|/ |/| | | |
* | | | | am d9c702d2: am 5caaf1b9: Merge "Do not add profanity to user history bigram ...•••* commit 'd9c702d2ff017452f0264f2be12b6bffd6204e4a': Do not add profanity to user history bigram dicitonary Satoshi Kataoka2012-06-141-2/+3
|\| | | |
| * | | | Merge "Do not add profanity to user history bigram dicitonary" into jb-devSatoshi Kataoka2012-06-141-2/+3
| |\ \ \ \
| | * | | | Do not add profanity to user history bigram dicitonary•••Change-Id: I864c4206e3e6cde4d6ed687a9759e98901e16b9a Satoshi Kataoka2012-06-141-2/+3
* | | | | | am bbf18807: am 1db4f951: Fix the order of Persian diacritics•••* commit 'bbf188075d5e14626c0609f4c3ee6031f6c6d5a6': Fix the order of Persian diacritics Tadashi G. Takaoka2012-06-143-254/+273
|\| | | | | | |_|/ / / |/| | | |
| * | | | Fix the order of Persian diacritics•••The java source file KeyboardTextsSet.java has rather big change, but this file is auto generated by "maketext" tool. The crucial part of this change is in 5 XML resource files. Bug: 6661783 Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa Tadashi G. Takaoka2012-06-143-254/+273
| | |/ / | |/| |
* | | | Merge "adjust string lengths for i18n"Kurt Partridge2012-06-141-1/+1
|\ \ \ \
| * | | | adjust string lengths for i18n•••Bug: 6646837 Change-Id: Iecdc06f4fb0f651720ab188629e79f95f7c15ebb Kurt Partridge2012-06-131-1/+1
| | |_|/ | |/| |
* | | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-06-1311-30/+30
|\ \ \ \
| * | | | Import translations. DO NOT MERGE•••Change-Id: Ic8c1aa9ddecf98077a6dfc5ebdee4b9ac0bf8c8c Eric Fischer2012-06-1311-30/+30
| |/ / /
* | | | am efd308f5: am 3baa7767: Fix one letter suggestion text size on more suggest...•••* commit 'efd308f5485b7459ab62e4e20fe95cf846ed6c47': Fix one letter suggestion text size on more suggestions panel Tadashi G. Takaoka2012-06-131-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix one letter suggestion text size on more suggestions panel•••Bug: 6655216 Change-Id: Ie1fdd8e885a0fd95d3e811ab435ef3696b693d81 Tadashi G. Takaoka2012-06-131-0/+1
| * | | Import translations. DO NOT MERGE•••Change-Id: Id2fa594ab5ed35119a1c924e8c97894fff4245bc Ying Wang2012-06-121-1/+1
| | |/ | |/|
| * | Merge "Import translations. DO NOT MERGE" into jb-devEric Fischer2012-06-112-2/+2
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I865d01b8e1f936a0715bb28ce6ab2dd8ecd5a315 Eric Fischer2012-06-112-2/+2
* | | | Merge "Fix an occurrence of nested batch edits."Jean Chalard2012-06-133-22/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix an occurrence of nested batch edits.•••This is harmless, but against policy. Also, rework the checking code to be more readable, give more information, and be called for all relevant methods - and not for informative methods, which are not required to be in a batch edit. Change-Id: I03fa8b2e7d68a6a133f86be8a214671750c29256 Jean Chalard2012-06-133-22/+30
* | | | Merge "Import translations. DO NOT MERGE"Ying Wang2012-06-127-11/+11
|\ \ \ \
| * | | | Import translations. DO NOT MERGE•••Change-Id: Id7337defebfd196e839f37ce199c94c7df0ed949 Ying Wang2012-06-127-11/+11
* | | | | Merge "Remove useless copy constructor of ProximityInfo"Tadashi G. Takaoka2012-06-121-21/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove useless copy constructor of ProximityInfo•••Change-Id: I56b4a99f670ad38708ad83d76b93a631295e3333 Tadashi G. Takaoka2012-06-121-21/+0
* | | | | Optimization•••This is much faster. It doesn't create messages, it doesn't post stuff in a queue, it doesn't delay execution of other messages. Also, it decouples the timer from the functionality of the Handler so this can be pulled up in another change to consolidate with mLastKeyTime or so. Change-Id: I9044fc031373e66b9b40eee8025633613d0945dc Jean Chalard2012-06-131-5/+5
* | | | | Small optimization.•••This will avoid some two-way IPC calls. Change-Id: If9eb3e99b3d08346aadd4bbed2a1761f8c2527b9 Jean Chalard2012-06-131-2/+2
|/ / / /
* | | | resolved conflicts for merge of ee78e780 to master•••Change-Id: I88a4996bdd17c5378a67781d8075eff311670c3b Satoshi Kataoka2012-06-131-189/+226
|\ \ \ \ | | |/ / | |/| |
| * | | Fix UserHistoryBigram data contention in UserHistoryDictionary•••Bug: 6637614 Change-Id: I34d26563e59d3b09bf35b8173dac5645ccb6a39f satok2012-06-121-189/+226
| | |/ | |/|
| * | Import translations. DO NOT MERGE•••Change-Id: I3a0a7fc4901be1171d0877bb3a02633d6f6c1c2d Eric Fischer2012-06-084-9/+9
| * | Import translations. DO NOT MERGE•••Change-Id: I7f676d036d2773bd3caa5087626b72fc599b1f08 Eric Fischer2012-06-073-9/+7
* | | Merge "Consolidate a test."Jean Chalard2012-06-121-1/+4
|\ \ \
| * | | Consolidate a test.•••Stop using the numerical value, use the actual method Change-Id: Iffa7f2d21a0471c7862afd3234cc9c5dd86feb2e Jean Chalard2012-06-131-1/+4
* | | | Merge "Check inputs to ResearchLogger"Kurt Partridge2012-06-121-8/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Check inputs to ResearchLogger•••to avoid NPEs. Bug: 6188932 Change-Id: I377ceaac867df879dc7984dae44e96b369858cca Kurt Partridge2012-06-121-8/+15
* | | | Merge "Consolidate auto-correction settings."Jean Chalard2012-06-122-12/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Consolidate auto-correction settings.•••For some reason, there were several ways, not exactly identical, to get this setting. The ones that used mAutoCorrectionEnabled would kick in when the input field was specifying no correction, so it would be a little strange (although harmless in the practice because the settings set in this way would not get used later, because the correct test would be done at that time). Also perform a very small refactoring Change-Id: Ica9f32b238d98009ae1852d3c1e940398f5d341c Jean Chalard2012-06-122-12/+8
* | | | Merge "Move two methods in a more appropriate place"Jean Chalard2012-06-123-31/+33
|\| | |
| * | | Move two methods in a more appropriate place•••Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3 Jean Chalard2012-06-123-31/+33
* | | | Merge "Adjust string lengths for translation"Kurt Partridge2012-06-121-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Adjust string lengths for translation•••Bug: 6635482 Bug: 6644787 Bug: 6645780 Bug: 6646060 Bug: 6645917 Change-Id: I61e62a7b9840bb4767ce40f521004fae7dbe905a Kurt Partridge2012-06-111-5/+5
| |/ /
* | | Move an editing method to the RichInputConnection•••Change-Id: Ie143ad008ca8deb1c5034cb80ec1cb28a6b0682d Jean Chalard2012-06-122-24/+24
* | | Move a member call out of the way•••Change-Id: I5da48442c0b39aaff817c3b6d067a9b13fda0643 Jean Chalard2012-06-121-1/+1
* | | Move two editing utility methods to RichInputConnection•••Change-Id: If8d03bea1b6369cb3043da6321048d052995d664 Jean Chalard2012-06-122-40/+48
* | | Merge "Rename mSettingsValues to mCurrentSettings"Jean Chalard2012-06-111-54/+55
|\ \ \
| * | | Rename mSettingsValues to mCurrentSettings•••...for readability. After all, it makes sense that "current settings" is a "SettingsValues", while it's harder to understand why we'd manipulate an object named "SettingsValues". Change-Id: Ide9a17b970a6cc00b80b9a217f986268c739c662 Jean Chalard2012-06-081-54/+55
* | | | Merge "Move suggestion strip visibility to SettingsValues"Jean Chalard2012-06-112-29/+33
|\| | |
| * | | Move suggestion strip visibility to SettingsValues•••Change-Id: If34112c69acd5122d87554043d87d8f4dbdf5d15 Jean Chalard2012-06-082-29/+33
* | | | Merge "Accept a null input attributes for reading settings."Jean Chalard2012-06-112-3/+1
|\| | |
| * | | Accept a null input attributes for reading settings.•••Change-Id: I11a8e1aca3541c35d2b39b27716687fcd8ff3dc6 Jean Chalard2012-06-082-3/+1
* | | | Merge "Move the correction mode to SettingsValue and make it final"Jean Chalard2012-06-112-21/+21
|\| | |