aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am f184e73d: Merge "Some more obvious optimizations" into jb-devJean Chalard2012-05-151-3/+3
|\ | | | | | | | | * commit 'f184e73dd77464c53cbfe2815916e826cd32f318': Some more obvious optimizations
| * Merge "Some more obvious optimizations" into jb-devJean Chalard2012-05-141-3/+3
| |\
| | * Some more obvious optimizationsJean Chalard2012-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | The speedup is about 15% Bug: 6394357 Change-Id: Ibd57363d9d793206dd916d8927366db4192083b6
* | | am 78df7181: Merge "Some obvious optimizations to makedict" into jb-devJean Chalard2012-05-152-29/+22
|\| | | | | | | | | | | | | | * commit '78df7181ff150596aa62591bfda6255c6517aa59': Some obvious optimizations to makedict
| * | Merge "Some obvious optimizations to makedict" into jb-devJean Chalard2012-05-142-29/+22
| |\|
| | * Some obvious optimizations to makedictJean Chalard2012-05-142-29/+22
| | | | | | | | | | | | | | | Bug: 6394357 Change-Id: Ibfd98aac2304ef50cf90b1de984736ddcfe7a4bc
* | | Merge "include text context in researchLogger"Kurt Partridge2012-05-153-13/+54
|\ \ \
| * | | include text context in researchLoggerKurt Partridge2012-05-143-13/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when logging LatinIME.onUpdateSelection(), now include the current word and preceding word. no escaping of the word is performed; this is temporary until the output format is cleaned up. also fix EditingUtils.getWordRangeAtCursor to support supplementary UTF-16 characters. Bug: 6188932 Change-Id: If4612a2627537d5d8bb2f9585a3ad1b4e56c2e26
* | | | am 5282f00f: Merge "Contacts dictionary rebuilds only when contact names ↵Tom Ouyang2012-05-143-29/+198
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | have changed." into jb-dev * commit '5282f00ff871bc0ae8303a2b6dacb283f73e31ea': Contacts dictionary rebuilds only when contact names have changed.
| * | | Contacts dictionary rebuilds only when contact names have changed.Tom Ouyang2012-05-113-29/+198
| | |/ | |/| | | | | | | | | | Bug: 6396600 Change-Id: Iad693ec4bab6351793d624e5c5b0a9f5c12a60e3
* | | am 59e6ad38: Merge "Write the bigram frequency following the new formula" ↵Jean Chalard2012-05-111-5/+21
|\| | | | | | | | | | | | | | | | | | | | into jb-dev * commit '59e6ad38748b0d3c2ed63738d6ab5e6f123466d0': Write the bigram frequency following the new formula
| * | Merge "Write the bigram frequency following the new formula" into jb-devJean Chalard2012-05-111-5/+21
| |\ \
| | * | Write the bigram frequency following the new formulaJean Chalard2012-05-111-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also tests for bigram frequency against unigram frequency Bug: 6313806 Bug: 6028348 Change-Id: If7faa3559fee9f2496890f0bc0e081279e100854
* | | | am ad0233fa: Merge "Refactor a method" into jb-devJean Chalard2012-05-111-10/+14
|\| | | | | | | | | | | | | | | | | | | * commit 'ad0233fa02985e597054bc50726a412fd8fff371': Refactor a method
| * | | Merge "Refactor a method" into jb-devJean Chalard2012-05-111-10/+14
| |\| |
| | * | Refactor a methodJean Chalard2012-05-111-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename it, rename parameters, and add a parameter that will be necessary soon. Also, rescale the bigram frequency as necessary. Bug: 6313806 Change-Id: I192543cfb6ab6bccda4a1a53c8e67fbf50a257b0
* | | | am 6792a909: Merge "Output caps debug code" into jb-devsatok2012-05-111-0/+6
|\| | | | | | | | | | | | | | | | | | | * commit '6792a909cd0da3db6a957cb2576b4d08f46a53b7': Output caps debug code
| * | | Merge "Output caps debug code" into jb-devsatok2012-05-111-0/+6
| |\ \ \
| | * | | Output caps debug codesatok2012-05-111-0/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: I4a3399d9066bd28dab893ecebb720924110b871d
* | | | | am 5434f464: Remove unexpectedly split words with single quotessatok2012-05-111-0/+95
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '5434f46481c6331c3f107e6940cb49ba9dd5ea4d': Remove unexpectedly split words with single quotes
| * | | | Remove unexpectedly split words with single quotessatok2012-05-111-0/+95
| |/ / / | | | | | | | | | | | | | | | | Bug: 6451163 Change-Id: I4c5595f727934f2b401e9bb11a6ba613668f4a42
* | | / am 88794b24: Remove the dependency to SpellCheckerProximityInfo from ↵Ken Wakasa2012-05-111-1/+4
|\| | | | |_|/ |/| | | | | | | | | | | | | | ProximityInfo. * commit '88794b24c0928e3bbea59999fce47c78c028863d': Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.
| * | Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.Ken Wakasa2012-05-111-1/+4
| |/ | | | | | | | | | | In conjunction with I596b2deb Change-Id: I42f059158ae78e1c1c807ed4d3688edbcf18c006
* | am 684c519d: Merge "Cleanup indentation" into jb-devTadashi G. Takaoka2012-05-101-2/+1
|\| | | | | | | | | * commit '684c519d9d72443b9668fa1474ce2970ceb86a4f': Cleanup indentation
| * Cleanup indentationTadashi G. Takaoka2012-05-101-2/+1
| | | | | | | | Change-Id: Iaaade378acb81a2d68e2e721778a82fd8d5e20a5
* | am bced8270: Merge "Fix calculation of more keys keyboard position based on ↵Tadashi G. Takaoka2012-05-091-4/+2
|\| | | | | | | | | | | | | key preview" into jb-dev * commit 'bced82709ad262d59ec523439ea7b22b18c5335b': Fix calculation of more keys keyboard position based on key preview
| * Merge "Fix calculation of more keys keyboard position based on key preview" ↵Tadashi G. Takaoka2012-05-091-4/+2
| |\ | | | | | | | | | into jb-dev
| | * Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-091-4/+2
| | | | | | | | | | | | | | | Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b
* | | am c8bde75c: Merge "Optimize InputConnection.getCursorCapsMode calling" into ↵Tadashi G. Takaoka2012-05-091-6/+18
|\| | | | | | | | | | | | | | | | | | | | jb-dev * commit 'c8bde75cf455c02efc57c2e35bbe446b83c23739': Optimize InputConnection.getCursorCapsMode calling
| * | Merge "Optimize InputConnection.getCursorCapsMode calling" into jb-devTadashi G. Takaoka2012-05-091-6/+18
| |\ \
| | * | Optimize InputConnection.getCursorCapsMode callingTadashi G. Takaoka2012-05-091-6/+18
| | | | | | | | | | | | | | | | | | | | Bug: 6464226 Change-Id: I30c1b01be5e1719ded5f7f8a7e24a38e9bbc3637
* | | | am d5cd7e64: Small optimizationJean Chalard2012-05-091-2/+5
|\| | | | | | | | | | | | | | | | | | | * commit 'd5cd7e64aa30096241f63e47a9169699bdd98231': Small optimization
| * | | Small optimizationJean Chalard2012-05-091-2/+5
| | | | | | | | | | | | | | | | Change-Id: I067249976e557b60b606d2153deaeb3c8f1f38ac
* | | | am 442ac5d0: Merge "Don\'t ask for surrounding characters for each keypress" ↵Jean Chalard2012-05-091-14/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '442ac5d0bb96ec257d26b28df2fabefdefe59b96': Don't ask for surrounding characters for each keypress
| * | | Don't ask for surrounding characters for each keypressJean Chalard2012-05-091-14/+12
| |/ / | | | | | | | | | | | | Bug: 6464226 Change-Id: I03745bbcc21e5ec6ca57fa1257bf21c0cd26391a
* | | am f52aef84: Merge "Tab key preforms next action when ↵Tadashi G. Takaoka2012-05-092-0/+8
|\| | | | | | | | | | | | | | | | | | | | EditorInfo.IME_ACTION_NEXT is specified" into jb-dev * commit 'f52aef84a582197d6f8e580044b2d24d2a710cef': Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified
| * | Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specifiedTadashi G. Takaoka2012-05-082-0/+8
| |/ | | | | | | | | Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40
* | am e58f3af8: Treat apostrophe as single quote in spell checkersatok2012-05-071-6/+9
|\| | | | | | | | | * commit 'e58f3af8a7bf852c3b100de1bd85d95d13e0e15e': Treat apostrophe as single quote in spell checker
| * Treat apostrophe as single quote in spell checkersatok2012-05-071-6/+9
| | | | | | | | | | Bug: 6435348 Change-Id: Iaaac9042e7e6cb21a3f2243bc6e8e055cc24f74d
* | am 165725ab: Fix buildTadashi G. Takaoka2012-05-062-6/+5
|\| | | | | | | | | * commit '165725aba8a179440af9c93869b35f206b2e133f': Fix build
| * Fix buildTadashi G. Takaoka2012-05-072-6/+5
| | | | | | | | | | Related-change: I173a3dc0 Change-Id: I4b5adedb70f7501e84fd3604aa240161c97dc713
* | am 8e50c5d1: Fix subtype name for a custom input style with en_US and en_GBTadashi G. Takaoka2012-05-063-14/+61
|\| | | | | | | | | * commit '8e50c5d198f65beb6679a9a1e0102e5fc52d7707': Fix subtype name for a custom input style with en_US and en_GB
| * Fix subtype name for a custom input style with en_US and en_GBTadashi G. Takaoka2012-05-073-14/+61
| | | | | | | | | | | | | | | | This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263
* | am 4e6c6046: Merge "Fix newly created custom input style display name" into ↵Tadashi G. Takaoka2012-05-061-8/+14
|\| | | | | | | | | | | | | jb-dev * commit '4e6c60464580213cda67c46499259d2ff0bbc493': Fix newly created custom input style display name
| * Merge "Fix newly created custom input style display name" into jb-devTadashi G. Takaoka2012-05-061-8/+14
| |\
| | * Fix newly created custom input style display nameTadashi G. Takaoka2012-05-071-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | This will revert I4263632e Bug: 6443665 Bug: 6410653 Change-Id: Id9ad1a204ed9802488abfc2c536a95d62d55afe0
* | | am 3665e2a8: Merge "Tidy up the MakedictLog class." into jb-devKen Wakasa2012-05-061-12/+16
|\| | | | | | | | | | | | | | * commit '3665e2a8fc29c9bbe98d1c73e00af26abd6a5421': Tidy up the MakedictLog class.
| * | Merge "Tidy up the MakedictLog class." into jb-devKen Wakasa2012-05-061-12/+16
| |\ \ | | |/ | |/|
| | * Tidy up the MakedictLog class.Ken Wakasa2012-05-051-12/+16
| | | | | | | | | | | | | | | | | | Follow up to I436b2b7b Change-Id: Id17b134dab2f876b874a505e92a379c8b5567fa4
* | | am 4c9bdcc9: Merge "Fix missing synchronized modifier" into jb-devTadashi G. Takaoka2012-05-061-1/+1
|\| | | | | | | | | | | | | | * commit '4c9bdcc9579288ca379c49d36c0ba0ec81515ef7': Fix missing synchronized modifier