Summit

1282 readers
9 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
53
submitted 3 days ago* (last edited 1 day ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

I'm excited to announce that v1.81.0 of the app is finally ready to be released. This update refreshes the look of the default user experience hopefully for the better.

You can see a screenshot of this new default user experience here:

To make the new user experience possible, three new features have been added to Summit:

  1. A new post feed header style named "Compact". This is meant to give the user slightly more information about the community they are browsing without taking up too much of the screen. This will be on by default going forwards. (You can turn off post headers in Settings > Post Feed. You can also revert the style to the previous design.)
  2. A new post header style named "Compact". This makes the header on each post prefer a single line instead of two lines, making posts more compact and reducing some redundant information. The post header style can be adjusted on a per-post style basis. In this release only the new List and Compact style will use the "Compact" header style by default.
  3. A new post style named "List" (the old "List" style is now named "List (old)"). This style is designed to be much more compact than the previous List style, trying to be a good compromise between the old List style and Compact. This post style is now the default.

As usual, all of these changes can be reverted via settings.

Full changelog

  • Add new post feed header style "Compact". This is now the default header style.
  • Add new post header style "Compact". This is on by default for the List and Compact post styles.
  • Add new post style "List". This is now the default post style.
  • Change post feed header to on by default.
  • Fix a bug where post/comment scores can get stale and not update.
  • Fix a bug where jump to comment button doesn't work.
  • Fix a bug where sliders in settings can be finicky.
  • Fix a bug where rotating the screen continuously on the post feed will cause the post feed to become blank.
  • Fix a bug when loading child comments where only 10 comments can be loaded.
  • Add setting to disable generating thumbnails from video urls.
  • Fix a bug where spoiler tag aren't parsed if there isn't a space between ":::" and "spoiler".
  • Fix a bug where the bottom bar is obstructed in post screen if a post is opened via link.
  • Fix a bug where errors in the post feed can block all other UI elements, forcing the user to back out of the app.
  • Fix a bug where hide bot accounts setting is not visible.

Update v1.81.1

  • Fix a bug where some videos cannot be played from the post feed.
  • Fix a bug where the downvotes symbol is shown for comments.
  • Fix a few rare crashes.

Update v1.81.2

  • Fix comment scores not visible in some cases.

Update v1.81.3

  • Fix a bug where videos are shown twice in the post screen.
  • Fix a bug where sometimes comments load forever.
2
 
 

This release adds some mod tools for PieFed to the app (some mod tools are still missing because they are not supported by the API yet).

This release also makes significant changes under the hood. These changes are meant to keep the app snappy. The app goes through lots of updates and features are added left and right so some occasional refactoring is necessary to ensure the app does not get too bloated.

Changes to the internal portions of the app is also why this release took a bit longer. These changes can cause bugs if not done correctly and I had to dogfood the app for a while before I was confident enough to release the update.

Full changelog

  • 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.
  • 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 a bug where "No comments" is not shown when there are no comments.

Update v1.80.1

  • Fix a bug where long tapping on an image will load the thumbnail and not the original image.

Update v1.80.2

  • Fix a bug where sometimes resuming the app, the post feed will fail to restore.

Update v1.80.3

  • Fix a bug where link posts with a thumbnail incorrectly try to load the link and not the thumbnail.
  • Fix a bug where community icons sometimes flicker.
  • Fix a bug where viewing an image of a post will no longer default to the thumbnail if it has been cached.
  • Reverted change where opening a post from the post screen will open it in the same post window. This was causing confusing back navigation problems.

Update v1.80.4 I accidentally didn't build the correct code because the code was written on another computer and I also accidentally shipped some test code. Doing another release to correct these.

Update v1.80.5

There was a one line code change that I missed when cleaning up after experimening with something that was increasing crash rates. My bad.

3
41
[2026] Roadmap (lemmy.world)
submitted 3 months ago* (last edited 3 days 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
13
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
3
submitted 7 hours ago* (last edited 7 hours ago) by _tasten_tiger@feddit.org to c/summit@lemmy.world
 
 

Upvoted comments show correctly. The same is for downvoted.

6
 
 

No matter whether I have this option turned on or off, I always have child comments visible.

Anyone else have this issue?

7
 
 

Version: v1.81.2 (331)

8
 
 

My profile display on web normally, but on Summit it give me this error:

Client error. Code: 400. Message: {"code":400,"message":"'NoneType' object has no attribute 'isoformat'","status":"Bad Request"} .

9
 
 

The original design was to move the icon to the top to reduce the size of the items.

However, after implementation the change it looks a bit weird so wanted to see what the community felt.

Let me know in the comments if you prefer A or B.

If anyone has other feedback for the design let me know.

A B
10
 
 

When using "Hide Read", the app behaves normally for a couple of pages, then abruptly pops this screen and removes all navigation and UI from the app until it's restarted.

11
 
 

When I'm making a post, I can choose the language is made on. But there are so many. No one speaks so many, so I'll have to scroll through in order to find mine. Is it possible we can filter this list so there will be only the languages we can speak?

12
-13
submitted 4 days ago* (last edited 4 days ago) by Beep@lemmus.org to c/summit@lemmy.world
 
 

I linked to a post where the video does not play till you open the post.

Overall I started seeing this format be more common, so I recommend improving/ polishing it's support to match other formats support.

Thank you for your hard work creating this beautiful Lemmy/ Piefed client.

Error infoSource error Caused by: None of the available extractors (jx1, lv1, yo6, x22, uv3, qc, ir4, v34, u86, rj3, nb, o2, q2, mv3, xn, mt, mt, eo, mt, r92, eo) could read the stream. {contentIsMalformed=false, dataType=1} sniff failures: [NoDeclaredBrand, NoDeclaredBrand]

13
 
 

It seems Summit cannot render spoiler tags if there is no space between the colons and spoiler word. Voyager does not have this issue against whom I verified.

14
23
Post feed redesign (lemmy.world)
submitted 1 week ago* (last edited 1 week ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 
 

As promised, I will share the current designs that I mocked up for the post feed. It's been a busy week so I only got a chance to start on this yesterday.

The three main changes I wanted to flesh out are:

  • A redesigned, more compact community header.
  • A more compact post header.
  • A redesigned post layout.

Please feel free to give feedback in the comments.

Old design First redesign draft
15
 
 

Hi there!

I can't seem to find a filter to temporarily hide posts made by bot accounts. Is there a way to achieve this in Summit?

Thank you in anticipation!

16
 
 

Hi all!

Since 2-3 days (and very probably related to an update), I sometimes only get a black screen instead of the post feed, when returning from a post.

Version: 1.80.3 On Android 16/GrapheneOS

I haven't tried to clear the cache yet.

Anyone else experiencing that or is it just my device?

Edit: just saw that there is a new update to 1.80.4
Maybe that solves it already

Edit 2: until now it didn't occur anymore after the update.
I'll mark the thread with [SOLVED] or something, when it doesn't happen anymore in the next 1-2 hours

Edit 3: ok, maybe a bit premature to mark this as solved, but the issue never came up again and I specifically tried to provoke it.
Either updating itself fixed it or the new version did.
Either way, seems to be fine now. If anyone else experiences that issue, I'll "re-open" the thread and remove the solved tag

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

Making this post to communicate some rough thoughts I have. Everything is still in flux so nothing is certain yet. Will make edits to this post as I flesh these ideas out.

I'm planning to implement several design changes I've been thinking about for a while. The primary purpose of these changes is to make the default post feed look better.

Rest assured all of these changes will be configurable so if it's not to your taste you can switch back. Most of these changes should only apply if you have default settings as well.

Here that the design changes I've been thinking about:

  • A lighter, more compact version of the post header. Currently the post feed without header is very minimal which is fine but as a result it hides information that could be useful such as a description of the community. The post header offered in Summit is a bit large and might show too much information. I'm looking for a compromise between the two so you see a bit more information but it doesn't take up as much of the screen. I'm planning to have this light header on by default.
  • Smarter individual post headers. Currently the default post header shows a large icon, the community name, when it was posted, the author and some tags of the author. This is a ton of information and it can take up a decent amount of screen space. it might be better to reduce the information slightly and have it adjust based on the context. Eg. if you are browsing a specific community, the community name being on every post is less useful. The aim of smart headers is to minimize the amount of information presented on each post item in the feed while still showing you the most important information.
  • A new post layout that will be a redesign of the post list layout. The post list layout is my personal favorite layout but it's looking outdated. I'm considering making a new post list layout that will be a mix of the current post list and the compact layout with a more modern design. This will be the new default layout.

Changes so far

  • Fix a bug where post/comment scores can get stale and not update.
  • Fix a bug where jump to comment button doesn't work.
  • Fix a bug where sliders in settings can be finicky.
  • Fix a bug where rotating the screen continuously on the post feed will cause the post feed to become blank.
  • Fix a bug when loading child comments where only 10 comments can be loaded.
  • Add setting to disable generating thumbnails from video urls.
  • Fix a bug where spoiler tag aren't parsed if there isn't a space between ":::" and "spoiler".
  • Fix a bug where the bottom bar is obstructed in post screen if a post is opened via link.
  • Fix a bug where errors in the post feed can block all other UI elements, forcing the user to back out of the app.
  • Fix a bug where hide bot accounts setting is not visible.
18
10
submitted 2 weeks ago* (last edited 2 weeks ago) by bonenode@piefed.social to c/summit@lemmy.world
 
 

I cannot login to my piefed.social account anymore on Summit. Getting the error in the screenshot. I can login via browser, so it is not my account. Yesterday it all still worked, not sure this on side of Summit or on side of piefed.social.

Edit: I have completely uninstalled the app. Reinstalled it, tried to login, same issue.

Edit2: turns out I am not the only one, see https://piefed.social/c/piefed_meta/p/1898623/swept-up-in-an-ip-ban

19
5
submitted 3 weeks ago* (last edited 3 weeks ago) by IncogCyberSpaceUser@piefed.social to c/summit@lemmy.world
 
 

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.

20
 
 

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.

21
 
 

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.

22
23
16
submitted 4 weeks ago* (last edited 2 weeks 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.

24
 
 

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.

25
 
 

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.

view more: next ›