satok
88fc9d4418
Support language bar swich for InputMethodSubtype
...
Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
2011-04-13 17:05:24 +09:00
Tadashi G. Takaoka
740be4493a
Fix Arabic mini keyboard precedence
...
Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226
2011-04-13 15:04:29 +09:00
satok
47d2ef69d3
Merge "Change the formula of the missing character."
2011-04-12 20:22:10 -07:00
satok
09df2a5bf4
Merge "Remove voice subtypes"
2011-04-12 20:16:46 -07:00
satok
dc5301e590
Change the formula of the missing character.
...
- Bug: 4271049
- Due to the result of the recent user study, a word with a missing character needs to be promoted a bit.
so I changed the formula from:
- freq * 70 * (n - 2) / (n - 1)
to:
- freq * 90 * (10n - 12) / (10n - 2)
Change-Id: Ibff72cbdb0f2d7b91460a06a0fd39a9f5749aa46
2011-04-13 10:44:18 +09:00
satok
b435a6ddca
Remove voice subtypes
...
Bug: 4176028
Change-Id: Icbd699370051c377da281016df3c363f8544a788
2011-04-13 10:41:50 +09:00
Ken Wakasa
33fa046fe3
Additional tweak of gaps for delete/shift keys
...
bug: 4269094
Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024
2011-04-12 19:07:14 +09:00
Eric Fischer
b73ab9f2df
Import revised translations.
...
Change-Id: Id2c4aac29ce82298a3c3d64540592932767f1e45
2011-04-11 14:30:01 -07:00
Tadashi G. Takaoka
689e7e907b
Add Arabic keyboard to phone
...
Change-Id: I60c312fe9dc383a8048b46d9b54eee535c515aaa
2011-04-11 14:16:02 +09:00
Tadashi G. Takaoka
56abeabced
Add visualInsetsLeft and Right as Key attribute
...
Bug: 4269094
Change-Id: Ic38d326a8e9ef802453c909f3a81d556863acc9b
2011-04-11 12:13:38 +09:00
Tadashi G. Takaoka
a8c163f262
Fix suggestion strip layout
...
This change also removes unused drawable and xml resources.
Bug: 4181825
Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
2011-04-08 20:03:57 +09:00
Tadashi G. Takaoka
82730b0e09
Merge "Remove redandant key from popup mini keyboard which has settings key"
2011-04-08 02:43:26 -07:00
Jean Chalard
a944574967
Merge "Reinforce user-history based bigram use."
2011-04-08 02:14:06 -07:00
Tadashi G. Takaoka
1844ee7cf8
Remove redandant key from popup mini keyboard which has settings key
...
Bug: 4196879
Change-Id: If0ed5cace2d4d0c1f0e225e1003d54c055690387
2011-04-08 18:03:23 +09:00
Tadashi G. Takaoka
2c389c5b9e
Merge "Increase the horizontal gap between shift/delete and normal keys"
2011-04-08 02:00:59 -07:00
Tadashi G. Takaoka
b428e8cc9e
Merge "Disable popup preview and long press on disabled key"
2011-04-08 02:00:09 -07:00
Tadashi G. Takaoka
967d6073bf
Disable popup preview and long press on disabled key
...
Bug: 4268147
Change-Id: Ibcb54791ef78737dd09d8a594b5a53b0909609d6
2011-04-08 17:14:12 +09:00
Tadashi G. Takaoka
6d81e2b79b
Increase the horizontal gap between shift/delete and normal keys
...
This change also adds capability to add horizontal padding to the
keyboard.
Bug: 4269094
Change-Id: I805e76b253a497079517c01bd2a976f8702f7e56
2011-04-08 16:43:01 +09:00
satok
299e366bcf
Shrink sym_keyboard_voice_off_holo for phone
...
Bug: 4225070
Change-Id: Ic61c3c0263158ed3429553b134f13e8e94f5f5b7
2011-04-08 16:39:25 +09:00
satok
b5d17e52fc
Add logOnSeparator
...
This is a supplement for I9abb8141f23100d
Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f
2011-04-08 15:24:55 +09:00
Tadashi G. Takaoka
50cce07f59
Merge "Remove "settings" key popup from "slash" and "atmark" key"
2011-04-07 21:43:28 -07:00
Tadashi G. Takaoka
cf4eff3f59
Remove "settings" key popup from "slash" and "atmark" key
...
Removing "settings" key popup from these keys when there's a dedicated
"settings" key in the layout.
This is followup chnage of I119528c0.
Bug: 4196879
Change-Id: I742cc6d1d890c095610f1e8b9ac91a044ec540b7
2011-04-08 10:27:51 +09:00
Eric Fischer
2e4a15bf60
Merge "Import revised translations."
2011-04-07 14:07:55 -07:00
Eric Fischer
85427b3d8e
Import revised translations.
...
Change-Id: I8c2fb2177e47ad50cf0ae1a191d2b8b4186c0700
2011-04-07 13:59:50 -07:00
Tadashi G. Takaoka
e7c0e73a19
Simplify the Key's on state transition
...
Because handling shift locked state of alphabet keyboard is done by
KeyboardSwitcher, there is no need to change the "on" state of Key
when releasing the key. On the other hand, symbol and symbol shifted
keyboard has fixed "on" state "ALT/MORE" key.
This change also renames the attribute "isModifier" to "isFunctional".
Change-Id: I082885bd2376ae26bdfc378c14add2b5d6be1d4e
2011-04-07 20:28:46 +09:00
Tadashi G. Takaoka
73edb40154
Merge "Disable successive modifier key while sliding input"
2011-04-07 04:26:14 -07:00
Tadashi G. Takaoka
996db15d3c
Disable successive modifier key while sliding input
...
When user starts sliding key input, sliding through successive
modifier key will be ignored.
Bug: 4181843
Depends: I082885bd2376ae26bdfc378c14add2b5d6be1d4e
Change-Id: Ibe890b9cc1183dbe9f68a421650fcd97e7ff221c
2011-04-07 20:17:27 +09:00
Tadashi G. Takaoka
494926fc2b
Remove "settings key" popup from "comma key"
...
Bug: 4196879
Change-Id: I119528c03526b47a1398d9efc2aa307eb0c07ffe
2011-04-07 17:49:49 +09:00
Tadashi G. Takaoka
bdfb751d59
Merge "Fix popup key preview on tablet"
2011-04-07 00:17:25 -07:00
Tadashi G. Takaoka
da4bfbbbb3
Fix popup key preview on tablet
...
This change temporally enable popup key preview option on
tablet. (config_enable_show_popup_on_keypress_option).
Bug: 3286117
Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
2011-04-07 15:56:16 +09:00
Eric Fischer
61393bf01c
am 42c89522: (-s ours) am fa62894c: Import revised translations. DO NOT MERGE
...
* commit '42c895225352da324198af0a5b192b59d9207201':
Import revised translations. DO NOT MERGE
2011-04-06 14:25:49 -07:00
Eric Fischer
42c8952253
am fa62894c: Import revised translations. DO NOT MERGE
...
* commit 'fa62894c4b4b0a63553989c483cf2446641b9117':
Import revised translations. DO NOT MERGE
2011-04-06 14:22:00 -07:00
Eric Fischer
fa62894c4b
Import revised translations. DO NOT MERGE
...
Change-Id: Ica512df634b9152aac5bcd5f15d783110724fd7d
2011-04-06 13:51:45 -07:00
Jean Chalard
3e23682862
Reinforce user-history based bigram use.
...
- Have user-history based bigrams used as soon as they are entered,
not after 6 times.
- Limit bigram frequency to 255 (this limits the multiplier to 1.8, and
has no effect on main dict bigrams which already have this limit)
- Some TODO resolving
bug: 4192129
Change-Id: I4777f1a58c43dd55381c4b01252d722ab3a70547
2011-04-06 12:26:01 +09:00
Eric Fischer
3b24b2bde7
am d84a3249: (-s ours) am bc226ce9: (-s ours) am d060ed99: Import revised translations. DO NOT MERGE
...
* commit 'd84a3249735891f030440f17cf2ca30ea22f444a':
Import revised translations. DO NOT MERGE
2011-04-05 10:27:42 -07:00
Eric Fischer
d84a324973
am bc226ce9: (-s ours) am d060ed99: Import revised translations. DO NOT MERGE
...
* commit 'bc226ce9227ffb280ac12195c5c6fff377c466c1':
Import revised translations. DO NOT MERGE
2011-04-04 17:43:17 -07:00
Eric Fischer
bc226ce922
am d060ed99: Import revised translations. DO NOT MERGE
...
* commit 'd060ed99464e14e19dc07bc2f770e2b83cfd16bc':
Import revised translations. DO NOT MERGE
2011-04-04 12:21:31 -07:00
satok
fd58877d4f
Merge "Add settings for theme, userfeedback and other settings (temporary)"
2011-04-01 03:53:26 -07:00
satok
8f9b86fec5
Add settings for theme, userfeedback and other settings (temporary)
...
Change-Id: I063c48dbf021f5608c241a3543aa2628b5faaa40
2011-04-01 19:48:17 +09:00
satok
bbd377628a
Merge "Revert all hdpi assets to gingerbread"
2011-04-01 01:45:24 -07:00
satok
eee03627ce
Revert all hdpi assets to gingerbread
...
Bug: 4196962
- all hdpi assets are blurred.
Change-Id: I4a589f99ead2b8db96f03c19771f083306276e61
2011-04-01 17:44:48 +09:00
satok
44783b6965
Merge "Enable VoiceInput even if there is no shortcut subtype supported"
2011-04-01 00:35:57 -07:00
satok
7429009838
Enable VoiceInput even if there is no shortcut subtype supported
...
Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
2011-04-01 16:12:06 +09:00
satok
6f18a1fbcc
Disable Recorrection when APIs are not supported.
...
Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
2011-04-01 16:09:06 +09:00
Eric Fischer
a1f9cdd6f5
am 3678ce5a: (-s ours) am 991e88c5: am 4bad47f9: (-s ours) Import revised translations. DO NOT MERGE
...
* commit '3678ce5a2513de3b7f617238d6d5549f2697d017':
Import revised translations. DO NOT MERGE
2011-03-29 16:59:46 -07:00
Eric Fischer
3678ce5a25
am 991e88c5: am 4bad47f9: (-s ours) Import revised translations. DO NOT MERGE
...
* commit '991e88c5b83a7ffb2e49252c55b4429d6f24c4a4':
Import revised translations. DO NOT MERGE
2011-03-29 14:20:04 -07:00
Eric Fischer
991e88c5b8
am 4bad47f9: (-s ours) Import revised translations. DO NOT MERGE
...
* commit '4bad47f93943eb8e4545934c9e1804e43b5d55e9':
Import revised translations. DO NOT MERGE
2011-03-29 14:07:25 -07:00
Eric Fischer
4bad47f939
Import revised translations. DO NOT MERGE
...
Change-Id: I33a83686f71aa49855d807d580648f50ac4513da
2011-03-29 13:33:50 -07:00
Eric Fischer
959e018527
am 2186d96b: (-s ours) am 97c916a6: Import revised translations. DO NOT MERGE
...
* commit '2186d96b62b705258dafbc454f02a02f5d9c6965':
Import revised translations. DO NOT MERGE
2011-03-29 12:28:17 -07:00
Eric Fischer
2186d96b62
am 97c916a6: Import revised translations. DO NOT MERGE
...
* commit '97c916a6841c50931a6e507e4a835b9a015d5f6e':
Import revised translations. DO NOT MERGE
2011-03-29 12:25:06 -07:00