-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [FC-0047] Calendar synchronization (#330)
* feat: Created calendar setting screen * feat: CalendarAccessDialog * feat: NewCalendarDialog * fix: Fixes according to PR feedback * feat: Create calendar * fix: Fixes according to PR feedback * feat: Creating calendar * feat: Creating a calendar, tryToSyncCalendar logic, CalendarUIState, start CalendarSyncService * feat: CalendarSettingsView * feat: Removed calendar logic from course home, edit calendar dialog * feat: Add events to calendar * fix: Save CourseCalendarEventEntity to DB * feat: CoursesToSyncFragment UI * feat: All Calendar sync logic * feat: DisableCalendarSyncDialogFragment * refactor: Calendar repository refactoring, minor UI fixes * refactor: Calendar Manager refactor * fix: Fixes according to code review feedback * feat: Save calendar on logout, remove on different user login * feat: Notification for CalendarSyncWorker, junit test fix * feat: removeUnenrolledCourseEvents * feat: Calendar sync state on CourseDatesScreen * fix: Crash CoursesToSyncFragment in offline mode * fix: Fixes according to QA feedback * fix: Calendar Permission crash * fix: Fixes according to PR feedback
- Loading branch information
1 parent
6efdd76
commit 559c7e4
Showing
88 changed files
with
2,826 additions
and
882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.