Skip to content

Releases: iZakirSheikh/Gallery

v0.2.5-dev

03 Dec 09:18
06a1b1f
Compare
Choose a tag to compare
v0.2.5-dev Pre-release
Pre-release

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 to 8.7.3

Full Changelog: v0.2.1-dev...v0.2.5-dev

v0.2.4-dev

29 Nov 18:22
d06946e
Compare
Choose a tag to compare
v0.2.4-dev Pre-release
Pre-release

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

27 Nov 16:12
d06946e
Compare
Choose a tag to compare
v0.2.3-dev Pre-release
Pre-release

What's Changed

[FEAT] Added Spanish language support

  • Special thanks to @KeXxDumb for contributing the Spanish translations.

New Contributors

Full Changelog: v0.0.1...v0.2.3-dev

v0.2.2-dev

27 Nov 09:45
d06946e
Compare
Choose a tag to compare
v0.2.2-dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.2.2-dev

v0.2.1-dev

27 Nov 07:10
d06946e
Compare
Choose a tag to compare
v0.2.1-dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.2.1-dev

v0.2.0-dev

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

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

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