- Sep 30, 2009
-
-
Daniel Sandler authored
Drop dated 29-Sep-2009. Change-Id: I47d6adde00f70baef8b0b52cbde60e297452dd76
-
- Sep 29, 2009
-
-
Eric Laurent authored
Align sound effect volume on music volume.
-
- Sep 24, 2009
-
-
Daniel Sandler authored
-
- Sep 23, 2009
-
-
Amith Yamasani authored
-
- Sep 17, 2009
-
-
Eric Fischer authored
-
Amith Yamasani authored
Handle new flag NO_SUGGESTIONS and no auto-correct for single-line fields unless requested. Fix: 2030364 Don't show suggestions if NO_SUGGESTIONS flag is specified. And don't do auto-correction unless explicitly requested or it's a multi-line text.
-
- Sep 15, 2009
-
-
Amith Yamasani authored
-
- Sep 09, 2009
-
-
Android (Google) Code Review authored
* changes: Adjust the size of bottom row of keys for email mode. Fix for 2099889
-
- Sep 08, 2009
-
-
Eric Fischer authored
-
Amith Yamasani authored
Also recreate the keyboards when locale changes.
-
- Sep 02, 2009
-
-
Christopher Tate authored
-
- Sep 01, 2009
-
-
Amith Yamasani authored
The KeyboardSwitcher was remembering state from a previous edittext where the user was in symbols mode and applying the switch code when user hits space in the new edittext for the first time. Make sure to reset the state when a new keyboard mode is requested. Also make sure that we don't switch from symbols to alphabet keyboard when editing in a number/datetime field and hitting space.
-
- Aug 28, 2009
-
-
Amith Yamasani authored
-
- Aug 27, 2009
-
-
Dmitri Plotnikov authored
-
- Aug 21, 2009
-
-
Amith Yamasani authored
-
- Aug 19, 2009
-
-
Amith Yamasani authored
Increase key height in portrait. Increase spacebar width and reduce punctuation width. Increase vertical target area for spacebar to avoid accidentally hitting "V" and "B". Increase height of candidate strip.
-
- Aug 18, 2009
-
-
Eric Fischer authored
Merge commit '399d49b7' into eclair * commit '399d49b7': Import revised translations. DO NOT MERGE
-
Jeff Hamilton authored
-
- Aug 17, 2009
-
-
Eric Fischer authored
-
- Aug 14, 2009
-
-
Christopher Tate authored
-
Amith Yamasani authored
-
Brandon Ballinger authored
-
Amith Yamasani authored
Makes the user/contacts dictionary lookup faster. This is necessary because there's more in these dictionaries now and it's written in Java. Fix an auto-caps issue when moving the cursor. And do it a little lazily. Fixed a bug that was causing user dictionary words to get a much higher weightage than the main dictionary.
-
Amith Yamasani authored
Add lowercase optimization to user dictionary as well.
-
Amith Yamasani authored
Also increase padding at the bottom of the keyboard, below the spacebar.
-
Amith Yamasani authored
-
Amith Yamasani authored
Also accomodate for missing characters when doing diffs between words.
-
Eric Fischer authored
Bug 2021966
-
Eric Fischer authored
Bug 1597304
-
Amith Yamasani authored
Also add auto-switch back to alphabet mode on pressing enter key.
-
Amith Yamasani authored
Don't auto-correct if the typed word has more than one uppercase letter. Also, delay applying shift state to the keyboard so that fast backspaces are not interrupted by the time taken to render the shifted/unshifted keyboard. Show ellipsis on the ?123 key
-
Amith Yamasani authored
Also fix bug 1904029: Rotating keyboard while texting causes words to be deleted.
-
Amith Yamasani authored
First pass at automatically adding new words that the user types and deliberately accepts. After typing the word 4 times, the word gets promoted to being valid. After typing the word 7 times, the word gets added into the UserDictionary and can be removed from the UserDictionary Settings UI. Also add a second row of symbols to the period popup.
-
Amith Yamasani authored
If the number of keys picked from proximity is too large, prune out the subtree. Otherwise you get vastly unrelated suggestions. Fix a bug introduced with the missing_chars checkin.
-
Amith Yamasani authored
Searches for alternative words by trying wild-card characters at different character positions.
-
- Aug 03, 2009
-
-
Eric Fischer authored
-
Amith Yamasani authored
Fix incorrect usage of Release<>ArrayElements. Code was not releasing global references. IME would have crashed in 50000 key presses.
-
- Jul 29, 2009
-
-
Mitsuru Oshima authored
Sorry, i don't know how this happened, but seems like I checked this in by accident before.
-
- Jul 13, 2009
-
-
Eric Fischer authored
-
- Jul 05, 2009
-
-
Amith Yamasani authored
Backup the shared preferences when they change.
-