The last few updates have all been focused on adding more and more features. To change things up a bit, this release will be focused on improving the quality of the app: fixing long-standing issues, addressing pain points, improving performance.

Changes so far

  • Save and restore post feeds on app recreation. This should make the app behave in a more predicable way. Eg. if you leave the app for extended period and come back, the app should now preserve exactlyn where you were before you left. No more losing your spot!
  • Add setting to toggle save/restore post feeds on app recreation.
  • Fix issue where some images won’t load.
  • Fix issue where user profile screen doesn’t change when current account changed.
  • Fix issue where “save post” button state doesn’t reflect actual state of whether the post has been saved or not in certain cases. Eg. if the post is saved, the save post button should be filled.
  • Fix navigation rail bugs when the navigation rail is on but large screen support is off.
  • Continue to improve error messages.
  • Fix a bug where comment timestamps do not update on refresh.
  • Manually add a workaround to get img.gvid.tv links to work in the app.
  • Slightly improved text editor.

Update

Aiming for this to be a simple update. I am testing the changes. Should have a release by tomorrow.

Update 2

Final round of testing underway. Release imminent.

  • y0din@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Here is a screenshot of the setting, and if I read this correctly it’s off, which makes sense for me as I mostly use the app in “small screen mode” where I prefer it to be on the bottom.

    The problem surfaces when used in unfolded (big screen) portrait mode, as for landscape view of the same unfolded screen, it’s split and works as usual.

    • idunnololz@lemmy.worldOPM
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      I checked the code and it looks like if “Large screen support” is on then “Navigation rail mode” is ignored. This is to give the feature “Large screen support” more of a say on how to lay out larger screens. Your device must have just been slightly too narrow to actually trigger the split display though which looks like:

      • y0din@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Yes, this is the layout I get in landscape, but it’s not picked up in portrait, so that it’s just a bit too narrow would make sense for it not to be picked up as a large screen as the resolution is kind of weird when tilted into portrait instead of landscape.

        Do you need anything more from my part? If so, or if you want me to test/change anything, let me know, I am happy to supply with whatever I can to help 🙂

          • y0din@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            8 days ago

            I’ve come across a new bug with the rail, almost the same as before, but this is inside the post, not the main view.

            When you enter a post, click on an image, and then press the back button, you get a result that’s almost identical to the previous issue. Just wanted to give you a heads-up in case this hasn’t been reported yet. I’m using the same screen configuration mentioned earlier in this thread, so it was easier to report here since the parameters are otherwise unchanged (resolution/portrait/Samsung zfold 6).