Tags: fabianehlert/htwcampus
Tags
Develop ➝ Master (#74) * Adds lecture hiding. Be careful, doesn’t work that good. * Updates gitignore * Removes Fabric * [Xcode 9.3] Update project settings * [Swift 4.1] Use compactMap * Use new Build System * Renames Meal Detail VC * Hide lecture hiding Hiding the lecture hiding UI for now. Needs rework. * Change version to 2.0.2 (7) * 👷♂️ Change Xcode version to 9.3 * Revert "[Swift 4.1] Use compactMap" This reverts commit 09ee499. * 👷♂️ Change Xcode version to 9.2 RxSwift does not properly support Swift 4.1 yet. * Update year in license * Makes Readme more attractive and informative * Adds ‘Questions’ section to Readme * Transform cell to identity for previewing * 👷♂️ Xcode 9.3 and Swift 4.1 Change HTWDD Generate Carthage phase * Use Carthage bootstrap over update * Adds new Screenshots * Fixes Layout issue in Settings on iPad * Round TextField corners * Update HTW-Impressum.html * Update HTW-Impressum.html * Changes support mail * Use self * Renaming * Removes tabs * Open schedule tab by tapping on Today Widget (#73) * Adds 'UITapGestureRecognizer' to Today Widget * Adds 'CFBundleURLSchemes' to Info.plist * Adds delegate method to open URL * Replaces application(_:open:sourceApplication:annotation:) * Adds public loadTab method to AppCoordinator * Use AppCoordinator to open correct tab * Delets files left from merge * Removes UIGestureRecognizerDelegate from TodayViewController * Adds URL extension and Component enum * Use URL extension and Component enum in TodayViewController, AppDelegate, AppCoordinator --- Will do some smaller adjustments on develop. * Style and naming * Improve Coordinator selection via url * Dismiss VC presented on TabBarVC when opening via url * Adds gesture recognizer to view instead of container * Introducdes scheduleToday route * Adds animated parameter to `jumpToToday` * Adds `jumpToToday` to ScheduleCoordinator * Use scheduleToday route from Today widget * Check if grade auth is correct We have no error handling when loading grades - so check if the data is correct when saving it