this post was submitted on 26 Jun 2024
18 points (100.0% liked)

Jerboa

10250 readers
1 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 2 years ago
MODERATORS
 

I wasn't 100% sure this was a problem, as I had noticed a lot more people commenting what appeared to be static image responses to comments. But there's this thread: https://lemmy.world/post/16932878 which makes it easy to be sure that in fact they are definitely GIFs, and they don't play when you click on them. It just opens the first frame of the GIF like a static image.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago (1 children)

Can you check if autoPlayGifs setting is enabled?

There is currently a bug with our image viewer that it seems to use imageloader that is set on the application level (which is controlled by that setting) instead of the one that is passed into it(which has it always enabled).

[–] [email protected] 4 points 1 month ago (1 children)

Well that's weird. I turned on that setting, reloaded the app, and now they don't exactly "play", but their frames kinda change randomly when I open the GIF in the image viewer and tap the screen to toggle between full screen and having the back button visible. Almost like it's "playing" in the background, but only getting redrawn when something else makes the view update.

[–] [email protected] 2 points 1 month ago (1 children)
[–] [email protected] 1 points 1 month ago

It does look similar to that 2287 bug.

Also I'm on a Fairphone 4 if that helps.