aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/CursorAnchorInfoCompatWrapper.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE due to the lack of null-check•••The case that was not coverted well is that CursorAnchorInfoCompatWrapper could be instantiated with null object. In such situations, we should do nothing. BUG: 17682582 Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40 Yohei Yukawa2014-09-291-3/+3
* Use Add-To-Dictionary indicator only•••With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6 Yohei Yukawa2014-09-181-2/+16
* Follow up API signature changes of CursorAnchorInfo•••This is a follow up CL for Ic8c6fab58c01206872a34e7ee604cdda. No behavior change is intended in this CL. BUG: 17365414 BUG: 17335734 Change-Id: I4299536d0cb0c660b7b564653c72c9cb409a7aa5 Yohei Yukawa2014-09-081-10/+15
* Follow API signature change in CursorAnchorInfo•••This is just a follow up CL for Ia8cbb9f6b41cd9509fc0147fd68763df. No behavial change is intended. BUG: 17200900 Change-Id: Iba23b731ebde64ec2e816c5b4bef1d93632fce1e Yohei Yukawa2014-09-021-28/+10
* Support more methods in the wrapper of CursorAnchorInfo•••This CL add more compatibility wrapper methods for CursorAnchorInfo. This CL also adds more utility functions and types into CompatUtils to reduce explict cast operations. Change-Id: Id50165b552bbf28b832a6da13bf06eedcd2a190e Yohei Yukawa2014-08-201-43/+68
* Add CursorAnchorInfoCompatWrapper for KitKat and older platforms•••Change-Id: Ia26c783ebefd7b928d623a598792b7ba32d89a80 Yohei Yukawa2014-08-121-0/+135