-
Notifications
You must be signed in to change notification settings - Fork 35
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
Release/1.43 #116
Merged
Merged
Release/1.43 #116
Conversation
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
* Removed available tags * removed appearance deprecation * updated version in podfile * fixed forceCustom WebControllerManager behaviour
* Added new navigation color * some UI fixes * Added dark navigation * Added StepikLabel to Courses, Sections and Units * Added StepikLabel to profile * Added new colour to course preview and discussions * Added new text colour to step web views * Fixed code quiz colours * Added new text colour to quizzes * Separated text colour from dark theme colour * search bar fixes & swiftlint autocorrection * Added shadow view in navigation support * Added dark icons to player * Added new colour download button assets * removed unnecessary comments * Fixed search bar layout bug * More color fixes * Added shadow to steps view * swiftlint autocorrections * Fixed certificates and downloads color * more colour fixes for choices, dots and video * Fixed menu titleColor bugs * fix for previous bug fix * Fixed UISearchBar controller push bug in FindViewController * swiftlint autocorrections * Changed HTMLParsingUtil iFrame detection * Added custom search & Fixed shadowView behavior Checked UI if it is iOS 11 compatible * Added Xcode 8 compatibility * Added StepikLabels everywhere in the main app * Fixed colors in write comment controller * replaced method UIColors with properties * Removed StepikLabel auto generated comments * Removed 'Color' from UIColor constants * Added IBInspectable and IBDesignable to StepikLabel & CustomSearchBar * Added NibInitializableView * swiftlint autocorrections * Made ArtView NibInitializableView * More NibInitializableViews * swiftlint * moved UI elements to different folder * added mainText color parameter to HTMLStringBuilder * minor * Refactored navigation shadow to method inside StyledNavigationController * Added text colour to config
* Render avatar images in main thread * Fix placeholder
* Fixed dark colors in config * Made tab bars configurable via Config.plist * swiftlint * added downloads navigation to profile * Added some iOS 11 workarounds for jumping tableview * Fixed margins for title content cell for iOS 11 * fixed search bar text bug * Added profile tab image * Updated FLKAutoLayout pod * commented #available iOS 11 code * TitleContentExpandableMenuBlockTableViewCell title to 0 lines
* Add redesigned controllers * Add navigation * Add social auth presenter * Rename method * Add email auth presenter * Add registration presenter * Add terms of service links * Handle 'Return' key click * Drop error on rotation * Add analytics * Fix existing email feature * Update bottom buttons leading and trailing constraint * Add L10n * Remove unused files * Add pod version * Change 'Return' key types * Fix UIKit dependency & AuthTextField * Add StepikLabel & use colors from UIColorExtensions
* Changed CodeTextView type to remove quotes autocorrection * Fixed Code Quiz unneeded text rendering * removed more unnecessary code textview text assignments
* Scroll to button for last textfield * Fix empty session while registration * Set default value when did disappear
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.43 milestone
Main & Common