Git Product home page Git Product logo

xabolcs / calendar-import-export Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sufficientlysecure/calendar-import-export

0.0 2.0 0.0 16.24 MB

This app allows you to import/export ics files to your calender without using google synchronization services.

Home Page: http://sufficientlysecure.org/android

License: GNU General Public License v3.0

Java 97.55% Python 2.13% Shell 0.32%

calendar-import-export's Introduction

Calendar Import/Export

This app allows you to import/export your calendars using ics files without using Google synchronization services.

For more information, see http://sufficientlysecure.org/android/.

| Google Play | F-Droid |

Build

Prerequisites

  1. Run the Android SDK Manager (shell command: android)
  2. Expand the "Extras" directory and install "Android Support Repository", "Android Support Library" and "Google Repository".
  3. Make sure the ANDROID_HOME environment variable is set and points to your Android SDK install directory (shell command export ANDROID_HOME=~/AndroidSDK/)
  4. Make sure the Android SDK directories "platform-tools", and "tools" are in your PATH (shell command export PATH="$ANDROID_HOME/platform-tools/:$ANDROID_HOME/tools/:$PATH)

Build with Gradle

  1. Run the Gradle wrapper (shell commands ./gradlew build, ./gradlew clean etc)
  2. Run ./gradlew --help for help and ./gradlew tasks for a list of available build tasks
  3. If needed, edit "CalendarImportExport/build.gradle" to change the "compileSdkVersion" and/or "buildToolsVersion" numbers to match what you installed using the SDK Manager
  4. If needed, edit "CalendarImportExport/build.gradle" to change the "com.android.support:support-v4" version number to match the version of "Android Support Library" you installed using the SDK Manager

Build with Android Studio

  1. Start Android Studio
  2. Choose the "Import project" option.
  3. Select the "build.gradle" file in this directory and click OK.
  4. Once imported, use the build action from the "Build" menu.

Contribute

Fork the git repository, make changes and submit a pull request with the details.

Bugs

Bugs can be raised at Github.

Translations

Translations can be submitted at Transifex.

Coding Style

Code

  • Indentation: 4 spaces, no tabs
  • Maximum line width for code and comments: 100
  • Opening braces don't go on their own line
  • Field names: Non-public, non-static fields start with m.
  • Acronyms are words: Treat acronyms as words in names, yielding !XmlHttpRequest, getUrl(), etc.

See http://source.android.com/source/code-style.html

XML

  • XML Maximum line width 999
  • XML: Split multiple attributes each on a new line
  • XML: Indent using spaces with Indention size 4

See http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/

Licenses

Calendar Import/Export is licensed under the GPL v3+. The file LICENSE includes the full license text.

Details

Calendar Import/Export is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Calendar Import/Export is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Calendar Import/Export. If not, see http://www.gnu.org/licenses/.

Libraries

Images

calendar-import-export's People

Contributors

jgriffiths avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.