Mathias Agopian
0b3ad46a26
Attempt to fix [2152536] ANR in browser
...
The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable.
When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return
immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT.
This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status
in all code paths where a surface is removed from the list.
Additionaly added more information in the logs, should this happen again.
2009-10-02 18:12:30 -07:00
Android (Google) Code Review
c91af0c12e
Merge change Iaf686344 into eclair
...
* changes:
dumpstate: Display mtime instead of ctime
2009-10-02 16:34:02 -04:00
Android (Google) Code Review
4d15bec90d
Merge change I80ce8833 into eclair
...
* changes:
Icons again
2009-10-02 03:51:19 -04:00
Android (Google) Code Review
d835114b97
Merge change I3ca8fb69 into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-10-02 00:47:08 -04:00
Android (Google) Code Review
e659abef6d
Merge change I5dbd1994 into eclair
...
* changes:
Fix rfcomm socket connect return code.
2009-10-01 22:46:23 -04:00
Android (Google) Code Review
c999d3f235
Merge change I15b0ebb9 into eclair
...
* changes:
a simple test app for gralloc
2009-10-01 20:25:45 -04:00
Mathias Agopian
7460160b80
a simple test app for gralloc
2009-10-01 17:23:05 -07:00
Android (Google) Code Review
2a307faa64
Merge change I9e384ddd into eclair
...
* changes:
Add a test pattern as rollo's icon
2009-10-01 19:49:27 -04:00
Android (Google) Code Review
3431c6cba8
Merge change I6e01fa52 into eclair
...
* changes:
Remove unneeded icon.
2009-10-01 11:01:34 -04:00
Android (Google) Code Review
00dcab7c05
Merge change Ic2a16d4f into eclair
...
* changes:
b/2148252 Fix emulator
2009-10-01 10:52:01 -04:00
Android (Google) Code Review
3a6e128828
Merge change Ia8826d67 into eclair
...
* changes:
improve boot animation a bit
2009-10-01 06:16:25 -04:00
Android (Google) Code Review
64005a6ff0
Merge change Ie69a9c0a into eclair
...
* changes:
Remove globalSearch argument from triggerSearch()
2009-10-01 05:10:15 -04:00
Android (Google) Code Review
0026f57ccc
Merge change I55c9c7b7 into eclair
...
* changes:
New 1x status bar icons
2009-10-01 04:48:32 -04:00
Android (Google) Code Review
dea7c01361
Merge change I4fe2a47a into eclair
...
* changes:
Fix stopping all vpn daemons before connect and more.
2009-10-01 04:39:38 -04:00
Android (Google) Code Review
f7f1268c60
Merge change Ia1baa5ab into eclair
...
* changes:
More icons
2009-10-01 03:35:27 -04:00
Android (Google) Code Review
2326df2d5b
Merge change I793b4f62 into eclair
...
* changes:
Clean up search and voice search button assets for high res.
2009-10-01 03:30:34 -04:00
Android (Google) Code Review
4dd752c9cc
Merge change I2919f492 into eclair
...
* changes:
remove cert for SampleBrowserPlugin and only check signature for the release build.
2009-10-01 02:37:18 -04:00
Android (Google) Code Review
3b2a59bc95
Merge change I7a39c564 into eclair
...
* changes:
Fix docs error
2009-10-01 01:27:16 -04:00
Android (Google) Code Review
bd9daeecec
Merge change Iaf08eabc into eclair
...
* changes:
Reduce the ConnectivityManager logging.
2009-10-01 01:14:38 -04:00
Android (Google) Code Review
8642995452
Merge change Id60fa26a into eclair
...
* changes:
Fix issue 2152541 thumbnail images stretched.
2009-10-01 01:12:35 -04:00
Android (Google) Code Review
c3ea63af0e
Merge change Id703d6bb into eclair
...
* changes:
Black is the new black
2009-10-01 01:06:16 -04:00
Android (Google) Code Review
8eb9b0a200
Merge change I94132420 into eclair
...
* changes:
Fix network-feature timeout code.
2009-10-01 00:43:51 -04:00
Android (Google) Code Review
0bac4c0afe
Merge change I07729abd into eclair
...
* changes:
Keep the scrollbar on during TOUCH_MOVE events even when there is no movement.
2009-10-01 00:41:21 -04:00
Android (Google) Code Review
aec1f42bc4
Merge change I55e15bad into eclair
...
* changes:
Try to reconnect twice when the rfcomm error code is Connection Refused.
2009-10-01 00:00:17 -04:00
Android (Google) Code Review
9152ac7e9c
Merge change I98f2db38 into eclair
...
* changes:
FastTrack->QuickContact
2009-10-01 00:00:07 -04:00
Android (Google) Code Review
aaf1f5fd2a
Merge change Ibb5626c5 into eclair
...
* changes:
Stop bringing the wifi interface up on reset.
2009-09-30 23:43:58 -04:00
Android (Google) Code Review
fc5c1ff698
Merge change Ic88b39e6 into eclair
...
* changes:
Add the signature checking for WebView plugins. The first one is for SampleBrowserPlugin. The second one is for Flash.
2009-09-30 23:17:17 -04:00
Android (Google) Code Review
6c31e869ab
Merge change Id93f4c9e into eclair
...
* changes:
Turn off the last of the STOPSHIP verbose debugging
2009-09-30 23:08:25 -04:00
Android (Google) Code Review
0b91b44511
Merge change I7ed72bf5 into eclair
...
* changes:
Add documentation for scene mode. Other parameters may be changed after setting scene mode.
2009-09-30 22:48:02 -04:00
Android (Google) Code Review
a181c66905
Merge change I89e74ba1 into eclair
...
* changes:
Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash.
2009-09-30 22:30:28 -04:00
Android (Google) Code Review
19988718d6
Merge change Ie9ad9a71 into eclair
...
* changes:
Implement screen aligned bitmap drawing support.
2009-09-30 22:14:24 -04:00
Android (Google) Code Review
3808783d2e
Merge change Iec1f8a2e into eclair
...
* changes:
Add Turkish accented letters for G and S on the hard keyboard.
2009-09-30 21:06:56 -04:00
Android (Google) Code Review
60f11708c5
Merge change Ie944f08b into eclair
...
* changes:
Revert setDataEnabled to setting a master switch.
2009-09-30 20:54:37 -04:00
Android (Google) Code Review
0b0e764e0b
Merge change Ifc9162c5 into eclair
...
* changes:
Fix padding around QuickContactBadge in ContactHeaderWidget
2009-09-30 20:26:25 -04:00
Android (Google) Code Review
8552b819d8
Merge change Ic7e251a7 into eclair
...
* changes:
Update SD card notification icons.
2009-09-30 20:18:42 -04:00
Android (Google) Code Review
5453a59a99
Merge change I792bb382 into eclair
...
* changes:
Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
2009-09-30 20:11:08 -04:00
Christopher Tate
e7e1009636
Turn off most of the backup-related debug logging
...
The core logging in BackupManagerService and in the Google backup transport are
still enabled at this point.
Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a
2009-09-30 17:07:37 -07:00
Android (Google) Code Review
2b2888c356
Merge change Ibe2085be into eclair
...
* changes:
Fix issue 2153835: AudioFlinger: setParameters() can remain stuck if output thread is terminated.
2009-09-30 19:19:36 -04:00
Android (Google) Code Review
afe025714a
Merge change Ice5e9209 into eclair
...
* changes:
Fix issue #2150258 : Suggestions become inactive and do not respond when pressed.
2009-09-30 18:47:45 -04:00
Android (Google) Code Review
f7be464645
Merge change I2782ac8c into eclair
...
* changes:
Fix regression.
2009-09-30 18:38:55 -04:00
Android (Google) Code Review
954858858c
Merge change Icb89d482 into eclair
...
* changes:
Check if rename of backed up file fails before persisting new changes. If not these system services will end up with inconsistent settings files when the device runs out of storage. Delete mangled settings file in PackageManager if the current write fails so that we don't end up overwriting the backed up version with the mangled version Include null check when retrieving fwd locked resource for an existing package
2009-09-30 18:37:45 -04:00
Android (Google) Code Review
4c82aa5ec4
Merge change Iba6fd660 into eclair
...
* changes:
Set BondState to Bonding only if it not Bonded already.
2009-09-30 18:22:46 -04:00
Mathias Agopian
448f015966
attempt to work around [2155085, 2150246] stuck in closeTransaction()
2009-09-30 15:15:07 -07:00
Eric Laurent
2d70c80a7f
Fix issue 2153835: AudioFlinger: setParameters() can remain stuck if output thread is terminated.
...
Wait for the parameter set completed condition with a time out in ThreadBase::setParameters().
Also lock AudioFlinger mutex before accessing thread list in AudioFlinger::setParameters() and keep a strong reference
on the thread being used in case it is exited while processing the request.
2009-09-30 14:48:20 -07:00
Android (Google) Code Review
02965e134d
Merge change I852f8e46 into eclair
...
* changes:
Only re-initialize backup state if @pm@ metadata is missing, to defensively work around a still-mysterious bug where the list of saved packages ends up being empty even though we still have state pending. If we do re-initialize, then wipe all state to make sure the right thing happens.
2009-09-30 17:48:04 -04:00
Android (Google) Code Review
0458d1c7da
Merge change I174d16a3 into eclair
...
* changes:
Debugging for #2027266 : app drawer showing up on the side
2009-09-30 17:36:07 -04:00
Android (Google) Code Review
27e7abec02
Merge change I8b2e000c into eclair
...
* changes:
add class description and revise descriptions for get*Drawable and peek*Drawable methods for clarity. also fix some links.
2009-09-30 17:32:01 -04:00
Android (Google) Code Review
68624f2aa5
Merge changes I8851617a,Ie1b6f244,I70cab912,Ibd23e30d into eclair
...
* changes:
fix [2152247] Windows sometimes drawn scaled up.
invalidate the surface when the physical changes
introduce the notion of the requested size in the Layer state
remove unused code
2009-09-30 17:27:18 -04:00
Android (Google) Code Review
ee304d6925
Merge change I1f7c409e into eclair
...
* changes:
Make ContactStruct handle Collection properly.
2009-09-30 17:27:09 -04:00
Android (Google) Code Review
2e582f43a8
Merge change I69220990 into eclair
...
* changes:
Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in preferences"
2009-09-30 17:22:33 -04:00