Jean Chalard
57c38bf4b0
Merge "Enable choosing a bigram prediction several times in a row."
2011-05-30 19:35:15 -07:00
Tadashi G. Takaoka
c25e07d212
Fix web input type judgment
...
Bug: 4490948
Change-Id: I71efb8f5784970f1d2a94da1d2eb852f7f11885f
2011-05-30 19:10:25 +09:00
Jean Chalard
41ec3ec2f3
Enable choosing a bigram prediction several times in a row.
...
This change fixes a bug that prevented to choose a prediction
several times in a row because the predictions would be replaced
right away by punctuations.
Please note several things about this change:
- Recorrection is pretty much in the middle of being refactored.
This change has no effect on recorrection itself, but may make
existing strange behavior more obvious when moving the cursor
for example.
- The part of this change in Recorrection.java is not used in
master at the moment because ongoing changes on recorrection
result in the control never landing there, but would have been
needed in the past and may be needed in the future.
- This change may have adverse effects on performance which need
to be evaluated. A comment in the code has also been written
to this effect.
- This does not fix bug 4466199, only addresses a pinpoint case
of it to help evaluating the bigram predictions feature.
Bug: 4466199
Change-Id: I7219e5aeb74dff9251d12b2a72f94448dbb3e63f
2011-05-30 16:03:39 +09:00
Tadashi G. Takaoka
88251a9555
Rename resource folder according to new naming scheme
...
Change-Id: I45a29d753103d82b625e55e78f1075497e94396f
2011-05-28 01:17:13 +09:00
Tadashi G. Takaoka
fd8245b3f2
Merge "Add number password keyboard layout to phone"
2011-05-27 09:09:41 -07:00
Tadashi G. Takaoka
a8fd3af67a
Merge "Remove web mode and add webInput boolean"
2011-05-27 09:09:30 -07:00
Tadashi G. Takaoka
c2a37c7392
Merge "Rename filename of hint icons for numbers"
2011-05-27 09:09:18 -07:00
Tadashi G. Takaoka
fa847fe9b5
Add number password keyboard layout to phone
...
Bug: 4479212
Change-Id: I230371632d5ba0d940e576a9b8b6668079990004
Cherry-pick: Ia0a284a3
2011-05-27 22:13:06 +09:00
Tadashi G. Takaoka
9e2d810dc5
Remove web mode and add webInput boolean
...
Bug: 4490948
Change-Id: I6fe23c9ab4918eab6806cc621c4d6821c2e1baf9
Cherry-Pick: I4cd1af0b
2011-05-27 21:47:14 +09:00
Tadashi G. Takaoka
c29c69a372
Rename filename of hint icons for numbers
...
Change-Id: Ibd844167199f5d884d97b8fe9f536f47fbe5bdcd
Cherry-Pick: I1f3bc846
2011-05-27 21:14:52 +09:00
Jean Chalard
f4a05624ee
Merge "Stop promoting auto dictionary words to the user dict."
2011-05-27 03:26:30 -07:00
satok
375f45cd19
Merge "Fix whitelist"
2011-05-26 20:26:13 -07:00
Eric Fischer
144e97f154
Import revised translations.
...
Change-Id: I03c7133e46f6067f1912e778b498bf1915f42441
2011-05-26 15:47:59 -07:00
Tadashi G. Takaoka
41a8dc1f80
Merge "Fix Russian keyboard input code"
2011-05-26 09:18:06 -07:00
Tadashi G. Takaoka
a3eff88af6
Fix Russian keyboard input code
...
This is cherry pick from Honecyom-MR2 Iebeec413.
Change-Id: I11b292fe4469f1d0232948b57a93cd0f0275c87d
2011-05-26 23:35:54 +09:00
satok
a0493fa070
Fix whitelist
...
Bug: 4090049
Change-Id: I1d57ddafcacb895196c65acaae198dad7499983b
2011-05-26 20:30:27 +09:00
satok
ea9098ca69
Add SuggestionSpan suggestion picked notification receiver
...
Bug: 4443922
Change-Id: I8a9dc5077ae06c6d0c39fd7fdd823fc4f4d05f45
2011-05-26 19:47:29 +09:00
Jean Chalard
8ef4dd9af8
Stop promoting auto dictionary words to the user dict.
...
Also see change I5a57ecc8 which is another fix for the same
problem.
Bug: 3459274
Change-Id: Ica2bb5b5aa4362d538df3765559d676c1aab4a85
2011-05-25 21:24:07 +09:00
Tadashi G. Takaoka
9e5be6caad
Merge "Use custom theme for Keyboard theme switch"
2011-05-25 03:02:25 -07:00
Tadashi G. Takaoka
13a7419994
Use custom theme for Keyboard theme switch
...
This change reduces the number of layout files and make these
theme-generic. This might be very helpful to re-design suggestion
strip.
Bug: 4175031
Change-Id: Idca10a4aa0bf7ac496eedd1879311e59780a423b
2011-05-25 18:59:00 +09:00
satok
30f38adb0b
Merge "Disable the legacy recorrection functionalities if the suggestion span is supported"
2011-05-25 02:56:36 -07:00
satok
0d4757bb0b
Disable the legacy recorrection functionalities if the suggestion span is supported
...
Bug: 4346045
Change-Id: Ib4594a9073b961038564bbcd601f9c290d153d5d
2011-05-25 18:37:48 +09:00
Tadashi G. Takaoka
6c4add55f9
Initialize CandidateView in setInputView
...
When keyboard theme has been switched, input view will be replaced
with new theme one and current CandidateView will get stale. The
CandidateView must be reseted in setInputView.
Change-Id: I36fd14280572d2d367cfef549d7705b3b321ba3e
2011-05-25 18:28:03 +09:00
satok
f4c9e9d359
Merge "Put SuggestionSpan at commitText"
2011-05-25 02:00:05 -07:00
Tadashi G. Takaoka
3e17686c68
Fix missing setService call for CandaiteView
...
This bug has been introduced by I95f379b9.
Bug: 4486388
Change-Id: I23fd3abe05946d4709b4593efa4713cd19723479
2011-05-25 17:57:33 +09:00
satok
1fef530ec7
Put SuggestionSpan at commitText
...
Bug: 4346045
Change-Id: Iaabdb8a148b2601bb9cbc2b08509adac164105a4
2011-05-25 17:48:31 +09:00
Tadashi G. Takaoka
0aa0133795
Fix missing initializartion of key preview position
...
This is followup of Iddab254c
Change-Id: I2d8e68b696779b742d29fdcf03c5fb509cb0bd87
2011-05-25 16:14:19 +09:00
Tadashi G. Takaoka
598a25d990
Merge "Enable long press even if the key is disabled"
2011-05-24 23:52:12 -07:00
Tadashi G. Takaoka
d3ab465c5b
Merge "Fix IllegalStateException when setting input view"
2011-05-24 23:49:40 -07:00
Tadashi G. Takaoka
e07b51e7c6
Enable long press even if the key is disabled
...
Change-Id: Iddab254c7d6625bf44473109b4a52d2f7a163a27
2011-05-25 15:22:03 +09:00
Tadashi G. Takaoka
f3cd2bb33d
Fix IllegalStateException when setting input view
...
This is followup change of I95f379b9.
Bug: 4175031
Change-Id: Ibf3e3bd2524c9543ec6193cb6e59529b2c4df3b1
2011-05-25 15:09:09 +09:00
Tadashi G. Takaoka
ee80a77ebf
Merge "Fix arguments order of KeyboardId constructor"
2011-05-24 20:27:56 -07:00
Tadashi G. Takaoka
d5096494aa
am 1ba8b389: (-s ours) am f71454fe: Slightly lower the keyboard height on 7" landscape (DO NOT MERGE)
...
* commit '1ba8b389aa0d45780840ad11f5e2e4cafe2887c9':
Slightly lower the keyboard height on 7" landscape (DO NOT MERGE)
2011-05-24 19:53:24 -07:00
Tadashi G. Takaoka
ff2b118f00
am 6b27dc4f: (-s ours) am 5903e061: Merge "Reorganize drawable for large and xlarge device (DO NOT MERGE)" into honeycomb-mr2
...
* commit '6b27dc4f1366714428f7d14d599f70a7d77434fe':
Reorganize drawable for large and xlarge device (DO NOT MERGE)
2011-05-24 19:53:19 -07:00
Tadashi G. Takaoka
663dcb9351
am 090c9f6c: (-s ours) am eef3b7b3: Add number password keyboard layout to phone (DO NOT MERGE)
...
* commit '090c9f6ccc6620792eb9a63e78355326e366450a':
Add number password keyboard layout to phone (DO NOT MERGE)
2011-05-24 19:52:59 -07:00
Tadashi G. Takaoka
dc648b0593
Fix arguments order of KeyboardId constructor
...
Change-Id: I0b958f10e2146a3a70c9c0643f62ad48ae472631
2011-05-25 11:40:53 +09:00
Tadashi G. Takaoka
8dad15f55d
am 55f61d93: (-s ours) am 88100d36: Rename filename of hint icons for numbers (DO NOT MERGE)
...
* commit '55f61d93da5adfcf444fe6ee1e0ba75ec4d40261':
Rename filename of hint icons for numbers (DO NOT MERGE)
2011-05-24 02:57:05 -07:00
Tadashi G. Takaoka
696b541867
am 8cb1cd07: am 51139a61: Merge "Remove unnecessary executable permission from drawable" into honeycomb-mr2
...
* commit '8cb1cd07c05335364bdbbc39aa1d6f3351546fbc':
Remove unnecessary executable permission from drawable
2011-05-24 02:57:02 -07:00
Tadashi G. Takaoka
fc3c3de2ab
am 95cf152a: (-s ours) am f4911e43: Rename resources with new scheme (DO NOT MERGE)
...
* commit '95cf152a0e4990587681bc2a6e035ad8275b7228':
Rename resources with new scheme (DO NOT MERGE)
2011-05-24 02:56:59 -07:00
Tadashi G. Takaoka
bde078fe0d
am 173b3657: (-s ours) am c142f5e4: Fix Android Keyboard crash on hdpi device
...
* commit '173b3657a84ff00a216dfd4d526fbe2e472ffff4':
Fix Android Keyboard crash on hdpi device
2011-05-24 00:39:46 -07:00
Tadashi G. Takaoka
1ba8b389aa
am f71454fe: Slightly lower the keyboard height on 7" landscape (DO NOT MERGE)
...
* commit 'f71454fecba89a74c8d7a8344d78c0f63e7dd234':
Slightly lower the keyboard height on 7" landscape (DO NOT MERGE)
2011-05-24 00:19:25 -07:00
Tadashi G. Takaoka
187a8da246
Merge "Move CandidateView into input view"
2011-05-24 00:12:20 -07:00
Tadashi G. Takaoka
f71454fecb
Slightly lower the keyboard height on 7" landscape (DO NOT MERGE)
...
Bug: 4479212
Change-Id: Ie3b1d82ee659c5f67eede936c079e99c1a4451b9
2011-05-24 16:10:54 +09:00
Tadashi G. Takaoka
c150acc7c8
Move CandidateView into input view
...
Bug: 4175031
Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
2011-05-24 15:37:53 +09:00
Tadashi G. Takaoka
6b27dc4f13
am 5903e061: Merge "Reorganize drawable for large and xlarge device (DO NOT MERGE)" into honeycomb-mr2
...
* commit '5903e061ad4e5ac6a15b72248ad92cee2f02d27f':
Reorganize drawable for large and xlarge device (DO NOT MERGE)
2011-05-23 23:16:39 -07:00
Tadashi G. Takaoka
5903e061ad
Merge "Reorganize drawable for large and xlarge device (DO NOT MERGE)" into honeycomb-mr2
2011-05-23 23:11:48 -07:00
satok
99c908a595
Tweak the demotion rate for the mistyped space correction
...
Bug: 4402942
Change-Id: I7f5412b9fd2f1506f529cff0c3399d748c6ece92
2011-05-24 14:31:06 +09:00
Tadashi G. Takaoka
090c9f6ccc
am eef3b7b3: Add number password keyboard layout to phone (DO NOT MERGE)
...
* commit 'eef3b7b328504d160bc4563e20025d2a86e21d38':
Add number password keyboard layout to phone (DO NOT MERGE)
2011-05-23 22:15:40 -07:00
Tadashi G. Takaoka
eef3b7b328
Add number password keyboard layout to phone (DO NOT MERGE)
...
Bug: 4479212
Change-Id: Ia0a284a365af99257ed47351bdd3387fd9a53eba
2011-05-24 12:31:52 +09:00
Tadashi G. Takaoka
5979673c9e
Merge "Fix reflection method invokation"
2011-05-23 19:27:11 -07:00