1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 07:05:41 +00:00

Misc fixes and sync on connectivity works.

* Export connectivity monitor.
* Sync works properly when data was available, but we need to find why
there is more messages than we need when we get them.
* add missing files
This commit is contained in:
Loïc Blot (@U-Exp)
2014-12-12 17:22:16 +01:00
parent f588a1ccb1
commit b3710b2e79
12 changed files with 289 additions and 105 deletions
+13
View File
@@ -0,0 +1,13 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="fr.unix_experience.owncloud_sms.MainActivity" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never"/>
<item android:id="@+id/sync_now" android:title="@string/sync_now"></item>
</menu>