this post was submitted on 04 Jul 2023
16 points (100.0% liked)

Thunder App Nightly

311 readers
1 users here now

An open-source, cross-platform Lemmy client for iOS and Android.

This community is intended for announcements and features related to pre-release builds of Thunder.

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
Thunder Community: Link

founded 1 year ago
MODERATORS
 

This is the first pre-release of Thunder for v0.2.1+11! (if all things go accordingly and I don't mess up TestFlight builds again)

Just an update: I'll have a bit less time this week to work on Thunder, so updates may take a bit longer than before.

Be fully prepared to know that these pre-release versions may contain major bugs which could cause Thunder to crash or behave unexpectedly.

Without further ado, these are the changes from last time (based off changelog):

Added

  • Added colour to username in comments to distinguish your own comments
  • Added option to allow text preview on text posts in normal view - contribution from @coslu
  • Added option to share media link or external URL links in the dialog popup on post long press
  • Added back featured post icon on posts within a community
  • Added ability to customize swipe gestures on comments and posts
  • Added ability to develop with hot reload using docker - contribution from @Fmstrat
  • Added initial implementation for font size scaling for titles and content - this is very very rough at the moment so feedback is appreciated

Changed

  • Adjusted visual feedback in comment swipe gestures
  • Added option in settings to enable/disable swipe on bottom navigation bar to open sidebar on feed page - contribution from @bactaholic
  • Added option in settings to enable/disable double-tap on bottom navigation bar to open sidebar on feed page (this is disabled temporarily) - contribution from @bactaholic
  • Decreased scroll distance needed in order to fetch more comments from a thread
  • Improved error messages when more comments fail to fetch within a post
  • Decreased number of comments to fetch at a time to improve loading performance
  • Posts now load first before comment threads to make viewing posts more responsive

Fixed

  • Potentially fixed issues with HTTPS certificate errors when running on Android using Adguard with HTTPS filtering enabled
  • Improved performance for comment threads with a lot of comments
  • Fixed issue where the last comment on a thread could potentially not show up
  • Fixed issue where markdown links were not respecting "open in external browser" option - contribution from @Fmstrat
  • Fixed issue with download media not working on Android for some users - contribution from @minicit
  • Fixed issue where media download button appearance in light mode - contribution from @coslu

For things to test out, I would suggest:

  • general testing of app overall, vote, reply, comment, share, etc.
  • testing of custom swipe actions
  • scrolling through long comment threads
  • changing all of the settings in the setting pages
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Sure. Here is a screenshot from the pre release. Note how the entire OP is inside the green box whereas in this screenshot and this screenshot only the paragraphs are highlighted.

Note, these only last for 72 hours before being deleted.

To your second question when you are in a thread and reply to an OP (and maybe a comment too as i havent tested it) the thread is totally closed when the reply button is pressed and the reply is sent. You end up back on the feed

[–] [email protected] 1 points 1 year ago (1 children)

Sure. Here is a screenshot from the pre release. Note how the entire OP is inside the green box whereas in this screenshot and this screenshot only the paragraphs are highlighted.

Alright, I think I understand the issue - still not too sure what caused that to happen, but I'll see if I can figure that out

To your second question when you are in a thread and reply to an OP (and maybe a comment too as i havent tested it) the thread is totally closed when the reply button is pressed and the reply is sent. You end up back on the feed

I think I may have just fixed this one just now - doing a bit more testing on it first

[–] [email protected] 2 points 1 year ago (1 children)

Could you get things in comments to read as seperate elements too?

[–] [email protected] 1 points 1 year ago (1 children)

I’ve figured out the issue with the post reading as one big element, haven’t been able to do the same for comments yet

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

Welp, it seems like fixing the talkback issue caused a different issue to occur where I can’t scroll up in the comment threads anymore.

I’ll have to take a deeper look at this 😅

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

I think I fixed the scroll issues while getting back talkback to work again on the posts (not yet comments still) - I'll most likely release another nightly version tonight and get some more feedback on any issues that pop up