1. 509f1c0 am 32de26bb: am c8652199: merge from open-source master by The Android Open Source Project · 15 years ago
  2. c865219 merge from open-source master by The Android Open Source Project · 15 years ago
  3. c6f8ea4 speling fix by hugh kennedy · 15 years ago
  4. 5b7e248 am 460587e9: am f6adae78: am 47dad8fa: Merge "Fix bug 2619062 Music is routed to Phone speaker, though it is connected to A2DP media profile" into froyo by Jean-Michel Trivi · 15 years ago
  5. a847ba4 Fix bug 2619062 Music is routed to Phone speaker, though it is by Jean-Michel Trivi · 15 years ago
  6. 399eb1f am 219dbb67: am 8dc4c790: am fe8620ac: Merge "Update AudioService to reflect phone state changes with AudioFocus. Phone calls and rings are treated as a new client, with a dedicated client ID that identifies it in the audio focus stack. When it is present in the stack by Jean-Michel Trivi · 15 years ago
  7. b4bccb6 Update AudioService to reflect phone state changes with AudioFocus. by Jean-Michel Trivi · 15 years ago
  8. 03e4b57 am fe13eebe: am 9d14e3ea: am 9b8b417c: Merge "When updating existing entries in the media database, don\'t update the is_music, is_ringtone, etc columns. This ensures that custom ringtones will still be shown in the ringtone picker after a rescan. Bug 2594125 Change-I by Marco Nelissen · 15 years ago
  9. 9b8b417 Merge "When updating existing entries in the media database, don't update the is_music, is_ringtone, etc columns. This ensures that custom ringtones will still be shown in the ringtone picker after a rescan. Bug 2594125 Change-Id: I56761240d6f6e699514169d80a445317ba0de9e2" into froyo by Marco Nelissen · 15 years ago
  10. 7dc9bce am 5b550c9e: am 11bae140: am 3891c4cc: Fix issue 2602879: camera shutter sound not playing. by Eric Laurent · 15 years ago
  11. 1a8597c am e33e9db6: am 3cd1f9f9: am 3b591260: Fix issue 2604270 Device auto connects to Car Dock (Media profile) after undocking. by Eric Laurent · 15 years ago
  12. c066557 When updating existing entries in the media database, don't update by Marco Nelissen · 15 years ago
  13. 3891c4c Fix issue 2602879: camera shutter sound not playing. by Eric Laurent · 15 years ago
  14. 3b59126 Fix issue 2604270 Device auto connects to Car Dock (Media profile) after undocking. by Eric Laurent · 15 years ago
  15. 36b763e am 5c14f2d0: am def7db5b: am 758dd527: Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in silent mode. by Eric Laurent · 15 years ago
  16. 491f250 am 5db9adfd: am 834f0483: am 745b43c2: Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode." into froyo by Eric Laurent · 15 years ago
  17. 758dd52 Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in silent mode. by Eric Laurent · 15 years ago
  18. 527c3ab Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode. by Eric Laurent · 15 years ago
  19. 7558905 am 824ca797: am b8430335: am 34b2ecc8: am c30890e1: Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" into froyo by Jean-Michel Trivi · 15 years ago
  20. 57e6f58 am cd3f349f: am a32efedd: am de3601e0: am bcac4960: Honor the "Never vibrate" setting for incoming calls. by Daniel Sandler · 15 years ago
  21. 4c637b9 Fix bug 2578813 Delay pausing music and routing audio for car docks by Jean-Michel Trivi · 15 years ago
  22. bcac496 Honor the "Never vibrate" setting for incoming calls. by Daniel Sandler · 15 years ago
  23. 36ce643d am cd839752: manual merge by Jean-Baptiste Queru · 15 years ago
  24. 2930bb2 Fix monkey bug 2586534 java.util.ConcurrentModificationException by Jean-Michel Trivi · 15 years ago
  25. f974b84 am e4b62c23: am 84d12f3f: am dbad286c: am 25c2dd60: Merge "Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener http://2553871" into froyo by Ray Chen · 15 years ago
  26. b7c8c76 Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener by Ray Chen · 15 years ago
  27. 505a318 am 507748e9: am 6c935602: am 44dcf658: Make createVideoThumbnail and createImageThumbnail look consistent. by Ray Chen · 15 years ago
  28. 44dcf65 Make createVideoThumbnail and createImageThumbnail look consistent. by Ray Chen · 15 years ago
  29. 5a3a3b1 am 055897ac: am 28525488: am 9ab05fff: Merge "Fix bug 2565463 Ensure an object cannot appear twice in the AudioFocus stack. Enforce parameter check in AudioManager.requestAudioFocus() Typo correction in AudioService.unregisterMediaButtonEventReceiver()" into froyo by Jean-Michel Trivi · 15 years ago
  30. 55d1bb3 Fix bug 2565463 Ensure an object cannot appear twice in the by Jean-Michel Trivi · 15 years ago
  31. bf3b498 am 85bc2ae1: am d12d6c30: am ccc17b34: Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo by James Dong · 15 years ago
  32. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 15 years ago
  33. 7f9b1fa Add isSilentMode initially hidden before API council approval, test case to be added separately. by Glenn Kasten · 15 years ago
  34. 7f7e67f Fix bug 2553575 API REVIEW: android.media Change 1 of 3 by Jean-Michel Trivi · 15 years ago
  35. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 15 years ago
  36. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 15 years ago
  37. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 15 years ago
  38. 9f3168b Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus during a call, the next focus owner in the stack was never notified - if a focus owner requests the focus while alread owning it, and the type of focus request changes, the previous focus owner was not notified that the type of focus loss had changed." by Jean-Michel Trivi · 15 years ago
  39. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 15 years ago
  40. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 15 years ago
  41. aac4bfb Merge "We should pass null for the album artist if it was not set, instead of a copy of the artist, since the media provider needs to know whether the album artist was actually set." by Marco Nelissen · 15 years ago
  42. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 15 years ago
  43. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 15 years ago
  44. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 15 years ago
  45. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 15 years ago
  46. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 15 years ago
  47. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 15 years ago
  48. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 15 years ago
  49. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  50. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 15 years ago
  51. d1f7876 Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner." by Jean-Michel Trivi · 15 years ago
  52. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 15 years ago
  53. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  54. e208377 Add GPSProcessingMethod tag to ExifInterface. by Ray Chen · 15 years ago
  55. b4ca6ef Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calculate it if needed. by Ray Chen · 15 years ago
  56. 758559e Fix bug 2329540 by Jean-Michel Trivi · 15 years ago
  57. eabb6df Unhide API additions to AudioManager for AudioFocus support. by Jean-Michel Trivi · 15 years ago
  58. ff84600 Unhide CamcorderProfile and CameraProfile Java API by James Dong · 15 years ago
  59. 7a67f156 Remove native options. by Ray Chen · 15 years ago
  60. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 15 years ago
  61. 31951ca Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off". by Eric Laurent · 15 years ago
  62. d5176cf First implementation of the audio focus management as an extension by Jean-Michel Trivi · 15 years ago
  63. 6329bf7 New vibrate/silent mode behavior. by Daniel Sandler · 15 years ago
  64. 3d6c986 Merge "Make AsyncPlayer.startSound catch all exceptions instead of only a few. Two reasons for this: - it's used in the system process - it's run in a separate thread, so the user of AsyncPlayer cannot catch these exceptions" by Marco Nelissen · 15 years ago
  65. 4ba297f Make AsyncPlayer.startSound catch all exceptions instead of only a few. by Marco Nelissen · 15 years ago
  66. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  67. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
  68. f82c766 Merge "Replace system property retrieval calls with DecoderCapabilities Java API calls." by James Dong · 15 years ago
  69. b2d69e3 The MediaScanner is way too obsessed with restricting the files to be scanned. by Andreas Huber · 15 years ago
  70. 0551311 Unhide new SoundPool API's. Bug 2415373. by Dave Sparks · 15 years ago
  71. afdf85d Merge "Fix issue 2440226: Car dock volume synchronization." by Jaikumar Ganesh · 15 years ago
  72. 68db99e Replace system property retrieval calls with DecoderCapabilities Java API calls. by James Dong · 15 years ago
  73. 675ee6a Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531." by Dave Sparks · 15 years ago
  74. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
  75. 62ed7a6 Merge "Support decoder queries from media profiles xml configuration file" by James Dong · 15 years ago
  76. 9ce379a Fix issue 2440226: Car dock volume synchronization. by Eric Laurent · 15 years ago
  77. d32fba4 Support decoder queries from media profiles xml configuration file by James Dong · 15 years ago
  78. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  79. 6015a97 Fix issue 2418668: AudioManager isWiredHeadsetOn() always returns false for headset without mic. by Eric Laurent · 15 years ago
  80. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 15 years ago
  81. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 15 years ago
  82. bfcb22a Don't create a genre in the database for genre code 255 (unknown) by Marco Nelissen · 15 years ago
  83. e83cefce New external storage APIs. by Dianne Hackborn · 15 years ago
  84. 760dcec Merge "Camcorder profile Java API support - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else" by James Dong · 15 years ago
  85. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  86. 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 15 years ago
  87. 3a8cab8 Add GpsDateTime support to ExifInterface and correct images table's date_taken value to UTC timestamp. by Ray Chen · 15 years ago
  88. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  89. bf124e7 Unhide ThumbnailUtils to support Camera unbundling. http://b/2375978 by Ray Chen · 15 years ago
  90. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
  91. 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
  92. 9272b4b Fix issue 2349345: Media sound output stuck on earpiece rather than speaker. by Eric Laurent · 15 years ago
  93. 35b002a Make the media scanner disregard database entries that do not have by Marco Nelissen · 15 years ago
  94. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  95. 84b42b8 am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  96. d31d739 am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  97. 663ec30 Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  98. 1b50044 Add MPEG to the file extensions that scanner cares by James Dong · 15 years ago
  99. 9a488b4 MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING by Marco Nelissen · 15 years ago
  100. a0b5176 am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago