-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Course bars: Download videos to device and Select download quality ba…
…rs (#239) * chore: add videos downloading bar view * chore: add view and logic * chore: add progress to download data * chore: downloads view * chore: add strings and fix delete video notif * chore: add total progress for bar * chore: changes for no nested list flow * fix: showing all downloaded item if open from current course * fix: bar progress * chore: add large file alert and show all downloads in download view * chore: change logic and remove extra code * refactor: remove extra code * chore: remove extra code * chore: add course storage, refactor * chore: add new video formats * chore: and video to course block * chore: add new core data models * chore: download manager to async await * chore: add calculate total size download bar * chore: hide total if zero * chore: clean up and fix transparent downloads bar when scroll * chore: add new logic check is downloadable video * chore: add download quality view * chore: add select quality for download * chore: show alert about change download quality when downloading all videos * chore: remove extra and add strings * chore: remove empty line * chore: add cancel all download when move to background * chore: add resume downloading * fix: remaining count in bar * chore: add new logic get quality video * chore: remove extra code * chore: improve download quality names * chore: new logic * chore: update logic * chore: remove extra code * chore: remove extra * chore: change strings * chore: add string * chore: show remaining files in download bar * chore: verticals blocks downloadable count nested list * chore: count of files * chore: add disable download when offline * chore: remove empty line * chore: show delete file when offline * chore: add Untitled title to download cell view * fix: tests * chore: PR issues and add accessibility labels * chore: add accessibility identifiers * chore: move video download quality view and refactor * chore: add cancel all for course * chore: show large alert * chore: resolve PR comments * chore: resolve PR comments * chore: resolve PR comments * fix: tests * chore: resolve PR comments * chore: resolve PR commnets * chore: rename DownloadData to DownloadDataTask * chore: use app alert and tests * chore: add confirmation alert when deleting video * chore: remove empty line * chore: add strings * fix: line length * fix: repeat download * chore: add alert when disable downloading * chore: resolve PR commnets * chore: update pod version --------- Co-authored-by: Anton Yarmolenko <[email protected]>
- Loading branch information
1 parent
f4a19e0
commit a050bf0
Showing
64 changed files
with
5,432 additions
and
1,216 deletions.
There are no files selected for viewing
289 changes: 221 additions & 68 deletions
289
Authorization/AuthorizationTests/AuthorizationMock.generated.swift
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
4 changes: 3 additions & 1 deletion
4
Core/Core/Data/Persistence/CoreDataModel.xcdatamodeld/CoreDataModel.xcdatamodel/contents
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
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
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
Oops, something went wrong.