Android app for ntfy.sh https://f-droid.org/packages/io.heckel.ntfy/

Philipp Heckel 3abd0b3da9 All the things; this should be it 2 years ago
app 3abd0b3da9 All the things; this should be it 2 years ago
assets 3abd0b3da9 All the things; this should be it 2 years ago
fastlane 3abd0b3da9 All the things; this should be it 2 years ago
gradle ccdb5e741e Initial commit based on original flower example 3 years ago
.gitignore 45389bf884 Gitignore 3 years ago
LICENSE ccdb5e741e Initial commit based on original flower example 3 years ago
README.md 1b88d5d006 Update README.md 2 years ago
TESTING.md c163e6e96e Testing 3 years ago
build.gradle 80781821a8 Move to SDK 31; upgrade libs 2 years ago
gradle.properties ccdb5e741e Initial commit based on original flower example 3 years ago
gradlew ccdb5e741e Initial commit based on original flower example 3 years ago
gradlew.bat ccdb5e741e Initial commit based on original flower example 3 years ago
settings.gradle 18787d36e4 Change name 3 years ago

README.md

ntfy Android App

This is the Android app for ntfy (ntfy.sh). It is available in the Play Store.

Releases

You can find the app in F-Droid or the Play Store, or as .apk files on the releases page.

Build

Building without Firebase (F-Droid flavor)

Without Firebase, you may want to still change the default app_base_url in strings.xml if you're self-hosting the server. Then run:

# To build an unsigned .apk (app/build/outputs/apk/fdroid/*.apk)
./gradlew assembleFdroidRelease

# To build a bundle .aab (app/fdroid/release/*.aab)
./gradlew bundleFdroidRelease

Building with Firebase (FCM, Google Play flavor)

To build your own version with Firebase, you must:

  • Create a Firebase/FCM account
  • Place your account file at app/google-services.json
  • And change app_base_url in strings.xml
  • Then run:

    # To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
    ./gradlew assemblePlayRelease
    
    # To build a bundle .aab (app/play/release/*.aab)
    ./gradlew bundlePlayRelease
    

License

Made with ❤️ by Philipp C. Heckel, distributed under the Apache License 2.0.

Thank you to these fantastic resources: