aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-13Fast key previewTadashi G. Takaoka5-117/+60
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
2011-04-13Change the formula of the missing character.satok2-4/+8
- 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
2011-04-13Remove voice subtypessatok1-102/+103
Bug: 4176028 Change-Id: Icbd699370051c377da281016df3c363f8544a788
2011-04-12Additional tweak of gaps for delete/shift keysKen Wakasa6-11/+11
bug: 4269094 Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024
2011-04-11Import revised translations.Eric Fischer2-4/+4
Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45