Jannis Mattheis
Jannis Mattheis
I'm open to idea's as well. I can think of two implementations 1. Specifying an android activity on the message. This activity then will be started when the notification is...
@ialokim sorry for answering that late, I've must've overlooked this message :\ I dunno exactly how the FirebaseMessagingService works but I'm guessing that its with broadcasts. The Gotify android app...
Nope, sadly no.
From my point of view, UnifiedPush still needs more adoption so that it can be integrated into gotify.
Yeah, I more or less have the same opinion now. Mostly, I don't want the effort of maintaining this feature I don't need. To me, it feels like Gotify isn't...
The android apps should notify missed messages after the connection could reestablish. https://github.com/gotify/android/blob/7fd8ee06e1d3ccbc1d94cc59594a0f64dc887c82/app/src/main/java/com/github/gotify/service/WebSocketService.java#L118 There is one edge-case where the missed messages won't be displayed: The web socket connection could be...
It is fine, if the client certificate feature is only supported in newer android versions. So, it's okay to use the native certificate picker.
You can force close gotify via android. This should stop the app completely.
I think this isn't worth the developer effort, to disable the main feature of this application.
The image loading is asynchronous, meaning the image will be rendered later into the message. This leads most likely to the jumping because as you scroll up the message is...