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

  • Preferably you report this on the issue tracker. But here is fine too.

    Which version of Jerboa do you use? settings > about

    And on which screen (Home , community, inbox, ...) do you have this? And do you have it as soon as you press the sort by icon? or when you select a sort? And if so which sort?

    What Android version?

    I have not been able to reproduce this problem.

  • 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.

  • 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

  • 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

  • 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