Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2011-04-21 | Fix language selection settings•••Change-Id: I84e51ce2b80a21650e309e5e6c9ee5f1739170c9 | 5 | -16/+26 | |
2011-04-21 | Fix language selection settings•••Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc | 3 | -15/+5 | |
2011-04-21 | Disable key preview of space, return and delete•••This change also re-orders punctuation mini keyboard. Change-Id: I987ef14fe5956d13439a0a76de367feed825314c | 4 | -15/+20 | |
2011-04-21 | Optimize InputLanguageSelection•••Change-Id: I49117a1e5f7766fcfa0140ff602ff1e19ba1e3d2 | 1 | -32/+23 | |
2011-04-21 | Check the availability of layouts for showing the input languages in the sett...•••Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108 | 23 | -51/+101 | |
2011-04-21 | Compute content and visible insets even in voice mode•••Bug: 4317779 Change-Id: If54d15466db9d0362b4470a2ba4618377bdffc2a | 1 | -5/+7 | |
2011-04-21 | Display spacebar language switcher even when key preview is off•••Bug: 4313884 Change-Id: I9d4a474302dadbfc610324799f8768b803705e52 | 2 | -8/+17 | |
2011-04-20 | Remove a useless import.•••Change-Id: I911e3e928a45bbca352a87e6b0616a2ba9bd9e9c | 1 | -1/+0 | |
2011-04-20 | Tweak the normalized score for the words with spaces•••Change-Id: Icc0c4fd0474ed5094fb274a6ea745ca583ba524d | 1 | -1/+10 | |
2011-04-20 | Move language-specific keyboard setting to resources.•••Some flag settings used to be stored in a keyboard layout extravalue setting. This change: - Introduces the capability of setting such specific flags in values/config.xml - Retains the ability to use extravalues (for layout-specific settings), though there is no more any such setting at the moment. - Fixes a bug where loading a dictionary from outside does not initialize the flags. - Moves Flag to another class. Note: this needs I705ec68c to avoid breaking the build Change-Id: Ia7703aae3215b06c0b3cb792821649806e8998c1 | 7 | -30/+103 | |
2011-04-20 | Fix a bug that 2 length words were demoted.•••Change-Id: I4a3558d0f1f1b0a9d6a36c3f75db3089b0566d7f | 1 | -2/+5 | |
2011-04-20 | Tweak edit distance•••- The edit distance of transposed characters will be changed to 1 from 2 Change-Id: I369e2f94278b3b290957eef43d23cb7048166a99 | 1 | -5/+22 | |
2011-04-20 | Add mini keyboard fo tab key in web layout•••This change also re-orders punctuation mini keyboard. Bug: 4315046 Change-Id: I567ea417fc8d3cb23dceac6965fa279e6beca970 | 3 | -23/+25 | |
2011-04-20 | Tweak voice layout for Dogfood•••Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde | 5 | -20/+131 | |
2011-04-20 | Fix a typo.•••Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5 | 1 | -4/+4 | |
2011-04-20 | Change the default value of logging to true•••Change-Id: I52198ebca929f02e8b04db77a474ee5a7e79cdea | 1 | -3/+3 | |
2011-04-20 | Remove debug mode from the settings preference•••Change-Id: I2b3f973f8d59687fe5b95b841449bff5c4b1a2ba | 1 | -2/+2 | |
2011-04-19 | Promote a word with a missing space because the formula was changed by Ifa433...•••Change-Id: Id4bc965aef387800facb64164d8c36a3bdd2fa07 | 1 | -1/+1 | |
2011-04-19 | Demote a word with mistyped space and missing space according to the length o...•••Change-Id: Ifa4338c5f43b37e6bcd0700767ef2178189de3af | 1 | -5/+50 | |
2011-04-19 | Refactor key preview code•••This change removes mOldPreviewKeyIndex from KeyboardView. Bug: 4298393 Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7 | 6 | -150/+158 | |
2011-04-19 | Shrink tab key width on web mode layout•••Bug: 4315046 Change-Id: I468ddf14d1f486d2c24cef56ed211ac9228cae43 | 1 | -13/+10 | |
2011-04-19 | Remove mPreviousKey in PointerTracker•••This change also introduces PointerTracker.onLongPressed. Change-Id: I079eb52175d8fe8b88ce3f13e31493d34d00ad5e | 4 | -59/+63 | |
2011-04-18 | Show all languages supported in LatinImeGoogle in InputLanguageSelection•••Bug: 4311203 Change-Id: I7a94e9697758cb79743c026e7f1c023f618a9aa1 | 1 | -24/+30 | |
2011-04-18 | A fix for handling dummy voice subtypes•••Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191 | 3 | -7/+16 | |
2011-04-18 | Refactor key preview related code in KeyboardView•••Change-Id: Ib8f08cb4f5e03d0c32c32a0ea0363ce3d72fc050 | 1 | -11/+25 | |
2011-04-18 | Promote the correction of words with a missing space character•••Change-Id: I37ba618b54f7115163a3e9c6c555485e7024dc92 | 2 | -2/+8 | |
2011-04-18 | Fix issues with single-char word. Some refactorings as well.•••Change-Id: If20a15324d7704361dd61e0e431b665552567ea3 | 1 | -116/+118 | |
2011-04-15 | Import revised translations.•••Change-Id: Icdf10a328353d201b5751ac7f21f2fb7a64b3daa | 4 | -4/+4 | |
2011-04-15 | Don't show spacebar preview if key preview is disabled•••This change also introduces soft reference cache of spacebar Drawable. Bug: 4307333 Change-Id: I4d2c500bb47d794aa4f8dfa6ec415dbcb9ab0b74 | 4 | -51/+97 | |
2011-04-15 | Refactoring keyboard drawing code and KeyDetector•••Change-Id: I55009bf38b1422301223bd90463f837562559dc5 | 6 | -324/+287 | |
2011-04-15 | Auto mini keyboard layout•••Bug: 4280617 Change-Id: I34c344cbf350fe125589aa14ad69e4bd1f4e6f66 | 7 | -257/+1397 | |
2011-04-15 | Allow use of assets for data in the dictionary content provider.•••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 | 1 | -3/+6 | |
2011-04-15 | Add a value for the screen metrics•••Change-Id: I4d221e19b495e865a6714854c4addfaeddeb4e18 | 3 | -0/+28 | |
2011-04-15 | Count up horizontal gap as part of key width•••Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73 | 1 | -1/+1 | |
2011-04-14 | Import revised translations. DO NOT MERGE•••Change-Id: I683ff5dde869ecfe1d0a20ee69ae55d53a91feb2 | 6 | -8/+8 | |
2011-04-14 | Receive a broadcast that the dictionary has been updated.•••Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b | 2 | -0/+12 | |
2011-04-14 | Promote a word with a proximity character•••Bug: 4293295 Change-Id: Ib0ec8aff087c71c4fbe983f3f5bc78e9c7868fd8 | 2 | -5/+5 | |
2011-04-14 | Fix 1st suggestion text alignment•••Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2 | 2 | -5/+7 | |
2011-04-14 | Make showing key preview compatible with pre-Honeycomb•••Bug: 4179964 Change-Id: Ide0a9c75983b45f8e829f0d64f41557d42fc11e7 | 1 | -6/+13 | |
2011-04-14 | Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2 | 5 | -16/+39 | |
2011-04-13 | Promote a word with only one proximity character.•••Bug: 4271049 Change-Id: I755986f582f43417fda6b117207530c519233baf | 2 | -1/+13 | |
2011-04-13 | Fast key preview•••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 | 15 | -206/+98 | |
2011-04-13 | Fix French mini keyboard keys precedence•••Bug: 4280617 Change-Id: Ic4af5260a9fb8b2bf83ad6135069079266a96aa9 | 1 | -5/+5 | |
2011-04-13 | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93 | 7 | -129/+275 | |
2011-04-13 | Fix Arabic mini keyboard precedence•••Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226 | 1 | -4/+4 | |
2011-04-13 | Change the formula of the missing character.•••- 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 | 2 | -4/+8 | |
2011-04-13 | Remove voice subtypes•••Bug: 4176028 Change-Id: Icbd699370051c377da281016df3c363f8544a788 | 1 | -102/+103 | |
2011-04-12 | Additional tweak of gaps for delete/shift keys•••bug: 4269094 Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024 | 6 | -11/+11 | |
2011-04-11 | Import revised translations.•••Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45 | 2 | -4/+4 |