-
Notifications
You must be signed in to change notification settings - Fork 35
Release 1.70 #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.70 #388
Conversation
This file contains hidden or 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
* Enable landscape orientation & fix iPhone X landscape * Fix black space
* removed social auth split test * removed localization
* Setting ab test group after launch & Added auth after onboarding ab * removed unnecessary synchronize() call * fixes & default behaviour for not participating users * removed group extension
* Fix waiting state dismiss order * Fix catch dismiss * Blocking loader only for async action
* Add todos * Update code structure for NotificationRegistrator * Update code structure for NotificationPermissionManager * Fix unregister for NotificationRegistrator * Update code structure of the AppDelegate * Add space between lines * Format code * Create NotificationService * Format scheduleNotificationWith of the PersonalDeadlineNotificationsManager * Handle personal deadlines * Return default property name * Introduce LocalNotificationService & LocalNotificationContentProvider Create LocalNotificationService for managing, scheduling and getting local notifications. * Integrate notification service with local notification service * Make route for DeepLinkRoutingService using Route enum * Add home route to DeepLinkRoutingService * Init TabBarRouter using enum * Route streak local notifications * Run swiftlint autocorrect * Update available messages * Notification service add remove identical condition * Create NotificationService+PersonalDeadline * Delete PersonalDeadlineNotificationsManager * Use NotificationService with PersonalDeadlineManager * Refactor rename NotificationService -> NotificationsService * Move NotificationService+PersonalDeadline to the Personal Deadlines group * Create PersonalDeadlineLocalNotificationContentProvider * Move NotificationService+Streak to the StreakNotificationsControl group * Create StreakLocalNotificationContentProvider * Refactor rename LocalNotificationService -> LocalNotificationsService * Extension LocalNotificationContentProvider with default implementations * Fix epic bug * Rollback support below iOS 12.0 * Route personal deadline local notifications * Migrate local notifications * Resolve remote notifications * Route remote notifications of type notifications * Remove local notifications on logout * Handle achievement progresses remote notifications * Revert changes for NotificationPermissionManager and NotificationRegistrator * Revert changes for NotificationPermissionStatus * Revert changes for PersonalDeadlineManager * Remove debug code * Support Swift 3 * Simplify Route for course * Remove synchronize usages * Report session start with notification type * Report foreground notifications received * Remove obsolete available * Add fixes * Use self keyword * Add fixes * Fix tab bar routing * Refactor rename NotificationsService.Key -> NotificationsService.PayloadKey
* Support issued certificate notification
SunInJuly
approved these changes
Oct 19, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
вроде все в порядке!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 1.70 milestone
Main & Common