Skip to content

[Proposal] Add RingtoneSource.FromUrl support #6

@AmjdAlhashede

Description

@AmjdAlhashede

Summary

Add support for ringtones loaded directly from an internet URL (HTTP/HTTPS).


Use Case

Enables downloading and playing ringtones hosted online, allowing dynamic ringtone updates without bundling them in the app.


Proposed Implementation

Add a new data class:

data class FromUrl(val url: String) : RingtoneSource()

Handle downloading, caching, and playback from the URL internally.


Benefit

Provides flexibility to use online audio sources seamlessly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions