Skip to content

dartero-projects/AndroidCaldavSyncAdapater-ennswi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aCalDAV

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

APK file

https://f-droid.org/app/de.we.acaldav

Donate

Bitcoin

1Bp9m7MxLmjVgzkwWJkajQgyGXzPuYCRqX

PayPal

PayPal

Contents

Synchronize your Android phone with a CalDAV server like Baïkal or owncloud. The sync address for owncloud you have to enter in the app is http://your_server_ name/owncloud/remote.php/caldav/calendars

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.3%
  • XSLT 2.7%