aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-20Use CharSequence for spell checker to keep spans preservedYohei Yukawa5-32/+43
This is a ground work to take per word locale information into consideration in the spell checker. This CL is supposed to change no user visible behavior. With this CL, the spell checker session is able to read span information if necessary. BUG: 16029304 Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
2014-07-19Update Hindi Compact keyboard layoutTadashi G. Takaoka5-10/+20
Bug: 13779052 Change-Id: I350e5521b41d2a0b1cc17b6d4a48e6a816db916c
2014-07-19Remove unused Key.keyLabelFlags' valuesTadashi G. Takaoka11-96/+4
Change-Id: Iae3cd6674448f258ee0a4bf2966bf3c347876b4f
2014-07-19Add two convenient utility methods for L new APIYohei Yukawa1-6/+70
This CL adds two convenient utility methods for InputConnection#requestCursorAnchorInfo to encapsulate a bit complicated parameter construction. BUG: 16382260 Change-Id: Ib11e3bd15a4edcb602c08ff830b2fb7b34ec00da
2014-07-18Use Theme.DeviceDefault themeTadashi G. Takaoka3-10/+10
For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
2014-07-18Clean up under the util package.Ken Wakasa5-1090/+0
- Move util classes that are unused in AOSP - Remove unused methods Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc