Commit Graph

51 Commits

Author SHA1 Message Date
Makoto Kato
c8ed07190e Bug 685537 - [HKb] Fn key + key is not working properly. r=jchen 2011-09-20 17:35:38 +09:00
Makoto Kato
796466ea72 Bug 676195 - IME doesn't work with hardware keyboard on Android. r=jchen 2011-09-03 23:14:38 +09:00
Ali Juma
de105d8940 Bug 677920 - Part 2: Fix handling of Android surface lifecycle events when using GL layers. r=blassey 2011-08-23 16:52:03 -04:00
Benoit Girard
b5f698d52d Bug 621745 - Correctly handle EGL surfaceChange event causing glitches on resize; r=jmuizelaar 2011-08-22 09:57:12 -07:00
Doug Turner
ea8ede0a60 Bug XXXX - Correctly renames the Log() functions to use the right filename. rs=blassey 2011-08-18 19:27:41 -07:00
Makoto Kato
1bbefb148a Bug 667927 - Problem with deletions in IME when in composition mode on Honeycomb. r=jchen 2011-08-09 14:17:44 +09:00
Doug Turner
f63115a436 Bug 664996 Fix missing redraw when resuming application r=dougt
Because I'd altered the way surface creation works, it was possible to
have a null buffer in surfaceChanged while having a valid surface size.

Instead of looking at the buffer pointers, I've replaced it with a
boolean that tracks whether the surface size is valid or not.

In addition, there was a typo that meant that synchronised redraws were
being skipped, as the object from mSyncDraws was taken and immediately
discarded.
2011-06-25 21:35:52 -07:00
Doug Turner
102267a28c Back out 0839c57106a8. Caused a regression; follow up will address. r=dougt 2011-06-25 21:34:10 -07:00
Chris Lord
1cce2391a4 Bug 664996 - After quitting the application by tapping the Home button, re-entering it will show a white. Regression from bug 661843. r=dougt 2011-06-17 08:57:46 -07:00
Chris Lord
180ac402e3 Bug 661843 - GeckoSurfaceView may double memory requirement for painting. r=dougt 2011-06-16 02:03:00 -07:00
Vivien Nicolas
8136a3686a Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki] 2011-04-20 14:47:40 +02:00
Brad Lassey
98fae9e914 bug 614355 - provide pref to not always use fullscreen landscape keyboards on android r=dougt 2011-04-11 16:41:03 -04:00
Doug Turner
f54a5b900c Bug 646685 - Fix watchPosition after isBetterPosition was removed. r=blassey 2011-03-30 21:13:35 -07:00
Doug Turner
d3f77f2042 Bug 636344 - Android Geolocation provider does not provide geocoded civic addresses. r=blassey 2011-03-17 00:03:11 -07:00
Michael Wu
e50f2ae684 Bug 637892 - Do not filter soft keyboard key events, r=dougt a=blocking-fennec 2011-03-08 10:39:56 -08:00
Makoto Kato
ac39715eb1 Bug 635857 - nsWindow::ResetInputState() commits duplicated composition string. r=mwu a=blocking-fennec 2011-03-08 12:24:31 +09:00
Michael Wu
ea169fb3d1 Bug 618352 - Handle all key events in onKeyPreIme when possible, r=crowder a=blocking-fennec 2011-01-26 13:52:41 -05:00
Matt Brubeck
3b2767679c Bug 625792 - nsScreenAndroid::GetRect should use screen dimensions, not window size. r=mwu,blassey a=blocking-fennec 2011-01-14 12:36:19 -08:00
Brad Lassey
e48d7eac6f bug 624537 - style adjustments to splashscreen r=dougt a=blocking-fennec 2011-01-11 00:50:20 -05:00
Brad Lassey
eb00a87961 bug 623912 - Blank white screen for 10+ seconds on first-run library extraction r=mbrubeck,dougt a=blocking-fennec 2011-01-11 00:48:35 -05:00
Brian Crowder
563116756b Bug 617552: keep mEditable around and updating it selectively to fix a handful of input bugs, r=blassey, a=blocking-fennec=2.0b4 by dougt 2011-01-06 17:15:24 -08:00
Brad Lassey
01f5d9bb51 bug 622695 - allow android's logger to handle logging exceptions r=mbrubeck a=blocking-fennec 2011-01-03 17:34:44 -05:00
Brad Lassey
b2c40191c3 bug 619626 - implement faster splash screen for android r=mwu a=blocking-fennec 2010-12-27 10:33:37 -05:00
Michael Wu
b958eb3b25 Bug 611764 - Move key handling to GeckoSurfaceView and handling onKeyPreIme, r=blassey a=blocking-fennec 2010-12-15 12:37:54 -08:00
Brad Lassey
58ad759b79 bug 618343 - Form default buttons don't work in landscape mode r=mwu a=blocking-fennec 2010-12-15 12:37:52 -08:00
Jeff Muizelaar
018fef1ff0 Bug 614832. Android: renew surface after it's been destroyed. r=vlad,a=blocking
Uses the new RenewSurface() to renew the surface when it is destroyed.
2010-12-13 14:37:25 -08:00
Michael Wu
ac02426138 Bug 612392 - Avoid 2D draws when doing 3D, r=vlad a=blocking-fennec 2010-12-02 17:23:41 -08:00
Brad Lassey
10576a0af8 bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling, fixing a bad merge r=roc a=blocking-fennec 2010-12-02 11:49:19 -05:00
Michael Wu
9797ed9f00 bug 607939 - fail to opened a URL / link from another application after launching r=dougt a=blocking-fennec 2010-11-24 17:51:41 -05:00
Doug Turner
b315564475 Backing out android bug 607939 - fail to opened a URL / link from another application after launching. This caused a regression filed as bug 614801. a=me 2010-11-25 22:02:06 -08:00
Michael Wu
9226f2fb52 bug 607939 - fail to opened a URL / link from another application after launching r=dougt a=blocking-fennec 2010-11-24 17:51:41 -05:00
Brad Lassey
d6eb788545 bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=roc a=blocking-fennec 2010-11-23 21:12:53 -05:00
Michael Wu
8df680c2d0 Bug 599811 - Use KeyListener to filter keyevents, r=dougt a=blocking-fennec 2010-11-22 22:56:37 -08:00
Michael Wu
46b7b3a396 Bug 581596 - Make Android use new SetInputMode API, r=blassey a=blocking-fennec 2010-11-22 22:48:25 -08:00
Vladimir Vukicevic
7f79f0dd83 b=605063; fix Android GL startup (hide splashscreen correctly); r=mwu 2010-11-12 12:02:14 -08:00
Michael Wu
8857eafef3 Bug 601367 - Black screen flicker when virtual keyboard opens and closes in awesome screen, r=vlad a=blocking-fennec 2010-11-10 19:34:27 -08:00
Michael Wu
d71ae1b93a Bug 602976 - Implement full screen mode for Android, r=vlad a=blocking-fennec 2010-11-08 18:11:13 -08:00
Michael Wu
f7b6c55e54 Bug 604090 - Notify java wrapper when we're ready to take events, r=blassey a=blocking-fennec 2010-10-25 20:10:07 -07:00
Brad Lassey
cdf984a89a bug 601282 - Sometimes fennec's window is black when started the DEBUG intent r=mwu a=blocking-fennec 2010-10-24 19:54:09 -04:00
Michael Wu
1b4106eeac Bug 599397 - Avoid locking when not painting to avoid black flash, r=vlad a=blocking-fennec 2010-10-12 16:20:45 -07:00
Brad Lassey
494431ec9a bug 591818 - Display error message for incompatible CPU r=mwu ui-r=beltzner a=blocking-fennec 2010-09-27 21:08:55 -04:00
Brad Lassey
1ac630a425 bug 591153 - Show progress dialog on start up for android r=mwu a=blocking-fennec 2010-08-27 16:22:57 -04:00
Jim Chen
69a2eb09a0 Bug 588456 - Properly commit Android IME composition on blur; r=mwu a=blocking-fennec 2010-08-20 17:07:26 -07:00
Jim Chen
c16141ff9d Bug 575007 - When using the HTC Sense Keyboard on password boxes text suggestions appear, r=mwu a=blocking-fennec 2010-08-04 15:59:22 -07:00
Jim Chen
76c6acd5a7 Bug 576065 - Fix Android IME implementation, r=mwu a=blocking-fennec 2010-08-04 12:47:26 -07:00
Michael Wu
fd211a90d7 Bug 575866 - Move GeckoInputConnection class into its own file, r=blassey 2010-06-29 21:13:44 -07:00
Michael Wu
8fa8b4f131 Bug 573741 - Remove mComposing and let gecko keep track of composition state, r=blassey 2010-06-29 21:11:43 -07:00
Michael Wu
df557141cd Bug 575421 - Improve 2D drawing path on Android, r=vlad 2010-06-28 23:42:28 -07:00
Vladimir Vukicevic
be3e8bf77d b=573181; clean up render path on Android and prepare for GL layers rendering; r=mwu 2010-06-25 17:52:37 -07:00
Michael Wu
fae2119693 Bug 568249 - Support geolocation on Android, r=dougt 2010-06-04 14:14:43 -07:00