mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-22 15:26:24 +00:00
Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App
This commit is contained in:
commit
cd59b6ad5c
@ -52,3 +52,7 @@ https://github.com/nerzhul/ownCloud-SMS-App/issues
|
|||||||
And for the server app here:
|
And for the server app here:
|
||||||
|
|
||||||
https://github.com/nerzhul/ocsms/issues
|
https://github.com/nerzhul/ocsms/issues
|
||||||
|
|
||||||
|
## Developpers
|
||||||
|
|
||||||
|
You can found our continuous integration here: http://jenkins.unix-experience.fr/job/ownCloud%20SMS%20%28Android%29/
|
||||||
|
@ -53,7 +53,6 @@ public class ConnectivityChanged extends BroadcastReceiver implements ASyncTask
|
|||||||
|
|
||||||
// Now fetch messages since last stored date
|
// Now fetch messages since last stored date
|
||||||
JSONArray smsList = new SmsFetcher(context).bufferizeMessagesSinceDate(lastMessageSynced);
|
JSONArray smsList = new SmsFetcher(context).bufferizeMessagesSinceDate(lastMessageSynced);
|
||||||
Log.d(TAG,"smsList " + smsList.toString());
|
|
||||||
|
|
||||||
if (smsList != null) {
|
if (smsList != null) {
|
||||||
new SyncTask(context, smsList).execute();
|
new SyncTask(context, smsList).execute();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user