- Jan 17, 2010
-
-
Mike LeBeau authored
the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
-
- Jan 15, 2010
-
-
Amith Yamasani authored
-
- Jan 08, 2010
-
-
Romain Guy authored
Bug: #2361749.
-
Eric Fischer authored
-
Eric Fischer authored
-
- Jan 07, 2010
-
-
Amith Yamasani authored
-
- Jan 06, 2010
-
-
Amith Yamasani authored
-
Amith Yamasani authored
-
Jean-Baptiste Queru authored
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Ia90c376d627c6c9faeccf040695b88bb32779f82
-
- Dec 18, 2009
-
-
Amith Yamasani authored
Added e-umlaut popup for Russian keyboard. Added a French Canadian string resource but wont help until we add fr_CA to the supported locales list.
-
Amith Yamasani authored
am 1ea1e0b9: am 66d9c408: Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga. Merge commit '1ea1e0b9' * commit '1ea1e0b9': Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
-
Amith Yamasani authored
Merge commit '66d9c408' into eclair-mr2-plus-aosp * commit '66d9c408': Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
-
Amith Yamasani authored
-
- Dec 17, 2009
-
-
Amith Yamasani authored
Fixed the regression of auto-add. Reduced the threshold of auto-add (to accept) to 2 times. Reduced the threshold of auto-add (to suggest) to 4 times.
-
Amith Yamasani authored
Merge commit '0ee83f27' into eclair-mr2-plus-aosp * commit '0ee83f27': Input language switching. Bug: 2331173
-
Android (Google) Code Review authored
* changes: Input language switching. Bug: 2331173
-
Amith Yamasani authored
New feature to enable fast switching between input languages for multilingual users. Keyboard settings lets you select a bunch of languages to switch between from the Latin IME. Use the Globe icon to toggle between languages. Needs more work and some layout changes in specialized keyboards. Also added a Russian keyboard (needs some pixel TLC at the right edge).
-
- Dec 11, 2009
-
-
Eric Fischer authored
Merge commit 'f1557e19' into eclair-mr2-plus-aosp * commit 'f1557e19': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Merge commit '005d0ac4' into eclair-mr2 * commit '005d0ac4': Import revised translations. DO NOT MERGE
-
- Dec 10, 2009
-
-
Eric Fischer authored
-
- Dec 09, 2009
-
-
Amith Yamasani authored
Merge commit '358e485b' into eclair-mr2-plus-aosp * commit '358e485b': Experimental Extension keyboard
-
Amith Yamasani authored
Merge commit '24c1ff49' into eclair-mr2-plus-aosp * commit '24c1ff49': Fix 2306814: Too aggressive suggesting names from my contacts list.
-
- Dec 08, 2009
-
-
Amith Yamasani authored
Slide up on keyboard to get an extended keyboard for numbers and punctuations. This is work in progress...
-
Amith Yamasani authored
Merge commit '5b63c38d' into eclair-mr2 * commit '5b63c38d': Fix 2306814: Too aggressive suggesting names from my contacts list.
-
- Dec 07, 2009
-
-
Amith Yamasani authored
When there is more than one instance of a name in the Contacts, it gets a very high weightage and can override corrections for very high frequency words such as "the". This fix prevents multiple occurences from increasing the frequency of a contact and also from bumping it above 255, which is the frequency of "the", "is", etc.
-
- Dec 04, 2009
-
-
Amith Yamasani authored
Merge commit '82c68bfb' into eclair-mr2-plus-aosp * commit '82c68bfb': Fix for 2305181: "shift A shift M" quickly gives Am instead of AM
-
Amith Yamasani authored
There was a delayed changing of keyboard to lowercase after typing a shifted letter that was triggering after the user pressed shift again. Removed the delayed message when user hits shift.
-
- Dec 03, 2009
-
-
Amith Yamasani authored
am 84400f65: am bb6f9146: (-s ours) DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman Merge commit '84400f65' into eclair-mr2-plus-aosp * commit '84400f65': DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman
-
Amith Yamasani authored
am bb6f9146: (-s ours) DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman Merge commit 'bb6f9146' into eclair-mr2 * commit 'bb6f9146': DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman
-
Amith Yamasani authored
Comparisons were always happening with lowercase version of the typed word, which wouldn't match the uppercase word in the dictionary, so it became an unrecognized word when typed in full. Highlight was then going to the next word in the list. Fix compares the lowercase and uppercase versions of the word for validity. Merge from eclair-mr2
-
- Dec 02, 2009
-
-
Eric Fischer authored
Merge commit 'd30198b3' into eclair-mr2-plus-aosp * commit 'd30198b3': Import revised translations. DO NOT MERGE
-
Amith Yamasani authored
Merge commit 'f590a497' into eclair-mr2-plus-aosp * commit 'f590a497': Fix for 2295810: Auto-correction of English results in Englishman
-
Eric Fischer authored
Merge commit 'e8412735' into eclair-mr2 * commit 'e8412735': Import revised translations. DO NOT MERGE
-
- Dec 01, 2009
-
-
Amith Yamasani authored
Comparisons were always happening with lowercase version of the typed word, which wouldn't match the uppercase word in the dictionary, so it became an unrecognized word when typed in full. Highlight was then going to the next word in the list. Fix compares the lowercase and uppercase versions of the word for validity.
-
- Nov 30, 2009
-
-
Eric Fischer authored
-
- Nov 15, 2009
-
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
Merge commit 'goog/stage-korg-master' into HEAD
-
Jean-Baptiste Queru authored
-
Daniel Sandler authored
Merge commit '6aa7f592' into eclair-mr2-plus-aosp * commit '6aa7f592': Remove U+U2042 ASTERISM from the longpress special-character dialog.
-
Android (Google) Code Review authored
* changes: Remove U+U2042 ASTERISM from the longpress special-character dialog.
-