- Apr 15, 2011
-
-
Jean Chalard authored
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
-
Tadashi G. Takaoka authored
Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73
-
- Apr 14, 2011
-
-
Eric Fischer authored
am 6a3358cc: (-s ours) am eb014bf7: am c1fc2fe2: (-s ours) Import revised translations. DO NOT MERGE * commit '6a3358cc': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
* commit 'eb014bf7': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
* commit 'c1fc2fe2': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I683ff5dde869ecfe1d0a20ee69ae55d53a91feb2
-
Jean Chalard authored
-
Jean Chalard authored
Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b
-
satok authored
-
satok authored
Bug: 4293295 Change-Id: Ib0ec8aff087c71c4fbe983f3f5bc78e9c7868fd8
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 4179964 Change-Id: Ide0a9c75983b45f8e829f0d64f41557d42fc11e7
-
satok authored
Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
-
- Apr 13, 2011
-
-
satok authored
-
Tadashi G. Takaoka authored
-
satok authored
Bug: 4271049 Change-Id: I755986f582f43417fda6b117207530c519233baf
-
Tadashi G. Takaoka authored
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
-
satok authored
-
satok authored
Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
-
Tadashi G. Takaoka authored
Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226
-
satok authored
-
satok authored
-
satok authored
- 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
-
satok authored
Bug: 4176028 Change-Id: Icbd699370051c377da281016df3c363f8544a788
-
- Apr 12, 2011
-
-
Ken Wakasa authored
bug: 4269094 Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024
-
- Apr 11, 2011
-
-
Eric Fischer authored
Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45
-
Tadashi G. Takaoka authored
Change-Id: I60c312fe9dc383a8048b46d9b54eee535c515aaa
-
Tadashi G. Takaoka authored
Bug: 4269094 Change-Id: Ic38d326a8e9ef802453c909f3a81d556863acc9b
-
- Apr 08, 2011
-
-
Tadashi G. Takaoka authored
This change also removes unused drawable and xml resources. Bug: 4181825 Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
-
Tadashi G. Takaoka authored
-
Jean Chalard authored
-
Tadashi G. Takaoka authored
Bug: 4196879 Change-Id: If0ed5cace2d4d0c1f0e225e1003d54c055690387
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 4268147 Change-Id: Ibcb54791ef78737dd09d8a594b5a53b0909609d6
-
Tadashi G. Takaoka authored
This change also adds capability to add horizontal padding to the keyboard. Bug: 4269094 Change-Id: I805e76b253a497079517c01bd2a976f8702f7e56
-
satok authored
Bug: 4225070 Change-Id: Ic61c3c0263158ed3429553b134f13e8e94f5f5b7
-
satok authored
This is a supplement for I9abb8141f23100d Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f
-