UltimateRingtonePicker icon indicating copy to clipboard operation
UltimateRingtonePicker copied to clipboard

An Android music picker library for picking alarm, notification or ringtones sound using an Activity or a dialog.

Results 5 UltimateRingtonePicker issues
Sort by recently updated
recently updated
newest added

At this PR I have added the option to enable dark mode and showed the media length of each item on the list!

``` java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change. ViewHolder 1:s03{66e26ed position=51 id=1717986968, oldPos=-1, pLpos:-1 not recyclable(1)}...

Hi, I get the following error when compiling my project: ``` 2 files found with path 'META-INF/library_release.kotlin_module'. Adding a packagingOptions block may help, please refer to https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html for more information...

It would be really cool feature for user to search by title or artists

enhancement

``` val settings = UltimateRingtonePicker.Settings( systemRingtonePicker = UltimateRingtonePicker.SystemRingtonePicker( customSection = UltimateRingtonePicker.SystemRingtonePicker.CustomSection(useSafSelect = true), defaultSection = UltimateRingtonePicker.SystemRingtonePicker.DefaultSection( showSilent = false, defaultUri = defaultRingtoneUri ), ringtoneTypes = listOf( RingtoneManager.TYPE_ALARM, RingtoneManager.TYPE_RINGTONE, RingtoneManager.TYPE_NOTIFICATION )...

bug