Mathias Agopian
02dafb5068
fix small bug in EGL error management
...
make sure to clear our EGL implementation's error when returning
an error from an underlying implementation
Change-Id: Ibce4726cef1f900e4c7f16002345d7a07f8cdf41
2010-09-21 15:43:59 -07:00
Mike Lockwood
a59fba9eac
Merge "SystemUI: Use new USB notifications to detect USB disconnect." into gingerbread
2010-09-21 08:45:34 -07:00
Robert Greenwalt
2d1b598549
Merge "Inet status bug fix" into gingerbread
2010-09-21 08:06:15 -07:00
Dianne Hackborn
cf93d7e873
Merge "Fix issue #2999757 : "Application Redirected" dialogue showing up erratically" into gingerbread
2010-09-21 00:24:23 -07:00
Dianne Hackborn
e228f82f6a
Merge "Fix #2999258 : ANR in Settings after every reboot" into gingerbread
2010-09-20 22:19:47 -07:00
Chung-yih Wang
4e89ce3f98
Merge "Revert the ANSWERING state." into gingerbread
2010-09-20 22:04:57 -07:00
Robert Greenwalt
e0fb13866e
Merge "Add Inet Condition log to bugreports" into gingerbread
2010-09-20 21:29:02 -07:00
Irfan Sheriff
b98e0dd728
Merge "DO NOT MERGE Enable debug in StatusBarService" into gingerbread
2010-09-20 19:51:39 -07:00
Mike Lockwood
abbf805c91
Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread
2010-09-20 17:16:03 -07:00
Dianne Hackborn
2f516cddac
Merge "DO NOT MERGE. Wifi service now blames apps for its wake lock use." into gingerbread
2010-09-20 17:03:15 -07:00
Dianne Hackborn
6473500135
Merge "In theory the package manager now scans /vendor/app" into gingerbread
2010-09-20 16:54:22 -07:00
Scott Main
37f2d1a005
am 73e150c8: provide link to backup guide above the fold
...
Merge commit '73e150c886afc6cd92e8b065a58d61e0b2a098ed' into gingerbread
* commit '73e150c886afc6cd92e8b065a58d61e0b2a098ed':
provide link to backup guide above the fold
2010-09-20 16:37:32 -07:00
Dianne Hackborn
95ca338d1a
Merge "Some battery improvements:" into gingerbread
2010-09-20 16:29:42 -07:00
Steve Howard
642b2d271d
Merge "New error status for "destination file already exists"." into gingerbread
2010-09-20 15:40:41 -07:00
John Wang
6a9165006d
Merge "Use PhoneBase in the phone list." into gingerbread
2010-09-20 15:35:02 -07:00
Brian Swetland
ef7b152fad
Merge "support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl" into gingerbread
2010-09-20 14:05:25 -07:00
Brian Swetland
2b9e4f6a24
support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl
...
Change-Id: Idd9ca85ce3ba6c92234375071b53e5365e689062
2010-09-20 12:58:15 -07:00
Hung-ying Tyan
ad50813521
Merge "SIP: add config flag for wifi-only configuration." into gingerbread
2010-09-19 18:02:13 -07:00
Adam Powell
1f6bf40676
Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread
2010-09-17 19:15:38 -07:00
Jeff Brown
1396874273
Merge "Reduce lock thrashing in native Looper." into gingerbread
2010-09-17 17:26:02 -07:00
Jeff Brown
ed242de3f5
Reduce lock thrashing in native Looper.
...
In the common case, there is nothing interesting happening on the native
Looper besides occasional wake ups. There is no point grabbing the
semaphore then.
Change-Id: Ib5c426d0e158dfa37891b7ff5537b6f833592fad
2010-09-17 17:01:23 -07:00
Adam Powell
8d978cdd29
Merge "Fix silly touch bug in TextView. Oops." into gingerbread
2010-09-17 15:41:11 -07:00
Marco Nelissen
448aadc2c7
Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread
2010-09-17 15:39:00 -07:00
John Wang
116d91b4aa
Merge "Add debug function." into gingerbread
2010-09-17 15:03:01 -07:00
Jeff Brown
e0e09d4771
Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread
2010-09-17 13:25:55 -07:00
Chet Haase
14811c08df
Merge "new assets" into gingerbread
2010-09-17 13:10:54 -07:00
Tadashi G. Takaoka
c2f4b6096d
Merge "Initialize Keyboard.Key attributes from parent Keyboard.Row" into gingerbread
2010-09-17 00:01:19 -07:00
Brian Carlstrom
ce802e33d4
Merge "Fix sim-eng build on Hardy" into gingerbread
2010-09-16 23:48:53 -07:00
Hung-ying Tyan
38c55b6080
Merge "Add timer to SIP session creation process." into gingerbread
2010-09-16 23:30:49 -07:00
Mathias Agopian
2ffb24799e
Fix typo which causes sensors to fail miserably
...
Change-Id: Ieca18fc089e2bdf7d049f213836971b54d11cd76
2010-09-16 21:41:13 -07:00
Jeff Brown
b0619e8ad8
Looper: Drop default parameters in favor of a safer overload.
...
The idea is that if you're writing code that wants fd/events/data on
return from pollOnce() / pollAll() you should really pass in all of those
arguments. When I changed the Looper API earlier, it was difficult
to ensure that all callers were passing the right parameters since they
were relying on default parameters to some degree so usage mistakes
would not have been caught by the compiler.
Change-Id: I1f2812894270aaf1515017ac1616b6b312d9b565
2010-09-16 18:51:15 -07:00
Mathias Agopian
888db4d60b
Merge "surfaceflinger / GL extensions cleanup" into gingerbread
2010-09-16 17:55:05 -07:00
Mathias Agopian
9e110d532f
Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread
2010-09-16 17:54:50 -07:00
Mathias Agopian
f78bc52c85
Merge "fix [2931909] SensorManger breaks when using different SensorEventListener w/ the same sensors" into gingerbread
2010-09-16 17:54:42 -07:00
Jesse Wilson
9a21b26971
Merge "Add optional tags to frameworks/base ext." into gingerbread
2010-09-16 17:52:29 -07:00
Mathias Agopian
aeda9afdba
part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work
...
- In SensorEventQueue, only bail on errors from Looper::loopOnce
- Improve sensor error logging
Change-Id: Ib3cf8d5d9fdac8513a3d753155827e0feeda1662
2010-09-16 17:33:48 -07:00
Jeff Brown
3b6dda9e19
Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread
2010-09-16 17:12:31 -07:00
Jeff Brown
42f6ea4f5e
Merge "Fix app switch latency optimization." into gingerbread
2010-09-16 17:12:24 -07:00
Jeff Brown
f67f299036
Ensure input dispatcher and native looper handles EINTR.
...
Change-Id: I0a42db5f273b9bfe4ab174e4ee65d5d852f9f6bc
2010-09-16 17:04:52 -07:00
Jeff Brown
d8816c3c4c
Fix app switch latency optimization.
...
This optimization was broken due to recent changes in how ANRs are handled.
Change-Id: Ic99248a12755fadac8d4893e7d305b773e038d3d
2010-09-16 16:41:46 -07:00
Brian Carlstrom
17563f9fb3
Fix sim-eng build on Hardy
...
Older glibc version do not include BSD htole32 and htole64 which are
present in bionic. This worksaround a sim-eng build issue by only
using htole32/htole64 if the host is not little endian.
Change-Id: Ia8d0d36285f3c34c51a331790458e52a21c2925f
2010-09-16 16:28:13 -07:00
Andreas Huber
73aa9002a9
Merge "Make sure the .wav extractor does not read data outside the bounds of the 'data' box." into gingerbread
2010-09-16 15:20:33 -07:00
Andreas Huber
b15450e343
Merge "Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm)" into gingerbread
2010-09-16 15:20:21 -07:00
Steve Howard
3435d3bb55
Merge "Support new URI structure for download provider." into gingerbread
2010-09-16 13:42:34 -07:00
Jeff Brown
128e33421b
Merge "Input API review." into gingerbread
2010-09-16 12:57:56 -07:00
Jeff Brown
f5ca35e583
Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread
2010-09-16 12:38:31 -07:00
Jeff Brown
405a1d32e9
Fix input dispatcher regression on launcher drag&drop.
...
Change-Id: I40e937bd712cd2ed6cceac95dfd1b8c8e070724f
2010-09-16 12:31:46 -07:00
Joe Onorato
95cc90b601
Merge "DO NOT MERGE - Doclava warnings are now errors." into gingerbread
2010-09-16 11:45:34 -07:00
James Dong
7e6085f270
Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread
2010-09-16 11:45:01 -07:00
Andreas Huber
2cd0ad397b
Merge "Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead." into gingerbread
2010-09-16 11:32:25 -07:00