Gotify Android connects to gotify/server and shows push notifications on new messages.
Download the apk or get the app via F-Droid or Google Play.
Google Play and the Google Play logo are trademarks of Google LLC.
By default Android kills long running apps as they drain the battery. With enabled battery optimization, Gotify will be killed and you wont receive any notifications.
Here is one way to disable battery optimization for Gotify.
See also https://dontkillmyapp.com for phone manufacturer specific instructions to disable battery optimizations.
Only possible for Android version >= 8
The foreground notification showing the connection status can be manually minimized to be less intrusive:
Gotify foreground notification
Notification | Gotify Priority |
---|---|
- | 0 |
Icon in notification bar | 1 - 3 |
Icon in notification bar + Sound | 4 - 7 |
Icon in notification bar + Sound + Vibration | 8 - 10 |
Use Java 17 and execute the following command to build the apk.
$ ./gradlew build
./gradlew generateSwaggerCode
client/settings.gradle
(client is a gradle sub project and must not have a settings.gradle)repositories
block from client/build.gradle
implementation "com.sun.xml.ws:jaxws-rt:x.x.x“
from client/build.gradle
retryingIntercept
method of class src/main/java/com/github/gotify/client/auth/OAuth
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details