Lets you add calendars to the Calendar app, which are not synchronized and are accessible only on the device itself. Create the calendar in this app and it will then be available in the Calendar app.
Works on Android >= 2.2 using https://github.com/dschuermann/android-calendar-compatibility
see http://www.sufficientlysecure.org/android/
- Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
- Open the Android SDK Manager (shell command:
android
). Expand the Extras directory and install "Android Support Repository" - Export ANDROID_HOME pointing to your Android SDK
- Download Android Support Repository, and Google Repository using Android SDK Manager
- Execute
./gradlew build
Fork Offline Calendar and do a Pull Request. I will merge your changes back into the main project.
All Android Library projects are under "libraries".
- 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 Maximum line width 999
- XML: Split multiple attributes each on a new line (Eclipse: Properties -> XML -> XML Files -> Editor)
- XML: Indent using spaces with Indention size 4 (Eclipse: Properties -> XML -> XML Files -> Editor)
See http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/
Offline Calendar is licensed under the GPLv3+.
The file LICENSE includes the full license text.
Offline Calendar 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.
Offline Calendar 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 Offline Calendar. If not, see http://www.gnu.org/licenses/.
-
Holo ColorPicker
https://github.com/LarsWerkman/HoloColorPicker
Apache License v2 -
android-calendar-compatibility
https://github.com/dschuermann/android-calendar-compatibility
Apache License v2
- icon.svg
Based on Tango Icon Library
http://tango.freedesktop.org/
Public Domain (Tango Icon Library)