Commit Graph

38694 Commits

Author SHA1 Message Date
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
Mathias Agopian
f914e7ffad Fix various flickering / artifacts
these were due to the "preserve backbuffer" optimization
interfering with hw composer. basically the screen needed
to be redrawn in the areas that move from GL to
overlay.

Bug: 5245513
Change-Id: I9bf75c4fe905f3ef62005e52108b94edae692304
2011-09-01 18:56:54 -07:00
Svetoslav Ganov
f486f0485a Merge "Accessibility events fired from AdapterView underpopulated." 2011-09-01 18:39:29 -07:00
Svetoslav Ganov
83b44bfd15 Merge "Polish of the accessibility feedback of Date and Time pickers" 2011-09-01 18:14:38 -07:00
Stephen Hines
92b6fca653 Merge "Fix remaining .rs.dtor() issue for RS." 2011-09-01 18:10:37 -07:00
Adam Powell
484df1a081 Merge "FIX BUG 5244136 - HOLO LIST SEPARATOR TEXT DOES NOT SHOUT" 2011-09-01 18:00:56 -07:00
Mathias Agopian
1cfa50cd24 Merge "fix another bug that prevented the gl debugger to work" 2011-09-01 17:52:21 -07:00
Mathias Agopian
a45c547910 fix another bug that prevented the gl debugger to work
we didn't set the debug tls properly

Change-Id: Iad9cc5b5d230a8eb7f680c4b70925c5e43e73051
2011-09-01 17:50:52 -07:00
Fred Quintana
95bfc9dd07 Merge "Make the SyncManager timeout syncs if it takes too long to bind to them." 2011-09-01 17:35:25 -07:00
Mike Lockwood
ea1fc9ed4d Merge "PhoneStatusBar: Fix NPE when disabling navigation with no soft buttons." 2011-09-01 17:29:26 -07:00
Michael Jurka
ce366d757f Merge "Fixing orientation change bug (5098088)" 2011-09-01 17:14:11 -07:00
Romain Guy
69e7821b14 Merge "Prevent a leak when using View.postInvalidate(left, top, right, bottom)" 2011-09-01 17:02:28 -07:00
Michael Jurka
b8533daa91 Merge "updating visuals of Recent Apps" 2011-09-01 16:39:32 -07:00
Robert Ly
e12e95c659 Merge "fix rs docs" 2011-09-01 16:19:15 -07:00
Dianne Hackborn
04301e95fe Merge "Fix issue #4974633: Block the HOME button using TYPE_KEYGUARD" 2011-09-01 15:56:36 -07:00
Dianne Hackborn
26a8c32117 Merge "Fix issue #5039287: Listen dies on back key on ICS but not on Gingerbread" 2011-09-01 15:55:33 -07:00
Dianne Hackborn
ca6a2d01d2 Merge "Fix issue #5229575: Youtube link shared through messaging is not..." 2011-09-01 15:54:43 -07:00
Xavier Ducrohet
0ad4ec5723 Merge "Add new dependency generation option to aidl." 2011-09-01 15:44:12 -07:00
Justin Ho
f670264536 Merge "Updated Ringtone oggs" 2011-09-01 15:43:54 -07:00
Justin Ho
33b95671ea Merge "Updated notification sounds" 2011-09-01 15:43:43 -07:00
Justin Ho
66fa82d0da Merge "Updated alarm sounds" 2011-09-01 15:43:34 -07:00
Mathias Agopian
e6c2f0a58a Merge "this should fix the GL debugger" 2011-09-01 14:58:17 -07:00
Mathias Agopian
ccfa5c3364 this should fix the GL debugger
we were checking against to the wrong variable

Change-Id: Iff3f5ab2d6ba5ac0d3d8161011b38e673ee7e67b
2011-09-01 14:55:00 -07:00
Robert Greenwalt
008f42ae67 Merge "Make WRITE_APN_SETTINGS a system-only permission." 2011-09-01 14:33:49 -07:00
Romain Guy
ffa6f0626b Merge "Dispatch onDetachedFromWindow before destroying everything Bug #5245686" 2011-09-01 14:27:34 -07:00
Svetoslav Ganov
ac95e78d18 Merge "Cleaning up the accessibility of MultiWaveView" 2011-09-01 13:58:10 -07:00
Stephen Hines
afff5b2fe9 Merge "Call .rs.dtor() when tearing down Scripts." 2011-09-01 13:49:29 -07:00
John Reck
cd040ee1e0 Merge "Prevent serialization after being destroyed" 2011-09-01 13:48:42 -07:00
John Reck
bf3015745f Merge "Fix destroy race condition" 2011-09-01 13:47:50 -07:00
John Reck
54f30b4b5a Merge "Partial rollback of I9ebc92dc" 2011-09-01 13:46:03 -07:00
Erik Pasternak
83a0e0491c Merge "Fix a calendar info query to use a constant instead of a string" 2011-09-01 13:31:39 -07:00
Justin Ho
a34c2a41f8 Merge "Remove all ringtones except default on Xoom Bug: 5032006" 2011-09-01 13:06:42 -07:00
Makoto Onuki
cd1b158cf6 Merge "Add AbstractCursor.setExtras()" 2011-09-01 12:51:58 -07:00
Jason Sams
df7f078706 Merge "Finish the docs for rs_cl." 2011-09-01 12:33:57 -07:00
Erik Pasternak
fba205fa32 Merge "Revert "Fixed the problem with the calendar sort order using the column name"" 2011-09-01 12:26:14 -07:00