-
Notifications
You must be signed in to change notification settings - Fork 34
Release 1.63 #324
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.63 #324
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
* fixed session start event for first launch * Reporting adaptive steps open to amplitude
* Update PromiseKit dependency * Promise(value:) -> .value() * Fix all compilation errors
* Create ExamEGERussian target * Setup pods for ExamEGERussian target * Add target compile sources files Add compile sources files to the ExamEGERussian target to be able to use Stepic API's. * Create configuration files Create: - Auth.plist - holds own the keys for performing API requests - Config.plist - contains API's endpoints URL's * Create user registration services Create: - UserRegistrationService - for anonymous user registration and login - UserSubscriptionsService - for managing user subscriptions preferences * Implement demo user registration * Refactor anonymous user registration process Create RootNavigationManager and assembly for services. * Test ServiceComponents creation * Test user registration * Test MainViewController instantiation * Support PromiseKit 6 * Move up ServiceComponentsAssembly's instance properties * Refactor rename UserRegistrationServiceError cases * Move user unregister from email logic to UserRegistrationService * Encrypt Auth.plist * Instantiate view controllers programatically - Delete Main.storyboard file - Create MainViewController.xib file - Create UIViewController from nib instantiation extensions * Replace UIViewController+fromNib extension usage with default initializer * Recover tests * Share registration with adaptive targets
* Podfile & MatchingQuizViewController * Refactor with SnapKit * Migration * Migration * Migration * Last migration part * multiple constraint fixes * Minor fixes * bottomMargin -> bottom * Fix sorting cell * Fix FLK constrain- methods
* Added new social auth error * some linter fixes
* added kotlin runnable samples + some linter fixes * Loading kotlin runnable script on demand
* invalidate intrinsic content size of UITableView after reload in fill blanks * Made Vlad happy
* Integrate SwiftLint into an ExamEGERussian target * Run swiftlint autocorrect * Add description for the XCTFail assertions
* added css with step content styles * Added HTMLProcessor * removed unused html files & working solution * removed HTMLBuilder * fixed text color * Rewrote api for injections * removed CookieTests until it is rewritten using mocks * beautiful renaming * vlad plz
* Remove .codebeatignore * Edit README
* Implement graph data structure Implement graph data structure using adjacency list. * Fix tests * Add graph tests * Create AdjacencyListGraph Create: - AbstractGraph - AdjacencyListGraph * Fix tests * Create GraphPathFinder GraphPathFinder implements iterative DFS algorithm. It also provides an API for searching connectivity between vertices. * Add GraphPathFinder tests * Resolve swiftlint violations
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.63 milestone
Main & Common
without emailsocial signup error #311Exam