aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2013-05-082-5/+5
| | | | | Change-Id: I189a4ad23e69f0abe515dad7e3c909a28fcfbf0b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-063-5/+5
| | | | | Change-Id: I2e89e3da74724731dc26f081c9d468200e90b31e Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-033-6/+6
| | | | | Change-Id: I5c8c885e2971d73ffa5a8ac45dd39dd836c935c8 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-05-022-17/+17
|\
| * Import translations. DO NOT MERGEBaligh Uddin2013-05-012-17/+17
| | | | | | | | | | Change-Id: I840f5e7a7f140fbf5ccf27371077b2d8c86506c2 Auto-generated-cl: translation import
* | 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
* 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
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-301-1/+1
|/ | | | | Change-Id: I90d5918cc37eaa6d3e19822e149a8a16b9d76744 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-04-261-1/+1
| | | | | Change-Id: Id6eb0824603681ad04462fc08c0dcf071efa1d72 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-04-241-3/+3
| | | | | Change-Id: Ic979ab299132925396513d01ece53a6dc02cfa80 Auto-generated-cl: translation import
* Disable shadow of gesture trail (DO NOT MERGE)Tadashi G. Takaoka2013-04-232-6/+10
| | | | | Bug: 8689880 Change-Id: I908c22d362f2f6f07e5e04be14d3aaa749a8ac8e
* Import translations. DO NOT MERGEBaligh Uddin2013-04-2257-1606/+16
| | | | | Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import
* Add translatable="false" for appropriate entriesKen Wakasa2013-04-191-4/+4
| | | | | bug: 8662567 Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e
* 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
* | 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
* | 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
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-158-14/+14
| | | | | | | | | | | | | | | Change-Id: I5f6f7233c46f7a5faaac5f959c93329ace4c70f4 Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-1244-354/+178
| | | | | | | | | | | | | | | Change-Id: Ie74fdb8041ac5d7eb5d15a49f9aac834751cc9c2 Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEBaligh Uddin2013-04-1049-196/+373
| | | | | | | | | | | | | | | Change-Id: Iafc0a5506abef8e709d76ebf4600bacae7dd1e00 Auto-generated-cl: translation import
| * | Hide Setup Wizard icon for stock keyboardTadashi G. Takaoka2013-04-093-1/+34
| | | | | | | | | | | | | | | Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
* | | 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
* / | Initialize dictionaries at onStartInputViewJean Chalard2013-04-182-5/+11
|/ / | | | | | | | | Bug: 8344402 Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3
* | Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
| | | | | | | | | | Bug: 8556775 Change-Id: Ie12e0dc9bfeae45f6883580801e07d44be1d1d33
* | 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
* | | 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
* | | Merge "Small cleanup"Jean Chalard2013-04-161-3/+3
|\ \ \
| * | | Small cleanupJean Chalard2013-04-161-3/+3
| | | | | | | | | | | | | | | | Change-Id: Iafdbe305712c8a571f0f5abc2032df086d7ac015
* | | | 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
* | | | Match the keyboard state to the recapitalize state.Jean Chalard2013-04-164-8/+59
|/ / / | | | | | | | | | | | | Bug: 7657025 Change-Id: I2f8fe7fc4596a498322ba5ccabbd0c18a2bc36cf
* | | Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-162-29/+44
|\ \ \
| * | | Clean up RecapitalizeStatusJean Chalard2013-04-162-29/+44
| | | | | | | | | | | | | | | | Change-Id: Ib4d002f90cd3a0e9ad4c04b883b0c1f05ada3ccf
* | | | Merge "Fix an NPE"Jean Chalard2013-04-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix an NPEJean Chalard2013-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 8620678 Change-Id: Ia91761f33518a010b2844d34523cadece261c67e
* | | | Merge "Fix an NPE"Jean Chalard2013-04-161-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix an NPEJean Chalard2013-04-161-2/+2
| |/ / | | | | | | | | | | | | Bug: 8620758 Change-Id: I39f07939ebb6148a48aae5b915ee807002a5b02d
* | | Import translations. DO NOT MERGEBaligh Uddin2013-04-158-14/+14
| | | | | | | | | | | | | | | Change-Id: I865e5c110e5a31e209fad2e909deb8589347657d Auto-generated-cl: translation import
* | | Merge "Small performance improvement / minor bugfix"Jean Chalard2013-04-151-3/+3
|\ \ \
| * | | Small performance improvement / minor bugfixJean Chalard2013-04-151-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The only place where it's used is checked for nullity. Also, it's possible, also difficult, to match a different recapitalize with the old code, triggering a bug that this fixes. Change-Id: I717d6df489025c75d1caca290a9086c3b39a9306
* | | Adjust CHAR_LIMITsKen Wakasa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | bug: 8589156 bug: 8588538 bug: 8588746 Change-Id: I14050dc3542946c1bae2e1dc8b63b99758d5f9aa
* | | Merge "Remove a useless function"Jean Chalard2013-04-151-11/+0
|\ \ \
| * | | Remove a useless functionJean Chalard2013-04-151-11/+0
| |/ / | | | | | | | | | | | | Bug: 8583091 Change-Id: I9195d68e44e9a282e25ccd2978d7b4088f600170
* / / Remove gesture suggestions with an INT_MIN scoreJean Chalard2013-04-151-0/+12
|/ / | | | | | | | | Bug: 7980115 Change-Id: I8de31068992aec712eaad132857d9dc61f28e30a