Skip to content
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

Feat: Download all videos together #234

Merged
merged 20 commits into from
Feb 25, 2024

Conversation

dixidroid
Copy link
Contributor

Added the option to download all videos at once on the video tab.

Screen_Recording_20240215_103911_OpenEdX.mp4

Comment on lines 83 to 87
val title = stringResource(
id = if (viewModel.getQualityType() == VideoQualityType.Streaming)
R.string.core_video_streaming_quality else
R.string.core_video_download_quality
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Difficult to read construction.
Not required, but else could be moved to a separate line.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@volodymyr-chekyrta
Copy link
Contributor

Not sure about moving ProfileNotifier to the core module.
Could you please explain the purpose of doing this? Some event needs to be consumed outside of the profile?

@k1rill k1rill merged commit 8f6aaf4 into openedx:develop Feb 25, 2024
3 checks passed
@dixidroid dixidroid linked an issue Mar 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants