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/)M

MV [Jerboa dev]

@ testAccount @lemmy.one

Posts
16
Comments
169
Joined
3 yr. ago

  • Did this problem exist before? On what Android version are you? And Jerboa "performance"/"smoothness" should be improving over time. I would like to know if that is not the case for everyone.

  • Its bug in listingpostmode. We ll be fixed in the next release. The card post modes show it properly

  • Yes the App bar has an impact, I had already fixed that for the main feed. But I have a made a PR that solves this for the other main screens.

  • I'll create bug for that

  • Does it still stutter in latest version 0.0.67 ?

  • This is because of the library we use for Jerboa. Too allow zooming in a lot, I have set the maximum zoom factor to a high number. The behaviour of double tap is to zoom to maximum zoom factor. So as consequence it now instantly zooms in a lot when doing double tap zoom.

    I have filed a feature request to change this behaviour. https://github.com/saket/telephoto/issues/88

  • And only in the feed or in other places as well ?

  • By default the theme is set to dynamic. Older Android versions don't support this, for this we default to a set theme. Previously that was pink theme now it is blue theme. (I preferred it)

    But you can always select which theme you want.

  • Illustrates the possibilities https://github.com/MV-GH/LemmyBackwardsCompatibleAPI/assets/67873169/62d7f6d4-be1e-4f71-94dd-6954e090379d

    There is actually a title (requirement from lemmy) but its just whitespace so that wasn't very visible. Not sure what to do about this scenario. Seems rare to be actionable

    There are multiple bugs though:

    • the whitespace in the footer actually works as a collapse children comments instead of opening the post
    • All the background should be tapable (header is missing this)

    Thanks for the feedback

  • Yeah the admin should be made aware of this

  • np

  • https://reddthat.com/nodeinfo/2.0.json

    Reddthat instance doesn't have the correct version set in their nodeinfo. It is empty, this is important for federation (and for Jerboa to know which API implementation that it needs to use). Now I don't know if this is a Lemmy problem or just a problem with just that instance. But Jerboa behaves as expected

    How it should be

  • I see what you mean, originally this was intended as such but I understand that this isn't the wanted behaviour, it is also inconsistent with the other modes where tapping the empty space is opening the comment. I'll open up a issue for this. Thx for your feedback

  • It's option in app settings, it was reset.

    It's called post action bar mode

  • It is an option that you can disable in the settings.

    Are you on 61 or 62 ?

  • It should still be there, can you go in the settings disable the show navigation bar setting, and check if it now appears? If so then it hidden behind the navigation bar. Which should be fixed in the next release