Skip to content

Releases: BOTPanzer/Coon-Gallery

v1.7.0

26 May 13:46

Choose a tag to compare

new

  • redesigned album screen
  • added simple predictive animation when clearing search with back gesture
  • added new fields to display screen info drawer: resolution, camera brand, camera model, iso, aperture & shutter speed

fixed

  • fixed unselecting all album screen items not hiding the options button
  • fixed album search crashing if the gallery was scrolling
  • fixed system ui not autohiding in display & video screens when shown by swiping from one side of the screen

tweaked

  • improved display screen info drawer edit mode
  • editing item search metadata is now allowed even if the item doesn’t have a key in its album metadata file

v1.6.0

25 Apr 19:27

Choose a tag to compare

new

  • added edit, share & favourite shortcuts to display screen with an option to toggle them in settings

tweaked

  • simplified how list adapters work to be more consistent
  • modernized home filters, album search method, explorer & errors dialogs

v1.5.0

20 Apr 17:24

Choose a tag to compare

new

  • after closing display screen, album screen now scrolls to the last opened item on display screen
  • added "path" and "size" to display screen info menu

fixed

  • home items list bottom padding would grow infinitely after changing phone orientation
  • video player wouldn’t play files with a hashtag on their name
  • removed leftover separator in display screen options when opening files from an external app
  • restoring items from trash would always add them to favourites even if they weren’t

tweaked

  • improved animations in multiple screens & menus
  • modernized looks in multiple screens & menus
  • improved item preview loading in home & album screens (scrolling fast should load images faster)
  • video double tap area now has a max width
  • creating a settings backup now asks for a folder
  • changed some settings keys (they will get reset after updating)

v1.4.0

16 Apr 16:45

Choose a tag to compare

new

  • added support for favourite items

fixed

  • album items list bottom padding would grow infinitely after opening/closing search menu

tweaked

  • reworked how home shows special albums (all, trash & favourites)

v1.3.2

22 Mar 16:55

Choose a tag to compare

new

  • added "Set as" option to album & display screens
  • added “Open in PiP” option to display screen
  • added “search methods” to album search:
    • contains text: checks if the whole search query is contained (the previous method)
    • contains words: checks if all search query words are contained (new method, makes it easier for searching for words like “cat” and without getting results for things that contain it, like “location”)

fixed

  • fixed crash on permissions setup

tweaked

  • improved how dialog titles look
  • improved settings links info dialog
  • search layout now gets automatically closed when closing the keyboard

v1.3.1

15 Mar 10:35

Choose a tag to compare

new

  • video player now supports changing playback speed
  • video player skip forward/backwards now supports clicking multiple times instead of just double clicks

fixed

  • in video player, seeking while the video is paused now updates current time text

tweaked

  • gallery scrollbar touch area is now smaller
  • display screen should now stutter less

v1.3.0

26 Jan 22:31

Choose a tag to compare

new

  • added internal video player
  • added support for external apps to open images/videos in the gallery
  • added new settings option to backup/restore settings from a file
  • added support for selecting files using the explorer dialog (previously called folders dialog)

tweaked

  • changed how settings are stored (they will get reset after the update)
  • selecting a folder/file in settings links now uses albums/explorer dialogs instead of androids file picker
  • albums dialog items now show a preview of the album in a grid (similar to home)
  • explorer dialog now shows the current path separate to the title
  • changed the icon used to select a metadata file in settings link
  • updated default font to poppins
  • finished moving all code to kotlin
  • sync & settings no longer use home to reload the library
  • display screen now checks if it has permissions

v1.2.0

21 Jan 16:48

Choose a tag to compare

new

  • added gif support
  • added a setting to toggle automatic metadata modification when moving, copying or deleting files
  • improved settings ui
  • improved sync ui
  • added rename item option

fixed

  • fixed deleting an item from trash not removing keys from original album metadata
  • fixed moving an item to trash not updating “all” album item count in home
  • fixed scrollbar bugging item selection

tweaked

  • simplified getting/setting values from settings by using StoragePairs
  • trash now has a map to check how many items are trashed from each album
  • updated permanent deletion icon to be different to trash
  • updated scrollbars (home & album screen)
  • updated dependencies
  • moved sync to jetpack compose
  • moved library to kotlin

v1.1.0

13 Jan 19:47

Choose a tag to compare

new

  • added support to pick files for other apps
  • added a filters menu to home screen
  • added drag to select support to album screen

fixed

  • empty albums no longer show the last loaded image

tweaked

  • item previews should now load faster
  • item previews should now update if their file gets modified
  • updated settings links layout
  • options menus now use an adapter to make changes easier
  • dialogs now use a custom class to streamline their creation
  • moved a lot of classes to kotlin

v1.0.0

09 Jan 11:38
b009531

Choose a tag to compare

Initial release