this post was submitted on 25 Jun 2023
133 points (99.3% liked)

Thunder App

2703 readers
5 users here now

An open-source cross-platform Lemmy client for iOS and Android built with Flutter.

This community is intended to discuss features and feature suggestions for Thunder; as well as friendly, respectful talks about lemmy in general.

Please use the GitHub repository linked below to submit bug reports, so keeping track of them is easier, and make sure to search first if you already can find an issue for your report.

If there are any developers who would like to contribute, feel free to reach out on GitHub!

Relevant Links
Nightly Community: Link
Matrix Space: Link

GitHub Repository: Link
GitHub Official Releases: Link

Google Play: Link
Apple App Store: Link
TestFlight Beta: Link


founded 1 year ago
MODERATORS
133
submitted 1 year ago* (last edited 1 year ago) by darklightxi to c/thunder_app
 

Oh hey look, its another release around the corner! This release adds in OLED dark mode, initial inbox features, better accessibility, compact mode, and improvements to a whole bunch of things too long to post here.


Obligatory message: If there are any developers out there who want to contribute to this project, that would be greatly appreciated!

Update: A hotfix has been released to fix some initial issues with the release: https://github.com/hjiangsu/thunder/releases/tag/v0.2.1%2B7

To see the full details of this release, check out the GitHub release announcement: https://github.com/hjiangsu/thunder/releases/tag/v0.2.1%2B6

For those on TestFlight, the update should automatically install on your device. For those who obtained the app through IzzyOnDroid, that update should eventually reach your devices!

There is also a discussion page here for any general discussions about this release if anyone is interested: https://github.com/hjiangsu/thunder/discussions/67

It has been incredible to see all the community support and feedback from the last release! Let's continue this and make Thunder an even better experience :D

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

Best iOS app for Lemmy! I‘m testflighting Thunder, Liftoff, Memmy und Mlem and your app is working best for me. With the new version I can finally see most of my subscriptions on the side pane, thank you! Loving the community search and the option to subscribe immediately. The + next to a community should change after adding some community, but this is really minor stuff.

Do you have any plans to implement something like multi-communities/community groups or similar? That‘d be awesome!

[–] darklightxi 1 points 1 year ago

Thanks for trying it out!

With the new version I can finally see most of my subscriptions on the side pane, thank you

I’ve upped the limit on subscriptions on the sidebar to 50, so it’ll show you at most 50 subscriptions so far. I do want to eventually set it so that it’ll retrieve all your subscriptions!

Do you have any plans to implement something like multi-communities/community groups or similar?

For this, I think it would be cool to add in, but there’s no effective way to do this that I know of without having to fetch posts for each community that is added into a group. I would like to see if lemmy itself has a solution for this first before I implement this (e.g., just requiring one network call to fetch a custom list of communities)!