Merge branch 'master' into kotlin-rewrite
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<string name="websocket_closed_logout">Please login, the authentication token isn\'t valid anymore.</string>
|
||||
<string name="websocket_closed">Connection closed</string>
|
||||
<string name="grouped_message">Received %d messages while being disconnected</string>
|
||||
<string name="delete_all">Clear messages</string>
|
||||
<string name="delete_all">Delete all messages</string>
|
||||
<string name="delete_app">Delete application</string>
|
||||
<string name="error_delete_app">Could not delete this app</string>
|
||||
<string name="delete_logs">Delete logs</string>
|
||||
@@ -62,7 +62,7 @@
|
||||
<string name="no_certificate_selected">No certificate selected</string>
|
||||
<string name="remove_ca_certificate">Remove CA Certificate</string>
|
||||
<string name="warning">Warning</string>
|
||||
<string name="http_warning">Using http is insecure and it\'s recommend to use https instead. Use your favorite search engine to get more information about this topic.</string>
|
||||
<string name="http_warning">Using HTTP is insecure and it\'s recommend to use HTTPS instead. Use your favorite search engine to get more information about this topic.</string>
|
||||
<string name="i_understand">I Understand</string>
|
||||
<string name="connection">%s@%s</string>
|
||||
<string name="no_messages_yet">There are no messages, yet.\nSend a message to Gotify\nand it will appear here.</string>
|
||||
|
||||
5
fastlane/en-US/full_description.txt
Normal file
5
fastlane/en-US/full_description.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Gotify is a service for sending and receiving push notifications.
|
||||
|
||||
This app subscribes to gotify/server and creates push notifications for incoming messages.
|
||||
|
||||
Note: A self-hosted gotify/server is required for this app to work.
|
||||
BIN
fastlane/en-US/images/featureGraphic.png
Normal file
BIN
fastlane/en-US/images/featureGraphic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
fastlane/en-US/images/icon.png
Normal file
BIN
fastlane/en-US/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
fastlane/en-US/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/en-US/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
BIN
fastlane/en-US/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/en-US/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
BIN
fastlane/en-US/images/phoneScreenshots/3.png
Normal file
BIN
fastlane/en-US/images/phoneScreenshots/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
BIN
fastlane/en-US/images/phoneScreenshots/4.png
Normal file
BIN
fastlane/en-US/images/phoneScreenshots/4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
1
fastlane/en-US/short_description.txt
Normal file
1
fastlane/en-US/short_description.txt
Normal file
@@ -0,0 +1 @@
|
||||
A client for receiving push notifications
|
||||
1
fastlane/en-US/title.txt
Normal file
1
fastlane/en-US/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Gotify
|
||||
1
fastlane/en-US/video.txt
Normal file
1
fastlane/en-US/video.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://raw.githubusercontent.com/gotify/android/master/app.gif
|
||||
Reference in New Issue
Block a user