Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Enns committed Feb 27, 2015
2 parents d222bcf + 7b3502b commit d359569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ACalDAV/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.we.acaldav"
android:versionCode="3"
android:versionCode="002"
android:versionName="0.0.2">

<uses-sdk
Expand Down
13 changes: 0 additions & 13 deletions ACalDAV/CHANGELOG

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,8 @@ public boolean createAndroidEvent(DavCalendar androidCalendar)
Uri uri = this.mProvider.insert(asSyncAdapter(Events.CONTENT_URI, this.mAccount.name,
this.mAccount.type), this.ContentValues);

if(uri ==null){
throw new ParserException((int)this.getAndroidCalendarId());
if (uri == null) {
throw new ParserException((int) this.getAndroidCalendarId());
}
this.setAndroidEventUri(uri);

Expand Down

0 comments on commit d359569

Please sign in to comment.