| Commit message (Expand) | Author | Age | Files | Lines |
* | merge in master-release history after reset to master |  The Android Automerger | 2014-01-13 | 0 | -0/+0 |
|\ |
|
| * | Fix an NPE.•••Bug: 12397228
Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
|  Jean Chalard | 2014-01-10 | 2 | -3/+31 |
| * | merge in master-release history after reset to master |  The Android Automerger | 2014-01-09 | 0 | -0/+0 |
| |\ |
|
| | * | merge in master-release history after reset to master |  The Android Automerger | 2014-01-08 | 0 | -0/+0 |
| | |\ |
|
| | | * | Revert "Fix a race condition."•••This reverts commit 42e83c7f06a1683b27a11564aeb9f3999b10382f.
Bug: 12434783
Change-Id: Id01b6d14906430b13e64f5fc4d7fb01572d0a960
|  Victoria Lease | 2014-01-07 | 1 | -5/+2 |
* | | | | Merge "Fix a test." |  Jean Chalard | 2014-01-10 | 2 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Fix a test.•••Bug: 12483313
Change-Id: Ia811d614b9260367871bc5717f587538adf46789
|  Jean Chalard | 2014-01-10 | 2 | -1/+4 |
* | | | | | Fix possible NPE in DictionaryFacilitatorForSuggest.•••Change-Id: I57792b7417b5f1acbb99e6ea60250eb44b193785
|  Keisuke Kuroyanagi | 2014-01-10 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge "[IL55] Remove a useless argument." |  Jean Chalard | 2014-01-10 | 2 | -16/+3 |
|\ \ \ \ |
|
| * | | | | [IL55] Remove a useless argument.•••Change-Id: I0b3a6cdf49038c32194413c21da824784a53f581
|  Jean Chalard | 2014-01-10 | 2 | -16/+3 |
* | | | | | Merge "Check corpus handles during startup for personalization." |  Keisuke Kuroyanagi | 2014-01-10 | 2 | -1/+14 |
|\ \ \ \ \ |
|
| * | | | | | Check corpus handles during startup for personalization.•••Bug: 12479792
Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7
|  Keisuke Kuroyanagi | 2014-01-10 | 2 | -1/+14 |
* | | | | | | Merge "Boundary check for ProximityInfoState::getProximityTypeG()." |  Keisuke Kuroyanagi | 2014-01-10 | 1 | -0/+8 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Boundary check for ProximityInfoState::getProximityTypeG().•••Bug: 12481052
Change-Id: Ic0b64d2fa17eb8f65f3ad1a7b468cdf6dddf7e70
|  Keisuke Kuroyanagi | 2014-01-10 | 1 | -0/+8 |
* | | | | | | Merge "[IL54.5] Use the cursor pos estimate, not the last value" |  Jean Chalard | 2014-01-10 | 2 | -91/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | [IL54.5] Use the cursor pos estimate, not the last value•••For edit tasks, the estimate is actually the right thing to use.
This is really dangerous, but it will get rid of pretty much all
race conditions.
Change-Id: I2d5ca3ce45e32f1bd9c8b778421fd54b9c1f6f63
|  Jean Chalard | 2014-01-10 | 2 | -91/+41 |
* | | | | | | | Merge "Periodic wipe of the personalization dict." |  Keisuke Kuroyanagi | 2014-01-10 | 3 | -1/+17 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | / / / /
| | |/ / / /
| |/| | | | |
|
| * | | | | | Periodic wipe of the personalization dict.•••Bug: 12216453
Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a
|  Keisuke Kuroyanagi | 2014-01-10 | 3 | -1/+17 |
* | | | | | | [IL54] Add a mirror method to fix the cursor pos estimate•••This just mirrors what InputLogic#tryFixLyingCursorPosition
is doing. That method will go away in the next change.
Change-Id: Ifa2827dbc1f1d20e2c642d6f2d23514a01ed9203
|  Jean Chalard | 2014-01-10 | 2 | -5/+57 |
* | | | | | | [IL53] Fix a wrong test.•••This test was intended only for cases without a selection, and as
a safety net for cases where the app would pretend the cursor
is at N but we can get P chars from the editor where P > N.
When there is a selection, this is wrong. In the practice it works
because these values are not used in this case, but it's still wrong.
The case where P > N is arguable, but actually I see little reason
to trust the getTextBeforeCursor() method more than the
onUpdate selection method. Plus in the practice, I don't think
we are aware of any app with this bug, and it's probably not a
great idea to be too robust about this as it may encourage wrong
values sent to onUpdateSelection.
Change-Id: I42f2065d7aee668074e6b8e40b259da7e88e16e1
|  Jean Chalard | 2014-01-10 | 1 | -5/+7 |
* | | | | | | Merge "Fix an NPE." |  Jean Chalard | 2014-01-10 | 2 | -3/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix an NPE.•••Bug: 12397228
Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
|  Jean Chalard | 2014-01-10 | 2 | -3/+31 |
| | |_|/ / /
| |/| | | | |
|
* / | | | | | Fix build.•••Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
|  Jean Chalard | 2014-01-10 | 5 | -70/+75 |
|/ / / / / |
|
* | | | | | Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion•••This change must be checked in together with Iec437d6df0.
Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf
|  Tadashi G. Takaoka | 2014-01-09 | 4 | -84/+21 |
* | | | | | Passing SpacingAndPunctuations to RichInputConnection.getNthPreviousWords•••Change-Id: I174c50f509ed6998b755e1a712e7f6c0f82f4425
|  Tadashi G. Takaoka | 2014-01-09 | 4 | -33/+59 |
| |/ / /
|/| | | |
|
* | | | | Merge "Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode" |  Tadashi G. Takaoka | 2014-01-09 | 3 | -51/+59 |
|\ \ \ \ |
|
| * | | | | Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode•••Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb
|  Tadashi G. Takaoka | 2014-01-09 | 3 | -52/+59 |
* | | | | | Merge "Add American typography boolean to SpacingAndPunctuations" |  Tadashi G. Takaoka | 2014-01-09 | 4 | -10/+19 |
|\| | | | |
|
| * | | | | Add American typography boolean to SpacingAndPunctuations•••Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
|  Tadashi G. Takaoka | 2014-01-09 | 4 | -10/+19 |
* | | | | | Merge "Fix a unit test in InputLogicTests." |  Keisuke Kuroyanagi | 2014-01-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix a unit test in InputLogicTests.•••Change-Id: I63a20bb2e4b3c39495fade6cae3a14fdd11ca48c
|  Keisuke Kuroyanagi | 2014-01-09 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | A style fix•••Just a style fix to follow up the previous commit.
BUG: 11439600
Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
|  Yohei Yukawa | 2014-01-09 | 1 | -1/+1 |
* | | | | | Merge "Check whether the word is OOV or not for amanatto update." |  Keisuke Kuroyanagi | 2014-01-09 | 4 | -1/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Check whether the word is OOV or not for amanatto update.•••Bug: 11736529
Change-Id: I27973212da7e922b2185dbb4febfb5bb4dfbdcbb
|  Keisuke Kuroyanagi | 2014-01-08 | 4 | -1/+5 |
| |/ / / |
|
* | | | | Merge "Remove some warnings" |  Jean Chalard | 2014-01-09 | 12 | -81/+61 |
|\ \ \ \ |
|
| * | | | | Remove some warnings•••Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
|  Jean Chalard | 2014-01-09 | 12 | -81/+61 |
* | | | | | Merge "Trigger haptic feedback at touch down on the EmojiPalettesView" |  Yohei Yukawa | 2014-01-09 | 2 | -29/+51 |
|\ \ \ \ \ |
|
| * | | | | | Trigger haptic feedback at touch down on the EmojiPalettesView•••EmojiPalettesView triggers the haptic feedback at the timing of touch-up rather than touch-down.
This patch set changes the timing to touch-up so that the UX on the EmojiPalettesView can be consistent with normal keyboard layouts.
This patch set also fixes the missing haptic feedback from facemarks such as ":-)".
Bug: 11439600
Change-Id: I22245946712bd1c36226786d6ff81e3b563f7ef7
|  Yohei Yukawa | 2014-01-09 | 2 | -29/+51 |
* | | | | | | Merge "Fix a bug where changing auto-shift would cancel autorepeat." |  Jean Chalard | 2014-01-09 | 2 | -3/+3 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Fix a bug where changing auto-shift would cancel autorepeat.•••Bug: 12453966
Change-Id: Idd65f732e2de0a7309e08315893c28cca63732c5
|  Jean Chalard | 2014-01-09 | 2 | -3/+3 |
* | | | | | | Import translations. DO NOT MERGE•••Change-Id: Ia2d0f4528529df463307e1706cd4d7265b3958c1
Auto-generated-cl: translation import
|  Baligh Uddin | 2014-01-08 | 31 | -62/+31 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge "Make reloadMainDict() private." |  Keisuke Kuroyanagi | 2014-01-08 | 3 | -37/+84 |
|\ \ \ \ \ |
|
| * | | | | | Make reloadMainDict() private.•••Bug: 8187060
Change-Id: I852a751d748f39512e62c9cd69748dfbe87b2151
|  Keisuke Kuroyanagi | 2014-01-08 | 3 | -37/+84 |
| | |_|/ /
| |/| | | |
|
* | | | | | Revert "Revert "Separate spacing and punctuation related settings values""•••This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa.
Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
|  Jean Chalard | 2014-01-08 | 6 | -85/+153 |
| |/ / /
|/| | | |
|
* | | | | Fix a race condition, take 2.•••Don't use absolute cursor positions when making edits,
this leads to race conditions.
This is a bit ugly and will need to be fixed soon. Plans are
underway to clean this up.
Bug: 12390573
Change-Id: I69c09fc41b979880d0800c55a710e39373287cff
|  Jean Chalard | 2014-01-08 | 2 | -5/+18 |
* | | | | Merge "Revert "Separate spacing and punctuation related settings values"" |  Jean Chalard | 2014-01-08 | 6 | -153/+85 |
|\ \ \ \ |
|
| * | | | | Revert "Separate spacing and punctuation related settings values"•••This is conflicting with later changes. Temporary revert for cherry-pick.
This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9.
Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
|  Jean Chalard | 2014-01-08 | 6 | -153/+85 |
* | | | | | Merge "Revert "Fix a race condition, take 2."" |  Jean Chalard | 2014-01-08 | 2 | -18/+5 |
|\ \ \ \ \ |
|
| * | | | | | Revert "Fix a race condition, take 2."•••Conflicts prevent this to be cherry-picked.
This reverts commit dd3d697a6e6713d82020dd63cbf78e4f87664484.
Change-Id: Ib97fae2234633b4bb27d611f48a79060db9ab16f
|  Jean Chalard | 2014-01-08 | 2 | -18/+5 |
* | | | | | | Merge "Fix a race condition, take 2." |  Jean Chalard | 2014-01-08 | 2 | -5/+18 |
|\| | | | | |
|