-
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.56 #265
Merged
Merged
Release 1.56 #265
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
* Remove simulator clearing before tests * Fix Kanna builds * Fix Kanna builds * Set Kanna version * Force repo-update * Add run phase again * Run script only when installing
* Add keywords * Move words for autocomplete to plist file
* Play video in background * Add remote config * Forbid command center * Add tooltip * Revert manual signing in pbxproj
* Added APIEndpoint inheritance to all network classes * working implementation * working adapter * Updated JSONSerializable & added generic update() method * More update refactoring * Added generic delete request * Added create() method * Create comment reworked * Added views create() method * minor * refactored create() for attempts and submissions * Added retrieve() for one object by id * Added retrieve with parameters * minor * Added retrieve() with fetch to NotificationsAPI * minor * Refactored UnitsAPI * multiple fixes * Refactored UserActivitiesAPI * Refactor DiscussionProxiesAPI * Refactored getObjectsByIds * Refactored CommentsAPI * Added deprecations to CommentsAPI * Added default implementation of async fetch using DatabaseFetchService * fixed GET requests & added deprecations to CoursesAPI * Refactored CertificatesAPI * Refactored CourseListsAPI * Refactored NotificationsStatusesAPI * fixed formatting * Removed some checkToken() calls * Fixed JSONSerializables * AsyncFetchService -> DatabaseFetchService * Cleaned up UserActivitiesAPI * minor format * fixed force unwrap * Removed forced unwraps * Renamed IdType & some more * Added CoreDataRepresentable protocol for IdType of IDFetchable * fixed "Submit" localization * Deleted not passing tests file * minor
* Make step field in DiscussionsViewController optional * Update comment view in VideoStepViewController * Edit comment
* New placeholder view * Add UITableView subclass with placeholders support * Add more placeholders * Add L10n * Some fixes * Vector assets in PDF * Use updated empty state in notifications * Use updated empty state in downloads * Hide image container when image is nil * Add hideable button * Add loading state to StepikTableView * Add StepikViewController & anonymous state for certificates * Remove old placeholders & empty states: certificates * Add retry action for certificates placeholder * Remove old placeholders & empty states: discussions * Remove old placeholders & empty states: profile * Remove old placeholders & empty states: sections * Remove old placeholders & empty states: units * Remove DZNEmptyDataSet from dependencies * Remove old placeholders & empty states: quiz * Subclass -> protocol * Remove old placeholders & empty states: notifications * Rename file & remove unused code * Remove old placeholders & empty states: card steps * Remove old placeholders & empty states: course select (adaptive) * Remove PlaceholderView * Fix placeholder visibility * Fix placeholder updates * Remove internal modificator
* Fix sections loading state * Fix units loading state * Add row deselect * Fix footerView restore
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.56 milestone
Main & Common