12
Video plays automatically, can't be paused?
(aussie.zone)
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.
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.
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Amusingly, your link does one of the few things that bother me about Jerboa: open in my default browser instead of the app.
Yes, it annoys me to no end as well. However it is a hard problem to solve as normally you register a domain to be opened in the app. But due to the fediverse nature of loads of different servers, the list would be very long.
I would be happy if you at least had an option of opening it in Jeroba on longclick or someting
The biggest problem is not the domain registering. We already link all "popular" lemmy instances through a script. The hard part is rather the id of that link is local to the instance. If ur on lemmy.world and click on lemmy.ml post we would need to translate the id of lemmy.ml to the id that it would be on lemmy.world. (This is possible) But a lot of work to hook that in correctly. We would need to intercept the link at the right place. Further if the post hasn't federated yet. We would need to switch to that instance (lemmy.ml) to then show the post.
Aha, did not know that the id was unique to that instance. But makes sense as it is just a number and not an uuid or similar so it would have to be synced.
I don't know anything about the source but couldn't you just open it in anonymous mode or something via the host's api? Would be better than browser
Yes we could but the "complex" part is the"link intercepting" part.
Jerboa still has a lot of issues, it just hasn't been priority yet.