deckerst / aves

Aves is a gallery and metadata explorer app, built for Android with Flutter.
BSD 3-Clause "New" or "Revised" License
2.77k stars 106 forks source link

In Viewer, only one line worth of tag information is shown #1297

Closed FLAGEL closed 1 week ago

FLAGEL commented 1 week ago

In Viewer, when a media item has tag(s) that (together) are longer than what fits onto the display as one line, only partial tag information is shown to the user. A possible fix would be to intoduce a line break to show complete tag information.

Thanks!

deckerst commented 1 week ago

In that case, tap on the top overlay, and it will switch between one line / multiple display. Works also for long titles, descriptions, etc.

FLAGEL commented 1 week ago

That's great - missed that. However, would it be possible to have a global setting for the user to select the default behaviour between one line and multiple lines? As an example, if a media item has 4 tags, and the first 3 are sufficiently long on their own to hide the 4th tag, it will require the user to press the top overlay every time they enter the viewer to be sure they have complete information.