summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/Ringtone.java
Commit message (Expand)AuthorAgeFilesLines
* media:Modify the display of system default ringtone when it is none.kaiyiz2016-07-051-0/+5
* Ringtone: Add support for selection of phone ringtone for SIM-2.Karthik Reddy Katta2016-01-121-5/+11
* Expand ringtone titles to support OGG and FLAC.Jeff Sharkey2015-08-031-1/+2
* Use RingtonePlayer to get ringtone titleTodd Kennedy2015-07-201-14/+34
* Ringtone: add support for volume control and loopingJean-Michel Trivi2015-07-061-1/+63
* Ringtone: keep a reference until playback completion.Eric Laurent2015-06-041-2/+38
* Throw IOException when missing default ringtone.Jeff Sharkey2014-12-091-6/+7
* android.media.Ringtone: add getter for AudioAttributesJean-Michel Trivi2014-08-271-0/+9
* Add support for AudioAttributes in android.media.RingtoneJean-Michel Trivi2014-08-121-12/+35
* Check that mRemotePlayer is not null before useSimon Wilson2014-04-171-3/+3
* Fix logic in fallback ringtone handlingMarco Nelissen2013-09-261-1/+3
* Remove obsolete OMA-DRM supportMike Lockwood2013-04-291-12/+3
* Fallback to fallbackring if ringtone can't be played.Oscar Rydhé2012-11-161-2/+45
* Multi-user ringtone playback.Jeff Sharkey2012-09-261-1/+2
* Handle silent ringtone, title without permission.Jeff Sharkey2012-05-071-10/+14
* Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-271-75/+102
* Remove Ringtone.setWakeMode, it's not needed.Marco Nelissen2011-09-291-15/+0
* Release MediaPlayer before letting it go out of scope.Marco Nelissen2011-09-291-0/+3
* Keyguard sound needs to hold wake lock.Dianne Hackborn2011-09-211-1/+16
* am bb3bb57a: Merge change I524dc046 into eclairEric Laurent2009-12-011-1/+7
|\
| * Fix issue 2192673: Music Pausing Even when notifications are set to silent.Eric Laurent2009-11-271-1/+7
* | Fixed issue #4098: Ringtone#getTitle does not close its cursor.Josh Guilfoyle2009-10-061-5/+11
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+239
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-232/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-10/+3
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+12
* Initial ContributionThe Android Open Source Project2008-10-211-0/+221