Skip Navigation

User banner
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MD
MV [Jerboa dev] @ testAccount @lemmy.one
Posts
1
Comments
151
Joined
2 yr. ago

  • The image viewer is supposed to let the image draw behind the system bars, covering the full display. The tap is supposed to hide/show the systembars, to imitate full screen behaviour.

    On tap it just asks Android to hide/show systembars. So its quite strange that it behaves differently here for the status bar. Probably something to do with Android 14.

    See https://github.com/user-attachments/assets/ba96831c-e515-4c92-b9f4-4c73f6277926

  • It is not a Jerboa issue,

    This community has never been active and that was the latest post in Jerboa in Lemmy instance.

    You can query this directly and see.

    https://lemmy.one/api/v3/post/list?type_=All&sort=New&community_id=49 https://lemmy.world/api/v3/post/list?type_=All&sort=New&community_id=91

    Lemmy always had some federation issues its better now then before.

    But you can still see some issues. For example

    lemmy.world does not have the switching language on gboard. post. see https://lemmy.world/c/jerboa@lemmy.ml?dataType=Post&sort=New

    As a test, I tried posts from /all/, and was quickly able to find one that is visible for me from /all/ but does not appear on its own community page under new - the post on politics@lemmy.world about a 271 page document on Vance (about an hour ago).

    Did you check this within the same instance? /all/ and the community page?

    I checked right now and I found the post you are talking about. So it is definitely visible right now. https://lemmy.world/post/18503617

  • Can you check if autoPlayGifs setting is enabled?

    There is currently a bug with our image viewer that it seems to use imageloader that is set on the application level (which is controlled by that setting) instead of the one that is passed into it(which has it always enabled).

  • Gifs never worked in comments. Could never get it to work. But imageviewer should always auto play gifs regardless of the setting autoPlayGifs. So that's a bug I'll look into.

    The setting is for controlling previews and icons/avatars.

  • Alright, looked into it. There was indeed a bug where it did the initial posts request by page and the subsequent by page_cursor. But this has been there for a while. Pre 67 we used to deduplicate every post returned by Lemmy. So it was masking that bug. I didn't think the deduplication was still necessary with page_cursor, so it was removed. If it still frequently happens after this fix. I'll add it back.

  • I have managed to reproduce this on Android 8. It seems to be android 8 specific. This is a problem with our toolkit. You seem to the first to experience this because I can't find anything on this yet. The only thing you can do is to downgrade to Jerboa 0.0.66

  • In Lemmy 0.19.4, scores were reworked. So that you could individually pick which score you like to see (upvote, downvote, total, ratio)

    Before this this option its behaviour was to disable every score type. Now it just hides the "total". With Lemmy 0.19.4 they did a poll to see which scores are the most popular and should be the default. Upvotes + Downvotes won. So show_scores is now by default false.

    Currently our setting division ('Account settings' vs 'look and feel') doesn't make much sense. But 'look and feel' is all the settings that are stored on the device. Thus apply to all accounts. Account settings are settings we retrieve from Lemmy and are different per account.

    So that brings us to the listingviewmode. That shows the total_scores but since its disabled, it is hidden. I'll probably rework it so that it shows the upvotes if 'shows_scores' is disabled.

  • Jerboa @lemmy.ml

    Give feedback for redesign post actionbar