Releases: SRGSSR/pillarbox-android
Releases · SRGSSR/pillarbox-android
Player states
New Feature
Add support to create complexe compose player controls using States with PlayerViewModel
that expose player states as Flows.
Changes
- Use Moshi instead of Gson.
- AspectRatio nullable instead of 0.0f
- Remove subtitle from
PlayerSurface
Full Changelog: 0.1.1...0.2.0
Phase 2 System integration
This is the second alpha release for Pillarbox, with which SRG SSR content can be played, although with minimal features and no provided user interface. This pre-release is far from complete but can be used for early adoption in app prototypes.
Features
- MediaSession integration.
MediaSessionService
andMediaLibraryService
for background playback.- Basic Compose
PlayerSurface
.
Phase 1
This is the first alpha release for Pillarbox, with which SRG SSR content can be played, although with minimal features and no provided user interface. This pre-release is far from complete but can be used for early adoption in app prototypes.
Features
- A player which can play SRG SSR contents (videos and audios, on-demand and livestreams, protected or not).
- Playlist support.
- Basic view components (video view and slider) with which simple user interfaces can be built.