Audiofy Versions Save

▶ Simple and lightweight, yet polished and powerful Android Audio/Video player based on ExoPlayer, Media3 and Jetpack Compose

v2.10.0-alpha01

2 months ago

What's Changed

[FEAT][FIX] Added Dynamic Feature Module for Media File Playback

  • Removed proguard-android-optimize from build.gradle.kts of codex as gradle reported error while building the app.

  • This change introduces a new dynamic feature module named codex. This module enhances the app's capabilities by enabling the playback of media files that are not natively supported by the device. Users may need to download this feature separately from the Play Store.

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.9.0...v2.10.0-alpha01

v2.9.1

2 months ago

What's Changed

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.9...v2.9.1

v2.9.0

2 months ago

What's Changed

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.9...v2.9.0

v2.9.0-beta01

3 months ago

What's Changed

[[FIX] Dependency Updates and UI Enhancements]

  • Replaced app_theme and splash icon from API 24 onwards.
  • Fixed the issue with the snackbar showing when clicking an item in the Media Library screen.
  • Updated and fixed the UI of the Media Library.
  • Fixed the issue with the name regex in playlists, which was not accepting name strings from other languages.

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.9...v2.9.0-beta01

v2.9.0-alpha01

3 months ago

v2.8.1

3 months ago

What's Changed

  • Reverted Light primary to Color.Black
    • Now color System bars paints system bars with translucent colors instead of primary colors. This looks cool.
    • Fixed the over use of padding in 2nd pane of ConsoleView.kt.
    • Made Noise Filer in Artwork of ConsoleView.kt less intense (alpha 0.5f)

v2.8.0-rc03

3 months ago

What's Changed

[FIX]: Improve UI and media playback

  • Added a new primary color.
  • NavBar is now painted with primary color.
  • Added a new modifier that adds visualEffect to any composable.
  • NavBar now paints with visualEffect.Noise.
  • Fixed issue with the height of progress composable in Scaffold2 in Horizontal Layout.
  • Updated Gradle to 8.2.2 and WavySlider to 0.8.0
  • Fixed issue with onDoubleTap seek causing controller to go nuts.
  • Added new default art.

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.6...v2.8.0-rc03

v2.8.0-rc02

3 months ago

What's Changed

[[UPDATE][FIX][REFACTOR] Refactored ConsoleView.kt]

  • Fixed an issue that caused the 2nd pane in TwoPane layout of ConsoleView.kt not to remove view on windowSizeChanged.
  • Refactored ConstraintIds from Console to Constraints.
  • Added Message Composable in ConsoleView.kt.
  • Decreased the value of message timeout to 1_000 Ms from 6_000 Ms.
  • Added onTap, onDoubleTap, and onLongPress to PlayerView in ConsoleView.kt.
  • Added v2 of logic for onDoubleTap in PlayerView. It now properly handles seek.

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.6...v2.8.0-rc02

v2.8.0-rc01

3 months ago

What's Changed

[FIX] This commit introduces several improvements and bug fixes for the ConsoleView of Audiofy.

  • Added PreviewTheme containing FakeSystemFacade and like impl for Debugging purposes
  • Fix issue regarding the width of TimeBar in VideoLandscape
  • Reorganise the code structure of ConsoleView.kt for better readability and maintainability
  • Add RoundedCornerShape_24 to Content When in TwoPane Mode in ConsoleView.kt for a more consistent UI
  • Add Scrim to ConsoleView.kt when playing Videos to enhance the video quality
  • Fix Issue with VideoPortrait not responding to tap events in ConsoleView.kt

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.6...v2.8.0-rc01

v2.8.0-beta03

3 months ago

[FEAT][UI][REFACTOR] Enhanced Console UI, Added Layouts, Fixed Bugs, and Updated Dependencies Features:

  • Added complete version of new ConsoleView.kt.
  • Added TwoPane Layout in Console.
  • Added layouts for different screen sizes and window sizes (large, medium).
  • Added blur transformation for artwork in Console for MiniLayout.
  • Updated the UI of the speed controller in Console.

UI Updates:

  • Redesigned navbar in Home.kt.
  • Provided two layouts for all screen sizes in VideoLandscape & VideoPortrait formats.
  • Replaced the accent color with a new one.
  • Added isAppearanceLightSystemBars in Home.kt to handle system-bar colors.

Bug Fixes:

  • Fixed various issues in Console.kt, including:
    • Player view weird animation when closing
    • Color of system bars
    • Unintended touches
    • Restoration of system-bar colors when closing
  • Fixed issues with system-bar colors.

Refactoring:

  • Refactored PlayingQueue from dialog package to Console package.

Dependency and Build Changes:

  • Updated dependencies:
    • WavySlider in Compose: 0.0.5
    • Media3: 1.2.1
    • Compose compiler: 1.5.7
    • Other dependencies to latest versions
  • Properly moved libs toml.
  • Added proguard-rules.pro for removing logs from the app code.

Full Changelog: https://github.com/iZakirSheikh/Audiofy/compare/v2.7.6...v2.8.0-beta03