Android
An app for creating push notifications for new messages posted to gotify/server.
Install / Use
/learn @gotify/AndroidREADME
Gotify Android

<img align="right" src="app.gif" width="250" />
Gotify Android connects to gotify/server and shows push notifications on new messages.
Features
- show push notifications on new messages
- view and delete messages
Installation
Download the apk or get the app via F-Droid or Google Play.
<img src="https://play.google.com/intl/en_gb/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" width="150" /> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="150"/> <img src="download-badge.png" alt="Get it on F-Droid" width="150"/>
Google Play and the Google Play logo are trademarks of Google LLC.
Disable battery optimization
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.
- Open "Settings"
- Search for "Battery Optimization"
- Find "Gotify" and disable battery optimization
See also https://dontkillmyapp.com for phone manufacturer specific instructions to disable battery optimizations.
Minimize the Gotify foreground notification
Only possible for Android version >= 8
The foreground notification showing the connection status can be manually minimized to be less intrusive:
- Open Settings -> Apps -> Gotify
- Click Notifications
- Click on
Gotify foreground notification - Toggle the "Minimize" option / Select a different "Behavior" or "Importance" (depends on your Android version)
- Restart Gotify
Message Priorities
| 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 |
Building
Use Java 17 and execute the following command to build the apk.
$ ./gradlew build
Update client
- Run
./gradlew generateSwaggerCode - Delete
client/settings.gradle(client is a gradle sub project and must not have a settings.gradle) - Delete
repositoriesblock fromclient/build.gradle - Delete
implementation "com.sun.xml.ws:jaxws-rt:x.x.x“fromclient/build.gradle - Insert missing bracket in
retryingInterceptmethod of classsrc/main/java/com/github/gotify/client/auth/OAuth - Commit changes
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License - see the LICENSE file for details
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
