help-circle
rss
  • Antman
  • edit-2
    2 horas
Font sizing for comments
I see we can adjust the font size in the settings, however this doesn't change the font size of comments which is huge. Am i missing something or is this feature not added yet? edit I thought I would play with the code base and found what i would consider the issue. Running a local build it is running the way i like so i will refine this into a pull request and submit it.
fedilink

The app flashes a light that fills the *entire* screen up whenever I click another tab.
fedilink

I’m reasonably certain that if a password has the character “,” in it, Jeroba won’t log in to that account
I'm not actually sure what the problematic character is - it might have been " " or another special character (obviously I'd rather not reveal my password 😉). I usually use full, grammatically correct sentences for passwords ("passphrases"). It works in desktop, but in Jeroba if your password has that phrase it won't log you in. Instead, you'll be listed as "Anonymous" and you won't be able to take any action other than switch to a different account or sign out. It took me to my home instance, but I couldn't actually do anything. After changing my password to a more "traditional" one, everything worked fine.
fedilink


Suggestion: add swipe browsing
The official Reddit app and a number of third party Reddit apps have a function where you tap on a post and can swipe left or right to continue through the feed. Loving Lemmy so far and I appreciate the space that's been created.
fedilink

Filters
Been using and greatly enjoying Jerboa for a few months. One feature I'd love to see is a way to filter posts in the local and global feeds, for example filtering out results by instance, text in post title, community etc. I see the default Lemmy "block" function has some but not all of this functionality, I think filters would be an elegant way to enhance this.
fedilink

While writing any post or reply, using the backspace key often deletes the previous word (merge two previous tokens) which makes writing anything longer than a sentence hell.
fedilink

Jerboa App
Really nice App, with the latest version, fixing the status bar visibility, in dark mode...although the bottom action bar, is now twice the height of the previous version.. Will there be a fix to this in the next release?
fedilink






I happen to encounter this issues on posts with a longer title, the title gets cropped like that.
fedilink



Works with the new lemmy version.
fedilink

- Fix material 3 crash on android 11 and below devices. Fixes #264 by @dessalines in https://github.com/dessalines/jerboa/pull/268 - Add donation link by @dessalines in https://github.com/dessalines/jerboa/pull/269 - Fix bad_url for torrent magnet links. Fixes #270 by @dessalines in https://github.com/dessalines/jerboa/pull/271 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.22...0.0.23
fedilink

App not opening in 0.0.22
The app instantly crash when I try to run it. I had tried installing both from f-droid and the github APK, none of them worked. 0.0.21 works fine, though is someone else having this problem? I'm on Android 10
fedilink


Release Notes: - Material v3 by @dessalines in https://github.com/dessalines/jerboa/pull/263 - Dynamic Themes, and Green and Pink. - Adds Scrolling app bars. - Better post listing header layout. - Various UI improvements. **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.21...0.0.22
fedilink

* Change sidebar to info by @dessalines in https://github.com/dessalines/jerboa/pull/245 * Remove top route. by @dessalines in https://github.com/dessalines/jerboa/pull/246 * Adding copy post link. Fixes #168 by @dessalines in https://github.com/dessalines/jerboa/pull/247 * Organizing imports. by @dessalines in https://github.com/dessalines/jerboa/pull/248 * More sidebar stats by @dessalines in https://github.com/dessalines/jerboa/pull/249 * Fixing siFormat issue when 0. Fixes #170 by @dessalines in https://github.com/dessalines/jerboa/pull/252 * Adding a settings page. by @dessalines in https://github.com/dessalines/jerboa/pull/253 * Adding light and dark theme options. Fixes #254 by @dessalines in https://github.com/dessalines/jerboa/pull/259 * Add about page by @dessalines in https://github.com/dessalines/jerboa/pull/260 * Smaller action bars by @dessalines in https://github.com/dessalines/jerboa/pull/261 ![](https://lemmy.ml/pictrs/image/a2222255-2578-4c36-9aa0-7d4303506471.jpeg) ![](https://lemmy.ml/pictrs/image/ad56fcd5-b228-4df2-bb46-316476d65b73.png)
fedilink


Font size is too big
Hello, I am new to lemmy and this is my first post. I use the "Jerboa for Lemmy" app, but I don't like that the size of the text font of posts and comments is big and I don't see an option to change the size. When I click "View Source" of a comment, it shows the comment in smaller size which it better and easier to read.
fedilink

Feature request: ability to view inbox comment in context
I get a reply from someone but I want to see the context for our conversation: in Boost for Reddit I can do that. I can't do that with jerboa as far as I can see.
fedilink

Search function
Hey, really enjoying using the app. Was wondering if a search function could be included? I know you can search for communities but it'd be nice to be able to search for posts like you can do on the website.
fedilink

  • Oros
  • 7 meses
Multiple accounts shown in timeline
Hey all, Just wanted to ask whether it would be possible for multiple accounts to be shown in the timeline and not having to switch over to one to see posts from the other. Just like lemmur implements it.
fedilink

## What's Changed * Fix prettytime crash. Fixes #238 by @dessalines in https://github.com/dessalines/jerboa/pull/239 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.19...0.0.20
fedilink

Jerboa F-droid version 0.0.19 is now optimized
I figured out the f-droid version wasn't using a minified / optimized version of jerboa. It should be must faster now.
fedilink

  • Jonny
  • 8 meses
Cross Post Button Missing?
Hi, Is it possible to cross Post with jerboa? In lemmur there's a button for that. Additionally, which app is considered to be used in the long term? Seems both are maintained, so is it just a matter of taste?
fedilink

## What's Changed * Coil upgrade v2 by @dessalines in https://github.com/dessalines/jerboa/pull/234 * Fix comment scrolling bug. Fixes #231 by @dessalines in https://github.com/dessalines/jerboa/pull/235 * Fix create post bug. Fixes #230 by @dessalines in https://github.com/dessalines/jerboa/pull/236 * Fix account bug. Fixes #229 by @dessalines in https://github.com/dessalines/jerboa/pull/237 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.17...0.0.18
fedilink


Changelog: * Running lint, updating deps. by @dessalines in https://github.com/dessalines/jerboa/pull/197 * Moving to kotlinter-gradle by @dessalines in https://github.com/dessalines/jerboa/pull/198 * Fixing unit tests. by @dessalines in https://github.com/dessalines/jerboa/pull/199 * Some items fixes. by @dessalines in https://github.com/dessalines/jerboa/pull/204 * Upgrade accompanist by @dessalines in https://github.com/dessalines/jerboa/pull/208 * Fix comment header with flowrow. Fixes #207 by @dessalines in https://github.com/dessalines/jerboa/pull/209 * Make comment slightly larger. Fixes #213 by @dessalines in https://github.com/dessalines/jerboa/pull/214 * Make comment icon smaller. Fixes #212 by @dessalines in https://github.com/dessalines/jerboa/pull/215 * Changing star to bookmark. Fixes #210 by @dessalines in https://github.com/dessalines/jerboa/pull/216 * Fix comment indent. Fixes #211 by @dessalines in https://github.com/dessalines/jerboa/pull/217 * Make post pictures wider. Fixes #196 by @dessalines in https://github.com/dessalines/jerboa/pull/218 * Deduplicate scrolling posts. Fixes #219 by @dessalines in https://github.com/dessalines/jerboa/pull/220 * Adding a login first message. Fixes #206 by @dessalines in https://github.com/dessalines/jerboa/pull/221 * Lazycolumn 2 by @dessalines in https://github.com/dessalines/jerboa/pull/223 * Fix deleted item header spacing. Fixes #222 by @dessalines in https://github.com/dessalines/jerboa/pull/224 * Adding deep links. by @dessalines in https://github.com/dessalines/jerboa/pull/228 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.16...0.0.17
fedilink


Features we’d like to see in Jerboa
I've always been a lemmur user. But since it became unmaintained and unusable to the point of not being able to log in, I had to make the switch to jerboa. Although the latter is more or less functional, its ui and ux are very limiting and lack many essential features in my eyes. Here's what I propose (if the lemmy devs are still interested in developing the app): - A settings page, similar to the website. - Default sorting: everytime I launchthre app I have to reconfigure the sorting from local & active to subscribed & new. but I found a way to fix that by clearing app data then once you launch the app fix the sorting before logging in and this will ensure that your preferences won't change after relaunch. - Ability to search posts and users. - open links in app instead of web, bonus points if includes links to communities and posts from a federated instance. - community stats in sidebar + trending communities - there's no way to see the sidebar of other federated instances from the app (or what communities they have). I didn't even know which instances lemmy.ml federates with until I explored the website. - Cross-posting (?) - markdown editor with preview - see modlog of the instance (and other federated ones) and its communities. - fixing infuriating bugs when typing I recall that Dessalines said that he had to learn android programming from scratch to make the app. So it's understandable why we haven't seen any update in a while. But it is still a fact nontheless that we mobile users are neglected. Anyways, I'm leaving this post here if someone wanted to take reference for any future contribution to Jerboa or any other similar project. I would've loved to learn coding myself and contribute but at the moment I'm biting more than I can chew (maybe in the future I'd have some time who knows).
fedilink

How to view modlog?
Title
fedilink

* Reverting back to old markdown renderer. Was much better overall. by @dessalines in https://github.com/dessalines/jerboa/pull/156 * Debounce search box input. Fixes #154 by @dessalines in https://github.com/dessalines/jerboa/pull/157 * Ability to delete posts and comments. Fixes #152 by @dessalines in https://github.com/dessalines/jerboa/pull/161 * Comment tree rework 1 by @dessalines in https://github.com/dessalines/jerboa/pull/162 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.14...0.0.15
fedilink



How do I browse a different instance than of the selected account?
Example: How do I browse Lemmygrad from a sopuli.xyz account?
fedilink

    Create a post

    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

    • bitcoin: 1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
    • ethereum: 0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
    • monero: 41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
    • cardano: addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm

    Contact

    • 0 users online
    • 16 users / day
    • 27 users / week
    • 27 users / month
    • 54 users / 6 months
    • 2 subscribers
    • 61 Posts
    • 193 Comments
    • Modlog
    Lemmy
    A community of privacy and FOSS enthusiasts, run by Lemmy’s developers

    What is Lemmy.ml

    Rules

    1. No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
    2. Be respectful. Everyone should feel welcome here.
    3. No porn.
    4. No Ads / Spamming.

    Feel free to ask questions over in: