Releases: IacobIonut01/Gallery
3.0.0-30033 Release
Added
- Vault - A secure way to hide and encrypt your photos
- Ignored Albums - A safe and easy way to ignore certain albums or automatically ignore a bunch of them with Regex
- Option to Move the album from trash from Album screen / Long press the album
- Option to not hide the searchbar and/or the navigationbar while scrolling
- New gesture: Drag down to close media viewer
- New UI for Setup Wizard
Improved
- UI Performance while viewing media grid
- Media Content parsing and updating
- MediaView screen - New UI and animations
- Scroll Thumb
- Slightly updated UI Design on Library tab
- Empty and loading animations for media and albums
- Detect initial grid size for bigger screens
- Album sorting toggle
- Re-arranged Settings screen
Fixed
- Lags and hangs while fast scrolling the media grid
- Major lags while scrolling and updating the Media Store (e.g., when new images are being added to your gallery, and you want to scroll the grid)
- Small fixes to the video player
Changed
- Moved to a new image loading library (sketch)
- Moved to a new image subsampling library (com.github.panpf.zoomimage)
Removed
- Temporarily removed the Image Editor - a new one will be coming soon
3.0.0-30024 Nightly Release
This is the last nightly before the 3.0.0 release
Expect bugs (do not report yet)
Might require app data clear or reinstall
The built-in image editor is currently disabled as is facing a major re-work
Includes, but not limited to:
-
Settings for auto-hide search/navigation bar
-
Switched from coil to sketch for image loading
-
Switched from zoomable to zoomimage/sketch for image subsampling
-
Reduced unecessary recompositions
-
Added total 'Images & Videos' counter at the bottom of the Album screen
-
Added total Album media size after counter (eg: 1011 items (628.20MB))
-
Improved Album sorting UI
-
Improvements to Vault (now limited to Images only)
-
Improvements to Ignored Albums
- New Setup UI for creating new Ignored Albums
- Added wildcard patterns (Regex) for hiding multiple albums at once
- Added visibility option for hiding the albums (and it's medie content) either only in timeline, album screens or both
- Added more information about the created Ignored Albums
-
Re-arranged Settings screen
-
Updated major dependecies
-
Added avif support
-
Improved video player
3.0.0-30013 Nightly Release
Update git workflows Build nightly builds only from the respective branch. The main branch will be used only for the stable releases from now on. Also add sha256 checksum to each files in the release (Fixes #380) Signed-off-by: IacobIonut01 <[email protected]>
3.0.0-30011 Nightly Release
Update git workflows Build nightly builds only from the respective branch. The main branch will be used only for the stable releases from now on. Also add sha256 checksum to each files in the release (Fixes #380) Signed-off-by: IacobIonut01 <[email protected]>
3.0.0-30006 Nightly Release
Update git workflows Build nightly builds only from the respective branch. The main branch will be used only for the stable releases from now on. Also add sha256 checksum to each files in the release (Fixes #380) Signed-off-by: IacobIonut01 <[email protected]>
3.0.0-30005 Nightly Release
Update git workflows Build nightly builds only from the respective branch. The main branch will be used only for the stable releases from now on. Also add sha256 checksum to each files in the release (Fixes #380) Signed-off-by: IacobIonut01 <[email protected]>
3.0.0-30000 Nightly Release
Update git workflows Build nightly builds only from the respective branch. The main branch will be used only for the stable releases from now on. Also add sha256 checksum to each files in the release (Fixes #380) Signed-off-by: IacobIonut01 <[email protected]>
2.1.2-21204 Release
Gallery: 2.1.2-21204 Release Signed-off-by: IacobIonut01 <[email protected]>
2.1.2-21204 Nightly Release
Full Changelog: 2.1.1-21108...2.1.2-21204-nightly
2.1.1-21108 Release
Gallery: Strip all files permission for google play release (does not…