Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.14 KB

GM Calendar

Build Status

A mobile calendar for the Cologne University of Applied Sciences.

Preview

Todo

  • Testing
  • Proper error handling
  • English localization
  • Find a proper name for the App

Planned Features

  • Visual indicator for the upcomming class in the day and week view
  • Detail view for classes and lecturer
  • Possibility to customize your schedule
    • remove modules
    • add modules from past or upcomming semesters

Development

Using gradle wrapper for build and deployment: ./gradlew build (More information with ./gradlew tasks). Gradle will automatically download the necessary SDK versions, dependencies and build tools.

Coding with Android Studio (or IntelliJ)

Open build.gradle as project and it will creating a working *.iml file for Android Studio (or IntelliJ).

Coding with Eclipse

If you use Eclipse just add the eclipse plugin to the build.gradle file:

apply plugin: 'eclipse'