Skip to content

Releases: iZakirSheikh/Gallery

v0.1.1-dev

15 Nov 06:45
Compare
Choose a tag to compare
v0.1.1-dev Pre-release
Pre-release

v0.1.0-dev

13 Nov 17:36
Compare
Choose a tag to compare
v0.1.0-dev Pre-release
Pre-release

What's new

[FEAT] Added background to GroupHeader in lazy-ktx extension.

[FEAT] Added blurred FloatingTopBar in Timeline screen.

[CHORE] Updated AppTheme from Audiofy.

[FIX] Adjusted FloatingActionMenu placement in portrait mode to remove extra spacing due to cut shape bottom bar.

[REFACTOR] Refactored various classes to their appropriate locations.

  • Replaced Toast implementation from Audiofy Toast.
  • Replaced WindowStyle.kt implementation from Audio WindowStyle.
  • Moved NightMode.kt and FloatingActionMenu.kt to foundation.

Full Changelog: v1.0.0-alpha03...v0.1.0-dev

v0.0.1-alpha

11 Nov 15:16
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

What's new

[[CHORE] Update dependencies and change versioning scheme

  • Updated Coil from version 2.7 to 3.x
  • Migrated various classes and methods accordingly

Versioning Scheme Change:

  • Changed initial versioning scheme to start from 0.0.0
  • Indicates that the project is in its early development or pre-release stage
  • Provides a more granular progression through initial development phases
  • Aligns with semantic versioning best practices for early-stage projects
    Full Changelog: v1.0.0-alpha03...v0.0.1

v1.0.0-alpha03

16 Oct 04:44
Compare
Choose a tag to compare
v1.0.0-alpha03 Pre-release
Pre-release

What's new

[FEAT] Various improvements and fixes
d50d21b

  • Updated the implementation of Toast.
    • Fixed the swipe bug in Toast
    • Made minor accessibility changes
  • Fixed the weird animation when the lock screen is shown during the initial launch of the app
  • Updated dependencies to the latest version
  • Replaced enableEdgeToEdge in MainActivity with the new WindowStyle.kt API

Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03

v1.0.0-alpha02

25 Sep 04:47
Compare
Choose a tag to compare
v1.0.0-alpha02 Pre-release
Pre-release

What's new

[FIX] Fixed a major bug that prevented the app from requesting permissions on Android 11/12.
[CHORE] Updated dependencies to latest version.

Full Changelog: v1.0.0-alpha01...v1.0.0-alpha02

v1.0.0-alpha01

18 Sep 06:32
Compare
Choose a tag to compare
v1.0.0-alpha01 Pre-release
Pre-release

What's new

[FEAT] Update the PlayerView and PlayerController in foundation withnecessary params.
[FEAT] Added support for in-App Video Player.

Full Changelog: v0.1.0-dev23...v1.0.0-alpha01

v0.1.0-dev23

17 Sep 12:40
Compare
Choose a tag to compare
v0.1.0-dev23 Pre-release
Pre-release

What's new

[FEAT] Added PlayerView

  • Added PlayerController and rememberPlayerController.
    [FIX] Fixed an issue with Toast causing the swipe in toast to confirm the action instead of dismissing it.

Full Changelog: v0.1.0-dev22...v0.1.0-dev23

v0.1.0-dev22

17 Sep 05:53
Compare
Choose a tag to compare
v0.1.0-dev22 Pre-release
Pre-release

What's new

[FIX] Fixed some minor issues with Toast.kt.

  • Instead of dismissing for backpress; it only collapses when backpress.
  • Removed action from toast of SystemFacade; because it is just to send messages not receive results.

[FEAT] Added promo-message

  • Added promo-message for Audiofy - media player; the message shows at multiples of 5 launch counts.

Full Changelog: v0.1.0-dev21...v0.1.0-dev22

v0.1.0-dev21

16 Sep 06:56
Compare
Choose a tag to compare
v0.1.0-dev21 Pre-release
Pre-release

What's new

[FEAT] Added logic to show What's new.

[FEAT] Replaced layouts in NavigationSuiteScaffold with measurePolicies.

  • This will ensure the state of expendables, etc., will be preserved during orientation changes.

[FEAT] Enhanced Toast with new features.

  • Toast now handles the back-button.
  • Supports expanded state; click to expand.
  • Supports swipe to dismiss.
  • Fixed toast now using mutex.
  • Renders at the top of everything during shared transition.

[FEAT] Introduced showPlatformToast in context.

  • Now everything depends on the Context.showPlatformToast for showing Android toasts.
  • It also supports Duration.

Full Changelog: v0.1.0-dev19...v0.1.0-dev21

v0.1.0-dev20

15 Sep 07:16
Compare
Choose a tag to compare
v0.1.0-dev20 Pre-release
Pre-release

What's new

[FIX] Fixed a minor Bug in MainActivity

[FEAT] Added progress tracking in Gallery from MainActivity.inAppUpdateProgress

Full Changelog:
v0.1.0-dev19...v0.1.0-dev2