android icon indicating copy to clipboard operation
android copied to clipboard

An app for creating push notifications for new messages posted to gotify/server.

Results 63 android issues
Sort by recently updated
recently updated
newest added

The current notification icon is an outline of the highly detailed logo. This unfortunately does not make it very recognizable. It can look like a smudge or country outline and...

Not that I am going to use Gotify on iOS, but since this discussion https://github.com/rbrcsk/pushbullet.py/issues/181 it might be interesting to offer support for Gotify for iOS.

Even if you have cellular data and wifi turned on all the time, sometimes you can just lose coverage. And if there is a new message in that timespan, you...

a:bug

Hello, Thanks for this cool project. I add the possibility to share a value from the notification with using this extra: `"client::notification" -> "actions" -> "share"` And open an URL...

It would be nice if this app can be used as forwarder for notifications to use gotify instead of FCM for notification handling. An alternative/intermediate solution might be that a...

a:feature
request-for-comments

In a ticket for gotify server it was stated that 2FA should be added via external services: https://github.com/gotify/server/issues/461 This works well for the WebUI (I'm personally using traefik + authelia...

So a few things to point out: - The ```@RequiresApi(api = Build.VERSION_CODES.O)``` annotations were added because Android studio complained about using some of the base64 classes. Everything appeared to run...

While scrolling a message stream up with multiple markdown rendered images, the messages "jump" a little bit around sometimes. This does not happen when scrolling down. Here is a small...

a:bug

I would like my reverse proxy to utilize client certificates to control access to gotify. This is working for the gotify web site and a computer with the cert installed....

# Current Behaviour If a sender uses `android::action:onReceive:intentUrl`, the receiving android application, as [documented](https://gotify.net/docs/msgextras), executes this intent on the device, without user interaction, if the application is in foreground. Example...