Andreas Huber
daeec8c5b3
Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." into froyo
2010-04-13 12:16:08 -07:00
James Dong
ce95b94082
Merge "Don't set encoder component role while we query decoders" into froyo
2010-04-13 12:11:57 -07:00
Amith Yamasani
f05a8854ce
Merge "Fix an upgrade bug in SettingsProvider." into froyo
2010-04-13 10:05:27 -07:00
Jean-Michel Trivi
35f3a77b07
Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" into froyo
2010-04-13 09:53:35 -07:00
Daniel Sandler
5d89658b21
Merge "Hide e-call button in layout." into froyo
2010-04-13 06:00:02 -07:00
Andreas Huber
692dc8a970
Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo
2010-04-12 17:15:32 -07:00
Christopher Tate
f8654c9278
Merge "SDK: more backup/restore documentation work" into froyo
2010-04-12 16:14:53 -07:00
Scott Main
e8cfa791e3
Merge "docs: fix bug 2590728" into froyo
2010-04-12 16:09:28 -07:00
Christopher Tate
5bc83acfd3
Merge "API CHANGE: remove obsolete constants and hide some methods" into froyo
2010-04-12 15:13:35 -07:00
Andreas Huber
0e8ff0cb11
Merge "Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice." into froyo
2010-04-12 14:16:34 -07:00
Kenny Root
e85658ea34
Merge "Fix typos in name of density-independent pixels" into froyo
2010-04-12 12:19:08 -07:00
Jean-Michel Trivi
44eddf8514
Merge "Fix monkey bug 2586534 java.util.ConcurrentModificationException Unlike the other audio focus and media button stack handling methods, abandonAudioFocus() and unregisterAudioFocusClient() were not synchronized around their focus stack. This CL corrects this." into froyo
2010-04-12 12:05:08 -07:00
Andreas Huber
128cbf2812
Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo
2010-04-12 11:02:27 -07:00
Andreas Huber
66143c02c1
Merge "Ignore corrupt aac audio frames and substitute silence." into froyo
2010-04-12 10:11:32 -07:00
Scott Main
7765c25dfa
Merge "cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96 docs: rewrite resources documentation" into froyo
2010-04-09 17:03:55 -07:00
Dianne Hackborn
45888b7200
Merge "Fix issue #2581524 : Car home icon should always go to car home" into froyo
2010-04-09 16:52:41 -07:00
Robert Greenwalt
533ebe2173
Merge "Add warning magic to be a bit more reasonable." into froyo
2010-04-09 16:47:10 -07:00
Yu Shan Emily Lau
22cbafc589
Merge "Remove the checkStremingServer checking as it is unstable and introduce the flakiness." into froyo
2010-04-09 16:41:37 -07:00
Romain Guy
3d436720d2
Merge "Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646 " into froyo
2010-04-09 16:08:17 -07:00
Wink Saville
1a34d6c86d
Merge "Fix a FATAL ClassCastException in DataConnection.java" into froyo
2010-04-09 15:39:33 -07:00
Wei Huang
c3af71c8fd
Merge "bug #2542580 : add the appropriate mdpi asset for chat icon." into froyo
2010-04-09 15:34:46 -07:00
Jesse Wilson
533d354621
Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." into froyo
2010-04-09 14:01:07 -07:00
Jesse Wilson
fd472ba92c
Move the public method HttpDateTime.parse() into AndroidHttpClient.
...
See bug http://b/2553589
Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
2010-04-09 13:34:15 -07:00
Mike Reed
75716915d0
Merge "final versions of these fonts from ascender, including GPOS 'mark' feature" into froyo
2010-04-09 13:10:07 -07:00
Robert Greenwalt
9169ebd2d3
Merge "Make ThrottleService notice policy changes." into froyo
2010-04-09 13:00:05 -07:00
Dan Egnor
291444fdb6
Merge "Fix sim build (sim doesn't have strl*() reliably...)" into froyo
2010-04-09 12:50:11 -07:00
Kristian Monsen
276ed8df4f
Merge "Do not create intents for application/xhtml+xml" into froyo
2010-04-09 10:59:20 -07:00
Grace Kloba
51053fda45
Merge "Set mHeldMotionless to a new MOTIONLESS_IGNORE state for fling, this way we will trigger animateScroll during fling for the faster performance. We also avoid keep removing/sending DRAG_HELD_MOTIONLESS message during fling." into froyo
2010-04-09 10:49:42 -07:00
Robert Greenwalt
e304ba1219
Merge "Roaming data doesn't count against limits" into froyo
2010-04-09 09:29:21 -07:00
Eric Laurent
376f728b35
Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo
2010-04-09 08:48:32 -07:00
Andreas Huber
248281006b
Merge "Support for ID3 V2.4 tags." into froyo
2010-04-09 07:01:58 -07:00
Eric Laurent
775fa3cd32
Additional fix for isssue 2548710: Native AudioTrack resources never freed.
...
This changes fixes the issue for the direct output thread that was not
addressed by commit 71f37cd8a175ee00635cb91506d6810fd02b5b51.
Change-Id: I1bbe26be5f444415dd97270e49257650f5d2858f
2010-04-09 06:11:48 -07:00
Dan Egnor
35c1a2dc1f
Merge "Fix OperationScheduler moratorium calculation for clock rollback case." into froyo
2010-04-08 17:38:28 -07:00
Dan Egnor
66424a44c5
Fix OperationScheduler moratorium calculation for clock rollback case.
...
Make the unit test exercise some clock-rollback scenarios, using
a properly injected artificial clock.
Bug: 2579585
Change-Id: I6f81c32318ba27429bd30ff53b48449218e4ac64
2010-04-08 17:30:37 -07:00
Xavier Ducrohet
a540ed0064
Merge "Adds back the finalize method on the replaced Paint class." into froyo
2010-04-08 17:29:39 -07:00
Jeff Brown
7710cd4c35
Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyo
2010-04-08 17:18:15 -07:00
Jeff Brown
62737b55d2
Merge "Workaround NPE caused by packages missing signatures." into froyo
2010-04-08 16:41:47 -07:00
Jeff Brown
20460cfc7d
Merge "Improve robustness of package manager certificate collection." into froyo
2010-04-08 16:41:37 -07:00
Brett Chabot
399d2f06da
Merge "IME test fixes." into froyo
2010-04-08 16:36:02 -07:00
Robert Greenwalt
8e1b0077ad
Merge "Updating some notificiation UI for Throttling" into froyo
2010-04-08 16:09:31 -07:00
Dan Egnor
efdccf3ebb
Merge "Change TrafficStats to a new JNI implementation." into froyo
2010-04-08 14:45:07 -07:00
Dan Egnor
2728e5f544
Merge "Missed these ones in the previous rename." into froyo
2010-04-08 14:10:50 -07:00
Grace Kloba
b2a21d6ac3
Merge "For performance reason, we choose to block the picture update during drag and fling. For sites like nytimes.com, there is a JavaScript constantly updating the content. If we don't block the live update during drag/fling, frame rate can drop by 30%." into froyo
2010-04-08 14:05:05 -07:00
Brad Fitzpatrick
b56b5fd4fc
Merge "Rename logtag for clarity." into froyo
2010-04-08 14:01:23 -07:00
Andreas Huber
d85bfb3a14
Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo
2010-04-08 12:44:33 -07:00
Robert Greenwalt
98b863760c
Merge "Add service to monitor/control the flow of data." into froyo
2010-04-08 12:42:09 -07:00
Dianne Hackborn
be4143d514
Merge "Fix issue #2580316 : Contacts and Phone app not supporting landscape mode..." into froyo
2010-04-08 11:35:27 -07:00
Scott Main
436aa0ff9c
Merge "docs: revisions to the installLocation documentation" into froyo
2010-04-08 11:22:42 -07:00
Jaikumar Ganesh
6b4e57141f
Merge "Don't allow connection to profiles in TURNING_OFF state." into froyo
2010-04-08 10:01:50 -07:00
Andrei Popescu
95ecb699b0
Merge "Avoid calling proxy.playbackEnded() again in onCustomViewHidden(). It is now always called via the MediaPlayer.onCompletion() callback." into froyo
2010-04-08 09:07:32 -07:00