Jannis Mattheis
Jannis Mattheis
@evaryont @sik0vny With Android version 8 you can specify custom sounds. [See here how to do it](https://github.com/gotify/android/issues/36#issuecomment-450354292). It can be configured for each category listed in [here](https://github.com/gotify/android/issues/18#issuecomment-437403888). Tho' it is...
I think removing the channels for priorities will be a no-go. Priorities should still be supported. Maybe we could use the RingtoneManager to play the custom sound: https://stackoverflow.com/a/9622040/4244993
Oke. This is a change in gotify/server right?
This sounds about right. Like said in the linked issue, I think that adding support for external auth providers should be the simplest solution (in comparison to natively implementing this).
With android 8 or higher the priority on the message will be used to determine how intrusive the message should be. What version of android are you using?
@abeulich I'd be happy to accept a pull request for this feature :P.
I don't think this is really necessary, thus, I'm waiting for more feedback.
Yeah, that would be an option, but the android notification icon has a lot restrictions, like being black/white only. I think this is not that easy.
There is most certainly a way for this. But I don't know if the developments costs cover the actual need for this feature.
We already have "open an url" on click, the open intend on click could be implemented like this https://github.com/gotify/android/blob/107810dcb7da5f63a6b30b47b5e8dc608a461c8f/app/src/main/java/com/github/gotify/service/WebSocketService.java#L278-L286