| Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5
|
|
Ifa4338c5f4
Change-Id: Id4bc965aef387800facb64164d8c36a3bdd2fa07
|
|
of each word
Change-Id: Ifa4338c5f43b37e6bcd0700767ef2178189de3af
|
|
This change removes mOldPreviewKeyIndex from KeyboardView.
Bug: 4298393
Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7
|
|
Bug: 4315046
Change-Id: I468ddf14d1f486d2c24cef56ed211ac9228cae43
|
|
This change also introduces PointerTracker.onLongPressed.
Change-Id: I079eb52175d8fe8b88ce3f13e31493d34d00ad5e
|
|
Bug: 4311203
Change-Id: I7a94e9697758cb79743c026e7f1c023f618a9aa1
|
|
Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
|
|
Change-Id: Ib8f08cb4f5e03d0c32c32a0ea0363ce3d72fc050
|
|
Change-Id: I37ba618b54f7115163a3e9c6c555485e7024dc92
|
|
Change-Id: If20a15324d7704361dd61e0e431b665552567ea3
|
|
Change-Id: Icdf10a328353d201b5751ac7f21f2fb7a64b3daa
|
|
This change also introduces soft reference cache of spacebar Drawable.
Bug: 4307333
Change-Id: I4d2c500bb47d794aa4f8dfa6ec415dbcb9ab0b74
|
|
Change-Id: I55009bf38b1422301223bd90463f837562559dc5
|
|
Bug: 4280617
Change-Id: I34c344cbf350fe125589aa14ad69e4bd1f4e6f66
|
|
This update is necessary to allow dictionary content providers to use
assets, which are part of their apk, as data to pass to the keyboard.
Using plain file descriptors doesn't allow for sections of files to
be correctly used.
Change-Id: Ia94c26d6387bce61c73d38f5c2821f20e50e54d4
|
|
Change-Id: I4d221e19b495e865a6714854c4addfaeddeb4e18
|
|
Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73
|
|
Change-Id: I683ff5dde869ecfe1d0a20ee69ae55d53a91feb2
|
|
Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b
|
|
Bug: 4293295
Change-Id: Ib0ec8aff087c71c4fbe983f3f5bc78e9c7868fd8
|
|
Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
|
|
Bug: 4179964
Change-Id: Ide0a9c75983b45f8e829f0d64f41557d42fc11e7
|
|
Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
|
|
Bug: 4271049
Change-Id: I755986f582f43417fda6b117207530c519233baf
|
|
Previously the key preview was implemented by PopupWindow. The key
preview popup window would be dismissed and shown each time the key
was released and pressed. It turned out that it was taking several
milliseconds.
This change implements the key preview by a simple TextView which will
be layout-ed at absolute coordinates within the screen FrameLayout.
And dismissing and showing the key preview is implemented by the
TextView's visibility.
This implementation needs careful coordination of candidates.xml
layout and LatinIME.onComputeInsets to control suggestion strip
visibility.
Bug: 4179964
Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
|
|
Bug: 4280617
Change-Id: Ic4af5260a9fb8b2bf83ad6135069079266a96aa9
|
|
Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
|
|
Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226
|
|
- Bug: 4271049
- Due to the result of the recent user study, a word with a missing character needs to be promoted a bit.
so I changed the formula from:
- freq * 70 * (n - 2) / (n - 1)
to:
- freq * 90 * (10n - 12) / (10n - 2)
Change-Id: Ibff72cbdb0f2d7b91460a06a0fd39a9f5749aa46
|
|
Bug: 4176028
Change-Id: Icbd699370051c377da281016df3c363f8544a788
|
|
bug: 4269094
Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024
|
|
Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45
|