Jerboa

11208 readers
35 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 3 years ago
MODERATORS
26
 
 

I'm writing a Lemmy bot. (No spoilers. I'll publish it one day.) To test it, I'm running a local Lemmy instance (via Docker) on a computer on my LAN and pointing my bot at it. That method works great, mostly. I can use Lemmy-UI just fine on my computer. I can also connect to that computer from a browser on my Android phone via http://192.168.1.199:1234/. I can also connect to Lemmy directly from my browser on my Android phone via http://192.168.1.199:8536/ and get a JSON payload (rather than an HTML page) with some information about the instance. So I'm certain I can connect to both Lemmy and Lemmy-UI from elsewhere on my LAN.

I also want to see exactly what posts made by my bot look like in Jerboa, but I haven't been able to figure out how to connect to it from Jerboa. On the "add account instance" interface, you can select an instance from the dropdown, but you can also type whatever you want into the dropdown field.

I've tried typing in:

  • 192.168.1.199
  • 192.168.1.199:1234 (Lemmy-UI is HTTP port 1234.)
  • 192.168.1.199:8536 (Lemmy is HTTP port 8536.)
  • http://192.168.1.199:1234/
  • http://192.168.1.199:8536/

(And, yeah, I figure port 1234 is probably not correct because probably Jerboa doesn't go through Lemmy-UI, but rather directly to Lemmy itself. But I figured I'd include those experiments here for completeness's sake.)

But I get the error message "Couldn't connect to the instance."

I'm running Jerboa 0.0.77 and Lemmy 0.19.8.

Thanks in advance!

27
 
 

Or is this not possible on Lemmy generally?

28
 
 

Is there a way to only show English posts when in All? I love our friends around the world but I can only read English right now

29
 
 

I'm looking for a way to filter by text in Jerboa, for example hide every post if the title starts with "Trumpโ€œ

Don't know if I just can't find it or if it doesn't exist. If it's the latter, this would be a welcome addition.

30
 
 

I would love to have a button on images in Jerboa that would completely invert the colors of an image. My retinas keep getting burned when I'm opening a post on my dark themed phone that is of a white image with text. It would be great to be able to view/read the image this way.

PS double tapping an image zooms it in waaaay too far. It should zoom to 100% size. My biggest pet peeve when trying to enlarge images.

31
 
 

Jerboa doesn't populate the image hotlink until you actually click on the post. I backchecked this with Voyager as well, just to be sure.

32
 
 

It is possible in the future updates create our own custom themes in the Jerboa?thanks ๐Ÿ‘

33
 
 

I am tired of being blasted by political nonsense. I just want to look at memes and tech stuff while also not being scared of exploring new content.

34
 
 

Can we have a long press menu with block options when browsing? Sometimes I want to block things because I don't want to see it. It's a pain having to go to the post and click the options to do it. Or rather try to click it, but then the image loads, displacing the load button, so you accidentally click the image instead, getting it unblurred, in full screen. Literally the very last thing I wanted.

35
 
 

Hey there,

Not sure if this is actually more of an Android system limitation, but I came across this post earlier:

https://lemm.ee/post/45289052

The feed renders the linked .SVG graphic as expected, though the image lightbox (image view when tapped on) doesn't appear to render this. The AOSP gallery / files app and Google Photos app appear to also be incapable of rendering this, however.

Disregard, - it works now for me now ๐Ÿ˜…

36
37
1
submitted 1 year ago* (last edited 1 year ago) by vikingtons@lemmy.world to c/jerboa@lemmy.ml
 
 

Hey there,

This is an extremely minor quirk with how the image lightbox (apologies if I'm using web specific terms) behaves when a post image is selected from the feed and put into full screen mode.

On devices with on-screen nav and expanded status bar areas (camera hole design concession), the lightbox will show end to end with the UI controls overlayed.

If you tap once on the image to hide the UI elements, the status bar area is filled, whereas the nav area still shows as expected, though the image appears to resize slightly in response to the change in viewport. Wondering if this was intentional?

Video link here: https://imgur.com/a/NG74wiO

Truly the most P4 item I could think of but was curious.

Pixel 7 | Android 14 | Lemmy 0.0.75

38
 
 

That's it that's all I have to say.

39
 
 

Many thanks to @mv-gh for these quick fixes.

40
 
 

Like the title says. There are communities whose purpose is to just repost Reddit posts using bots and they're flooding my front page. I'd like to block it using Jerboa. Is it possible? Or can it be done via the web interface?

41
 
 

As the title says, if I click on a link to a Lemmy post that was deleted, or can't be found for whatever reason, Jerboa goes back to the start of the feed instead of going back to where I was.

Especially annoying when I've been scrolling for a while. Sorry if it is a known bug, I haven't seen any post about it.

Edit: trying to reproduce it, test

Edit2: this !madeupcommunity@sopuli.xyz lets me go back normally, so I think it's a weird interaction when opening urls in jerboa through URLCheck that makes another instance of it, restarting it. If I find any links that actually break it without this interaction I'll update the post, but until then, consider it a false alarm/special case ;)

42
 
 

If you look at the very bottom of the screen shot you can see that the home, search, etc buttons are cut off.

Happy to provide more info to help. I'm on a stock pixel 3a.

43
 
 

I've encountered a small issue with Jerboa that I wanted to see if other people were experiencing. And or if there was a fix for this issue.

Screenshot of issue:

Screenshot of the stuff at the top I'm talking about because I don't know the proper term:

44
1
submitted 1 year ago* (last edited 1 year ago) by vikingtons@lemmy.world to c/jerboa@lemmy.ml
 
 

E: fixed in 0.0.75 - thank you MV :)

Hey there,

I was wondering if anybody else was experiencing this behavior where the swipe to navigate back gesture would register twice within the app, taking you back two steps instead of just one.

I'm not sure exactly when this behaviour was introduced, though it persists with today's .72 alpha release. I was to say it came about in the .6X timeframe.

I've not found this reported on the github, though I just wanted to check that this isn't a system specific issue before submitting. #1399 may be relevant as it refers to swipe input sensitivity but I think that's more of a gesture threshold matter than input registering twice in the app.

My app settings are attached in a photo:

and I have a short clip:

https://imgur.com/a/YOIKbtE

Steps to reproduce:

  • Using the provided gesture settings in Jerboa
  • From the home feed, tap into a community name
  • From the community view, tap into a community post
  • Swipe left to navigate back to the community view
  • Observe two steps back in response to a single input

Pixel 7, Android 14