| Commit message (Expand) | Author | Files | Lines |
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 |
2014-08-18 | Have the "add to dictionary" hint display the right word•••Before this, we display the word we have committed instead
of the word we will actually insert into the personal dictionary.
There is a difference when the word was typed with auto-caps.
Bug: 17071785
Change-Id: I2bfec0402b1307934590a78ab5c25104d92b75ca
|  Jean Chalard | 1 | -8/+8 |