Initial client working for MQTT push notifications.

This commit is contained in:
Vavassor 2017-05-16 22:19:34 -04:00
commit 6752d45d4b
8 changed files with 534 additions and 38 deletions

View file

@ -3,6 +3,7 @@
<string name="app_name" translatable="false">Tusky</string>
<string name="app_website" translatable="false">https://tusky.keylesspalace.com</string>
<string name="tusky_api_url" translatable="false">https://tuskynotifier.keylesspalace.com</string>
<string name="tusky_api_keystore_password" translatable="false">your_password_here</string>
<string name="oauth_scheme" translatable="false">oauth2redirect</string>
<string name="oauth_redirect_host" translatable="false">com.keylesspalace.tusky</string>