Skip to content

v3.3.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 06:43
· 24 commits to master since this release
e4e446a

What's Changed

[[FEAT] Integrated NowPlaying

  • Created NowPlaying class to manage current playing media state.
  • Emits state changes via broadcast to improve app/code quality by providing a single source of truth.
  • Enhances app performance as it eliminates waiting for initial update from Playback.kt.

[REFACTOR] Moved widgets package to the main app package.

[FEAT] Added Chronometer.kt.

  • Enables timer creation without refreshing notifications.

[FEAT] Implemented GoldenDust.kt and other app widgets using new technique.

  • Replaced controller with Widget Update Intent for improved speed and resource efficiency.
  • This will also be used for implementing app home screen widgets and other in-app widgets.

[FEAT] Added stability_config.conf.

  • Provides stability to non-app classes.

[CHORE] Updated compose to version 1.8.0-alpha07.

Full Changelog: v3.1.2...v3.3.0-alpha