index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue 2472495: Phone cannot be set to silent mode via volume keys while D...
Eric Laurent
2010-03-22
1
-49
/
+88
*
Unhide the MediaButton receiver API in android.media.AudioManager
Jean-Michel Trivi
2010-03-22
1
-27
/
+0
*
Update MediaRecorder.java documentation to mention it does not work on the em...
James Dong
2010-03-22
1
-0
/
+1
*
Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus dur...
Jean-Michel Trivi
2010-03-19
1
-15
/
+52
|
\
|
*
Fix two AudioFocus issues:
Jean-Michel Trivi
2010-03-19
1
-15
/
+52
*
|
Unhide new constants used in AudioFocus API to denote a situation
Jean-Michel Trivi
2010-03-19
1
-9
/
+11
|
/
*
Merge "We should pass null for the album artist if it was not set, instead of...
Marco Nelissen
2010-03-19
1
-6
/
+6
|
\
|
*
We should pass null for the album artist if it was not set, instead of a copy
Marco Nelissen
2010-03-19
1
-6
/
+6
*
|
Fix SDK build Remove links to hidden constant in javadoc.
Jean-Michel Trivi
2010-03-18
1
-3
/
+0
*
|
Attempt to fix the SDK build.
Eric Laurent
2010-03-18
1
-1
/
+1
*
|
Support focus requests where ducking of the loser of audio focus
Jean-Michel Trivi
2010-03-18
2
-30
/
+43
*
|
Unhide AudioManager API to control bluetooth SCO audio connection.
Eric Laurent
2010-03-18
1
-17
/
+1
*
|
Merge "Include "album artist" when inserting items in the media provider."
Marco Nelissen
2010-03-18
1
-1
/
+5
|
\
\
|
|
/
|
*
Include "album artist" when inserting items in the media provider.
Marco Nelissen
2010-03-18
1
-1
/
+5
*
|
Issue 2416481: Support Voice Dialer over BT SCO.
Eric Laurent
2010-03-18
3
-1
/
+326
|
/
*
Fix bug where the ID stored for an OnAudioFocusChangeListener is an
Jean-Michel Trivi
2010-03-17
1
-4
/
+1
*
Merge "Implementation of the policing of transport control key press events a...
Jean-Michel Trivi
2010-03-17
3
-21
/
+223
|
\
|
*
Implementation of the policing of transport control key press
Jean-Michel Trivi
2010-03-17
3
-21
/
+223
*
|
Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider.
Ray Chen
2010-03-15
1
-1
/
+1
*
|
Add GPSProcessingMethod tag to ExifInterface.
Ray Chen
2010-03-11
1
-0
/
+2
|
/
*
Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calcu...
Ray Chen
2010-03-09
1
-4
/
+0
*
Fix bug 2329540
Jean-Michel Trivi
2010-03-09
1
-29
/
+18
*
Unhide API additions to AudioManager for AudioFocus support.
Jean-Michel Trivi
2010-03-09
1
-22
/
+0
*
Unhide CamcorderProfile and CameraProfile Java API
James Dong
2010-03-04
2
-2
/
+0
*
Remove native options.
Ray Chen
2010-03-05
1
-32
/
+7
*
Clean up MediaRecorder for public Java SDK
James Dong
2010-03-03
1
-46
/
+63
*
Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode ...
Eric Laurent
2010-03-03
1
-11
/
+25
*
First implementation of the audio focus management as an extension
Jean-Michel Trivi
2010-03-02
4
-1
/
+501
*
New vibrate/silent mode behavior.
Daniel Sandler
2010-02-26
1
-9
/
+11
*
Merge "Make AsyncPlayer.startSound catch all exceptions instead of only a few...
Marco Nelissen
2010-02-26
1
-3
/
+1
|
\
|
*
Make AsyncPlayer.startSound catch all exceptions instead of only a few.
Marco Nelissen
2010-02-26
1
-3
/
+1
*
|
Merge "Image encoding settings java API through xml configuration file"
James Dong
2010-02-25
2
-1
/
+64
|
\
\
|
|
/
|
/
|
|
*
Image encoding settings java API through xml configuration file
James Dong
2010-02-24
2
-1
/
+64
*
|
Merge "Replace system property retrieval calls with DecoderCapabilities Java ...
James Dong
2010-02-23
1
-3
/
+27
|
\
\
|
|
/
|
/
|
|
*
Replace system property retrieval calls with DecoderCapabilities Java API calls.
James Dong
2010-02-17
1
-3
/
+27
*
|
The MediaScanner is way too obsessed with restricting the files to be scanned.
Andreas Huber
2010-02-19
1
-19
/
+1
*
|
Unhide new SoundPool API's. Bug 2415373.
Dave Sparks
2010-02-17
1
-8
/
+0
*
|
Merge "Fix issue 2440226: Car dock volume synchronization."
Jaikumar Ganesh
2010-02-17
2
-9
/
+20
|
\
\
|
*
|
Fix issue 2440226: Car dock volume synchronization.
Eric Laurent
2010-02-16
2
-9
/
+20
*
|
|
Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531."
Dave Sparks
2010-02-16
1
-0
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add SoundPool API to pause and resume all active streams. Bug 2426531.
Dave Sparks
2010-02-16
1
-0
/
+22
|
|
/
*
|
Merge "Support decoder queries from media profiles xml configuration file"
James Dong
2010-02-16
1
-0
/
+84
|
\
\
|
|
/
|
/
|
|
*
Support decoder queries from media profiles xml configuration file
James Dong
2010-02-12
1
-0
/
+84
*
|
New API on java's MediaPlayer to suspend/resume a session.
Andreas Huber
2010-02-12
1
-0
/
+47
*
|
Fix issue 2418668: AudioManager isWiredHeadsetOn() always returns false for h...
Eric Laurent
2010-02-12
1
-0
/
+2
*
|
Add support for "album artist" tag.
Marco Nelissen
2010-02-11
1
-2
/
+4
*
|
Revise ThumbnailUtils API.
Ray Chen
2010-02-11
1
-60
/
+45
|
/
*
Don't create a genre in the database for genre code 255 (unknown)
Marco Nelissen
2010-02-10
1
-6
/
+14
*
New external storage APIs.
Dianne Hackborn
2010-02-09
1
-5
/
+81
*
Merge "Camcorder profile Java API support - Use Enum for Quality instead of i...
James Dong
2010-02-04
1
-0
/
+160
|
\
[next]