Fix timezones
7 files changed
tree: 1efe0344dbe242275d11e587dc409f74e0cedfcc
  1. assets/
  2. extensions_src/
  3. external/
  4. libs/
  5. res/
  6. src/
  7. tests/
  8. .classpath
  9. .gitignore
  10. .gitmodules
  11. Android.mk
  12. AndroidManifest.xml
  13. build.gradle
  14. CleanSpec.mk
  15. fix_strings_and_import.py
  16. mkprojectfile
  17. MODULE_LICENSE_APACHE2
  18. NOTICE
  19. proguard.flags
  20. project.properties
  21. README.md
  22. settings.gradle
README.md

Some people do not have the open source calendar from AOSP and are forced to use either the proprietary Google Calendar from Google Play or the shipped crippled calendar from e.g. Samsung.

I made a repository to build the AOSP calendar without the need to build the whole Android OS. It has a different package name to prevent conflicting with “com.android.calendar”.

Build instructions

git submodule init
git submodule update

gradle build

How this was done