Releases: iZakirSheikh/Gallery
v0.2.5-dev
What's Changed
[CHORE] Updated the translations of Spanish
643e274
- Special thanks to @KeXxDumb for contributing the Spanish translations.
[UPDATE] Updated the implementation of Folders
screen.
- It now utilizes a blur effect.
[FIX] Fixed various places where ActionMenu had erroneous padding.
- [FEAT] Added
Filters
to extensions.kt - [UPDATE] Updated the implementation of ListHeader
- [FIX] The
lastModified
of Folder was returning time in seconds instead of milliseconds. - [FIX] When the view was in selection mode, the TopBar was becoming invisible; removed that logic. It now stays on.
[REFACTOR] Renamed MenuItem
to Action
[FEAT] Properly mapped es-r419
(Spanish Latin America) to b+es+419
[UPDATE] Enhanced the layout of settings.
- Replaced each settings summary and title with a single resource; this will make handling resources more robust.
- Replaced the old settings layout with a new multi-form factor support layout.
[CHORE] Copied translation of Spanish
from es-rES
to es-r419
- This was because the translator mistakenly added his dialect in another one.
[CHORE] Updated Gradle to8.7.3
Full Changelog: v0.2.1-dev...v0.2.5-dev
v0.2.4-dev
What's Changed
[CHORE] Updated Spanish translation
0355d42
- Special thanks to @KeXxDumb for contributing the Spanish translations.
Full Changelog: v0.0.1...v0.2.4-dev
v0.2.3-dev
What's Changed
[FEAT] Added Spanish language support
- Special thanks to @KeXxDumb for contributing the Spanish translations.
New Contributors
- @iZakirSheikh made their first contribution in #4
Full Changelog: v0.0.1...v0.2.3-dev
v0.2.2-dev
What's Changed
- Migrate to coil 3 0 by @iZakirSheikh in #4
New Contributors
- @iZakirSheikh made their first contribution in #4
Full Changelog: v0.0.1...v0.2.2-dev
v0.2.1-dev
What's Changed
- Migrate to coil 3 0 by @iZakirSheikh in #4
New Contributors
- @iZakirSheikh made their first contribution in #4
Full Changelog: v0.0.1...v0.2.1-dev
v0.2.0-dev
WHat's new
[[FEAT] Added blur feature to components for api >= 12
[FEAT] Added new stickyHeader that respects padding.
[FEAT] Enhance the appearance of Timeline
Screen.
[FEAT] Fixed a bug causing TwoPane
not to update fabPosition
Full Changelog: v1.0.0-alpha03...v0.2.0-dev
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