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

  • 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

  • In 61 a migration is borked, this caused some appsettings to be switched around. So it enabled the setting Show content for collapsed comments and disabled another one.

    Now I fixed this, so this means those who changed them will see them swap again. And those who haven’t upgrade yet won’t notice anything. There should be release tomorrow which address all the bugs introduced in this update. Sorry for the inconvenience!

  • In 61 a migration is borked, this caused some appsettings to be switched around. So previsously if you had custom tabs enabled, this would enable the prevent screenshots setting.

    Now I fixed this, so this means those who changed them will see them swap again. And those who haven't upgrade yet won't notice anything. There should be release tomorrow which address all the bugs introduced in this update. Sorry for the inconvenience!

  • The navigation system bar, that allows content behind it? That is bug, do you only experience that in the post view? Regarding the screenshot, there is a setting in ur settings that prevents screenshots, make sure you haven't enabled it.

  • which android version? Lemmy and many others had their pictures upload turned off for a while but I do assume that is enabled again.

    I assuming you don't have android studio or something to see the full logs?

    I really need to get that log viewer finished.

  • Yeah thanks i don’t know how i have never found this setting.

    Settings > Look and Feel > Show navigation bar

    Yeah i thought i told you it was 0.0.59 i looked it up on fdroid before telling you .

    You wrote 0.0.19 So I assumed you were confused with Lemmy version 0.19

  • What is the actual usecase? Do you want to see the link images in the imageviewer? Cuz i could probably add a option on long click that it would allow you to see the image in the image viewer?

  • Pre 0.0.60, the rules for showing the votes in arrows were -> show scores setting enabled + and if there are downvotes

    Now with 0.0.60 Dessalines reworked how the votes are displayed.

    Modes (all in header):

    • Display full -> show score and downvotes
    • Display score + upvote ratio
    • Display score
    • Hidden

    They will be configurable once the setting is persisted.

    I have proposed to add a Display votes in arrow setting (Old behaviour)

    We will see what comes from it.

  • The biggest performance changes should be from 0.0.56

    Due to a compound of factors:

    Those factors lead to that we do a lot less recompositions now. Which means that that each frame we do less calculations, "keep the same UI element as before", it is smarter at about detecting elements that stayed the same and should not be recalculated. So each frame is cheaper and it can do thus more per second

    In 0.0.60 I have updated the baseline profiles (It ships the app with AOT bindings, instead of which you would get after a week from release on the playstore)

    Google does some amazing work, it just takes them a long time. Once this patch lands we should see more optimizations https://issuetracker.google.com/issues/241154852

    I also recommend list/small card view, if you prefer the feed to not jump due to images loading in. At some point i'll refactor some infra so that I can Image and post preload feature out. So that it should be able to instantly load those images. But that is quite deep in the backlog.

  • You mean in card view that it would fully show like a normal image. Hmm, the problem is that most link thumbnails aren't really relevant to the post, for example this post it would show an image of the release page. Which isn't really that relevant as we just want to link to the actual release notes.

  • And this was fine in 0.0.55? or were you using a earlier version?

    Also which android version are you using? I can't seem to replicate this very well, the part of 29px but it suddenly got smaller with the most recent update.