this post was submitted on 29 Mar 2024
0 points (NaN% liked)

Jerboa

10298 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
 

Adding a link button that takes user into the comment like you did with inbox replies can solve this .

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 7 months ago (1 children)

Can you not click anywhere outside the image? The title and white space should open up the post?

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

No there is nowhere else you should try to reproduce it . Just save a comment that is a full size image and try to click it.

Edit : It looks like there is space because i edited out the posters username .

[–] [email protected] 0 points 7 months ago (1 children)

I did and i can click the title or the empty space in footer to open the post. But we can always add such button.

[–] [email protected] 0 points 7 months ago (1 children)

Also what title i said a comment that only a pic no title

[–] [email protected] 0 points 7 months ago

Illustrates the possibilities https://github.com/MV-GH/LemmyBackwardsCompatibleAPI/assets/67873169/62d7f6d4-be1e-4f71-94dd-6954e090379d

There is actually a title (requirement from lemmy) but its just whitespace so that wasn't very visible. Not sure what to do about this scenario. Seems rare to be actionable

There are multiple bugs though:

  • the whitespace in the footer actually works as a collapse children comments instead of opening the post
  • All the background should be tapable (header is missing this)

Thanks for the feedback