Commit Graph

38528 Commits

Author SHA1 Message Date
Stephen Hines
99fcf3199b Merge "Add unit test for RS reference counting." 2011-09-06 11:45:34 -07:00
Fabrice Di Meglio
e0aadac8a3 Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it" 2011-09-06 11:13:40 -07:00
Romain Guy
e99c5bd19e Merge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258853" 2011-09-06 10:55:53 -07:00
Chris Craik
b39dfaeec1 Merge "Notify native that scrolling has stopped correctly" 2011-09-06 10:03:25 -07:00
James Dong
9d2f6ad1a0 Merge "Don't overwrite pending port setting change if there are more than one port setting change event." 2011-09-06 09:54:43 -07:00
Jamie Gennis
7f739ae68c Merge "SurfaceTexture: fix a test deadlock" 2011-09-05 14:51:20 -07:00
Jamie Gennis
408fff6eba Merge "MediaPlayer: remove the setTexture method" 2011-09-05 14:50:33 -07:00
Chih-Chung Chang
6853a34b03 Merge "Fix 5240036: Generate a reasonable bitrate for intermediate clips." 2011-09-04 19:36:20 -07:00
David Turner
1da4606786 Merge "opengl: EGL: special case for GLES emulation" 2011-09-03 03:44:18 -07:00
Jim Miller
9528848411 Merge "Fix the build." 2011-09-02 19:44:50 -07:00
Jim Miller
a3ce1cb6f1 Merge "Fix 5185505: Update DevicePolicyManager to support weak biometric security." 2011-09-02 18:54:53 -07:00
Pannag Sanketi
800eceecd0 Merge "Error check in queuebuffer in SurfaceTextureClient" 2011-09-02 18:40:04 -07:00
Jeff Sharkey
26a75415eb Merge "Make large_icon in notification catch touches." 2011-09-02 18:17:03 -07:00
Pannag Sanketi
66378c63e6 Error check in queuebuffer in SurfaceTextureClient
In queuebuffer, if the surfacetexture returns an error,
surfacetextureclient should check for that and pass on the error.

Change-Id: Ie6d70e779fac0702f372eb4df5ecb655280875ee
2011-09-02 17:45:50 -07:00
Adam Cohen
4acc2725ca Merge "Ensure appwidgets are loaded before usage." 2011-09-02 17:35:00 -07:00
Dianne Hackborn
846525c1da Merge "Fix issue #5150899: Call activity takes 15MB we never get back." 2011-09-02 17:18:32 -07:00
Adam Powell
52e1867efc Merge "Fix bug 5201420 - Appease the monkeys" 2011-09-02 17:01:28 -07:00
Chet Haase
53dfaea72a Merge "Fix artifact with LayoutTransitions on disappearing window." 2011-09-02 16:52:03 -07:00
Adam Powell
c178c0d7e0 Merge "Fix bug 5231904 - Fix wobbly progress spinners" 2011-09-02 16:48:55 -07:00
Michael Jurka
4d663c3f02 Merge "Click on whitespace dismisses Recents in landscape" 2011-09-02 16:35:54 -07:00
Michael Jurka
12ab23b47f Merge "Use default thumbnail if getting app thumbnail fails" 2011-09-02 16:35:42 -07:00
Eric Laurent
c169da07c7 Merge "Fix issue 5252593: any app can restart the runtime" 2011-09-02 16:05:03 -07:00
Michael Jurka
e1a1cba675 Merge "Fix a NPE in Recents" 2011-09-02 15:44:09 -07:00
Mathias Agopian
1ee7436d93 Merge "fix a bug that caused the off animation to not show sometimes" 2011-09-02 15:31:20 -07:00
Scott Main
56cbee82fe Merge "cherrypick Change-Id: I253ff775829a80fec8e3d1c88ae85af1286a9300 docs: update dashboard stats; add codenames and release note links to version table" 2011-09-02 15:20:00 -07:00
Jeff Sharkey
024b965f2d Merge "Show statusbar clock based on lockscreen status." 2011-09-02 15:07:19 -07:00
Michael Jurka
3de462f55b Merge "Fix regression: recents did not dismiss after launching apps (5252649)" 2011-09-02 15:02:08 -07:00
Gilles Debunne
642630e02d Merge "Remove the suggestion underline when the TextView loses focus." 2011-09-02 13:54:48 -07:00
Justin Ho
0e3766246b Merge "Check in source WAVs for sounds" 2011-09-02 13:47:12 -07:00
Gilles Debunne
e005d3c3f8 Merge "Popup windows positions are updated when a TextView is scrolled" 2011-09-02 13:24:20 -07:00
Gilles Debunne
360ba215f1 Merge "Added an add to dictionary option in suggestions for misspelled words" 2011-09-02 13:19:24 -07:00
Gilles Debunne
8703f09108 Merge "Fixes around text selection" 2011-09-02 13:17:44 -07:00
Gilles Debunne
7c60a42fee Merge "Fix for NPE in Switch" 2011-09-02 13:17:13 -07:00
Chet Haase
3a3a07d56b Merge "Tweaks to NotificationPanel animation" 2011-09-02 13:14:18 -07:00
Russell Brenner
893cf61c15 Merge "Add Armenian and Georgian fonts" 2011-09-02 12:51:22 -07:00
Martijn Coenen
06044c2a4b Merge "Fix Activity ref-leak in NFC dispatch API." 2011-09-02 12:50:27 -07:00
Mathias Agopian
7ee4cd5556 fix a bug that caused the off animation to not show sometimes
this happened when the overlays were in use, since the animation
is rendered in the FB and the FB is not used.

we now have a way to turn hwc off temporarily.

Change-Id: I3385f0c25bb9cc91948e7b26e7cd31ed18c36ace
2011-09-02 12:22:39 -07:00
Mangesh Ghiware
bff38eedfc Merge "Set reading level scale to display density instead of a fixed minimum." 2011-09-02 11:14:14 -07:00
Dianne Hackborn
cd87b31c06 Merge "Fix issue #4554429: API REVIEW: deprecate Live Folders" 2011-09-02 10:37:38 -07:00
Jeff Sharkey
ca5b175c70 Merge "Fix notification ticker info text alignment." 2011-09-02 10:07:58 -07:00
Mike Lockwood
18db5e4849 Merge "Fix logic for power button overridding the "wait for prox negative state" after a call" 2011-09-02 10:04:11 -07:00
David 'Digit' Turner
80b30c24ff opengl: EGL: special case for GLES emulation
This patch modifies the library loaded in libEGL.so to
handle the case of GLES emulation as follows:

- if we detect that we run inside the emulator, check the
  GPU emulation status through ro.kernel.qemu.gles, which
  will be set to 1 if supported, or 0 otherwise.

  When trying to run on an older version of the emulator,
  the kernel parameter will not be defined at all.

- if GPU emulation is supported, use egl.cfg as usual.
  It will contain a line like "0 0 emulation" that will
  load libEGL_android.so appropriately.

- nothing is changed if we don't run inside the emulator.

NOTE: Ideally, we would modify libEGL_emulation.so to
      redirect all calls to libEGL_android.so in this case.

      However, this turns out to be extremely tedious to implement
      (too many functions with different signatures).

      As such,  it is much simpler to make the check before
      loading the library.

Change-Id: I9930bc168d9013cc8700feedc57b979384467c37
2011-09-02 15:41:13 +02:00
satok
c0ee8f05e8 Merge "Add an option for the implicitly selected subtype" 2011-09-02 04:44:41 -07:00
Dave Burke
6695ab93bb Merge "Require INTERNET permission for network-based content. Bug #1870981" 2011-09-02 03:30:53 -07:00
satok
dd1f0fed29 Merge "Make the constructor of InputMethodSubtype hidden." 2011-09-01 23:22:55 -07:00
Irfan Sheriff
7490b92f2d Merge "Prepare for exposing p2p API" 2011-09-01 21:46:54 -07:00
Jeff Sharkey
abeb7bacbb Merge "Sample network statistics for sanity check." 2011-09-01 21:31:21 -07:00
Jeff Sharkey
470577d153 Merge "Selectively add stats based on iface active state." 2011-09-01 21:31:15 -07:00
Kristian Monsen
c9382a9bed Merge "Close idle connections on pause timers" 2011-09-01 20:30:19 -07:00
Mathias Agopian
b24c865fab Merge "Fix various flickering / artifacts" 2011-09-01 18:57:57 -07:00