this post was submitted on 03 Jun 2023
7 points (100.0% liked)

Lemmy

12506 readers
33 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

I really love Boost for reddit, I know it's not open source but I'm sure there are open source apps that are similar enough. Does anyone know how to adjust one of these open source reddit apps to work with Lemmy? I am using an open source android app from f-droid, and it lacks some of my favorite features like tapping to collapse comment chains, customizable UI, etc.

top 8 comments
sorted by: hot top controversial new old
[–] nachtigall@feddit.de 10 points 1 year ago (1 children)

Adjusting an existing Reddit app for Lemmy is probably an incredibly hard task too, as the APIs and functionality are very different. It is probably easier to give some feedback to the dev of Jerboa (or contribute yourself if you can code :) in order to make it better

[–] calcifer@lemmy.ml 2 points 1 year ago

I know... I'm a senior dev / system architect, I'm just incredibly lazy

[–] dessalines@lemmy.ml 9 points 1 year ago (1 children)

Boost was my favorite reddit client, so I based jerboa's ui mostly off it.

Tap and hold the comment title bar to collapse a comment.

[–] calcifer@lemmy.ml 2 points 1 year ago (1 children)

That's what I'm using, and thank you for sharing that one! I didn't realize it was a feature, it would be nice to have more options (I can help somewhat as I'm a programmer, but tbh android stuff like apps isn't my specialty). I can help a ton with backend or device settings stuff though.

[–] dessalines@lemmy.ml 2 points 1 year ago

I did teach myself android / jetpack-compose so I could develop it, being mainly a rust / typescript dev myself.

We could dev use help pretty much everywhere along the lemmy stack tho, the back end, lemmy-ui, more apps, more web uis, etc. Glad to have you!

[–] cosmicsploogedrizzle@lemmy.ml 4 points 1 year ago

I'm using Jerboa for Lemmy (android). And there is Mlem for (iOS)

[–] Tatar_Nobility@lemmy.ml 3 points 1 year ago

I feel like a crappy salesman by now but there is lemmur, a recently abandoned project for a lemmy client that I think could be rehabilitated with the proper expertise.

[–] beto@lemmy.studio 1 points 1 year ago

The official Android app (Jerboa) now has support for collapsing threads, you need to click on the top border of the comment. You might need to update your version, I think the release is from yesterday or today.

Modifying a Reddit app to work with Lemmy would not be trivial, though it is possible.