summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 2158794. Hide MediaPlayer.invoke() and MediaPlayer.newRequest(), ...gwang@google.com2009-10-062-2/+4
* Music visualizer support hack.Marco Nelissen2009-10-061-0/+5
* Update from API review.Dianne Hackborn2009-09-301-1/+1
* Merge change Id60fa26a into eclairAndroid (Google) Code Review2009-10-012-35/+175
|\
| * Fix issue 2152541 thumbnail images stretched.Ray Chen2009-09-302-35/+175
* | Fix Issue 2158631: AudioService: volume control sometimes not restored after ...Eric Laurent2009-09-301-5/+8
|/
* Merge change If5722b3f into eclairAndroid (Google) Code Review2009-09-291-1/+3
|\
| * Dont NPE if the thumbnail file cannot be opened.Chih-Chung Chang2009-09-291-1/+3
* | Merge change I19f2928b into eclairAndroid (Google) Code Review2009-09-292-6/+23
|\ \ | |/ |/|
| * Fix issue 2141503: Keyclick sound doesn't honor volume settings.Eric Laurent2009-09-292-6/+23
* | Unify Java NIO to read/write MiniThumbFile.Ray Chen2009-09-291-37/+33
|/
* Merge change 27449 into eclairAndroid (Google) Code Review2009-09-281-0/+7
|\
| * Always consider m4a files as audio, even when they contain a video track.Marco Nelissen2009-09-281-0/+7
* | Merge change 27318 into eclairAndroid (Google) Code Review2009-09-271-1/+2
|\ \ | |/
| * Check that playlist entries refer to a row in the audio table.Marco Nelissen2009-09-271-1/+2
* | Remove fflush when storing thumbanil to sdcard.Ray Chen2009-09-271-1/+0
|/
* Only scan windows media files when those codecs are enabled.Marco Nelissen2009-09-271-3/+8
* Fix issue 2128896 The thumbnail generated after picture capture with max zoom...Ray Chen2009-09-241-1/+1
* Add new thumbnail API.Ray Chen2009-09-233-0/+683
* Make media scanner read the jpeg orientation tag.Chih-Chung Chang2009-09-221-0/+22
* Improve ExifInterface API.Chih-Chung Chang2009-09-182-94/+40
* Merge change 25291 into eclairAndroid (Google) Code Review2009-09-161-1/+1
|\
| * Try to fix sdk build again.Chih-Chung Chang2009-09-171-1/+1
* | Merge change 25286 into eclairAndroid (Google) Code Review2009-09-161-1/+1
|\ \ | |/
| * Fix sdk build.Chih-Chung Chang2009-09-171-1/+1
* | Merge change 25272 into eclairAndroid (Google) Code Review2009-09-161-1/+0
|\ \ | |/
| * Make ExifInterface public.Chih-Chung Chang2009-09-161-1/+0
* | Merge change 25155 into eclairAndroid (Google) Code Review2009-09-161-0/+31
|\ \ | |/ |/|
| * Fix bug 2115258 where the AudioManager javadoc doesn't warn againstJean-Michel Trivi2009-09-151-0/+31
* | Clean ExifInterface. Prepare to make it public.Chih-Chung Chang2009-09-162-221/+161
|/
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-101-16/+11
* Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.Eric Laurent2009-09-101-0/+6
* RIO-7461: Update media scanner to scan AAC files.James Stokebrand2009-09-091-10/+17
* Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-081-2/+13
* Merge change 23835 into eclairAndroid (Google) Code Review2009-09-032-1/+19
|\
| * When encountering a .nomedia file, notify the MediaScannerClient,Marco Nelissen2009-09-032-1/+19
* | Fix issue 2097083: STREAM_SYSTEM should be at max volume.Eric Laurent2009-09-031-2/+2
|/
* Fix 2081525: NPE in MediaScannerService.Chih-Chung Chang2009-09-011-0/+1
* Set Routing to A2DP only when state is Connected.Jaikumar Ganesh2009-08-271-1/+2
* Fix issue 2076322: AudioService, too many stream volume steps.Eric Laurent2009-08-261-10/+10
* Fix build.Dianne Hackborn2009-08-241-1/+1
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-244-11/+19
* Fix AudioService on HFP power off due to new Bluetooth API.Nick Pelly2009-08-191-14/+19
* Bluetooth: API change.Nick Pelly2009-08-181-28/+23
* Fix 1860351: Put datetime in jpeg exif to datetaken field.Chih-Chung Chang2009-08-172-1/+31
* DO NOT MERGE, ALready merged to master.Sahil Sachdeva2009-08-142-0/+5
* Change the number of volume steps from 6 to 7 per Verizon RequirementsJared Suttles2009-08-132-15/+23
* am cb2b2378: Merge change 20729 into donutWu-cheng Li2009-08-111-1/+4
|\
| * Fix the bug that EXIF attributes are always cached.Wu-cheng Li2009-08-111-1/+4
* | AudioService now differentiates BT headsets and car kits.Eric Laurent2009-08-071-14/+49