Releases: iZakirSheikh/Gallery
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
v0.1.0-dev19
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
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
Full Changelog: v0.1.0-dev16...v0.1.0-dev17
v0.1.0-dev16
What's new
[FIX] Resolved an issue where excessively long text in the Placeholder caused the button to disappear. This fix limits the maxLines to 6 to ensure the button remains visible, particularly on the Permission screen.
Full Changelog: v0.1.0-dev15...v0.1.0-dev16