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

Commit bdca7994 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Fastlane folder

parent cdf7a7c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ android {
        minSdkVersion 21
        targetSdkVersion 30

        versionCode 7
        versionName "1.2.0"
        versionCode 8
        versionName "1.2.1"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

+2 −0
Original line number Diff line number Diff line
* First F-Droid version
+17 −0
Original line number Diff line number Diff line
Send notifications to your phone from any Bash or PowerShell script, or from your own app using PUT/POST requests, e.g. via curl on Linux or Invoke-WebRequest.

Ntfy is an Android client for https://ntfy.sh, a free and open source HTTP-based pub-sub service. You can subscribe to topics in this app, and then publish messages via a simple HTTP API.

Uses:
* Notify yourself when a long-running process is done
* Ping your phone when a backup has failed
* Alerts when someone logs into your server

Example:

$ curl -d "Your backup is done" ntfy.sh/mytopic

Find more examples and usage instructions here:
⭐ Website: https://ntfy.sh
⭐ GitHub (server): https://github.com/binwiederhier/ntfy
⭐ GitHub (Android app): https://github.com/binwiederhier/ntfy-android
+88.2 KiB
Loading image diff...
+33.1 KiB
Loading image diff...
Loading