I am the developer of Summit for Lemmy.

  • 4 posts
  • 0 comments
Joined 3 years ago
Cake day: June 13th, 2023

This is a small release that took a huge amount of work.

For those who don’t know the v1 release of Lemmy has been in beta for a while now. The v1 release of Lemmy ships with Lemmy API v4 with backwards compatibility with Lemmy API v3.

Lemmy API is the shared language of how clients (Summit) and server talk to one another. Lemmy releases are loosely tied to API versions. So for instance, Lemmy v0.19 (which is the version most servers use) only supports Lemmy API v3. Currently Summit only supports v3 of the Lemmy API. This release adds support for API v4.

This is mostly a future proofing measure since Lemmy v1 will still support API v3. Since Lemmy v1 isn’t released yet it’s likely there are still bugs in the API v4 support implementation as there were many massive changes. Due to this API v4 is disabled by default. Once Lemmy v1 releases and I can verify the app is stable with API v4 it will be turned on by default.

So basically this update doesn’t actually add anything, yet.

Full changelog

  • Add support for Lemmy API v4.
  • Fix a crash when viewing users who voted on a post/comment on PieFed instances.
  • Fix a bug where errors encountered when downloading videos are reported as successes.
  • Fix a bug where videos using VP9 encoding fail to download.

I want to officially celebrate the release of Summit on F-Droid.

Although the app has been available on F-Droid for about a week now, I waited until the 1.82 release F-Droid to make the announcement in order to get everything ready and updated.

Launching on F-Droid has taken a lot of effort so we are celebrating in the release notes. In many ways, the biggest project in this release is getting the app ready for F-Droid. This includes updating all of the links, graphics and websites.

Now onto the 1.82 release. This update brings more quality of life improvements. The big one is a much more powerful duplicate post detection system. It’s never fun to see the same post twice so this feature aims to eliminate seeing duplicate posts forever (as long as you are on the same account). The original feature was introduced many versions ago but it was an experimental feature and it has never worked very well.

The other big change introduced in 1.82 is the inclusion of per-user scores. You may notice these scores appear beside usernames. They display the total times you’ve upvoted a particular user minus the times you’ve downvoted them. Credit to Voyager which I think is where this idea came from initially.

Full changelog

  • Add per-user scores in post/comment headers. Enabled by default. Can be disabled in settings (Settings > Misc > Per-user scores).
  • Add “Change feed” button to the top bar so it’s easier to discover.
  • Greatly improve the duplicate post detector. Can be disabled in settings (Settings > Posts feed > Mark duplicate posts as read).
  • Change default for “hide banner if no banner” from off to on.
  • Change default community back to lemmy.world. Done for UX reasons since the changelog is hosted on that instance.
  • Fix a bug where the block instance button doesn’t do anything on the instance information screen.
  • Fix gesture conflicts on the image preview screen.
  • Fix a crash due to the new PieFed comment reporting endpoints.

Update

Releasing an update to address some bugs. Update version is v1.82.3.

  • Fix a bug where the emoji selector doesn’t show up sometimes.
  • Fix a bug where the ¯\(ツ)/¯ emoji is not escaped correctly.
  • Fix a bug where the alt-text field expects a URL when it should expect text.
  • Fix a crash that occurs when clearing local event data.
  • Fix a bug where the bottom nav bar shows up on the post screen when it should be hidden.
  • Add a warning message to the filter dialog if a “Match entire word” is on but the text contains more than one word or special characters.
  • Changed the default for per-user scores from enabled to disabled by default. Can be re-enabled in settings (Settings > Misc > Per-user scores).

Update 2

Noticed elevated levels of crashes. Releasing a patch (v1.82.4) to fix some crashes.

  • Fix some crashes.

Update 3

Fix more bugs. (v1.82.6)

  • Fix navigation bar sometimes showing/not showing when it should.
  • Fix a bug where read post state are lost when app is recreated in certain cases.
  • Fix a bug where card shadows are clipped in some screens.

Update 3

Pushed a release that broke the inbox so I’m fixing it. (v1.82.7)

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
  • Add setting to allow “peeking images”. https://lemmy.world/post/35237886
  • User level vote tracking (https://lemmy.world/post/41640290)