Skip to content

Releases: iZakirSheikh/Audiofy

2.17.0

05 Sep 17:01
Compare
Choose a tag to compare
2.17.0 Pre-release
Pre-release

[FEAT] Added another widget called GradientGroves (to be showcased in future versions).
[FEAT] Added Modifier.thenif with lambda for simplified modifier passing.
[FIX] Fixed contrast issue with Shortcut border in Library by using LocalContentColor instead of Accent.

Full Changelog: v2.16.2...2.17.0

v2.17.1

06 Sep 12:17
Compare
Choose a tag to compare

[FIX] Resolved screen turning off during video playback by implementing keepScreenOn in PlayerView.

[FEAT] Enhanced mini player functionality:

  • Mobile view: Docked at the start of the BottomBar instead of the center.
  • Landscape view: Docked at the bottom of the NavRail for better accessibility.

[FIX] Addressed a glitch with Pixel (Dynamic Island) that occurred during the expand/collapse actions.

Full Changelog: v2.16.1...v2.17.1

v2.17.0-rc01

05 Sep 05:34
Compare
Choose a tag to compare
v2.17.0-rc01 Pre-release
Pre-release

Full Changelog: v2.16.1...v2.17.0-rc01

v2.17.0-beta02

30 Aug 13:41
Compare
Choose a tag to compare
v2.17.0-beta02 Pre-release
Pre-release

**What's New

  • [FIX] Fixed some minor bugs

Full Changelog: v2.16.1...v2.17.0-beta02

v2.17.0-beta01

30 Aug 07:33
Compare
Choose a tag to compare
v2.17.0-beta01 Pre-release
Pre-release

What's New
[[FIX] Added Personalization Screen.

  • Future versions will allow users to change signature, AlbumArt Shape, AlbumArt Border, etc.
  • Added necessary icon buttons to navigate to personalization screen.
  • Added settings like COLOR_ACCENT, ARTWORK_BORDER_WIDTH, SIGNATURE, etc.

[REFACTOR] Changed the name of inAppWidget from 'Pixel' to 'Glance'. This better reflects the purpose of the feature.

[FEAT] Added Four new inAppWidgets designs.

  • IAP_PLATFORM_WIDGET_RED_VIOLET_CAKE: Inspired by Android 11 notifications.
  • IAP_PLATFORM_WIDGET_SNOW_CONE: Inspired by Android 12 notifications.
  • IAP_PLATFORM_WIDGET_TIRAMISU: Inspired by Android 13 notifications.
  • IAP_PLATFORM_WIDGET_IPHONE: Inspired by the expanded state of Dynamic Island on iPhone.

[FIX] Fixed a bug with MediaMetaDataRetriever, which was causing it not to retrieve artwork from web URLs.

Full Changelog: v2.16.1...v2.17.0-beta01

v2.16.2

26 Aug 09:19
Compare
Choose a tag to compare

What's new

  • [FIX] Resolved screen turning off during video playback by implementing keepScreenOn in Player view.

  • [FEAT] Enhanced mini player functionality:

  • Mobile view: Docked at the start of the BottomBar instead of the center.
  • Landscape view: Docked at the bottom of the NavRail for better accessibility.
  • [FIX] Addressed a glitch with Pixel (Dynamic Island) that occurred during the expand/collapse actions.

Full Changelog: v2.16.1...v2.16.2

v2.16.1

23 Aug 05:47
Compare
Choose a tag to compare

What's Changed

  • [[CHORE] Updated multiple dependencies: Compose to 1.7.0-rc01, Kotlin to 2.0.20, IronSource to 8.3.
  • [FIX] Addressed an issue where updating Compose caused a bug that led to auto screen off during video playback, which is now resolved.

Full Changelog: v2.16.0...v2.16.1

v2.16.0

14 Aug 17:14
c9a6fca
Compare
Choose a tag to compare

What's Changed

[[FEAT] Developed the in-app feedback collection screen

  • Implemented core logic for constructing and collecting feedback. Future updates will introduce techniques to support sending screenshots.
    [FIX] Resolved an issue with ColorizationStrategy changes. The system now removes the previous strategy when a new one is applied.
    [FEAT] Updated Route and SafeArgs for enhanced navigation capabilities. Introduced corresponding methods to facilitate future screen migrations.

Full Changelog: v2.15.1...v2.16.0

v2.15.2

13 Aug 06:15
f9aa013
Compare
Choose a tag to compare

What's Changed

[FIX] Fixed the ANR caused by extracting colors from Bitmap

Full Changelog: v2.15.0...v2.15.2

v2.15.1

12 Aug 12:04
f9aa013
Compare
Choose a tag to compare
v2.15.1 Pre-release
Pre-release

What's Changed

  • [[FEAT] Added WallpaperAccentColor method to extract colors from a bitmap using WallpaperColors (for Android O and above) or Palette API (for versions below O).]

  • [REFACTOR] Renamed generate to observeAccentColor and reorganized code for optimized performance and better readability.

  • [FEAT] Improved text color selection on accent colors by using the luminance property. Text color is now dynamically chosen: black for light accents (luminance ≥ 0.5) and white for dark accents.

  • [FEAT] Replaced implementation with debugImplementation for @Preview annotated code to exclude it from release builds, reducing APK size and improving performance.

Full Changelog: v2.15.0...v2.15.1