this post was submitted on 22 Jun 2025
20 points (100.0% liked)

Summit

1020 readers
25 users here now

Community to discuss Summit, an open-source Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Source: https://github.com/idunnololz/summit

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

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.

top 9 comments
sorted by: hot top controversial new old
[–] y0din@lemmy.world 2 points 4 days ago (1 children)

There is a new bug in the current version if you use a Galaxy fold big screen, kind of hard to describe so here is a screenshot:

As always, thanks for your great work!

[–] idunnololz@lemmy.world 1 points 3 days ago (1 children)

oh that is an interesting combination of settings I did not test for a while. You must have rail on Auto or On but have Large screen support Off for this to occur I think. Or have a weird screen size such that the app thinks a nav rail is best but not large enough to trigger large screen support.

In either case I will fix this for the next release.

[–] y0din@lemmy.world 1 points 3 days ago (1 children)

As far as I can tell, rail mode is off and large screen is on?

For reference the resolution for the folded out display is 1856 × 2160 pixels and it happens in "portrait" mode, where the resolution will be weird I guess.

If I switch to landscape the issue is not present, I didn't think to test for that until you mentioned "weird screen size".

Thanks for looking into it, and it's probably a corner case since the foldable screens are not all that common, at least not yet.

[–] idunnololz@lemmy.world 1 points 3 days ago (1 children)

From your screenshot, rail mode should definitely be on since the navigation rail is active in your screenshot (its the left side bar). I'm surprised that screen aspect ratio doesn't trigger Large screen mode though.

[–] y0din@lemmy.world 1 points 3 days ago (1 children)

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.world 2 points 3 days ago (1 children)

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 1 points 3 days ago (1 children)

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 🙂

[–] idunnololz@lemmy.world 1 points 3 days ago (1 children)

No, I think I have everything I need here to fix the issue reported. Thanks for the report!

[–] y0din@lemmy.world 2 points 3 days ago

Just happy to help 🙂