Commit Graph

13425 Commits

Author SHA1 Message Date
Derek Sollenberger
6dd149ddc2 Merge "Plugin surfaces will be limited to 270% of the devices screen size." 2010-03-16 13:53:34 -07:00
Romain Guy
3084af71ae Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711" 2010-03-16 13:50:32 -07:00
Vasu Nori
b7ea718491 Merge "close() database should close the db no matter what the ref count says" 2010-03-16 13:33:29 -07:00
Daniel Sandler
23ff40131b Merge "Move MountService's Handler to a different thread." 2010-03-16 13:16:15 -07:00
Jack Palevich
f04f4cd6ad Merge "Implement eglInitialize / eglTerminate reference counting" 2010-03-16 13:00:30 -07:00
Andreas Huber
66abb7299d Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." 2010-03-16 12:59:42 -07:00
Brett Chabot
2770afd8e7 Merge "Remove flaky test MemoryFileTest:testPurge from large suite." 2010-03-16 12:44:03 -07:00
Vasu Nori
3fa2de7543 Merge "fix the way last insert rowid is returned" 2010-03-16 12:29:19 -07:00
Derek Sollenberger
ee8b4c4e44 Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold." 2010-03-16 12:01:08 -07:00
Bjorn Bringert
0a39841a9b Merge "Set SOURCE to app package name when starting QSB (if not set)" 2010-03-16 12:00:25 -07:00
Romain Guy
c7bd6be2b5 Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607" 2010-03-16 11:41:34 -07:00
Jaikumar Ganesh
8cefb216c1 Merge "Add ABORT support to Obex lib" 2010-03-16 10:05:32 -07:00
Fred Quintana
e1030b87e6 Merge "- make the SyncManager add periodic syncs when it upgrades from a version of the accounts.xml file that pre-dated periodic syncs, e.g. eclair or early froyo. http://b/2515823 - make the AccountManagerService dump() use a getAccounts call that doesn't check the GET_ACCOUNTS permission to make it useful in "adb bugreport" - add some logging to SyncManager to help track down a problem" 2010-03-16 10:02:51 -07:00
Glenn Kasten
105421b095 Merge "Fixes bug 2502132, and masks bug 2518313." 2010-03-16 09:39:50 -07:00
Kenny Root
4fc7c57ccd Merge "Fix regression in directory scanning" 2010-03-16 09:20:00 -07:00
Andreas Huber
72ffb81a63 Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool." 2010-03-16 09:11:44 -07:00
Kenny Root
870dac96f5 Merge "Adjust expected text frame length in ID3" 2010-03-16 09:03:56 -07:00
Mathias Agopian
b4975f9c06 Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire" 2010-03-15 21:36:10 -07:00
Jack Palevich
81cd084485 Implement eglInitialize / eglTerminate reference counting
Previously we imlpemented the standard semantics for
eglInitialize / eglTerminate, which are that
eglInitialize may be called any number of times,
but the first call to eglTerminate will terminate
the display.

Now we follow reference-countins semantics, which
means that eglTerminate will only terminate the
display when the reference count returns to zero.

This change allows EGL to be used by multiple
independently written modules in the same process.

(Otherwise there is no way for the independent
modules to coordinate their use of the display.)
2010-03-15 21:21:51 -07:00
Adam Powell
11ebca5b4f Merge "Fix monkey bug 2512055" 2010-03-15 18:27:38 -07:00
Mathias Agopian
d343e3d5e3 fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire
if a buffer couldn't be allocated because of an OOM, SF could, in some case dereference
a null pointer.

Change-Id: I5321248c38a21e56d5278b6aada2694e64451378
2010-03-15 18:15:20 -07:00
Romain Guy
77d19cc65e Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812" 2010-03-15 17:55:07 -07:00
Jeff Sharkey
80586f4230 Merge "Switch SelectionBuilder to accept Object[], fix NPE." 2010-03-15 17:19:50 -07:00
Romain Guy
c1fe911e71 Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659" 2010-03-15 17:19:34 -07:00
Robert Greenwalt
43298117bc Merge "Update the tethering icons." 2010-03-15 17:06:44 -07:00
Adam Powell
e5876a98a1 Merge "Fix bug 2516434" 2010-03-15 16:48:04 -07:00
Jack Palevich
2d38b3af52 Merge "Improve eglSwapBuffers error handling." 2010-03-15 16:35:37 -07:00
Dmitri Plotnikov
56bf98c5e2 Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468" 2010-03-15 16:21:32 -07:00
Jean-Michel Trivi
91e8e3ad9d Merge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distribution change in an attempt to fix bug 2449814." 2010-03-15 15:42:57 -07:00
jsh
c3641eb6d8 Merge "Add definitions for WiMAX and iDen network types." 2010-03-15 15:35:27 -07:00
Jim Miller
e46cfe92bc Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" 2010-03-15 15:33:37 -07:00
Carl Shapiro
6e82b6b019 Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes." 2010-03-15 15:21:33 -07:00
Jean-Michel Trivi
b3a5395f4a Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." 2010-03-15 14:18:57 -07:00
Adam Powell
0797650fd5 Merge "Fix bugs when transitioning out of touch mode" 2010-03-15 14:14:13 -07:00
Steve Howard
068875a2c1 Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." 2010-03-15 13:40:53 -07:00
Brad Fitzpatrick
ee13e7f06b Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." 2010-03-15 13:02:44 -07:00
Andreas Huber
61463baf21 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." 2010-03-15 10:38:16 -07:00
Andreas Huber
e5a1316220 Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." 2010-03-15 10:38:00 -07:00
Andreas Huber
4b8b0150ea Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." 2010-03-15 10:37:34 -07:00
Derek Sollenberger
0303840b15 Merge "Allow plugin's surface to handle touch when in full-screen." 2010-03-15 10:32:25 -07:00
Leon Scroggins
141adfe0c5 Merge "Call close on Cursors in finally blocks." 2010-03-15 10:24:02 -07:00
Dianne Hackborn
78d3bb9de2 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" 2010-03-15 07:26:26 -07:00
Mike Reed
d6e534fb47 Merge "misc fixes, including 0xB0B8" 2010-03-15 05:03:41 -07:00
Jean-Michel Trivi
08abf1fa13 Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call.
Change-Id: I5581702780308658415dc4ad19fbe409fdc5c368
2010-03-14 10:55:57 -07:00
Amith Yamasani
0890bc8e98 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." 2010-03-14 08:00:22 -07:00
Christopher Tate
7f2d3df232 Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" 2010-03-12 18:34:53 -08:00
Jack Palevich
7c5fe4c4f6 Fix glCopyTexSubImage2D inverted texture bug.
This bug only affects the software OpenGL ES
driver.
2010-03-12 17:32:26 -08:00
Dianne Hackborn
ad50679130 Merge "resolved conflicts for merge of 2ecce34f to master" 2010-03-12 17:07:48 -08:00
Elliott Hughes
e2978821b2 Merge "Replace the outdated table with links to the benchmarks." 2010-03-12 16:52:58 -08:00
Wink Saville
53e5e0f60f Merge "Fix data error handling." 2010-03-12 16:51:21 -08:00