Commit Graph

109 Commits (c9e1a333eaa34b142fbd1c59293877e949813596)

Author SHA1 Message Date
Amith Yamasani 249cfdaa64 Merge "Adds the basic Serbian files to LatinIME." 2010-05-03 21:30:03 -07:00
Filip Miletic 8f3106e276 Adds the basic Serbian files to LatinIME.
- Adds the Serbian keyboard layout.
- Adds the Serbian translatio to strings.xml.

Change-Id: I29739f422fd58d31fd2e5213b72908dd1f617805
2010-05-02 22:51:34 -07:00
Amith Yamasani 07b1603a3f Don't let the native code target be included twice when unbundling.
Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.

Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
2010-03-09 15:01:09 -08:00
Amith Yamasani 81c52293f8 Retain voice input across orientation changes. Fixes 2428545
If an configuration change happens when voice is being captured or
processed, it keeps the voice input state intact and reattaches the
recognition view to the input method.
2010-03-08 16:16:08 -08:00
Eric Fischer e4101f1230 Import new translations 2010-03-04 14:06:52 -08:00
Ken Wakasa 5909c43678 Merge "Add popup for the period on the symbols keyboard. Bug: 2345920" 2010-03-04 07:25:28 -08:00
Amith Yamasani 0a2df340e5 Blacklist asian languages from input selection list, since this is LatinIME.
Bug: 2488167
Don't show ko, ja and zh languages in the list.

Remove a debug println.
Add alternates_for_g to the keyboard for it to work on turkish. This
  must have not gotten merged from donut.
2010-03-04 04:59:05 -08:00
Ken Wakasa 971e301c88 Add popup for the period on the symbols keyboard. Bug: 2345920 2010-03-04 18:51:31 +09:00
Amith Yamasani 4032c24b73 Fix 2414566 : Capitalizing first letter in unexpected fields.
Also move some symbols around as per yaks' request.
2010-03-01 23:33:07 -08:00
Eric Fischer 6aaafeed96 Import new translations. 2010-02-26 17:34:25 -08:00
Amith Yamasani a6a6617101 Make tab character a word separator.
Word prediction can begin after a tab now.
2010-02-21 18:00:32 -08:00
Amith Yamasani 3edf81df2d Added "tab" to the shifted symbols keyboard.
It's not for quick access, but at least it's available.
2010-02-21 17:38:26 -08:00
Amith Yamasani d2a4e90a05 Use transparent keys for extension keyboard. 2010-02-12 06:23:06 -08:00
Amith Yamasani ec7eb07d28 String edits for language selection. 2010-02-11 06:06:02 -08:00
Amith Yamasani 66a787b953 Show a hint when the user selects the typed word from the suggestion list.
Make it easy to add new words by tapping the word again.
Also, a small unbundling fix for vibration duration.
2010-02-10 17:45:35 -08:00
Amith Yamasani 457fdffce4 Change the voice checkboxes into a 3-state list.
Also add a language-switch hint
2010-02-09 15:22:26 -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 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 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 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
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
Mike LeBeau 36b4375bac Specify the correct settings activity for LatinIME. 2010-01-17 19:22:57 -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
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 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
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 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 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
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
Daniel Sandler cb3b687088 Remove U+U2042 ASTERISM from the longpress special-character dialog.
(It does not exist in Droid Sans Fallback.)

http://b/2220888

Change-Id: I5eb95ef425a1ac4440fcc9cd106fc21f3d702ea4
2009-11-12 13:48:46 -08:00
Amith Yamasani 044bc302ba am ef9012c6: Add comma to the popup punctuations since it\'s now not available on the main ABC keyboard.
Merge commit 'ef9012c6c63350e52dbcce597623dcc4705a8ff9' into eclair-mr2

* commit 'ef9012c6c63350e52dbcce597623dcc4705a8ff9':
  Add comma to the popup punctuations since it's now not available on the main ABC keyboard.
2009-11-11 17:11:19 -08:00
Amith Yamasani ef9012c6c6 Add comma to the popup punctuations since it's now not available on the main ABC keyboard. 2009-11-10 14:30:05 -08:00
Eric Fischer cf27e2f4fe Import revised translations. DO NOT MERGE 2009-11-06 15:30:07 -08:00
Android (Google) Code Review c2a1b756b8 Merge change I46984565 into eclair-mr2
* changes:
  Add some additional glyphs to longpress key dialogs.
2009-11-03 15:14:11 -05:00
Daniel Sandler 4698456558 Add some additional glyphs to longpress key dialogs.
Addresses http://b/issue?id=2220888 by including curly
single quotes underneath the straight single quote key.

Introduces a number of other useful Unicode glyphs as well.
2009-10-29 13:31:58 -04:00
Eric Fischer dbde9b2229 Import revised translations. DO NOT MERGE 2009-10-28 21:19:57 -07:00
Daisuke Miyakawa 7d92b6ffc5 Add missing "android:codes" in i.
Also, add some comments to @string/key_i.
Currently there's a possiblity where some translator misunderstand what this means.

Internal issue number: 2213965
2009-10-28 07:04:28 +09:00
Eric Fischer b04157a836 Import revised translations. DO NOT MERGE
Approver: jerryw
2009-10-21 10:48:20 -07:00
Eric Fischer fc80c3151d Import revised translations. DO NOT MERGE 2009-10-13 16:08:17 -07:00
Eric Fischer 3fd9d9e3e0 Import revised translations. DO NOT MERGE
Approver: jerryw
2009-10-01 17:02:35 -07:00
Amith Yamasani 56f96fe05b AI 150810: Fix for 2023252 & 2023256: Turkish accented characters for the keyboard
BUG=2023252,2023256

Automated import of CL 150810
2009-09-30 17:37:51 -07:00
Daniel Sandler 5442c7d4ba New hdpi assets.
Drop dated 29-Sep-2009.

Change-Id: I47d6adde00f70baef8b0b52cbde60e297452dd76
2009-09-30 00:36:24 -04:00
Daniel Sandler 59faad8abd New high-density artwork for the LatinIME (drop dated 09/24/09). 2009-09-24 09:24:25 -04:00
Amith Yamasani 7b138f7fbf Make auto-correct the default 2009-09-23 16:01:52 -07:00
Eric Fischer b58c9c0dcc Import revised translations. DO NOT MERGE 2009-09-17 14:36:14 -07:00
Amith Yamasani 3ec2ed75c6 Send a semicolon for Wait. Fix for #2083806. 2009-09-15 11:35:47 -07:00
Android (Google) Code Review 64e245f60b Merge change 24211 into eclair
* changes:
  Adjust the size of bottom row of keys for email mode. Fix for 2099889
2009-09-09 06:19:01 -07:00