Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Conversation

@ShareASmile
Copy link
Owner

@ShareASmile ShareASmile commented Jun 23, 2024

What is it?

  • Bug fix (user facing)
  • Feature (user facing)
  • Code base improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • it introduces MediaSessionPlayerUi, moving more code out of the Player, and fixes various serious issues related to the player notification and the media session. I tried to put as much info as possible in commit messages and comments, so that it is simpler to debug and git blame.

    Some useless classes were removed
    MediaSessionCallback and PlayerMediaSession was just a wrapper for some player functions (half of which used in one place, half in another), but it didn't make any sense not to use the player instance directly bca9543
    All of MediaSessionManager was moved in MediaSessionPlayerUi
    -- Author:- Stypox

Testing apk

debug.zip

Agreement

ShareASmile and others added 10 commits June 23, 2024 06:01
it introduces MediaSessionPlayerUi, moving more code out of the Player, and fixes various serious issues related to the player notification and the media session. I tried to put as much info as possible in commit messages and comments, so that it is simpler to debug and git blame.

    Some useless classes were removed
        MediaSessionCallback and PlayerMediaSession was just a wrapper for some player functions (half of which used in one place, half in another), but it didn't make any sense not to use the player instance directly bca9543
        All of MediaSessionManager was moved in MediaSessionPlayerUi

Co-Authored-By: Stypox <[email protected]>
Co-Authored-By: Stypox <[email protected]>
Co-Authored-By: Stypox <[email protected]>
fix channel content not loading giving parsing exception could not load channel id
@ShareASmile ShareASmile changed the base branch from flora to dev July 14, 2024 10:27
ShareASmile and others added 2 commits July 14, 2024 16:19
…eams

Some services may only have video streams and no separate audio streams available.
This commit will add audio background playback support for those services.
It uses the video source as audio source for background playback.

Co-Authored-By: evermind-zz <[email protected]>
Repository owner deleted a comment from Baltazar500 Jul 20, 2024
Repository owner deleted a comment from Baltazar500 Jul 20, 2024
Repository owner locked and limited conversation to collaborators Jul 24, 2024
@ShareASmile ShareASmile deleted the branch dev March 14, 2025 13:24
@ShareASmile ShareASmile reopened this Mar 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants