Fastlane folder
|
@ -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
fastlane/metadata/android/en-US/changelog/8.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* First F-Droid version
|
||||
|
17
fastlane/metadata/android/en-US/full_description.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
BIN
fastlane/metadata/android/en-US/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg
Normal file
After Width: | Height: | Size: 628 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg
Normal file
After Width: | Height: | Size: 276 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/5.jpg
Normal file
After Width: | Height: | Size: 334 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/6.jpg
Normal file
After Width: | Height: | Size: 344 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Send notifications to your phone from any script using PUT/POST requests
|
1
fastlane/metadata/android/en-US/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ntfy - PUT/POST to your phone
|