Summit

1267 readers
4 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
1
15
submitted 1 week ago* (last edited 3 hours ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Going to be working on adding mod tools for PieFed this release.

Changes so far

  • Add support for modlogs on piefed.
  • Add support for reviewing and accepting/rejecting registrations.
  • Add support for [spoiler] tags.
  • Fix some bugs with finding text on the post screen.
  • Heavily optimized save/restore post feed when app is killed and restored. This adds a slightly longer delay when the app is restored after it's been killed by the OS but it should reduce the number of network calls and improve snappiness once the app is restored.
  • Show HD image toggle in more situations.
  • Fix a bug where the loading spinner never disappears on a post even though internally the post has failed to load.
  • Fix bug where "No comments" is not shown when there are no comments.

Update

Honestly thought PieFed had added support for seeing post/comment reports and resolving them via API but that API is still unavailable. That will have to be in a different release I guess.

2
 
 

Just adding more user requests.

Full changelog

  • Add new option to never indicate whether a post is read or not. This change may reset your current read indicator setting.
  • Add "edit comment" comment quick action.
  • Add setting for "peek" function. When enabled, long pressing on an image will show a preview of the image. The preview closes if you let go. Can be found under Settings > Misc. Default: off.
  • Remove support for Android 5 and below. The new minimum Android version is 6 (API level 23).
  • Fix side panel staying locked if search is opened and closed.
  • Update dependencies.
  • Fix bug where a bunch of mark read action failures are logged each you switch accounts.
  • Fix gesture actions and gesture navigation conflicts.
  • Fix broken volume navigation in post screen.

Update

Kept finding bugs left and right so spent like 6 hours fixing every bug I encountered. I don't remember every bug I fixed so enjoy. If anyone finds any bugs let me know. Bug fixes will go out in v1.79.1.

Ok I went back and read through my commit so I can make a list of the fixes:

  • Made the mod log bottom sheet easier to dismiss by swiping.
  • Greatly improved the speed that the inbox screen loads
  • Fix a bug where the edit comment quick action will be disabled/enabled when it shouldn't be.
  • Fix a bug where when an image loads, the image will have a height of 0 for 1 frame causing a flicker.
  • Fix a bug where opening a post will sometimes cause the bottom nav to flicker in for 1 frame.
  • Fix a bug where sometimes AVIF images will be loaded at a much higher resolution then necessary.
  • Improve the loading spinner so that it waits a tiny bit before showing. This means that the loading spinner will not appear on screens that loads nearly instantly. This should be a slight UX improvement as it should decrease the frequency of you seeing the loading spinner for a frame and then disappearing.
  • Fix a bug where when you are using full layout and have a max height set, sometimes the text in the full layout will appear as if the text has been offset by a random amount.

Update 2

v1.79.2 release. More bug fixes:

  • Allow search field to be blank when doing a search. This is a valid search since sometimes you want to search for posts posted by a person a on community.
  • Fix a bug where the post is obscured by navigation rail when in "tablet" mode.
  • Fix a bug where back press on a post does not close the post in rare edge cases.

Update 3

v1.79.3

  • Add shortcut from image viewer to post button. Also add the option to image peeking.
  • Hide comment quick action if user is not allowed to modified the comment.
  • Fix a bug where the loading indicator doesn't hide sometimes.
  • Fix crashes.

Update 4

v1.79.4

  • Fix history tracking when "Swipe between posts" is enabled
  • Fix position not saved when app is killed and recreated when "Swipe between posts" is enabled
  • Fix more crashes.

Update 5

The last 2 versions were both attempting to fix a crash when "Swipe between posts" is enabled. However both attempts failed due to quirks in some code that is out of my control (it's in Google's code). After a lot of testing I think I finally have a fix.

v1.79.5

  • Finally fix a crash that can occur when "Swipe between posts" is enabled and the app is killed and restored a few times.
3
38
[2026] Roadmap (lemmy.world)
submitted 2 months ago* (last edited 1 week ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Planned changes

  • Offline mode (view posts, comment, vote all offline with an offline engine that tracks everything and performs the actions once network is established).
  • Setup wizard.
  • Extremely out of date version check? (Eg. if the app version you are using is over x versions out of date)
  • Export tables as part of export settings. Currently there is a limitation for the import/export settings feature. It only supports settings which are represented as key-value pairs. However some settings are represented as lists and these are stored in tables in a db. This change will require the app to know how to import/export a table as well as possible showing this option to the user.
  • Revisit the "more options" menus. Some of them are getting too long.

Specific user requests

Stretch features (nice to have but I need to do more research)

  • Possible integration with mastodon/? (needs research)
  • Support Mbin?
  • Sync between devices?
  • Turn chat in Summit into a "first class" feature.

Completed features

  • each post in the feed should have a ‘mark as read’ button I can tap easily, when hit post auto hides.
  • add FAB quick action to refresh the post feed.
  • Add a way to sort communities by number of times visited on the device: https://lemmy.world/comment/17413948
  • Add setting to force wrap post/comment headers when using icons.
  • Hide Downvote Button on Instances with Downvoting Disabled
  • Add setting to disable recents in community selector.
  • Add suggestions for community to post to in the create post fragment based on post history
  • Add a setting to make long tap the gesture to show the UI in the image viewer and make single tap close the image viewer.
  • Add option to hide actions in the rich text editor toolbar.
  • Add setting to the rich text editor toolbar to display a label for each action.
  • add setting to download file to folder based on community: https://lemmy.world/comment/17081662
  • add search options to search by special feeds such as subscribed, local, or moderator view.
  • Add a setting to adjust the maximum height (or maybe width?) of an embedded image (eg. an image within a comment).
  • Add setting to have hide read default to on.
  • Add setting to disable read "state" in the UI for the post feed.
  • Add "edit comment" to quick actions. https://lemmy.world/post/35218074
4
12
submitted 2 years ago* (last edited 2 years ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

If anyone is interested in helping with translations, please see the link below. If anyone has any questions feel free to post them here! Thank you in advance to all translators!

https://github.com/idunnololz/summit-for-lemmy/wiki/Translations

5
 
 

When the image in a post isn't HD, it just keeps trying to load, so the load icon just keeps spinning. Trying to download doesn't work at that point either. Toggling HD off fixes it, the loading icon disappears and you can download no problem.
Could it default to non-HD at some point once it's clear it's not HD? Here is a example post: https://piefed.social/post/1877758

And here a video showing the issue, bit long at 51seconds: https://files.catbox.moe/kywene.mp4

Thanks for your hard work, amazing app.

6
 
 

Especially when I leave the app, even just for a second sometimes.
I use the paged feed, not infinite scroll.
To fix it, I have to go to page 1, which will still have posts. Even without refreshing on page 1, when going to the next pages, all the posts are there again as expected. Even if I paged back to page 1 just before, and every page was empty.

I'm not sure what other information I should add here. Here is a video, I didn't capure me coming back to the app with a post open, and then going back to my post feed to find it empty. That's where this recording starts: https://files.catbox.moe/6tekwd.mp4

Thanks for your hard work, amazing app.

7
 
 

I was trying to load this post https://lemmy.world/post/43549159 which I browsed through this comment: https://lemdro.id/comment/22976512

Unfortunately, summit cannot load it for some reason. I can load it fine in Voyager and the browser.

8
9
 
 

Hey, i just wanted to take a moment to address something minor that's causing my browsing experience on summit to be a bit inconsistent.

When clicking on a post with a picture that also has a banner, the banner always takes a second to load in. This load in time often causes me to long press the picture by mistake (thus bringing up the long press menu) while attempting to scroll the page to get to the comments section.

10
 
 

Is there a setting that will cause the full post, including images to be displayed in search results? The full post is shown in my normal feeds but search results do not show images unless you open each individual post.

11
 
 

When a post with an image or link is marked read, the image was also getting darker and slightly gray. That is not the case anymore in 1.79.2

12
 
 

Hi there and thank you for your time.

Not sure if this is currently a feature in Summit but it's one I've come to expect in other clients. Any idea if I can jump to comments from this screen, or will it be included in the future?

13
 
 

I'm a sync user, who is trying really hard to switch to Summit. It's going great so far, but the only thing I struggle with is the titles of posts are underneath images instead of at the top. Is there a way to configure that? I am hopelessly confused when I read the feed because I expect to read the title before seeing the image. Thanks! Great work!

14
14
submitted 2 weeks ago* (last edited 2 weeks ago) by MrFloppy@lemmy.world to c/summit@lemmy.world
 
 

I really like “Summit” with the following settings:

  • Dark gray background: Settings > Mode > Background color “Less dark background”
  • Image/text ratio: Settings > Posts feed > Appearance of posts > Basic view “Full content” + Full content, max lines: 7 (Basic view “Tile 1” would have been good, but then it doesn't display the text of the post...)

Is it possible to get a view similar to the screenshot? With the above setting, I'm already very close, but I would prefer, if all the text is below the image. (And displaying 7 lines of post text only works for me with the setting described above.)

15
14
submitted 2 weeks ago* (last edited 2 weeks ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Changes so far

  • Remove support for Android 6 and below. The new minimum Android version is 7 (API level 24).
  • Fix side panel staying locked if search is opened and closed.
  • Update dependencies.
  • Fix bug where a bunch of mark read action failures are logged each you switch accounts.
  • Fix gesture actions and gesture navigation conflicts.
  • Add new option to never indicate whether a post is read or not. This change may reset your current read indicator setting.
  • Add "edit comment" comment quick action.
  • Add setting for "peek" function. When enabled, long pressing on an image will show a preview of the image. The preview closes if you let go. Can be found under Settings > Misc. Default: off.
  • Fix broken volume navigation in post screen.
16
 
 

cross-posted from: https://startrek.website/post/36167557

As it stands right now, it looks like we have to just judge based off of how old posts are to see if we can still interact with a community.

17
 
 

Edit:
I see the posts on piefed in the browser.

18
25
submitted 3 weeks ago* (last edited 2 weeks ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Modern Android libraries are starting to phase out support for Android 5 (API levels 21 to 22). This makes sense to me since Android 6 was released 10 years ago.

Since a lot of libraries are no longer supporting Android 5 it means that to keep dependencies updated, Summit can no longer support Android 5 either.

If this is a huge concern to any users of Summit please flag in the comments. Otherwise I will be removing support for these versions of Android in the next release.

19
4
submitted 3 weeks ago* (last edited 3 weeks ago) by Kwdg@discuss.tchncs.de to c/summit@lemmy.world
 
 

There was already a similar report, of the switch instance function taking long, a while ago https://lemmy.world/post/42666364 I had the same issue but it got worse, now it does not work at all anymore, even for example with the app update notification that takes me to the post. Also tried it with a different account, same issue

20
49
submitted 3 weeks ago* (last edited 3 weeks ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

AVIF doesn't appear to be going away and there appears to be a gap in Android's current support for AVIF images.

It seems that AVIFs usage on the fediverse is increasing while Android only native supports AVIF images on Android 12 and up.

Even on these newer versions of Android, not all images are supported leading to some images failing to load every now and then.

The aim of this release is to bridge this gap by bringing better AVIF support to both old and new Android OSes. This release should allow even devices running Android 5 to view all AVIF images on Lemmy/Piefed. The cost is that the app will increase in size by ~2 MB.

Full changelog

  • Add experimental AVIF support (again)
  • Add setting to enable/disable the bundled AVIF decoder. Setting can be found under Misc > Use bundled avif decoder. Default: on.
  • Add setting to save images/videos in subfolders based on the community. Eg. an image from c/cats will be saved to Summit/cats. Default: off.
  • Fix an error that can occur when signing into a Piefed instance.

Update

  • Fix RedGif embeds on PieFed.

Update2

  • Fix "switch instance" button never completes.
21
 
 

fedinsfw should be running piefed.

22
12
submitted 3 weeks ago* (last edited 3 weeks ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Looks like AVIF is here to stay at Lemmy so I'm going to try to address it...

Changes so far

  • Add setting to save images/videos in subfolders based on the community. Eg. an image from c/cats will be saved to Summit/cats. Default: off.
  • Fix an error that can occur when signing into a Piefed instance.
  • Add experimental AVIF support (again)
23
 
 

I'm asking because I tried Sync but it's paid, has ads, trackers, mentions Google and Amazon in its privacy policy which was a big red flag for me.

Is Summit open source? Does it have trackers/collection data?

24
 
 

Basically the title.

Do pictures really need a limit to how far you can zoom?

It annoys me to no end when there's a larger image that I'd really like to zoom in to view a detail and I run into an arbitrary wall just too far away.

25
32
submitted 4 weeks ago* (last edited 4 weeks ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

Implemented more user requests. Bug fixes.

Full changelog

  • Add a setting to change how the image viewer is controlled. By default tapping once will show/hide the ui and double tap will zoom in. Add a new control style where single tap closes the image viewer and double tap show/hide the ui.
  • Add option to hide actions in the rich text editor toolbar.
  • Add setting to show labels for items in the rich text editor toolbar.
  • Add a new option in the post menu: Hide posts like this. Offers a convenient way to hide posts by keywords.
  • Fix a bug where RTL names are not displayed correctly.
  • Fix a bug where the local stats screen did not limit the length of some of the categories.
  • Fix a bug where spoiler titles are not shown if they contain formatting.
  • Fix a bug where the account creation date is listed in a confusing way.
view more: next ›