Commit Graph

40782 Commits (14720ca8cbcadf87419e0e23597de65b490a15f1)

Author SHA1 Message Date
Eric Fischer 6fd70d9259 Capitalize the names of languages in the dictionary picker.
Bug 2417503
2010-02-03 17:32:56 -08:00
Amith Yamasani 6a6075caba Suggest punctuations between word suggestions, for easy access to ?,!, etc.
Also fix a visual bug with the dividers between suggested words.
2010-02-03 15:55:12 -08:00
Amith Yamasani f892861b7b Try again to set the correct bounds.
Forgot to upload this patchset in my last checkin.
2010-02-02 13:04:06 -08:00
Amith Yamasani cc03f196ad Updated some keyboard assets.
Let the arrows obscure the sliding language text to create the fade effect.
Initialize the preview icon bounds.
2010-02-02 10:42:32 -08:00
Amith Yamasani 3f7d75060a Language switching with slide gesture on spacebar. Bug: 2331173
Shows the language on the spacebar and in the preview bubble. Allows
dragging of the spacebar from side to side to switch to previous or
next languages.
2010-02-01 09:49:24 -08:00
Ken Wakasa 41a5197295 Make the ".com" key input smarter if there's already '.' at the end of the previous text.
Bug: 2306114
2010-02-01 01:40:59 +09:00
The Android Open Source Project 259d2f3108 reconcile android-2.1_r1 snapshot 2010-01-29 14:09:27 -08:00
Maryam Garrett 8600725789 Use de-duped version on LoggingEvents now in android-common.
This CL now simply moves LatinIME to use the version of
LoggingEvents in android-common, rather than duplicating
the LoggingEvents class between VoiceSearch, Browser, and
LatinIME.

I also added in a TIMESTAMP to the START broadcast, so that
we would be able to evaluate if various events happened
after a user tried  Voice Input.

Change-Id: Ic88ff40fcedf707abc3c5eb2e68dfd0fcdef3701
2010-01-29 12:40:13 -05:00
Amith Yamasani b8f98ad014 Fix a crash when starting up LatinIME or changing orientation. Bug:2403575 2010-01-28 12:35:29 -08:00
Doug Zongker a16ff1b19e remove references to Gservices from LatinIME
Open-sourced platform code shouldn't refer to Gservices.  Use the
platform-standard Secure settings table instead (which we can still
push values into from the servers on google-experience devices, like
gservices), but can be populated by other mechanisms for non-ged
phones.

Change-Id: Id0b5830bfc78c1d10dc732dce46546cd09cd1422
2010-01-28 10:09:44 -08:00
Amith Yamasani b1cd701602 Setting to move microphone to secondary keyboard.
Microphone button can be optionally moved to the symbols keyboard
to get your comma back. You can also completely disable voice input.

Now you can get your comma back but still use the swipe gesture to
activate voice input.
2010-01-28 07:33:27 -08:00
Amith Yamasani 7a722cbfc8 Unbundling phase 1.
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.
2010-01-27 17:29:35 -08:00
Doug Zongker 4fc0193879 add READ_GSERVICES permission
Change-Id: If5e2d5566cfeb08141452e983c21bca56a6a08db
2010-01-27 14:32:42 -08:00
Amith Yamasani cf02653097 New keyboard layout for bottom row.
Additional mode for WEB_EDIT fields w/Tab key for next field.
Button assets refresh and fix for a highlight asset bug.
2010-01-27 14:03:42 -08:00
Valentin Kravtsov 16668d952f Adding VoiceIME support for new RecognitionManager interface
Change-Id: I14506149def2f5b47fa2697aef49ff5cd41b64a8
2010-01-26 10:17:39 +00:00
Amith Yamasani 359f168161 Fix for #2373295 : Capitalize suggestions when typing a capitalized word.
When the user starts typing a word with a capital, whether automatically due
to sentence beginning or since the user pressed shift, then all suggestions
presented are capitalized as well, to be more WYSIWYG.
2010-01-25 15:27:43 -08:00
Mike LeBeau 440d1fd333 Merge "Put the LoggingEvents class in sync with latest - adds some VoiceSearch events which won't be used by LatinIME." 2010-01-25 10:28:59 -08:00
Mike LeBeau 053a3feae1 Put the LoggingEvents class in sync with latest - adds some VoiceSearch
events which won't be used by LatinIME.
2010-01-25 12:02:11 -05:00
Amith Yamasani 1c55125110 Auto-added words will only be capitalized if user intended to. #2373284
If a user creates a new word at the beginning of a sentence, then don't
add it as a capitalized word in the dictionary.
2010-01-24 07:34:07 -08:00
Amith Yamasani 39acd7e80a Merge "Enable language switching with long-press of space bar." 2010-01-22 14:20:19 -08:00
Amith Yamasani 8eb2e34d5b Enable language switching with long-press of space bar.
This is a temporary solution until slide-on-space is implemented.
2010-01-22 13:57:20 -08:00
Amith Yamasani 29928af03a Don't do space/punctuation swap for colon and semicolon, to enable smiley typing. Bug #2379172
Remove colon and semicolon from sentence separator list.
2010-01-21 18:13:39 -08:00
Amith Yamasani 578a01d3f6 Compress the dictionaries so they are loaded into memory fully.
This is an experiment to see if flash contention is causing occasional
keyboard hicups that people complain about.

A side effect is that the APK (with 5 languages) reduces in size by 25%.
2010-01-21 17:00:46 -08:00
Mike LeBeau 36b4375bac Specify the correct settings activity for LatinIME. 2010-01-17 19:22:57 -05:00
Mike LeBeau d856450612 Reintroduce Amith's memory leak fix from 388ce92ab8,
after it was clobbered by my overwrite of LatinIME with the voice version.
2010-01-17 16:55:56 -05:00
Mike LeBeau 466741d8a7 Migrate voice features into the open-source LatinIME. This includes
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.
2010-01-17 02:42:58 -05:00
Amith Yamasani 388ce92ab8 Fixed a memory leak that happens when switching input languages. 2010-01-15 13:43:50 -08:00
The Android Open Source Project 0477aa1614 android-2.1_r1 snapshot 2010-01-12 15:19:19 -08:00
Romain Guy 6e4ffc14d4 Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
2010-01-08 15:12:02 -08:00
Eric Fischer 49fc4265c3 Merge "Update with latest translations." 2010-01-08 10:05:22 -08:00
Eric Fischer 4a97b97253 Update with latest translations. 2010-01-07 16:00:56 -08:00
Amith Yamasani a052b69b47 Merge "Enable auto-correction only if there is a significant size main dictionary." 2010-01-07 13:08:29 -08:00
Amith Yamasani 17d252facb Merge "Fix graphics for Phone keypad Num7 - was "7 PRQS" instead of "7 PQRS". Fix for bug: 2353386" 2010-01-06 14:15:35 -08:00
Amith Yamasani 0860897118 Fix graphics for Phone keypad Num7 - was "7 PRQS" instead of "7 PQRS". Fix for bug: 2353386 2010-01-06 14:13:46 -08:00
Jean-Baptiste Queru f651e0dc1d Do not use a user tag on apps, as it is ignored.
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
2010-01-05 16:27:27 -08:00
Amith Yamasani e8f1edefeb Enable auto-correction only if there is a significant size main dictionary.
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.
2009-12-18 14:32:48 -08:00
Amith Yamasani 646ca037e7 am 1ea1e0b9: am 66d9c408: Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
Merge commit '1ea1e0b991f0fadeb22d327bed355c6177903ace'

* commit '1ea1e0b991f0fadeb22d327bed355c6177903ace':
  Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
2009-12-17 17:23:20 -08:00
Amith Yamasani 1ea1e0b991 am 66d9c408: Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
Merge commit '66d9c4083a86b1e3784ff8a89251b57bc68aed16' into eclair-mr2-plus-aosp

* commit '66d9c4083a86b1e3784ff8a89251b57bc68aed16':
  Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga.
2009-12-17 17:13:16 -08:00
Amith Yamasani 66d9c4083a Forgot to add mdpi asset for globe icon. Fixes missing keyboard row on hvga. 2009-12-17 17:04:56 -08:00
Amith Yamasani 6a442663d6 Fix for auto-add and reduced auto-add threshold. Bug: 2332071
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.
2009-12-16 19:21:11 -08:00
Amith Yamasani 193913f15c am 0ee83f27: Merge change I8c9748c8 into eclair-mr2
Merge commit '0ee83f27d70f34267dbbaf19668b6a66d3b4470d' into eclair-mr2-plus-aosp

* commit '0ee83f27d70f34267dbbaf19668b6a66d3b4470d':
  Input language switching. Bug: 2331173
2009-12-16 17:53:09 -08:00
Android (Google) Code Review 0ee83f27d7 Merge change I8c9748c8 into eclair-mr2
* changes:
  Input language switching. Bug: 2331173
2009-12-16 17:49:59 -08:00
Amith Yamasani 36fcf25833 Input language switching. Bug: 2331173
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).
2009-12-16 17:48:23 -08:00
Eric Fischer 3a6474644b am f1557e19: am 005d0ac4: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'f1557e197feaae0786c2ef251ffd4e274347b1bb' into eclair-mr2-plus-aosp

* commit 'f1557e197feaae0786c2ef251ffd4e274347b1bb':
  Import revised translations.  DO NOT MERGE
2009-12-10 17:52:27 -08:00
Eric Fischer f1557e197f am 005d0ac4: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '005d0ac4016279c9b842beedb95ef1a4019d15d7' into eclair-mr2

* commit '005d0ac4016279c9b842beedb95ef1a4019d15d7':
  Import revised translations.  DO NOT MERGE
2009-12-10 17:44:03 -08:00
Eric Fischer fe4529657f am 005d0ac4: Import revised translations. DO NOT MERGE
Merge commit '005d0ac4016279c9b842beedb95ef1a4019d15d7' into eclair-plus-aosp

* commit '005d0ac4016279c9b842beedb95ef1a4019d15d7':
  Import revised translations.  DO NOT MERGE
2009-12-09 18:09:57 -08:00
Eric Fischer 005d0ac401 Import revised translations. DO NOT MERGE 2009-12-09 17:28:33 -08:00
Amith Yamasani bfd76d002c am 358e485b: Experimental Extension keyboard
Merge commit '358e485b14938fbcb5af5be75aa29f2b73674100' into eclair-mr2-plus-aosp

* commit '358e485b14938fbcb5af5be75aa29f2b73674100':
  Experimental Extension keyboard
2009-12-09 15:53:05 -08:00
Amith Yamasani e10f56aeb1 am 24c1ff49: am 5b63c38d: Fix 2306814: Too aggressive suggesting names from my contacts list.
Merge commit '24c1ff4993734a1475d98a3456b8cbae4e16204e' into eclair-mr2-plus-aosp

* commit '24c1ff4993734a1475d98a3456b8cbae4e16204e':
  Fix 2306814: Too aggressive suggesting names from my contacts list.
2009-12-09 15:47:15 -08:00
Amith Yamasani 358e485b14 Experimental Extension keyboard
Slide up on keyboard to get an extended keyboard for numbers and
punctuations. This is work in progress...
2009-12-08 14:35:37 -08:00