- Sep 17, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3000978 Change-Id: Iedb3d4619ada8bd3ccc301ca2a8fb16fba6580c0
-
- Sep 16, 2010
-
-
Ken Wakasa authored
bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
-
- Sep 03, 2010
-
-
satok authored
bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
-
- Sep 01, 2010
-
-
Amith Yamasani authored
fetching the selected text. Bug: 2950652 Some refinements to correction behavior, such as retaining the tap-to-save when in correction mode. Use reflection to access the new InputConnection APIs with fallbacks, in case we run on older OS versions. Some refactoring to separate lookup for voice alternatives and typed alternatives. Change-Id: I7c4178bf7e6b47ee274c49fa7a694f8c2d50cea7
-
- Aug 20, 2010
-
-
satok authored
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
-
- Aug 18, 2010
-
-
Ken Wakasa authored
bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
-
- Aug 05, 2010
-
-
Ken Wakasa authored
bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
-
- Apr 05, 2010
-
-
Jean-Baptiste Queru authored
-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Feb 11, 2010
-
-
Amith Yamasani authored
Make it easy to add new words by tapping the word again. Also, a small unbundling fix for vibration duration.
-
- Feb 03, 2010
-
-
Amith Yamasani authored
Also fix a visual bug with the dividers between suggested words.
-
- Jan 28, 2010
-
-
Amith Yamasani authored
Removed dependency on mScrollX which is a hidden field. Added some required static libraries. TODO: When BackupManager is ready, make sure we don't use any private APIs from there.
-
- 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.
-
- Mar 31, 2009
-
-
Amith Yamasani authored
AI 143780: am: CL 143728 Fix # 1743137: Suggestion bubble doesn't go away after empty space on right end of suggestion strip is tapped. The empty space on right end sometimes registers as the word at the left end. Fixed this by checking for -1. Also fixed a bug where the strip moves in the wrong direction on drag, when it shouldn't move at all. Original author: yamasani Merged from: //branches/cupcake/... Automated import of CL 143780
-
Amith Yamasani authored
AI 143728: Fix # 1743137: Suggestion bubble doesn't go away after empty space on right end of suggestion strip is tapped. The empty space on right end sometimes registers as the word at the left end. Fixed this by checking for -1. Also fixed a bug where the strip moves in the wrong direction on drag, when it shouldn't move at all. BUG=1743137 Automated import of CL 143728
-
- Mar 13, 2009
-
-
The Android Open Source Project authored
-