aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | am 6845427e: DO NOT MERGE: Return possible suggestions in Google Spell CheckerSatoshi Kataoka2013-05-012-10/+0
|\| | | | | | | | | | | | | | | | | | | * commit '6845427e5d48fe48f837cd96a52c209be5f40357': DO NOT MERGE: Return possible suggestions in Google Spell Checker
| * | | DO NOT MERGE: Return possible suggestions in Google Spell CheckerSatoshi Kataoka2013-05-012-10/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | Bug: 8772531 By the change in the suggestion algorithm, the pruning of the suggestions is not required anymore. This has been fixed in master branch properly. Change-Id: I6ab9da953d69ff726d2bc328c09064e6ade0dcea
* | | am 25c90e6d: Merge "Don\'t do recorrection when suggestions are off." into ↵Jean Chalard2013-04-301-2/+7
|\| | | | | | | | | | | | | | | | | | | | jb-mr2-dev * commit '25c90e6d51aeca5dce05b5adb691876b55a142d5': Don't do recorrection when suggestions are off.
| * | Merge "Don't do recorrection when suggestions are off." into jb-mr2-devJean Chalard2013-05-011-2/+7
| |\ \
| | * | Don't do recorrection when suggestions are off.Jean Chalard2013-05-011-2/+7
| | | | | | | | | | | | | | | | | | | | Bug: 8767981 Change-Id: If5c775e488b91ae03ecce2673c99918ac8134928
* | | | am e5ae0bd3: Import translations. DO NOT MERGEBaligh Uddin2013-04-301-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit 'e5ae0bd36aaaa3396ed09e23c7a19acab63eed7f': Import translations. DO NOT MERGE
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-04-301-1/+1
| |/ / | | | | | | | | | | | | Change-Id: I90d5918cc37eaa6d3e19822e149a8a16b9d76744 Auto-generated-cl: translation import
* | | am 31a70de6: Import translations. DO NOT MERGEBaligh Uddin2013-04-261-1/+1
|\| | | | | | | | | | | | | | * commit '31a70de6d22c9fd763d0e6dcc46e24be33838066': Import translations. DO NOT MERGE
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-261-1/+1
| | | | | | | | | | | | | | | Change-Id: Id6eb0824603681ad04462fc08c0dcf071efa1d72 Auto-generated-cl: translation import
* | | am 78e92b5c: Import translations. DO NOT MERGEBaligh Uddin2013-04-241-3/+3
|\| | | | | | | | | | | | | | * commit '78e92b5cd94f2fa582b43190002ac6e51a163032': Import translations. DO NOT MERGE
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-241-3/+3
| | | | | | | | | | | | | | | Change-Id: Ic979ab299132925396513d01ece53a6dc02cfa80 Auto-generated-cl: translation import
* | | am 0e5b6384: Disable shadow of gesture trail (DO NOT MERGE)Tadashi G. Takaoka2013-04-232-6/+10
|\| | | | | | | | | | | | | | * commit '0e5b6384f3f6daf9c05a25e60a900da4d24e3913': Disable shadow of gesture trail (DO NOT MERGE)
| * | Disable shadow of gesture trail (DO NOT MERGE)Tadashi G. Takaoka2013-04-232-6/+10
| | | | | | | | | | | | | | | Bug: 8689880 Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e
* | | am fc036454: Import translations. DO NOT MERGEBaligh Uddin2013-04-234-16/+16
|\| | | | | | | | | | | | | | * commit 'fc0364548979c2f881ce2fa0629205b8378a3a28': Import translations. DO NOT MERGE
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-2257-1606/+16
| | | | | | | | | | | | | | | Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import
* | | am d4ab58a0: Add translatable="false" for appropriate entriesKen Wakasa2013-04-191-4/+4
|\| | | | | | | | | | | | | | * commit 'd4ab58a0f7bdf5aee51947607e1b17998912285c': Add translatable="false" for appropriate entries
| * | Add translatable="false" for appropriate entriesKen Wakasa2013-04-191-4/+4
| | | | | | | | | | | | | | | bug: 8662567 Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e
* | | am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
|\| | | | | | | | | | | | | | * commit '758c74fe82683aef08d93a935433c027a7bc21a7': Fix an NPE in recorrection
| * | Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
| |\ \
| | * | Fix an NPE in recorrectionJean Chalard2013-04-191-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, theoretically, we don't want to retrieve older suggestions if there are no results for a recorrection - that would look random. This bug addresses this too. Bug: 8657919 Change-Id: I44f36d34a708a968ab71fa0592da57f4c97d4b7f
* | | | am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
|\| | | | | | | | | | | | | | | | | | | * commit '77226ed006ba32228cd5db19031e04d13d87b27e': Fix an NPE in recapitalize
| * | | Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
| |\ \ \
| | * | | Fix an NPE in recapitalizeJean Chalard2013-04-191-2/+5
| | |/ / | | | | | | | | | | | | | | | | Bug: 8657736 Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793
* | | | am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-187-14/+14
|\| | | | | | | | | | | | | | | | | | | * commit '1844bec2024859f1c8dbc331893a74d5af9152d8': Import translations. DO NOT MERGE
| * | | Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-187-14/+14
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-04-177-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I923a171d7af715859605f79c35ea37239dcf0a3e Auto-generated-cl: translation import
* | | | | am 64eda4f4: Merge "Fix an infinite loop" into jb-mr2-devKen Wakasa2013-04-181-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '64eda4f4fa30fc60daeb5a8af462e688d4573700': Fix an infinite loop
| * | | | Merge "Fix an infinite loop" into jb-mr2-devKen Wakasa2013-04-181-1/+0
| |\ \ \ \
| | * | | | Fix an infinite loopJean Chalard2013-04-181-1/+0
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What do you mean "Can't happen"? It happens all the time - the empty string is the default ID, and it needs to be updated like everyone else. Bug: 8651858 Change-Id: I5a2f2ebb5b2ef08b27f26be8fb2c3d2f231ebcfc
* | | | | am d91268ad: Initialize dictionaries at onStartInputViewJean Chalard2013-04-182-5/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'd91268ad9fb69b4733044b4e466e1d33f6c4725f': Initialize dictionaries at onStartInputView
| * | | | Initialize dictionaries at onStartInputViewJean Chalard2013-04-182-5/+11
| |/ / / | | | | | | | | | | | | | | | | Bug: 8344402 Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3
* | | | am 530fd15e: Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
|\| | | | | | | | | | | | | | | | | | | * commit '530fd15eff8bd8df1c4c87cfeab379b5328748c1': Fix bug to update last interpolated index of GestureStroke
| * | | Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
| | |/ | |/| | | | | | | | | | Bug: 8556775 Change-Id: Ie12e0dc9bfeae45f6883580801e07d44be1d1d33
* | | am a694c9ba: am ff766f8c: Merge "Don\'t insert automatic spaces when text ↵Jean Chalard2013-04-177-7/+86
|\| | | | | | | | | | | | | | | | | | | | looks like a URL" * commit 'a694c9ba08895dbfadd703acb731a383edad8c9f': Don't insert automatic spaces when text looks like a URL
| * | Merge "Don't insert automatic spaces when text looks like a URL"Jean Chalard2013-04-167-7/+86
| |\ \
| | * | Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-167-7/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is about as ad-hoc as it gets, but then again, what we want is probably as ad-hoc as it gets. All URL boxes I know of double as search bars, and not adding automatic spaces there sucks (e.g. in Chrome URL bar). And in other boxes actually you don't want to add a space if it looks like a URL. QSB isn't even a search box, and it behaves like this. So I think this is actually the right answer to the problem. Bug: 7062925 Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
* | | | am 7abeccfa: am 1711f986: Merge "Add shadow to gesture preview trail"Tadashi G. Takaoka2013-04-176-8/+53
|\| | | | | | | | | | | | | | | | | | | * commit '7abeccfa2753806086c083b3ba7b5b96c40b387a': Add shadow to gesture preview trail
| * | | Merge "Add shadow to gesture preview trail"Tadashi G. Takaoka2013-04-166-8/+53
| |\ \ \ | | |/ / | |/| |
| | * | Add shadow to gesture preview trailTadashi G. Takaoka2013-04-166-8/+53
| | | | | | | | | | | | | | | | | | | | Bug: 7167303 Change-Id: I8f76fe0aec6cb32388e7c85d04516d1dd7d28c29
* | | | am c6c17b93: am 962c9f05: Merge "Small cleanup"Jean Chalard2013-04-171-3/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'c6c17b933270d994caa127ba9ca96ecf35898a88': Small cleanup
| * | | Merge "Small cleanup"Jean Chalard2013-04-161-3/+3
| |\ \ \
| | * | | Small cleanupJean Chalard2013-04-161-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Iafdbe305712c8a571f0f5abc2032df086d7ac015
* | | | | am aa6924e9: am 78d65873: Merge "Don\'t recapitalize on shift while on ↵Jean Chalard2013-04-171-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol layout" * commit 'aa6924e9b2094ae64c8cecf6b5b5c14c0f6fb54a': Don't recapitalize on shift while on symbol layout
| * | | | Merge "Don't recapitalize on shift while on symbol layout"Jean Chalard2013-04-161-1/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't recapitalize on shift while on symbol layoutJean Chalard2013-04-161-1/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibf2cdedf510c296561bb5eeb6ff18c3414d6d6f4
* | | | | am cca43825: am 8094bf45: Match the keyboard state to the recapitalize state.Jean Chalard2013-04-174-8/+59
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'cca43825157d869b22c7d501d793dd5ed3d61562': Match the keyboard state to the recapitalize state.
| * | | | Match the keyboard state to the recapitalize state.Jean Chalard2013-04-164-8/+59
| |/ / / | | | | | | | | | | | | | | | | Bug: 7657025 Change-Id: I2f8fe7fc4596a498322ba5ccabbd0c18a2bc36cf
* | | | am ced547f7: am e259b9f5: Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-172-29/+44
|\| | | | | | | | | | | | | | | | | | | * commit 'ced547f74156a3482698037bdfaa82ac78b01a91': Clean up RecapitalizeStatus
| * | | Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-162-29/+44
| |\ \ \
| | * | | Clean up RecapitalizeStatusJean Chalard2013-04-162-29/+44
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib4d002f90cd3a0e9ad4c04b883b0c1f05ada3ccf