Skip to content

wildgarden/AndroidCaldavSyncAdapater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aCalDAV

CalDAV Sync Adapter for Android forked from gggard/AndroidCaldavSyncAdapter See wiki for more information and server compatibility list (https://github.com/gggard/AndroidCaldavSyncAdapater/wiki)

Contents

Synchronize your Android phone with a CalDAV server like Baïkal

Please note

Currently, the active development is done in the fork eenswi/AndroidCaldavSyncAdapter Please report any issues there.

Build

Configure release

  1. Create gradle.properties from template _gradle.properties
  2. Modify gradle.properties with your settings

Enable Checkstyle, PMD, Findbugs

Uncomment

#apply from: '../config/quality/quality.gradle'

from aCalDAV/build.gradle Reports should be in aCalDAV/build/reports

Building the project

Requirements:

  • Android SDK
  • Gradle
  • Android Studio (optional)

apk files should be placed in aCalDAV/build/outputs/apk

Using Gradle

Navigate to the project root and run

'gradle build' for release

'gradle packageDebug' for debug release

Using AndroidStudio

Choose Import Project, choose ACalDAV Folder. If you get an error about unregistered Git Root, select Add Git root. More information on http://developer.android.com/sdk/installing/studio-build.html

Acknowledgements

This projects uses some open source projects like:

About

Caldav synch adapter for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 69.4%
  • XML 28.6%
  • XSLT 2.0%