sweakpl / qralarm-android

QRAlarm is an Android alarm clock application that lets the user turn off alarms by scanning the QR Code.
GNU General Public License v3.0
112 stars 10 forks source link

Feature Request: Set custom audio file as alarm sound #7

Closed magnus-ISU closed 1 year ago

magnus-ISU commented 2 years ago

1 makes it sound like this used to exist. I think the 3 default sounds are trash so I hope this is added.

If its not I'll probably do it myself.

magnus-ISU commented 2 years ago

Mostly got this working but somehow android is doing something weird and not using my custom URI. Random question, is there a way to do 'debug printing' in android? Do you just make a bunch of toasts?

sweakpl commented 2 years ago

Yes, You can use Android logging API to send logs and debug. You can see the logs in the Logcat via Android Studio or ADB.

magnus-ISU commented 2 years ago

Done in #8