Android open source calendar
Go to file
daktak 72e5fe32f7 Update Android.mk (#98)
Update Android.mk
2016-11-05 17:31:12 +01:00
assets Add french translation... 2016-01-20 17:05:37 +01:00
extensions_src/com/android/calendar/extensions Make this build in Eclipse 2012-12-20 18:04:30 -08:00
external Add a black theme. Fixes #3 2016-10-30 08:29:28 +01:00
libs Add submodules 2013-10-26 18:15:21 +02:00
res Add a black theme. Fixes #3 2016-10-30 08:29:28 +01:00
src/com/android/calendar Add a black theme. Fixes #3 2016-10-30 08:29:28 +01:00
tests Fix for build breakage. 2013-04-02 12:59:44 -07:00
.classpath Make this build in Eclipse 2012-12-20 18:04:30 -08:00
.gitignore - Update gitignore 2015-09-04 14:59:54 +03:00
.gitmodules Update submodules links 2015-12-19 20:47:16 +03:00
Android.mk Update Android.mk (#98) 2016-11-05 17:31:12 +01:00
AndroidManifest.xml Release new 1.0.7 version 2016-11-01 17:00:45 +01:00
build.gradle Update build dependency versions 2016-04-17 17:13:48 +02:00
CleanSpec.mk Remove attendees list in edit event (chips only) 2011-08-05 11:39:31 -07:00
fix_strings_and_import.py Change package name. 2015-09-04 16:34:27 +03:00
ic_launcher-web.png - Update Gradle. 2015-08-23 18:13:38 +03:00
mkprojectfile Update eclipse build files 2012-12-11 17:12:04 -08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:18 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:18 -08:00
proguard.flags Fixed proguard flag 2013-04-03 11:41:03 -07:00
project.properties Fix project.properties 2013-10-26 18:22:18 +02:00
README.md Update README.md 2015-11-13 22:28:34 +01:00
settings.gradle Use gradle 2013-10-26 23:56:37 +02:00

![Etar Calendar](./assets/_pre_prod/Feature Graphic.png) #Etar Calendar Etar (from Arabic: إِيتَار) is an open source material designed calendar made for everyone!

Etar Calendar

##Why? Well, I wanted a simple, material designed and state of the art open source calendar that anyone can make it better.

##Special thanks

The application is an enhanced version of AOSP Calendar. Without the help of Free Software for Android team, this app would be just a dream. So thanks to them!

##Features

  • Month view.
  • Week, day & agenda view.
  • Uses Android calendar sync. Works with Google Calendar, Exchange, etc.
  • Material designed.
  • Agenda widget.

Contribute

Translations in Google Play app description

You can update/add your own language here. Also, all artwork files are available here

Build instructions

git submodule init
git submodule update

gradle build

How this was done