Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DA
darklightxi @lemmy.world
Posts 90
Comments 469
Moderator comment actions
  • Hey there, sorry for the late reply!

    Could you describe the specific mod features you’d like to see for comments? Right now, there’s no specific timeframe for when they’ll be added but I can gradually add them in over time (depending on what features take priority over others)

  • The body of comments that are just text within angle brackets do not render
  • Sorry for the late reply, and thanks for mentioning this. As others have mentioned, it would be great if you could make a new bug report on GitHub for this issue! It makes it easier to track and ensures that it doesn’t get lost/forgotten.

    This is a bit technical, but as for why this may be happening, it seems like it might be trying to parse an HTML tag when rendering to text. HTML tags usually use < and /> to indicate the tags, which seems to be similar to the cases you’ve pointed out.

  • Where are drafts saved?
  • Hey there! Good question - I can answer them for you

    Are drafts stored indefinitely?

    Right now, they are stored indefinitely. They’re stored similarly to how your app settings are stored, and the only way to clear them is to uninstall and reinstall Thunder.

    If I keep creating new drafts without ever finishing them, will my storage get full?

    That’s a possibility but it’s very unlikely that your storage will get full just from stored drafts since they’re just plain text. Text usually takes up very little space compared to other data (e.g., images)

    Is there a way to see all my current drafts?

    Is there any way to delete drafts?

    If you go back to a previous draft, you can delete the draft but that’s all there is at the moment.

    That being said, we are working on features for better draft management to allow viewing/deleting drafts. The related GitHub issue is here: https://github.com/thunder-app/thunder/issues/1375

    Hopefully this answers all your questions!

  • [Pre-release] v0.5.0-2

    github.com Release v0.5.0-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.5.0, and I apologize for the delay on this one! I've been a bit busier lately, which has resulted in less available time to work on Thunder. This versi...

    Release v0.5.0-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.5.0, and I apologize for the delay on this one! I've been a bit busier lately, which has resulted in less available time to work on Thunder. This version includes some small additions but is mainly focused on a few important fixes.

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

    Additions

    • Added debug setting to customize image dimension timeout value by hjiangsu
    • Added new community stats for community visibility/local subscribers by micahmo

    Changes

    • Migrated draft storage to local database by micahmo
    • Immediately remove blocked users/communities from feed, disable ability to block self by micahmo
    • Apply community/user display names globally by micahmo

    Fixes

    • Fixed sidebar lag when subscribed to a large amount of communities by hjiangsu
    • Fixed user profile showing general feed by hjiangsu
    • Fixed labeling by micahmo
    • Fixed text field spell check causing exception on ** text by hjiangsu
    • Fixed a minor typo in 'Change Password' page by wadamT

    Misc

    • Updated instances by github-actions
    • Updated translations from Weblate by hjiangsu
    1
    Is This Thunder?
  • That’s a coincidence! I don’t believe that’s actually Thunder since that looks to be a Windows app (although you can technically build Thunder on Windows so there’s a very slim chance)

    was wondering where this is originally from?

    Here’s a bit of backstory!

    The Thunder logo was inspired from other thunderbolt vector images that I encountered online. All of the images I encountered felt very “sharp” so I simply tried to adjust the corners to be more round.

    So while there isn’t technically a “source” of the logo (at least that I’m aware of), I wouldn’t be surprised if there’s already something very similar! 😅

  • Does the app only stutter for me?
  • Hey there, are you by any chance subscribed to a lot of communities? If so, that may be the reason for the stuttering when opening the drawer.

    This is a known issue and I have fix for that in this PR which should greatly improve that: https://github.com/thunder-app/thunder/pull/1452

    Occasionally, it also stutters when I scroll through my feed.

    Do you mind sharing if you have full height images enabled? Generally, having that on is a bit more intensive because Thunder needs to calculate the width/height for each image (as Lemmy does not provide that info directly) - this should improve once Lemmy sends back the image dimensions in their API!

    If you don’t have that option enabled, feel free to submit a new issue on GitHub and I can take a closer look at it. Thanks!

  • [Pre-release] v0.5.0-1
  • Hey! I think there might’ve been some misunderstandings I would like to clarify.

    In the previous versions (v0.4.0 and below), the in-app setting for default feed type/sort was also applied globally for all feeds (e.g, subscribed, local, all, and individual community feeds used the same sort type). In this update, the same thing applies, except that it’ll use your Lemmy account’s default feed type/sort instead of the one configured within Thunder. The main reasoning is to allow your Lemmy settings to sync across apps!

    I hope we can still get different sorting types per communities.

    Definitely! There are plans to allow for custom sort types per feed/community mentioned in this GitHub issue. When this feature eventually gets implemented, that setting will take precedence over all other settings if (that makes sense). Once this is implemented, the order of precedence would be:

    • Sort type of individual feed/community (if enabled)
    • Lemmy account default feed sort type (when logged in)
    • Thunder’s default feed sort type (for guest accounts)
  • [Pre-release] v0.5.0-1

    github.com Release v0.5.0-1 · thunder-app/thunder

    This is the first pre-release for Thunder v0.5.0! As always, this pre-release version contains many additions, changes, and fixes. Be fully prepared to know that these pre-release versions may cont...

    Release v0.5.0-1 · thunder-app/thunder

    This is the first pre-release for Thunder v0.5.0! As always, this pre-release version contains many additions, changes, and fixes.

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

    Important: Your feed settings (default feed type and sort) will now be based on your Lemmy account settings. The previous feed settings will now ONLY apply to guest accounts. As such, you may have to re-configure your default feed type and default sort type.

    Some notable changes to test out:

    • The Account Settings has been updated to include even more settings that are synced to your Lemmy account. You can change your display name, profile bio, email, default feed type and sort, and more! Additionally, the user/community/instance blocks have been moved to their own dedicated page for easier management.
    • Experimental: You now have the ability to view a post as a different user. You can access this option by tapping on the three-dot menu within a post, and choosing "View post as a different user". When this happens, you temporarily switch accounts and can perform actions and even comment on the post as if you were that account.
    • You can now set custom labels for users which allows you to append a note to a given user. To access this feature, long press on a comment and select User -> Add User Label.
    • Groundwork is being laid out to improve the performance and reliability of the post page. This new experimental post page is locked under the new experimental features toggle. While this is not yet complete, you can test out the new post page by enabling experimental features in the Debug settings page.

    The full list of changes since v0.4.0 are mentioned below. As always, if there are any bugs or issues, please submit a new GitHub issue.

    Additions

    • Added new experimental post page by hjiangsu
    • Added ability to create links to settings. by micahmo
    • Added account birthdays to user chip by micahmo
    • Added ability to view entire post as a different account by micahmo
    • Added ability to import/export database by micahmo
    • Added support for custom user labels by micahmo
    • Added post/comment language metadata by micahmo
    • Added additional account settings by hjiangsu

    Changes

    • Disabled account switching when editing post or comment by micahmo
    • Deferred loading image dimensions when viewing image preview by micahmo
    • Decreased layout jank from images within comments, and improved image error states by micahmo
    • Removed page scroll animation when switching between bottom navigation items by hjiangsu
    • Moved experimental push notifications under experimental flag by micahmo
    • Improved parsing of video speed setting by micahmo
    • Improved link sharing for images/video URLs by micahmo
    • Show placeholder icon for posts without thumbnails by micahmo
    • Allow snackbars to be closed on action by micahmo
    • Added more push notifications debugging by micahmo
    • Removed images from push notifications, improved UnifiedPush logic by micahmo
    • Extended keyword filters to URLs by hjiangsu

    Fixes

    • Fixed superscript/subscript parsing edge cases by micahmo
    • Fixed image overflow when rendering inside a spoiler tag by micahmo
    • Fixed issue where optimistic voting would not reflect upvotes/downvotes properly by micahmo
    • Fixed post text preview showing raw markdown by hjiangsu
    • Fixed dialog button alignment, disable autocomplete suggestions for user labels by micahmo
    • Fixed snackbar positioning when opening/dismissing keyboard by micahmo
    • Fixed mark post as read when previewing media on 0.19.4 by hjiangsu

    Misc

    • Fixed macOS build errors by hjiangsu
    • Removed javaToolchain binaries by hjiangsu
    • Removed push package Android dependency by hjiangsu
    • Adjusted modBan localization string by micahmo
    • Misc: update PR template by hjiangsu
    3
    Votes are not visible
  • Hey there! There are a couple of options I would double check:

    If you go to Account Settings, can you check if "Show Post/Comment Scores" is enabled?

    If that setting is enabled, I would go to Settings -> Appearance -> Posts and double check that the score metadata is added to Card View Settings

    If none of these work, then I would suggest opening a new GitHub issue with some more details on how we can reproduce this issue. Thanks!

  • is there anyway to edit profile in thunder
  • Hey! Currently, profile editing is quite limited as others have mentioned. However, we’re adding more settings for profiles in an upcoming nightly version.

    If you’re curious, this is the PR which adds display name, bio, and a whole bunch of other options: https://github.com/thunder-app/thunder/pull/1436

  • Alpha Release [v0.4.0]: Video support, UI/UX improvements, and more!
  • Thanks for confirming this! Does this happen every single time? Or are there specific scenarios that trigger this?

    For example, if you reply to a short post/comment, does the markdown toolbar disappear? It would be really useful if you could make a new issue on GitHub for this (with possible reproducible steps or videos) to help us figure this out! Additionally, which keyboard do you use? Is it the stock keyboard or a different one?

    I still haven’t been able to reproduce this on my end so it’s tough to figure out what the root cause is unfortunately 😅

  • Alpha Release [v0.4.0]: Video support, UI/UX improvements, and more!
  • Hey, thanks for the report! Could you create a new issue on GitHub for this with more details? For example:

    • Is the whole app laggy or just specific portions?
    • What type of lag are you experiencing? Is it slow load times or unresponsiveness
    • Is this an update or a fresh install?

    And any more relevant information that can help us narrow down the issue!

    One thing that might help is to try clearing your app cache. You can do this through Android, or by going to Settings -> Debug -> Clear Cache

  • Alpha Release [v0.4.0]: Video support, UI/UX improvements, and more!
  • Thanks for the report! I'm assuming it's not possible to scroll up any further?

    Edit: This does seem to be a bug since the markdown toolbar should show up right above the keyboard. However, I'm not able to reproduce it on my end

  • Thunder Release [v0.4.0]: Video support, UI/UX improvements, and more!

    github.com Release v0.4.0 · thunder-app/thunder

    Hey everyone, Thunder v0.4.0 is finally here! This release cycle took a bit longer than usual, but as a result, introduces a lot of new features, changes, and fixes which should make for a even bet...

    Release v0.4.0 · thunder-app/thunder

    > Cross-posted from: https://lemmy.world/post/15985516

    Hey everyone, Thunder v0.4.0 is finally here! This release cycle took a bit longer than usual, but as a result, introduces a lot of new features, changes, and fixes which should make for a even better Thunder experience. If you have any suggestions or feedback, feel free to discuss it in the Thunder community or on GitHub.

    If you're enjoying Thunder and would like to show some support, star this project on GitHub! This helps gain visibility for the project and allows more contributors to help with the continued development of Thunder. If you'd like to show some appreciation, here is a post with details on how to donate to the active contributors of Thunder.

    A quick reminder: if you are using the Google Play version or App Store version, please note that it may take a bit of time before you receive the update. Now onto the update notes. This update brings a few major features:

    🎉 New Features

    • The comment creation page has been fully re-built from the ground up and introduces a few new features, including the ability to specify the comment language, ability to comment as a different user, and addition of spoilers to the markdown toolbar. If you have any suggestions or feedback regarding these changes, feel free to make a new issue on GitHub!
    • There is now initial support for video playback on Thunder! The built-in video player should work with most video URLs (that end in a proper video extension) and should work with YouTube URLs. Additionally, you can customize some video settings such as playback speed, auto-mute, auto-play and more in the Settings page. The video player is still experimental, so there may still be some issues present.
    • Additional customization options including the ability to customize the colours of actions (upvotes, downvotes, saving, etc.), hiding thumbnails from the feed, showing user/community avatars, and much more.

    ℹ General

    • There have been improvements to the overall UI/UX across the board. This includes improvements to the pure black theme, improvements to markdown rendering of tables, quotes, and more.
    • There have also been a lot of changes under-the-hood to hopefully improve the overall performance and reliability of actions. As a result of these changes, there may still be some issues that were not caught during testing. If you notice any general issues, please make a new issue on GitHub.

    And much much more. I can't go through all the changes in the changelog, but for those who are curious, feel free to check out the full changelog below.

    We have a Matrix space if you would like to join in on discussions.

    ---

    Additions

    • Updated create comment page UI and added language selector to comments by hjiangsu
    • Added ability to comment as a different user by micahmo
    • Added spoiler to markdown buttons by micahmo and hjiangsu
    • Added support for selecting discussion languages by iparks99
    • Added support for new sort types as defaults by micahmo
    • Added option to show user/community avatars by iparks99
    • Added an option to hide thumbnails in feed by iparks99 and hjiangsu
    • Added option to use profile picture for drawer by micahmo
    • Added support for customizable action colors by micahmo
    • Added selectable post/comment text by micahmo
    • Added notification debugging section by micahmo
    • Added confirmation message when unsubscribing from community by micahmo
    • Added experimental support for video player by ggichure and hjiangsu
    • Added sort options in instance explorer by micahmo
    • Added ability to perform empty search in Search by micahmo

    Changes

    • Show individual unread counts in inbox page by micahmo
    • Improved missing post snackbar message by micahmo
    • Improved spoiler appearance by micahmo
    • Adjusted markdown editor link dialog styling by micahmo
    • Adjusted padding to community sidebar by micahmo
    • Added loading page for posts/comments on slower connections by micahmo
    • Adjusted post/comment language selector styling by hjiangsu
    • Refactored post metadata and user/community chips by hjiangsu
    • Refactored post page quick actions by hjiangsu
    • Implemented core architecture to handle push notifications (APNs, UnifiedPush) by hjiangsu
    • Added retry action when initial feed loading fails by micahmo
    • Improved markdown appearance for block quotes, code blocks, and dividers by micahmo
    • Apply full name customizations to inbox mentions view by micahmo
    • Allow creating posts/comments with null language by micahmo
    • Optimistically mark replies as read by micahmo
    • Improved cross-post UI by CTalvio
    • Disabled Thunder's edge swipe to go back on Android by hjiangsu
    • Fixed various OLED color theme issues, community name format by CTalvio
    • Improved UX for notification settings by micahmo
    • Improved swipe gesture setting clarity with icons by CTalvio
    • Added loading page when opening notifications and increased size of notification icon by micahmo
    • Replaced score indicator icon by CTalvio
    • Improved image dimension fetching logic by hjiangsu
    • Improved the comment context jumping by micahmo
    • Improved account page and management UI by CTalvio
    • Improved selection of text when creating post/comment by micahmo

    Fixes

    • Fixed subscribe/favourite app bar action not updating UI by micahmo
    • Fixed comment load spinner showing incorrectly by micahmo
    • Fixed account page back button behaviour on Android by hjiangsu
    • Fixed issues with deleted comment content showing up by micahmo
    • Fixed search FAB primary single press action not triggering by micahmo
    • Fixed issue marking multiple replies as read by micahmo
    • Fixed issue with tablet mode images and full-height images by hjiangsu
    • Fixed pan/pinch triggering unintentional double tap zoom by CTalvio
    • Fixed issue popping notification page triggering twice by micahmo
    • Fixed viewing notifications as correct user by micahmo
    • Fixed FAB modal transparency and exit fade animation by CTalvio

    Misc

    • Integrate run on save scripts for VSCode by micahmo
    • Configure i18n.ally plugin by ipcjs
    • Apply linter suggested fix-ups by micahmo
    • Updated translations by hjiangsu
    • Updated instances by github-actions
    • Replaced scrollable_positioned_list with super_sliver_list by hjiangsu
    • Added test endpoint for UnifiedPush server and reduced UnifiedPush notification payload (in development) by micahmo
    2

    Alpha Release [v0.4.0]: Video support, UI/UX improvements, and more!

    github.com Release v0.4.0 · thunder-app/thunder

    Hey everyone, Thunder v0.4.0 is finally here! This release cycle took a bit longer than usual, but as a result, introduces a lot of new features, changes, and fixes which should make for a even bet...

    Release v0.4.0 · thunder-app/thunder

    Hey everyone, Thunder v0.4.0 is finally here! This release cycle took a bit longer than usual, but as a result, introduces a lot of new features, changes, and fixes which should make for a even better Thunder experience. If you have any suggestions or feedback, feel free to discuss it in the Thunder community or on GitHub.

    If you're enjoying Thunder and would like to show some support, star this project on GitHub! This helps gain visibility for the project and allows more contributors to help with the continued development of Thunder. If you'd like to show some appreciation, here is a post with details on how to donate to the active contributors of Thunder.

    A quick reminder: if you are using the Google Play version or App Store version, please note that it may take a bit of time before you receive the update. Now onto the update notes. This update brings a few major features:

    🎉 New Features

    • The comment creation page has been fully re-built from the ground up and introduces a few new features, including the ability to specify the comment language, ability to comment as a different user, and addition of spoilers to the markdown toolbar. If you have any suggestions or feedback regarding these changes, feel free to make a new issue on GitHub!
    • There is now initial support for video playback on Thunder! The built-in video player should work with most video URLs (that end in a proper video extension) and should work with YouTube URLs. Additionally, you can customize some video settings such as playback speed, auto-mute, auto-play and more in the Settings page. The video player is still experimental, so there may still be some issues present.
    • Additional customization options including the ability to customize the colours of actions (upvotes, downvotes, saving, etc.), hiding thumbnails from the feed, showing user/community avatars, and much more.

    ℹ General

    • There have been improvements to the overall UI/UX across the board. This includes improvements to the pure black theme, improvements to markdown rendering of tables, quotes, and more.
    • There have also been a lot of changes under-the-hood to hopefully improve the overall performance and reliability of actions. As a result of these changes, there may still be some issues that were not caught during testing. If you notice any general issues, please make a new issue on GitHub.

    And much much more. I can't go through all the changes in the changelog, but for those who are curious, feel free to check out the full changelog below.

    We have a Matrix space if you would like to join in on discussions.

    ---

    Additions

    • Updated create comment page UI and added language selector to comments by hjiangsu
    • Added ability to comment as a different user by micahmo
    • Added spoiler to markdown buttons by micahmo and hjiangsu
    • Added support for selecting discussion languages by iparks99
    • Added support for new sort types as defaults by micahmo
    • Added option to show user/community avatars by iparks99
    • Added an option to hide thumbnails in feed by iparks99 and hjiangsu
    • Added option to use profile picture for drawer by micahmo
    • Added support for customizable action colors by micahmo
    • Added selectable post/comment text by micahmo
    • Added notification debugging section by micahmo
    • Added confirmation message when unsubscribing from community by micahmo
    • Added experimental support for video player by ggichure and hjiangsu
    • Added sort options in instance explorer by micahmo
    • Added ability to perform empty search in Search by micahmo

    Changes

    • Show individual unread counts in inbox page by micahmo
    • Improved missing post snackbar message by micahmo
    • Improved spoiler appearance by micahmo
    • Adjusted markdown editor link dialog styling by micahmo
    • Adjusted padding to community sidebar by micahmo
    • Added loading page for posts/comments on slower connections by micahmo
    • Adjusted post/comment language selector styling by hjiangsu
    • Refactored post metadata and user/community chips by hjiangsu
    • Refactored post page quick actions by hjiangsu
    • Implemented core architecture to handle push notifications (APNs, UnifiedPush) by hjiangsu
    • Added retry action when initial feed loading fails by micahmo
    • Improved markdown appearance for block quotes, code blocks, and dividers by micahmo
    • Apply full name customizations to inbox mentions view by micahmo
    • Allow creating posts/comments with null language by micahmo
    • Optimistically mark replies as read by micahmo
    • Improved cross-post UI by CTalvio
    • Disabled Thunder's edge swipe to go back on Android by hjiangsu
    • Fixed various OLED color theme issues, community name format by CTalvio
    • Improved UX for notification settings by micahmo
    • Improved swipe gesture setting clarity with icons by CTalvio
    • Added loading page when opening notifications and increased size of notification icon by micahmo
    • Replaced score indicator icon by CTalvio
    • Improved image dimension fetching logic by hjiangsu
    • Improved the comment context jumping by micahmo
    • Improved account page and management UI by CTalvio
    • Improved selection of text when creating post/comment by micahmo

    Fixes

    • Fixed subscribe/favourite app bar action not updating UI by micahmo
    • Fixed comment load spinner showing incorrectly by micahmo
    • Fixed account page back button behaviour on Android by hjiangsu
    • Fixed issues with deleted comment content showing up by micahmo
    • Fixed search FAB primary single press action not triggering by micahmo
    • Fixed issue marking multiple replies as read by micahmo
    • Fixed issue with tablet mode images and full-height images by hjiangsu
    • Fixed pan/pinch triggering unintentional double tap zoom by CTalvio
    • Fixed issue popping notification page triggering twice by micahmo
    • Fixed viewing notifications as correct user by micahmo
    • Fixed FAB modal transparency and exit fade animation by CTalvio

    Misc

    • Integrate run on save scripts for VSCode by micahmo
    • Configure i18n.ally plugin by ipcjs
    • Apply linter suggested fix-ups by micahmo
    • Updated translations by hjiangsu
    • Updated instances by github-actions
    • Replaced scrollable_positioned_list with super_sliver_list by hjiangsu
    • Added test endpoint for UnifiedPush server and reduced UnifiedPush notification payload (in development) by micahmo
    17

    [Pre-release] v0.4.0-4/v0.4.0-5

    github.com Release v0.4.0-5 · thunder-app/thunder

    Sorry for the consecutive releases 😅 This is the fifth pre-release for Thunder v0.4.0! This pre-release version applies a quick fix for a grey screen issue when accessing the account page. Be fully...

    Release v0.4.0-5 · thunder-app/thunder

    Sorry for the consecutive releases - This is the fifth pre-release for Thunder v0.4.0! This pre-release version applies a quick fix for a grey screen issue when accessing the account page.

    Fixes

    • Fixed an issue where the account page could show grey screen by hjiangsu

    ---

    Previous Pre-release notes:

    This is the fourth pre-release for Thunder v0.4.0! This pre-release version applies some quick hotfixes with regards to videos being marked as read incorrectly, and incorrect URL positioning for video thumbnails.

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

    Fixes

    • Fixed issue with video posts being marked as read incorrectly by hjiangsu
    • Fixed video URL thumbnail positioning by hjiangsu

    To see details of the changes introduced in the previous pre-release, see this post: https://lemmy.world/post/15801096

    0

    [Pre-release] v0.4.0-3

    github.com Release v0.4.0-3 · thunder-app/thunder

    This is the third pre-release for Thunder v0.4.0! This pre-release version introduces experimental support for videos, and many other changes and bug fixes. This will be the last pre-release contai...

    Release v0.4.0-3 · thunder-app/thunder

    This is the third pre-release for Thunder v0.4.0! This pre-release version introduces experimental support for videos, and many other changes and bug fixes. This will be the last pre-release containing new features as the upcoming pre-releases will mainly focus on fixing any existing issues that come up to prepare for a general release.

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

    Some notable changes to test out:

    • There is now experimental support for videos - Thunder should now be able to play most videos (including YouTube videos) within the app. Thanks to ggichure for implementing this! As videos are still experimental, please submit any issues you find on GitHub.

    • You can now switch between users when creating a comment. This feature should work as long as the comment is federated to the other account's instance. Big thanks to micahmo for implementing this feature!

    • There have been some tweaks to the UI for the account page and user management pages. Thanks to CTalvio for working on this.

    ------------------------------------

    Additions

    • Added experimental support for video player by ggichure and hjiangsu
    • Added ability to comment as a different user by micahmo
    • Added sort options in instance explorer by micahmo
    • Added ability to perform empty search in Search by micahmo

    Changes

    • Added loading page when opening notifications and increased size of notification icon by micahmo
    • Replaced score indicator icon by CTalvio
    • Improved image dimension fetching logic by hjiangsu
    • Improved the comment context jumping by micahmo
    • Improved account page and management UI by CTalvio
    • Improved selection of text when creating post/comment by micahmo

    Fixes

    • Fix FAB modal transparency and exit fade animation by CTalvio

    Misc

    • Replaced scrollable_positioned_list with super_sliver_list by hjiangsu
    • Added test endpoint for UnifiedPush server and reduced UnifiedPush notification payload (in development) by micahmo
    3
    Using Thunder app on iOS.
  • Hey there! As others have mentioned, it could be an issue with your network.

    Are you perhaps using a VPN? If so, this may be an issue as some instances block image uploading or other actions (I believe lemmy.world blocks image uploads if you’re using a VPN)

    If you’re still having issues, feel free to open up a new GitHub issue and we can take a further look into this (as a side note, I’m using iOS and I haven’t encountered any issues)!

  • [Pre-release] v0.4.0-2

    github.com Release v0.4.0-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.4.0! This pre-release version introduces a lot of UI/UX improvements, and adds support for customizable action colors! Be fully prepared to know that t...

    Release v0.4.0-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.4.0! This pre-release version introduces a lot of UI/UX improvements, and adds support for customizable action colors!

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

    Some notable changes to test out:

    • Customizable action buttons: Thunder now allows you to customize the colors of action buttons including upvotes, downvotes, save, mark as read, and reply actions. You can access this by navigating to Settings -> Appearance -> Theming -> Colors
    • There have been a ton of UI/UX tweaks to improve some existing issues. This includes tweaks to general markdown (tables, code blocks, quotes, etc.) as well as fixes to the black theme. If you notice any issues with the new changes, please create a new issue on GitHub!

    Additions

    • Added option to use profile picture for drawer by micahmo
    • Added support for customizable action colors by micahmo
    • Added selectable post/comment text by micahmo
    • Added notification debugging section by micahmo
    • Add confirmation message when unsubscribing from community by micahmo

    Changes

    • Improved markdown appearance for block quotes, code blocks, and dividers by micahmo
    • Apply full name customizations to inbox mentions view by micahmo
    • Allow creating posts/comments with null language by micahmo
    • Optimistically mark replies as read by micahmo
    • Improved cross-post UI by CTalvio
    • Disabled Thunder's edge swipe to go back on Android by hjiangsu
    • Fix various OLED color theme issues, community name format by CTalvio
    • Improved UX for notification settings by micahmo
    • Improve swipe gesture setting clarity with icons by CTalvio

    Fixes

    • Fixed issue with tablet mode images and full-height images by hjiangsu
    • Fixed pan/pinch triggering unintentional double tap zoom by CTalvio
    • Fixed issue popping notification page triggering twice by micahmo
    • Fixed viewing notifications as correct user by micahmo

    Misc

    • Updated translations by hjiangsu
    • Updated instances by github-actions
    1

    [Pre-release] v0.4.0-1

    github.com Release v0.4.0-1 · thunder-app/thunder

    This is the first pre-release for Thunder v0.4.0! This pre-release version introduces quite a few new features and improvements, as well as usual bug fixes. Be fully prepared to know that these pre...

    Release v0.4.0-1 · thunder-app/thunder

    This is the first pre-release for Thunder v0.4.0! This pre-release version introduces quite a few new features and improvements, as well as usual bug fixes.

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

    Please see below for the full changelog since the last general release. For those on TestFlight, you will receive the pre-release update once it has been approved by Apple.

    Some notable changes to test out:

    • The comment creation page has been fully rebuilt to improve its overall UI. Additionally, a language selector has been added in this page if you want to specify the language of the comment. As this is a large change, please mention any issues or feedback!
    • Added options to show user/community avatars in posts/comments. To show user avatars in comments, navigate to Settings -> Appearance -> Comments. To show community avatars in posts, navigate to Settings -> Appearance -> Posts -> Post Body Settings.
    • Many slight UI/UX changes across the board, including improved loading pages for slower connections, addition of unread counts to inbox page, improvements to spoiler appearance, and much more.

    Thanks again for sticking around, and please mention any bugs and issues that you encounter when using this version!

    Additions

    • Updated create comment page UI and added language selector to comments by hjiangsu
    • Added spoiler to markdown buttons by micahmo and hjiangsu
    • Added support for selecting discussion languages by iparks99
    • Added support for new sort types as defaults by micahmo
    • Added option to show user/community avatars by iparks99
    • Added an option to hide thumbnails in feed by iparks99 and hjiangsu

    Changes

    • Show individual unread counts in inbox page by micahmo
    • Improved missing post snackbar message by micahmo
    • Improved spoiler appearance by micahmo
    • Adjusted markdown editor link dialog styling by micahmo
    • Adjusted padding to community sidebar by micahmo
    • Add loading page for posts/comments on slower connections by micahmo
    • Adjusted post/comment language selector styling by hjiangsu
    • Refactored post metadata and user/community chips by hjiangsu
    • Refactored post page quick actions by hjiangsu
    • Implemented core architecture to handle push notifications (APNs, UnifiedPush) by hjiangsu
    • Added retry action when initial feed loading fails by micahmo

    Fixes

    • Fixed subscribe/favorite app bar action not updating UI by micahmo
    • Fixed comment load spinner showing incorrectly by micahmo
    • Fixed account page back button behaviour on Android by hjiangsu
    • Fixed issues with deleted comment content showing up by micahmo
    • Fixed search FAB primary single press action not triggering by micahmo
    • Fixed issue marking multiple replies as read by micahmo

    Misc

    • Integrate run on save scripts for VSCode by micahmo
    • Configure i18n.ally plugin by ipcjs
    • Apply linter suggested fix-ups by micahmo
    0

    Alpha Release [v0.3.0]: Modlogs, mod reports, and more customizations!

    github.com Release v0.3.0 · thunder-app/thunder

    Hey everyone, its been a while but it's finally time for another Thunder release. As always, there have been many improvements, additions, changes and fixes in this release which should make for a ...

    Release v0.3.0 · thunder-app/thunder

    Hey everyone, its been a while but it's finally time for another Thunder release. As always, there have been many improvements, additions, changes and fixes in this release which should make for a even better Thunder experience. If you have any suggestions or feedback, feel free to discuss it in the Thunder community or on GitHub.

    A quick reminder: if you are using the Google Play version or App Store version, please note that it may take a bit of time before you receive the update. Now onto the update notes. This update brings a few major features:

    🎉 New Features

    • Instance and community modlogs are now available in Thunder. To access the instance modlog, tap on the triple dot button located on the top app bar and select "Modlog" when viewing general feeds (Subscribed/Local/All). To access a community modlog, navigate to the given community and find "Modlog" in the extended actions.
    • Mod reports are now available to view and resolve within Thunder via the drawer. If you are a moderator or admin of a community/instance, you should see a new "Reports" option under the general feeds. Only post and comment reports are available at this time. Private message reports will come in a future update.
    • The user feed has been fully re-worked to provide a better experience similar to the general/community feeds. This means that you can now change the sorting when viewing a user feed, and use the FAB for additional actions.
    • An instance explorer has been added into the Search page. This allows you to explore communities, posts and comments for the current instance.
    • Thunder now has an in-app changelog for updates. It is turned on by default, but can be toggled off in the settings. This changelog should help you keep track of what additions, changes, and fixes have been added in upcoming versions.

    ℹ General

    • Improvements to markdown rendering. Spoiler markdown detection has been improved, and there is now initial/experimental support for subscript and superscript markdown tags. Markdown quick actions when creating posts/comments will be added in the near future.
    • You can now customize the user/community name format and style across Thunder! This is accessible through Settings -> Appearance -> Theming. You can adjust the font weight, colour, and format for both user and community names.
    • Improved UI/UX for long press actions, and additional customization options including customizable feed dividers and navigation bar labels.

    And much much more. I can't go through all the changes in the changelog, but for those who are curious, feel free to check out the full changelog below.

    We have a Matrix space if you would like to join in on discussions: https://matrix.to/#/#thunderapp:matrix.org

    ---

    I would just like to thank everyone for the continued support and contributions. Thunder is still a project that I can only work on the side, and knowing that others enjoy it drives me to continue working on it!

    If you would like to show a token of appreciation to me or anyone else that has contributed, check out the following link for more information: https://github.com/thunder-app/thunder/issues/756

    Thanks again for everything so far, and I hope you enjoy this update!

    --- Additions

    • Added instance explorer to see instance posts/communities/comments by micahmo
    • Added partial superscript/subscript markdown support by hjiangsu
    • Added ability to mark posts as read when scrolling through feed by Fmstrat
    • Added support for posting as a different user by micahmo
    • Added instance and community modlogs by hjiangsu
    • Added option to show full date and select date format by hjiangsu
    • Added additional Lemmy styled user/community formats by hjiangsu
    • Added ability to search federated instances by micahmo
    • Added ability to switch user in user account settings page by micahmo
    • Added new type badge to indicate video URLs by hjiangsu
    • Added in-app changelog by micahmo
    • Added support for custom user/community styles by micahmo
    • Added option to show navigation labels by micahmo
    • Added customizable feed card divider by hjiangsu
    • Added ability to view post/comment reports by hjiangsu
    • Added Turkish language localizations by mikropsoft

    Changes

    • Refactored user page to match feed page by hjiangsu
    • Improved sort top submenu transition by micahmo
    • Adjusted “Hide NSFW Previews” setting label to “Blur NSFW Previews” by hjiangsu
    • Improved Lemmy spoiler detection by hjiangsu
    • Improved link handling for users/communities by micahmo
    • Reworked internal post parsing logic and thumbnail previews by hjiangsu
    • Hide unsupported FAB actions based on feed (general, community, user) by hjiangsu
    • Categorized post/comment bottom sheet options by micahmo
    • Improved link sharing experience by micahmo
    • Improved feedback when loading instance information by micahmo
    • Android back button closes opened drawer by micahmo
    • Android back button closes opened user sidebar by micahmo
    • Applied subtitle hint for show post author setting by micahmo
    • Improved navigation to comment context by micahmo
    • Improved handling of search result comments on deleted posts by micahmo
    • Removed usernames on user feeds posts by micahmo
    • Applied timeout when loading image dimensions for image viewer by hjiangsu

    Fixes

    • Show keyboard automatically when community search is triggered, and state fixes by micahmo
    • Fixed issue with talkback and downvote semantic label by hjiangsu
    • Fixed notifications page state issue by micahmo
    • Fixed issue with refreshing the feed when switching accounts by micahmo
    • Fixed in-app browser url scheme redirection by micahmo
    • Fixed community name format in create post page by micahmo
    • Fixed handling of multiple deep link actions by micahmo
    • Fixed tagline refreshing multiple times on load issue by micahmo
    • Fixed sidebar overflows by micahmo
    • Fixed tagline overflow by micahmo

    Misc

    • Moved fastlane directory for F-Droid approval by hjiangsu
    • Fixed CI for Flutter 3.16.9 and update docker builds by Fmstrat
    • Upgraded to Flutter 3.19 by hjiangsu
    • Updated peter-evans/create-pull-request by micahmo
    • Updated instances by github-actions
    • Updated Lemmy API version by hjiangsu
    • Added development flavor by hjiangsu
    • Improved animations for advanced share sheet and link preview modals by micahmo
    • Updated translations from Weblate by hjiangsu
    • Upgraded gradle version and migrated to flutter_sharing_intent by hjiangsu
    • Updated internal package dependencies by hjiangsu
    • Integrate i18n-ally by micahmo
    • Migrated from sqflite to drift packages by hjiangsu
    • Updated Lemmy API to support upcoming 0.19.4 by hjiangsu
    25

    [Pre-release] v0.3.0-6

    github.com Release v0.3.0-6 · thunder-app/thunder

    This is the first release candidate for Thunder v0.3.0! This version includes a few minor fixes. If no major issues are found, this will be the version released on the App Store and Google Play. Be...

    Release v0.3.0-6 · thunder-app/thunder

    This is the first release candidate for Thunder v0.3.0! This version includes a few minor fixes. If no major issues are found, this will be the version released on the App Store and Google Play.

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

    Fixes

    • Fix user/community instance colour not being applied properly* by hjiangsu
    • Fix local notification issue* by micahmo
    4

    [Pre-release] v0.3.0-5

    github.com Release v0.3.0-5 · thunder-app/thunder

    This is the fifth pre-release for Thunder v0.3.0! This pre-release version includes a few important fixes. The upcoming pre-releases will be mainly focused on fixing existing bugs that come up, and...

    Release v0.3.0-5 · thunder-app/thunder

    This is the fifth pre-release for Thunder v0.3.0! This pre-release version includes a few important fixes. The upcoming pre-releases will be mainly focused on fixing existing bugs that come up, and preparing for a general release so please report any issues that you find!

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

    Note: There have been some internal migrations regarding the on-device database that Thunder uses to store accounts, favorited communities, and anonymous subscriptions. This migration process happens automatically, and should be pretty seamless. However, please submit a new issue if you encounter missing accounts from the account switcher, missing favourited communities, or missing anonymous subscriptions.

    Some notable changes to test out:

    • There were a lot of small changes under-the-hood with regards to displaying thumbnails and images. If you encounter any issues, please submit a new issue.

    Additions

    • Added ability to view raw markdown for posts and comments by micahmo

    Changes

    • Applied community/user selector indicators* by micahmo
    • Applied name styling to additional areas* by micahmo
    • Applied color transformations for name widgets* by micahmo
    • Applied subtitle hint for show post author setting by micahmo
    • Improved navigation to comment context by micahmo
    • Improved handling of search result comments on deleted posts by micahmo
    • Removed usernames on user feeds posts by micahmo
    • Applied timeout when loading image dimensions for image viewer by hjiangsu

    Fixes

    • Fixed missing semantic label on report filter* by micahmo
    • Fixed issues with Android back button not triggering properly* by hjiangsu and micahmo
    • Fixed tap to go to user style settings* by micahmo
    • Fixed jank when using full height images, and other misc media preview improvements* by hjiangsu
    • Fixed instance/user/community input dialog suggestions* by hjiangsu
    • Fixed post image height constraints* by hjiangsu
    • Fixed link preview on thumbnail long-press* by micahmo
    • Fixed sidebar overflows by micahmo
    • Fixed tagline overflow by micahmo
    • Fixed community selector text size* by micahmo
    • Fixed login issue after database migration* by micahmo
    • Fixed temporary account reload issue* by micahmo

    Misc

    • Updated internal package dependencies by hjiangsu
    • Integrate i18n-ally by micahmo
    • Migrated from sqflite to drift packages by hjiangsu
    • Updated Lemmy API to support upcoming 0.19.4 by hjiangsu
    1

    [Pre-release] v0.3.0-2/v0.3.0-3

    github.com Release v0.3.0-3 · thunder-app/thunder

    Hey everyone, this is a quick hotfix to address an issue with infinite loading screens when full-height images is enabled. Fixes Fixed issue where having full height images enabled causes infinite...

    Release v0.3.0-3 · thunder-app/thunder

    Update: Hey everyone, this is a quick hotfix to address an issue with infinite loading screens when full-height images is enabled.

    Fixes

    • Fixed issue where having full height images enabled causes infinite loading screen* by hjiangsu

    ---- Previous Nightly Release Notes

    This is the second pre-release for Thunder v0.3.0! This pre-release version introduces quite a few new features and improvements, as well as usual bug fixes. As always, please submit any issues or bugs that you find in this version.

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

    Some notable changes to test out:

    • Mod reports are now available to view and resolve within Thunder via the drawer! If you are a moderator or admin of a community/instance, you should see a new "Reports" option under the general feeds. Only post and comment reports are available at this time. Private message reports will come in a future update.
    • You can now customize the user/community name format and style across Thunder! This is accessible through Settings -> Appearance -> Theming. You can adjust the font weight, colour, and format for both user and community names.
    • Thunder now has an in-app changelog for updates. It is turned on by default, but can be toggled off in the settings. This changelog should help you keep track of what additions, changes, and fixes have been added!
    • Improved UI/UX for long press actions, and additional customization options including customizable feed dividers and navigation bar labels.

    ---

    Additions

    • Added additional Lemmy styled user/community formats by hjiangsu
    • Added ability to search federated instances by micahmo
    • Added ability to switch user in user account settings page by micahmo
    • Added new type badge to indicate video URLs by hjiangsu
    • Added in-app changelog by micahmo
    • Added support for custom user/community styles by micahmo
    • Added option to show navigation labels and adjusted non-active tab icons by micahmo
    • Added customizable feed card divider by hjiangsu
    • Added ability to view post/comment reports by hjiangsu
    • Added Turkish language localizations by mikropsoft

    Changes

    • Improved link handling for users/communities by micahmo
    • Reworked internal post parsing logic and thumbnail previews by hjiangsu
    • Hide unsupported FAB actions based on feed (general, community, user) by hjiangsu
    • Categorized post/comment bottom sheet options by micahmo
    • Improved link sharing experience by micahmo
    • Improved feedback when loading instance information by micahmo
    • Added modlog page to instance page* by micahmo
    • Added modlog page link handling* by micahmo
    • Android back button closes opened drawer by micahmo
    • Android back button closes opened user sidebar by micahmo

    Fixes

    • Fixed external app link handling for in-app browser* by micahmo
    • Fixed accessibility issues with modlog filter and instance explorer* by micahmo
    • Fixed handling of multiple deep link actions by micahmo
    • Fixed instance explorer paging issue* by micahmo
    • Fixed superscript positioning* by hjiangsu
    • Fixed image close transition* by micahmo
    • Fixed tagline refreshing multiple times on load issue by micahmo
    • Fixed instance explorer loading for small instances* by micahmo

    Misc

    • Updated Lemmy API version by hjiangsu
    • Added development flavor by hjiangsu
    • Improved animations for advanced share sheet and link preview modals by micahmo
    • Updated translations from Weblate by hjiangsu
    • Upgraded gradle version and migrated to flutter_sharing_intent by hjiangsu
    2

    [Pre-release] v0.3.0-1

    github.com Release v0.3.0-1 · thunder-app/thunder

    This is the first pre-release for Thunder v0.3.0! This pre-release version introduces quite a few new features and improvements, as well as usual bug fixes. Be fully prepared to know that these pre...

    This is the first pre-release for Thunder v0.3.0! This pre-release version introduces quite a few new features and improvements, as well as usual bug fixes.

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

    Please see below for the full changelog since the last general release. For those on TestFlight, you will receive the pre-release update once it has been approved by Apple.

    Some notable changes to test out:

    • Instance and community modlogs are now available in Thunder! To access the instance modlog, tap on the triple dot button located on the top app bar and select "Modlog" when viewing general feeds (Subscribed/Local/All). To access a community modlog, navigate to the given community and find "Modlog" in the extended actions.
    • Improvements to markdown rendering. Spoiler markdown detection has been improved, and there is now initial/experimental support for subscript and superscript markdown tags. Markdown quick actions when creating posts/comments will be added in the near future.
    • The user feed (not to be confused with the account page) has been fully re-worked to provide a better experience similar to the general/community feeds. This means that you can now change the sorting when viewing a user feed, and use the FAB for additional actions! As this was a large under-the-hood change, please mention any bugs or issues you encounter while navigating to user feeds.
    • An instance explorer has been added into the Search page. This allows you to explore communities, posts and comments for the current instance! Thanks for micahmo for implementing this feature.
    • Added initial support for marking posts as read when scrolling through. Thanks to Fmstrat for implementing this feature.

    Note: There is currently an issue where blurred posts on the feed will flicker when scrolling (primarily on iOS). This is noted and a fix will hopefully be applied soon (this issue does not come from Thunder, but from the Flutter framework).

    Thanks again for sticking around, and please mention any bugs and issues that you encounter when using this version!

    Additions

    • Added instance explorer to see instance posts/communities/comments by micahmo
    • Added partial superscript/subscript markdown support by hjiangsu
    • Added ability to mark posts as read when scrolling through feed by Fmstrat
    • Added support for posting as a different user by micahmo
    • Added instance and community modlogs by hjiangsu
    • Added option to show full date and select date format by hjiangsu

    Changes

    • Refactored user page to match feed page by hjiangsu
    • Improved sort top submenu transition by micahmo
    • Adjusted “Hide NSFW Previews” setting label to “Blur NSFW Previews” by hjiangsu
    • Improved Lemmy spoiler detection by hjiangsu

    Fixes

    • Show keyboard automatically when community search is triggered, and state fixes by micahmo
    • Fixed issue with talkback and downvote semantic label by hjiangsu
    • Fixed notifications page state issue by micahmo
    • Fixed issue with refreshing the feed when switching accounts by micahmo
    • Fixed in-app browser url scheme redirection by micahmo
    • Fixed community name format in create post page by micahmo

    Misc

    • Moved fastlane directory for F-Droid approval by hjiangsu
    • Fixed CI for Flutter 3.16.9 and update docker builds by Fmstrat
    • Upgraded to Flutter 3.19 by hjiangsu
    • Updated peter-evans/create-pull-request by micahmo
    • Updated instances by github-actions
    1

    Reminder: users on instances upgrading to 0.19

    Hey everyone, just a friendly reminder for those on instances that are either about to upgrade or have recently upgraded from version 0.18 to 0.19 (e.g., lemmy.world, lemmy.blahaj.zone, sh.itjust.works, etc.).

    After your instance updates to 0.19, please remember to re-authenticate (i.e., log out and log back in). This is because of some authentication changes made in 0.19 which invalidates the session.

    Thanks!

    0

    Alpha Release [v0.2.9]: Moderator actions, high-refresh support, and more!

    github.com Release v0.2.9 · thunder-app/thunder

    Hey everyone, it's time for yet another Thunder release. As always, there have been many improvements, additions, changes and fixes in this release which should make for a even better Thunder exper...

    Release v0.2.9 · thunder-app/thunder

    Hey everyone, it's time for yet another Thunder release. As always, there have been many improvements, additions, changes and fixes in this release which should make for a even better Thunder experience. If you have any suggestions or feedback, feel free to discuss it in the Thunder community or on GitHub.

    A quick reminder: if you are using the Google Play version or App Store version, please note that it may take a bit of time before you receive the update. Now onto the update notes. This update brings a few major features:

    🎉 New Features

    • Initial support for moderator actions. Thunder has added support for some moderator actions such as locking, pinning, and removing posts. To access these actions, simply long-press on a post and select "Moderator Actions" from the menu. Additional moderator actions such as mod logs, and reports will come in a future update.
    • Support for high-refresh rate devices. Thunder should now feel smoother on Android devices with high-refresh rate displays, and should no longer be limited to 60 Hz. For iOS, Thunder also supports ProMotion devices.
    • Customizable post metadata. You can now customize the post metadata information (vote counts, comment counts, etc) on your feed! This can be done in Settings -> Appearance -> Compact/Card View Settings. Simply drag and drop the metadata information you want to see on your feed. The order of the information will be the order that you drag it into the preview.
    • Experimental local push notification support on Android. Thunder has experimental support for handling push notifications locally on Android devices. When enabled, Thunder will attempt to fetch new notifications in the background while the app is not running. Please note that this feature is highly dependent on the Android OS and their battery saving settings

    ℹ General

    • Additional UI/UX and quality-of-life improvements. This includes but is not limited to:
      • Support for spoiler markdown tags. Spoiler tags will be automatically minimized, and can be expanded when tapping on them
      • Support for creating cross posts for an existing post, and deleting existing posts
      • Addition of more options including hiding top app bar, medium font scale option, and colorized usernames
    • Added new condensed post body view to the post page which shows a smaller preview of images and thumbnails
    • Added the ability to search posts/comments directly from community feed

    And much much more. I can't go through all the changes in the changelog, but for those who are curious, feel free to check out the full changelog below.

    We have a Matrix space if you would like to join in on discussions: https://matrix.to/#/#thunderapp:matrix.org

    ---

    I would just like to thank everyone for the continued support and contributions. Thunder is still a project that I can only work on the side, and knowing that others enjoy it drives me to continue working on it!

    If you would like to show a token of appreciation to me or anyone else that has contributed, check out the following link for more information: https://github.com/thunder-app/thunder/issues/756

    Thanks again for everything so far, and I hope you enjoy this update!

    ---

    Changelog

    Additions

    • Added new condensed post body view to the post page by micahmo
    • Added compatibility with high-refresh displays to Thunder on Android devices by mufeedali
    • Added initial support for markdown spoiler tags by hjiangsu
    • Added ability to create cross-posts from the post page by micahmo
    • Added ability to share user profiles by micahmo
    • Added ability to subscribe/unsubscribe to community from long-press action by hjiangsu
    • Added option to hide the top app bar on scroll by hjiangsu
    • Added user counts to instance page by micahmo
    • Added additional medium font scale option by hjiangsu
    • Added moderated communities to drawer by hjiangsu
    • Added ability to share communities by micahmo
    • Added ability to clear image cache on startup, and manually by hjiangsu
    • Added experimental local push notifications on Android by micahmo
    • Added notification page to display individual messages by micahmo
    • Added ability to delete posts by micahmo
    • Re-introduced in-app browser as an option by micahmo
    • Added community icon indicator when posting is restricted to mods by hjiangsu
    • Added option for colourized usernames by ggichure
    • Added new unread comment indicator for read posts by CTalvio
    • Added ability to customize post card metadata information by hjiangsu
    • Added ability to search posts/comments from community feed by micahmo
    • Added setting to change image cache settings on Android by micahmo
    • Added initial moderator post actions (lock, pin, remove) by hjiangsu

    Changes

    • Improved post/comment score formatting by micahmo
    • Adjusted the color of the delete draft icon by micahmo
    • Language selector now prioritizes current language at the top of the list by micahmo
    • Community selector shows suggested communities by default by micahmo
    • Prioritize favorites in empty community prompt by micahmo
    • Improved account log out flow by micahmo
    • Search page suggests alternate filters when there are no search results by micahmo
    • Account selector improvements and minor fixes by hjiangsu
    • Image viewer dynamically adjusts image zoom based on resolution Niranjan-Dorage
    • Added indicator for media downloads by micahmo
    • Indicate deleted posts by micahmo
    • Added inkwell to spoiler markdown by micahmo
    • Added option to navigate to new post after creation by micahmo
    • Improved handling for navigation to non-instances by micahmo
    • Adjusted search bar to match material design, and misc fixes by micahmo
    • Removed usesCleartextTraffic attribute on AndroidManifest by hjiangsu
    • Added locale code to app language selector by hjiangsu

    Fixes

    • Fixed issues with images being too wide in community/user sidebars by micahmo
    • Fixed issues where post actions were not being updated properly in the search page by micahmo
    • Fixed issue where local featured posts were not being highlighted properly by micahmo
    • Fixed issue where subscriptions in drawer were not in alphabetical order by hjiangsu
    • Fixed an issue where you could favorite a non-subscribed community by micahmo
    • Fixed some issues with user navigation and error handling by micahmo
    • Fix some issues with the search page resetting by micahmo
    • Fixed some community/user name detection by micahmo
    • Fixed issue with advanced image preview not showing by micahmo
    • Fixed exit confirmation snackbar by micahmo
    • Fixed issue with creating cross-posts by micahmo
    • Fixed an issue with loading favorites on startup by micahmo
    • Fixed issue where feed FAB can be triggered on other pages by hjiangsu
    • Fixed issue where app language bottom sheet would fill full height by hjiangsu
    • Fixed issue with deferred comments by micahmo
    • Fixed search page keyboard on iOS by hjiangsu
    • Fixed post page failure when image fails to load by hjiangsu
    • Fixed inbox counter not reflecting true number of unread notifications by hjiangsu

    Misc

    • Clean up linter warnings by hjiangsu
    • Updated instances by github-actions
    • Updated translations by hjiangsu
    • Added CI workflow to check for sorted translations by hjiangsu
    • Sorted translations in alphabetical order by hjiangsu
    • Refactored community and user avatars by hjiangsu
    • Reorganized files to their domain by hjiangsu
    • Refactored local settings to use localization strings by hjiangsu
    • Refactored thumbnail badges and compact post cards by hjiangsu
    • Migrated from gallery_saver package to gal for media downloads by hjiangsu
    • Created new feature request, and bug report templates. by K4LCIFER
    • Refactored snackbars to use overlays and remove dependency on context by hjiangsu
    10

    [Pre-release] v0.2.9-6

    github.com Release v0.2.9-6 · thunder-app/thunder

    This is the first release candidate version for Thunder v0.2.9! This version mainly focuses on minor bug fixes introduced previously and updating translation strings. If no major issues are found, ...

    Release v0.2.9-6 · thunder-app/thunder

    This is the first release candidate version for Thunder v0.2.9! This version mainly focuses on minor bug fixes introduced previously and updating translation strings. If no major issues are found, this will be the version released as 0.2.9.

    Please report any bugs or issues on GitHub as you find them!

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

    There are no notable changes in this version!

    Changes

    • Added locale code to app language selector by @hjiangsu in https://github.com/thunder-app/thunder/pull/1142

    Fixes

    • Fixed issue with post metadata colours not being applied properly* by @hjiangsu
    • Fixed url post card metadata tooltip visibility* by @hjiangsu
    • Fixed search page keyboard on iOS by @hjiangsu
    • Fixed post page failure when image fails to load by @hjiangsu
    • Fixed inbox counter not reflecting true number of unread notifications by @hjiangsu

    Misc

    • Updated localization strings by @hjiangsu
    1

    [Pre-release] v0.2.9-5

    github.com Release 0.2.9-5 · thunder-app/thunder

    This is the fifth pre-release for Thunder v0.2.9! This is a hotfix for an issue where Thunder was stuck on the splash screen after updating to 0.2.9-4. As mentioned previously, the next pre-release...

    This is the fifth pre-release for Thunder v0.2.9! This is a hotfix for an issue where Thunder was stuck on the splash screen after updating to 0.2.9-4.

    As mentioned previously, the next pre-releases will be mainly focused on fixing existing bugs that come up, and preparing for a general release. Please report any issues that you find!

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

    Changes

    • Only do startup check if not group notification by @micahmo

    Fixes

    • Fixed settings padding by @micahmo
    • Fixed issue with Thunder stalling on splash screen by @hjiangsu
    0

    [Pre-release] v0.2.9-4

    github.com Release 0.2.9-4 · thunder-app/thunder

    This is the fourth pre-release for Thunder v0.2.9! This pre-release version introduces a few new features and improvements, as well as usual bug fixes. The next pre-releases will be mainly focused ...

    Release 0.2.9-4 · thunder-app/thunder

    This is the fourth pre-release for Thunder v0.2.9! This pre-release version introduces a few new features and improvements, as well as usual bug fixes. The next pre-releases will be mainly focused on fixing existing bugs that come up, and preparing for a general release. Please report any issues that you find!

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

    Some notable changes to test out:

    • You can now customize the post metadata information (vote counts, comment counts, etc) on your feed! This can be done in Settings -> Appearance -> Compact/Card View Settings. Simply drag and drop the metadata information you want to see on your feed. The order of the information will be the order that you drag it into the preview.
    • Some moderator actions are now implemented including locking, featuring, and removing posts! To do this, you must be a moderator of a community. To access these actions, simply long-press on a post and select "Moderator Actions" from the menu.
    • Search has been expanded to communities. You can search for posts/comments from the community feed by tapping the Search option in the overflow menu!

    Additions

    • Added ability to delete posts by @micahmo
    • Re-introduced in-app browser as an option by @micahmo
    • Added community icon indicator when posting is restricted to mods by @hjiangsu
    • Added option for colourized usernames by @ggichure
    • Added new unread comment indicator for read posts by @CTalvio
    • Added ability to customize post card metadata information by @hjiangsu
    • Added ability to search posts/comments from community feed by @micahmo
    • Added setting to change image cache settings on Android by @micahmo
    • Added initial moderator post actions (lock, pin, remove) by @hjiangsu

    Changes

    • Added notification check on startup* by @micahmo
    • Autoscroll and highlight searched setting result* by @micahmo

    Fixes

    • Fixed issue with deferred comments by @micahmo
    • Fixed spoiler titles in instance view* by @micahmo

    Misc

    • Created new feature request, and bug report templates. by @K4LCIFER
    • Refactored snackbars to use overlays and remove dependency on context by @hjiangsu
    11

    [Pre-release] v0.2.9-3

    github.com Release v0.2.9-3 · thunder-app/thunder

    This is the third pre-release for Thunder v0.2.9! This pre-release version fixes a couple of minor issues present from the last pre-release version. Be fully prepared to know that these pre-release...

    This is the third pre-release for Thunder v0.2.9! This pre-release version fixes a couple of minor issues present from the last pre-release version.

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

    Changes

    • Removed usesCleartextTraffic attribute on AndroidManifest by @hjiangsu

    Fixes

    • Fixed issue where app language bottom sheet would fill full height by @hjiangsu
    • Fixed issue with Settings search not triggering* by @hjiangsu
    2

    [Pre-release] v0.2.9-2

    github.com Release v0.2.9-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.2.9! This pre-release version introduces a few new features and improvements, as well as usual bug fixes. Be fully prepared to know that these pre-rele...

    Release v0.2.9-2 · thunder-app/thunder

    This is the second pre-release for Thunder v0.2.9! This pre-release version introduces a few new features and improvements, as well as usual bug fixes.

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

    Some notable changes to test out:

    • Thunder will now attempt to clear image cache for images older than 7 days to reduce the amount of cached data stored on your device. You can also manually clear the image cache by going to Debug -> Clear Cache
    • You can now search for settings/preferences from the Settings page. Tapping on a search result will bring you to the proper Settings page. Big thanks to @ggichure for implementing this feature!
    • [Android] Thunder has experimental support for handling push notifications locally on Android devices. When enabled, Thunder will attempt to fetch new notifications in the background while the app is not running. Please note that this feature is highly dependent on the Android OS and their battery saving settings (e.g., stopping apps in the background). Big thanks to @micahmo for implementing this feature!

    Additions

    • Added additional medium font scale option by @hjiangsu
    • Added moderated communities to drawer by @hjiangsu
    • Added ability to share communities by @micahmo
    • Added ability to clear image cache on startup, and manually by @hjiangsu
    • Added experimental local push notifications on Android by @micahmo
    • Added notification page to display individual messages by @micahmo
    • Added ability to search user preferences and settings by @ggichure

    Changes

    • Added indicator for media downloads by @micahmo
    • Indicate deleted posts by @micahmo
    • Added inkwell to spoiler markdown by @micahmo
    • Added option to navigate to new post after creation by @micahmo
    • Improved handling for navigation to non-instances by @micahmo
    • Adjusted search bar to match material design, and misc fixes by @micahmo

    Fixes

    • Fixed issue with advanced image preview not showing by @micahmo
    • Fixed exit confirmation snackbar by @micahmo
    • Fixed issue with creating cross-posts by @micahmo
    • Fixed an issue with loading favorites on startup by @micahmo
    • Fixed issue where feed FAB can be triggered on other pages by @hjiangsu

    Misc

    • Updated instances by @github-actions
    • Updated translations by @hjiangsu
    • Added CI workflow to check for sorted translations by @hjiangsu
    • Sorted translations in alphabetical order by @hjiangsu
    • Refactored community and user avatars by @hjiangsu
    • Reorganized files to their domain by @hjiangsu
    • Refactored local settings to use localization strings by @hjiangsu
    • Refactored thumbnail badges and compact post cards by @hjiangsu
    • Fixed a few things changed by type badge refactor* by @micahmo
    • Migrated from gallery_saver package to gal for media downloads by @hjiangsu
    10