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.
testAccount
This option has been reworked in Lemmy 0.19.4 because of that Jerboa no longer supported the old option.
I have added a PR that restores this functionality. https://github.com/LemmyNet/jerboa/pull/1544
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 that does sound differently than what I had in mind. Not sure how effective that change will be.