Skip to content

Commit

Permalink
Merge pull request #73 from webOS-ports/Garfonso/work
Browse files Browse the repository at this point in the history
0.3.29
  • Loading branch information
Garfonso committed Apr 28, 2015
2 parents 7606e70 + 4e1446d commit 7b13c28
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
0.3.29:
o fixed: Sync was not working anymore in 0.3.28.
2015-04-28: Achim Königs <garfonso@mobo.info>

0.3.28:
o fixed: LuneOS could not create Google accounts anymore.
o fixed: Under some circumstances allday events could not be synced to google
Expand Down
2 changes: 1 addition & 1 deletion package/packageinfo.json
Expand Up @@ -2,7 +2,7 @@
"id": "org.webosports.cdav",
"package_format_version": 2,
"loc_name": "C+DAV synergy connector",
"version": "0.3.28",
"version": "0.3.29",
"vendor": "WebOS Ports - Stefan Schmidt",
"vendorurl": "www.webos-ports.org",
"app": "org.webosports.cdav.app",
Expand Down
14 changes: 7 additions & 7 deletions service/javascript/assistants/syncassistant.js
Expand Up @@ -498,14 +498,14 @@ var SyncAssistant = Class.create(Sync.SyncCommand, {
uri: home,
remoteId: home
});
} else {
Log.log("Could not get remote folders. Skipping down sync.");
future.result = {
more: false,
entries: []
};
return future;
}
} else {
Log.log("Could not get remote folders. Skipping down sync.");
future.result = {
more: false,
entries: []
};
return future;
}

entries = ETag.parseEtags(rFolders, localFolders, this.currentCollectionId, this.SyncKey, "uri");
Expand Down
2 changes: 1 addition & 1 deletion service/javascript/version.js
@@ -1 +1 @@
var PackageVersion = "0.3.28";
var PackageVersion = "0.3.29";

0 comments on commit 7b13c28

Please sign in to comment.