Commit Graph

4878 Commits

Author SHA1 Message Date
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
Android (Google) Code Review
3f1af4f92b Merge change I5ffd6240 into eclair
* changes:
  Add a simple test of OpenGL ES 1.x.
2009-09-30 17:17:56 -04:00
Jack Palevich
f38bce2387 Add a simple test of OpenGL ES 1.x. 2009-09-30 14:17:12 -07:00
Android (Google) Code Review
c0b6605ea0 Merge change Icf1e2f98 into eclair
* changes:
  Adds Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET to launch fasttrack intent.
2009-09-30 17:15:54 -04:00
Android (Google) Code Review
75ed8b360a Merge change I45094a34 into eclair
* changes:
  remove dead code
2009-09-30 17:12:01 -04:00
Mathias Agopian
df3e0b934f fix [2152247] Windows sometimes drawn scaled up. 2009-09-30 14:07:22 -07:00
Android (Google) Code Review
17b15f50f4 Merge change I96aad5c6 into eclair
* changes:
  Updated status bar icons.
2009-09-30 16:40:03 -04:00
Android (Google) Code Review
6659f66315 Merge change I5910a70c into eclair
* changes:
  Fix documentation.
2009-09-30 16:29:43 -04:00
Android (Google) Code Review
a04f14a57a Merge change I94856f6d into eclair
* changes:
  Update <video> implementation after new IRC discussion with Eric Carlsson.
2009-09-30 15:55:41 -04:00
Mathias Agopian
6656dbc812 invalidate the surface when the physical changes 2009-09-30 12:48:47 -07:00
Android (Google) Code Review
40c36da22b Merge change I78f113bc into eclair
* changes:
  Fix possible crash in AutoCompleteTextView.
2009-09-30 15:42:11 -04:00
Android (Google) Code Review
b557d88929 Merge change I28bad882 into eclair
* changes:
  Fix broken build.
2009-09-30 15:08:29 -04:00
Android (Google) Code Review
6d5df0f893 Merge change I8dfd6ea8 into eclair
* changes:
  Handle bad lines in /proc/wakelocks : Fix for 2124260
2009-09-30 14:49:21 -04:00
Android (Google) Code Review
07347f195f Merge change I46a6d39c into eclair
* changes:
  Remove unused api in QuickContact.java and fix the build.
2009-09-30 14:45:17 -04:00
Android (Google) Code Review
313cdbfcd8 Merge change Ia6fc04c8 into eclair
* changes:
  Remove android.syncml package completely.
2009-09-30 14:37:34 -04:00
Android (Google) Code Review
25b7594a74 Merge change I8366852f into eclair
* changes:
  Bluetooth A2DP suspend/resume functionality
2009-09-30 14:24:46 -04:00
Android (Google) Code Review
dbc7619faf Merge change I2d4deb11 into eclair
* changes:
  Placeholder mdpi assets
2009-09-30 14:17:23 -04:00
Android (Google) Code Review
a3d8ef66c8 Merge change I82be558f into eclair
* changes:
  Fix vCard composer in three points.
2009-09-30 14:11:52 -04:00
Android (Google) Code Review
88bb49c907 Merge change Ia54b1bf0 into eclair
* changes:
  - make SyncManager get the accounts list during the constructor,   which will allow syncs to be scheduled during bootup. The   providers need this so that they can potentially schedule   syncs while they are starting up. - make the SyncManager message handler wait until boot   has completed to start dispatching messages
2009-09-30 14:10:01 -04:00
Android (Google) Code Review
d325a62d6e Merge change I78c4e64a into eclair
* changes:
  Query from Bluez if name is not present in cache.
2009-09-30 13:55:11 -04:00
Android (Google) Code Review
f0b16c573d Merge change Id0ac8c08 into eclair
* changes:
  Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215.
2009-09-30 13:03:44 -04:00
Android (Google) Code Review
a336c329fa Merge change I9d12beeb into eclair
* changes:
  Change FasttrackBadgeWidget->QuickContactBadge and make public.
2009-09-30 13:00:46 -04:00
Android (Google) Code Review
bad2238b99 Merge change I84612ea6 into eclair
* changes:
  Add a delay to wifi driver stop on screen off.
2009-09-30 12:28:14 -04:00
Android (Google) Code Review
d088bdbdf5 Merge change I020d2e34 into eclair
* changes:
  Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.
2009-09-30 12:07:24 -04:00
Android (Google) Code Review
10c55be04b Merge change Ic3aa7aa6 into eclair
* changes:
  Recreate search dialog view each time it's shown.
2009-09-30 11:06:59 -04:00
Android (Google) Code Review
e9321e3abb Merge change I8018f091 into eclair
* changes:
  Add very simple input path. Fix end-of-line issues.
2009-09-30 09:15:16 -04:00
Jack Palevich
e5810d1f98 Add very simple input path. Fix end-of-line issues. 2009-09-30 06:14:24 -07:00
Android (Google) Code Review
4af88305ed Merge change I4e03999c into eclair
* changes:
  if we have a single value for roundrect radius, manually clamp it before drawing.
2009-09-30 08:56:17 -04:00
Android (Google) Code Review
93a3f13478 Merge change I42a80783 into eclair
* changes:
  Remove deprecated VpnType.getDescription().
2009-09-30 06:45:17 -04:00
Hung-ying Tyan
baf911d720 Remove deprecated VpnType.getDescription(). 2009-09-30 18:39:48 +08:00
Dave Sparks
8a95a45fd9 Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215. 2009-09-30 03:09:03 -07:00
Android (Google) Code Review
78394204f3 Merge change Ib89f80df into eclair
* changes:
  Re-instate the link coloring on startup, but going via the browser to read the bookmark history, and restricting it to 100 results.
2009-09-30 06:08:08 -04:00
Android (Google) Code Review
560a678fb6 Merge change I85d63002 into eclair
* changes:
  Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
2009-09-30 06:07:00 -04:00
Hung-ying Tyan
926c4b2527 make vpn type strings i18n ready. 2009-09-30 17:07:10 +08:00
Android (Google) Code Review
7cbc8668df Merge change Ia4087911 into eclair
* changes:
  Newer icons
2009-09-30 04:26:06 -04:00
Android (Google) Code Review
9b4596a60b Merge change I7495977a into eclair
* changes:
  Add cancelThumbnailRequest to thumbnail API.
2009-09-30 02:59:56 -04:00
Android (Google) Code Review
659ec973a3 Merge change I999f1aeb into eclair
* changes:
  Remove audio latency fudge factor 96 msec.
2009-09-30 02:18:15 -04:00
Android (Google) Code Review
ce9cdac813 Merge change Ifb2ab8f8 into eclair
* changes:
  Reverting the background colors back to cupcake's values.
2009-09-30 02:06:53 -04:00
Mathias Agopian
7e4a587f60 introduce the notion of the requested size in the Layer state 2009-09-29 22:44:28 -07:00
Mathias Agopian
ba6be54876 remove unused code 2009-09-29 22:32:36 -07:00
Android (Google) Code Review
f376d0957d Merge change I290947bb into eclair
* changes:
  Git sucks
2009-09-30 01:26:59 -04:00
Android (Google) Code Review
a8d87b0a96 Merge change I55a6ac8c into eclair
* changes:
  Fixed the long recorder time and reduce the number of loops.
2009-09-30 01:10:54 -04:00
Android (Google) Code Review
bd64edbcd9 Merge change I96cb8d0b into eclair
* changes:
  fix account permission strings.  this permission is used to protect more than just Google accounts.
2009-09-30 01:06:07 -04:00
Android (Google) Code Review
5cbd47da5e Merge change Id6688603 into eclair
* changes:
  Better event log tracking for initializeDevice() requests -- on success, record "backup_initialize" event; on failure, record "backup_transport_failure" event (and add tags to "backup_transport_failure" events that aren't associated with a particular package -- namely "(initialize)" and "(finish)").
2009-09-29 23:39:47 -04:00