| Commit message (Expand) | Author | Files | Lines |
2014-08-22 | [ML1] Introduce RichInputMethodSubtype•••Bug: 11230254
Change-Id: Ic7a1bf938a5a186dcff527b556295aba2406e8b9
|  Jean Chalard | 18 | -284/+354 |
2014-08-22 | Pass a new argument to StatsUtils.•••Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488
Bug: 17013677
|  Mohammadinamul Sheik | 3 | -3/+7 |
2014-08-22 | [HW17] Straighten the dead char implementation.•••This now supports all cases, including cases not supported by
the framework.
Change-Id: I9dfbe2829c28c5bcb64b0b5a2551e7806990c00f
|  Jean Chalard | 4 | -24/+463 |
2014-08-21 | Add Hinglish (hi_ZZ) subtype•••Bug: 17169632
Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
|  Tadashi G. Takaoka | 11 | -5/+159 |
2014-08-21 | Update FormatSpec.java•••Change-Id: I27d14697f931c9511420a459c49312ea6e10c366
|  Keisuke Kuroyanagi | 1 | -83/+10 |
2014-08-21 | Remove unused dictionary writing methods.•••Change-Id: Ica6ac057c0d0f037b7dd5539ab5b591c83bfa4d7
|  Keisuke Kuroyanagi | 4 | -37/+0 |
2014-08-21 | Use #onStartInputInternal to initialize cursor rect retrieval•••This CL simply moves the method calls of #requestCursorAnchorInfo
into #onStartInputInternal just to consolidate the logic.
Change-Id: Ia205738b9614e9ae375c1dab767a91d2e1f6d0d3
|  Yohei Yukawa | 1 | -12/+12 |
2014-08-20 | 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 Yukawa | 2 | -43/+156 |
2014-08-19 | Use FrameLayout for the backing view•••If we render our UI around the composing text in the fullscreen
mode, probably we need to have our views under
android.R.id.extractArea, which is implemented as FrameLayout.
Therefore, using FrameLayout for the backing view makes it easy
to simplify the code between normal mode and full screen mode.
Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
|  Yohei Yukawa | 1 | -1/+1 |