aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-22Pass a new argument to StatsUtils.Mohammadinamul Sheik3-3/+7
Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677
2014-08-22[HW17] Straighten the dead char implementation.Jean Chalard4-24/+463
This now supports all cases, including cases not supported by the framework. Change-Id: I9dfbe2829c28c5bcb64b0b5a2551e7806990c00f
2014-08-21Add Hinglish (hi_ZZ) subtypeTadashi G. Takaoka11-5/+159
Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
2014-08-21Update FormatSpec.javaKeisuke Kuroyanagi1-83/+10
Change-Id: I27d14697f931c9511420a459c49312ea6e10c366
2014-08-21Remove unused dictionary writing methods.Keisuke Kuroyanagi4-37/+0
Change-Id: Ica6ac057c0d0f037b7dd5539ab5b591c83bfa4d7
2014-08-21Use #onStartInputInternal to initialize cursor rect retrievalYohei Yukawa1-12/+12
This CL simply moves the method calls of #requestCursorAnchorInfo into #onStartInputInternal just to consolidate the logic. Change-Id: Ia205738b9614e9ae375c1dab767a91d2e1f6d0d3
2014-08-20Support more methods in the wrapper of CursorAnchorInfoYohei Yukawa2-43/+156
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
2014-08-19Use FrameLayout for the backing viewYohei Yukawa1-1/+1
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
2014-08-18Have the "add to dictionary" hint display the right wordJean Chalard1-8/+8
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