Releases: iZakirSheikh/Gallery
v0.1.1-dev
Full Changelog: v1.0.0-alpha03...v0.1.1-dev
v0.1.0-dev
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
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
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 swipe bug in
- 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
inMainActivity
with the newWindowStyle
.kt API
Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03
v1.0.0-alpha02
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
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
What's new
[FEAT] Added PlayerView
- Added
PlayerController
andrememberPlayerController
.
[FIX] Fixed an issue withToast
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
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
ofSystemFacade
; because it is just to send messages not receiveresults
.
[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
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 showingAndroid
toasts. - It also supports
Duration
.
Full Changelog: v0.1.0-dev19...v0.1.0-dev21
v0.1.0-dev20
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