1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-22 13:52:58 +00:00

Sync now: add a toast to give feedback about nothing to sync

SmsSyncAdapter: make android studio happy

Drop .observers.SmsObserverService which is unused
This commit is contained in:
Loic Blot
2016-08-29 00:31:44 +02:00
parent 08b54f8aa0
commit c934f0deeb
6 changed files with 15 additions and 13 deletions
+1
View File
@@ -171,5 +171,6 @@
<string name="restore_all_messages">Restore all messages</string>
<string name="account_actions">Account actions</string>
<string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance.</string>
<string name="nothing_to_sync">There is nothing to sync.</string>
</resources>
+1
View File
@@ -158,4 +158,5 @@
<string name="restore_all_messages">Restaurer tous les messages</string>
<string name="account_actions">Actions du compte</string>
<string name="error_connection_failed_not_found">Echec de connexion, le serveur a retourné 404 NON TROUVE. Assurez vous d\'avoir spécifié la bonne URL.</string>
<string name="nothing_to_sync">Il n\'y a rien à synchroniser.</string>
</resources>
+1
View File
@@ -206,4 +206,5 @@
<string name="restore_all_messages">Restore all messages</string>
<string name="account_actions">Account actions</string>
<string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance.</string>
<string name="nothing_to_sync">There is nothing to sync.</string>
</resources>