Commit Graph

131 Commits

Author SHA1 Message Date
Jim Chen
0e06b65bf4 Bug 840406 - Use password mode for all type=password inputs; r=cpeterson 2013-03-07 13:16:46 +00:00
Jim Chen
913bb71a01 Bug 843048 - Delay setting IME context on Gecko thread instead of Java thread; r=cpeterson 2013-03-05 15:24:35 +00:00
Jim Chen
19a516ffa8 Bug 844290 - Refactor GeckoInputConnection key handling code; r=cpeterson 2013-02-28 13:17:21 -05:00
Brian Nicholson
0bc444d6e2 Bug 845612 - Add @Override annotations for implemented interfaces. r=kats 2013-02-26 21:48:00 -08:00
Jim Chen
57a92f2116 Bug 844913 - Null-check getEditable() results in GeckoInputConnection; r=cpeterson 2013-02-26 12:48:32 -05:00
Jim Chen
d2874dc962 Bug 838177 - Add more debugging output to GeckoEditable and GeckoInputConnection; r=cpeterson 2013-02-18 13:57:43 -05:00
Jim Chen
9f28ee4351 Bug 839882 - Provide UI-thread-safe Editable for KeyListener; r=cpeterson 2013-02-13 15:52:11 -05:00
Jim Chen
54c6925612 Bug 835906 - Handle off-thread GeckoEditable and GeckoInputConnection calls; r=cpeterson 2013-02-08 16:07:12 -05:00
Jim Chen
4292b3f95e Bug 835906 - Let GeckoInputConnection switch to background thread; r=cpeterson 2013-02-08 16:07:12 -05:00
Jim Chen
c1dbb9b2e8 Bug 835906 - Refer to IC thread instead of UI thread in existing IME code; r=cpeterson 2013-02-08 16:07:05 -05:00
Chris Peterson
60b9e6a366 Bug 834471 - Part 1: Fix some FindBugs warnings about strings. r=jchen 2013-01-25 16:32:04 -08:00
Jim Chen
5a96ae892c Bug 829318 - Don't mess with mIMEState during focus/blur; r=cpeterson 2013-01-18 17:08:59 -05:00
Jim Chen
d3b8ad4552 Bug 831862 - Force restart input during notifyIMEEnabled; r=cpeterson 2013-01-18 15:49:19 -05:00
Chris Peterson
faefa85a4b Bug 829912 - Check for null IME hints. r=jchen
--HG--
extra : rebase_source : b6183ac3c3d469d2401ac17b059b9564ef07f542
2013-01-14 16:57:50 -08:00
Jim Chen
3d4c428cab Bug 827176 - Properly reset GeckoInputConnection states during focus; r=cpeterson 2013-01-11 15:36:22 -05:00
Jim Chen
c9a7f04a76 Bug 825120 - Fake selection update to force IME hard reset; r=cpeterson 2013-01-11 15:34:58 -05:00
Jim Chen
6609bf8713 Bug 814689 - Only use key events for plugins; r=cpeterson 2012-12-26 10:06:53 -05:00
Jim Chen
719d56e3b9 Bug 821979 - Specify valid selection offsets in onCreateInputConnection; r=blassey 2012-12-26 10:06:53 -05:00
Jim Chen
b1f7dd58ee Bug 821229 - Don't show/hide VKB when Gecko view doesn't have focus; r=cpeterson 2012-12-18 12:21:25 -05:00
Jim Chen
e7a8650c27 Bug 818715 - Coalesce restartInput calls in GeckoInputConnection; r=cpeterson 2012-12-14 13:22:05 -05:00
Jim Chen
c80915d4b8 Bug 819073 - Set InputConnection during each focus notification; r=cpeterson 2012-12-10 14:07:26 -05:00
Jim Chen
b9f544bb42 Bug 815430 - Fix IME status notification handling; r=cpeterson 2012-12-05 11:10:33 -05:00
Jim Chen
2375ed8ae8 Bug 808287 - Follow-up to combine IME enums, etc; r=cpeterson 2012-11-13 17:27:26 -05:00
Jim Chen
3bfc2d01f5 Bug 810170 - Properly handle extracted text notification and selection notification; r=cpeterson 2012-11-13 17:26:18 -05:00
Jim Chen
924f6d4cfe Bug 807994 - Get rid of IME code raw type usage to prevent javac 1.7 compile errors. r=cpeterson 2012-11-02 10:21:19 -04:00
Jim Chen
6d3d60aab5 Bug 805162 - i. Refactor DebugGeckoInputConnection to be smaller by using reflection; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
992e608471 Bug 805162 - h. Remove unused fields in GeckoInputConnection; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
76b2093950 Bug 805162 - g. Reimplement key events in GeckoInputConnection using GeckoEditable; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
69967e4941 Bug 805162 - f. Reimplement InputConnection methods using GeckoEditable; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
96cf492bfd Bug 805162 - e. Implement GeckoEditableListener in GeckoInputConnection; r=cpeterson 2012-11-01 16:11:02 -04:00
Ed Morley
95fe6d2a1c Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Jim Chen
2e2ea9bad7 Bug 805162 - i. Refactor DebugGeckoInputConnection to be smaller by using reflection; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
eb12abdc9f Bug 805162 - h. Remove unused fields in GeckoInputConnection; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
57ab06ea8c Bug 805162 - g. Reimplement key events in GeckoInputConnection using GeckoEditable; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
e026b4cee8 Bug 805162 - f. Reimplement InputConnection methods using GeckoEditable; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
ec3937aa42 Bug 805162 - e. Implement GeckoEditableListener in GeckoInputConnection; r=cpeterson 2012-10-31 17:35:31 -04:00
Jim Chen
d3c3ed3a77 Bug 806349 - Enable IME auto-correction in Android text fields; r=cpeterson
From 22a420e461e542c893ee0e6c561c4b694230f71c Mon Sep 17 00:00:00 2001
2012-10-26 21:24:42 -04:00
Makoto Kato
8c79efd842 Bug 712018 - Add white list to support IME on physical keyboard. r=cpeterson 2012-10-26 15:49:08 +09:00
Jim Chen
d11df45da0 Bug 795226 - Check for null composing span to avoid crash. r=blassey 2012-10-18 21:44:15 -04:00
Makoto Kato
b58bb05a55 Bug 795224 - no more backspace nor arrows on the deck Asus Transformer. r=cpeterson 2012-10-02 13:35:53 +09:00
Chris Peterson
9b90089db8 Bug 747629 - Part 3: Remove unnecessary InputMethodManager parameters. r=blassey 2012-09-19 17:47:39 -07:00
Chris Peterson
1dc29a1512 Bug 747629 - Part 2: Assert IME code is running on UI thread. r=blassey 2012-09-19 11:06:49 -07:00
Chris Peterson
0406748e44 Bug 747629 - Part 1: Post (most) Gecko's IME callbacks from Gecko thread to UI thread. r=blassey 2012-09-19 11:08:39 -07:00
Chris Peterson
3c0576fe77 Bug 669361 - Ignore non-en_US HKB KeyEvents for Asus Transformer tablets running Honeycomb or ICS. r=blassey 2012-09-11 10:46:38 -07:00
Raphael Catolino
11cf800ffe Bug 730330 - Use android datetime-picker widget. r=wesj
--HG--
rename : mobile/android/base/widget/DatetimePicker.java => mobile/android/base/widget/DateTimePicker.java
2012-08-07 17:09:15 +02:00
Raphael Catolino
6095ea5ce5 Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson 2012-08-08 09:42:00 +02:00
Chris Peterson
4df0656332 Backout b9ad5793fbba (Bug 769520 Part 1) a=lsblakk 2012-09-05 15:01:03 -07:00
Chris Peterson
75a0200b47 Backout ad4fd5dcc088 (Bug 769520 Part 2) a=lsblakk 2012-09-05 16:24:28 -07:00
Zoe Bellot
c7a4582c95 Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson 2012-08-26 23:16:22 -03:00
Chris Peterson
e3839043a1 Bug 772252 - Remove special casing of ALT key codes that broke ALT locking. r=blassey 2012-08-16 15:12:05 -04:00