thunder
thunder copied to clipboard
Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
## Pull Request Description - [youtube_player_flutter](https://pub.dev/packages/youtube_player_flutter) to play yt videos on android and ios - [youtube_player_iframe](https://pub.dev/packages/youtube_player_iframe) to play videos on web , etc - [river_player](https://pub.dev/packages/river_player) to play any file with...
## Pull Request Description This PR fixes the notification server endpoint path and also adds support for a new test endpoint. https://github.com/thunder-app/thunder/assets/7417301/134be552-a383-4305-834d-4722103f8b28
## Pull Request Description This PR introduces error handling capabilities to the application, enabling the detection and reporting of errors. Leveraging the [catcher_2](https://pub.dev/packages/catcher_2) package, crashes are logged silently to a...
### Bug Description When entering the app, my phone goes down to 60hz despite the fact I've set the minimum to 90hz. This is evident when looking at the refresh...
## Pull Request Description This PR adds some very basic documentation for notifications. You can see there are several TODOs that we need to flesh out, specifically with regards to...
## Pull Request Description This is a draft PR which refactors the existing post page (and comments). This is still very early in development and does not have all the...
### Bug Description When tapping Load More Replies the above exception is thrown. ### Expected Behaviour Replies loaded, or if this is a server version conflict, the ability to toggle...
### Bug Description When trying to update Thunder on F-rdoid, it gives the following error:  ### Expected Behaviour I would expect to be able to update the app. ###...
### Is Your Feature Request Related to a Problem? Thunder's Swipe Gesture interferes with Android's system-wide back gesture, making it feel odd to go back. There currently doesn't seem to...
## Pull Request Description - Remove logout button from account page - Move the manage accounts button to the left (where log out used to be) - Enable logging out...