-
Notifications
You must be signed in to change notification settings - Fork 3
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
Downloaded content changes #4
Conversation
Added @stoletheminerals for security/privacy concerns |
src/main/java/com/brave/playlist/playback_service/VideoPlaybackService.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@deeppandya does that PR have anything new or what the actual changes? As from what I see it's basically some kind of a rebase of old commits. Do we need to review everything or just certain commits? |
@SergeyZhukovsky I have changed the implementation to work with his content differently. This kotlin module is mainly for the UI and player interaction. I would be better if you can briefly go over the changes as I have changed almost every files with new changes. I am sorry for the trouble but there is no easy way for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
BottomSheet UI Fixes Exoplayer Added.
Finish flow from the web page to player
Update interaction Remove activities and create fragments instead Update existing code to work with rename functionality
Update option icons Add option to delete playlist
Address notification changes for android12,13
Add cast with platlist Add media session deps Update code for all playlists
Add check for expire content Add playlist menu onboarding Update playlist options enums
Set default plalist update Update menu interactions Resolve full screen UI Rename playlist option Online/Offline mode update
Update move/copy functions Update behavioural changes
Update default playlist behaviour
Update thumbnail images Update onboarding text Update strings based on feedback Update utils Format code
Resolve filesize Refactor code Rempove json dependency Refactor code
Add local db update few behavioural changes
Update onboarding code Resolve playback service issue Update tablet UI Resolve double playback issue Remove currently playes song Update changes for playlist service Update player notification adapter Update playlist icon tint
Update icon tint for light mode Add tint to current playing item Update onboarding Add exoplayer hls dependency Add HLS support
Update minor ui changes Update gradle file for aar signing Update private variables Remove commented code
Apply changes to hide playlist button Update tint color for hide icon
Address security concerns Add newline Address PR comments
Add test HLS to assets Update warnings
Update hlsMediaPath after download Update existing changes with hls file
Resolve rebase issue with requireActivity on back press
Resolve media session issue
Reformat code Remove offline option form playlist item swipe
Update onboarding rounded bg
Refactor and remove unused commented changes
Update player bottom sheet behaviour
Add schema location
Changes related to delete while playing
cd21306
to
2c85d00
Compare
No description provided.