this post was submitted on 25 Jun 2023
133 points (99.3% liked)
Thunder App
2837 readers
5 users here now
An open-source, cross-platform Lemmy client for iOS and Android.
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!
General Links
Website: Link
GitHub Repository: Link
Matrix Space: Link
Android Releases
IzzyOnDroid: Link
Google Play: Link
iOS Releases
Apple App Store: Link
TestFlight Beta: Link
Related Communities
Nightly Community: Link
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Really loving Thunder so far! Truly a very smooth user experience.
I have been getting a few crashes though when scrolling through or navigating around a little too quickly. Is there any easy way to pull debug logs to help diagnose the problem?
Also it looks like when returning from a full-screen image the cached content in the feed tries to refresh, which is probably contributing to the above problem!
Still amazing work and I'm continuing to enjoy using it very much!
Unfortunately there’s not really a debug log at the moment - I would have to take a look to see how I could implement that if possible.
I think one main issue that might be causing the crashes is if there are too many images or media being loaded at a time in the background. This can cause lag spikes to occur, or it can just take up a lot of memory in the background which slows things down and cause a potential crash. This issue will take a bit of time to solve, but I’ll see if theres better ways to handle large amount of media/processing in the background