Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
README.md 1.17 KiB
Newer Older
# ntfy Android App
Philipp Heckel's avatar
Philipp Heckel committed
This is the Android app for [ntfy](https://github.com/binwiederhier/ntfy) ([ntfy.sh](https://ntfy.sh)).
Philipp Heckel's avatar
Philipp Heckel committed
## Current limitations
* The app on the Play store only works with ntfy.sh, not with other hosts, due to the fact that background services in 
  Android are pretty much impossible to implement.
## License
Made with ❤️ by [Philipp C. Heckel](https://heckel.io), distributed under the [Apache License 2.0](LICENSE).
Philipp Heckel's avatar
Philipp Heckel committed
Thank you to these fantastic resources:
* [RecyclerViewKotlin](https://github.com/android/views-widgets-samples/tree/main/RecyclerViewKotlin) (Apache 2.0)
* [Just another Hacker News Android client](https://github.com/manoamaro/another-hacker-news-client) (MIT)
Philipp Heckel's avatar
Philipp Heckel committed
* [Android Room with a View](https://github.com/googlecodelabs/android-room-with-a-view/tree/kotlin) (Apache 2.0)
* [Firebase Messaging Example](https://github.com/firebase/quickstart-android/blob/7147f60451b3eeaaa05fc31208ffb67e2df73c3c/messaging/app/src/main/java/com/google/firebase/quickstart/fcm/kotlin/MyFirebaseMessagingService.kt) (Apache 2.0)
Philipp Heckel's avatar
Philipp Heckel committed
* [Designing a logo with Inkscape](https://www.youtube.com/watch?v=r2Kv61cd2P4)
Thanks to these projects for allowing me to copy-paste a lot.