| Commit message (Expand) | Author | Files | Lines |
2014-07-19 | Enable StringUtils to split CharSequence like String#split•••This is a groundwork for enabling LocaleSpan.
To enable LocaleSpan everywhere, we need to switch to
CharSequence from String so that Span infromation can be
preserved end-to-end. To achieve this, we need to have
CharSequence version of String#split.
BUG: 16029304
Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
|  Yohei Yukawa | 2 | -0/+222 |
2014-07-18 | Use Theme.DeviceDefault theme•••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
|  Tadashi G. Takaoka | 3 | -10/+10 |
2014-07-18 | Clean up under the util package.•••- Move util classes that are unused in AOSP
- Remove unused methods
Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
|  Ken Wakasa | 5 | -1090/+0 |