Skip to content

Releases: iZakirSheikh/Gallery

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

v0.1.0-dev19

15 Sep 06:23
Compare
Choose a tag to compare
v0.1.0-dev19 Pre-release
Pre-release

What's new

[REFACTOR] Simplified authentication messages for better readability.
[FEAT] Introduced a new splash icon to improve appearance on older Android versions.
[FIX] Resolved multiple lock screen issue in navGraph when app resumes from saved state.

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

v0.1.0-dev18

14 Sep 17:17
Compare
Choose a tag to compare
v0.1.0-dev18 Pre-release
Pre-release

What's new

[FEAT] Introduced a new Folder shape in the foundation module, allowing customization of corner radius.
[FEAT] Added a new 'Shortcuts' section within folders for better organization and quick access.
[REFACTOR] Renamed 'showAndroidToast' to 'showPlatformToast' in KoinViewModel for platform-agnostic naming consistency.
[REFACTOR] Cleaned up MainViewModel by removing unnecessary messages; it now only displays toasts when required.
[FEAT] Implemented a proper wallpaper intent in ViewerViewModel for improved user experience.

Full Changelog: v0.1.0-dev17...v0.1.0-dev18

v0.1.0-dev17

13 Sep 16:53
Compare
Choose a tag to compare
v0.1.0-dev17 Pre-release
Pre-release