venkatesh-sivaraman / FireRoad-Android

Android version for the MIT course planner app.
MIT License
2 stars 0 forks source link

Added support for adding schedules to google calendar #21

Open liuric opened 4 years ago

liuric commented 4 years ago

Right now it prompts the user each time for the specific account and the start and end dates (inclusive)

Refactored to AndroidX from android support libraries (it wouldn't compile otherwise, not sure why) Added pinch-to-zoom to scheduleFragment, but is currently quite glitchy