v0.2.1-alpha.4+12
Pre-release
Pre-release
hjiangsu
released this
14 Jul 02:30
·
1804 commits
to develop
since this release
This is the fourth pre-release of Thunder for v0.2.1+12! This nightly fixes some issues introduced in the last pre-releases, and adds a few new features. The main focus for the upcoming nightlies will be fixing any outstanding issues and bugs that were introduced previously.
Be fully prepared to know that these pre-release versions may contain major bugs which could cause Thunder to crash or behave unexpectedly.
These are some of the changes that have occurred since the last pre-release. For things to test, I would suggest all the usual actions, and all the new features/changes which have been introduced in this nightly:
Changes
- Added maximum depth to comments threads and added a "load more replies" icon to load more replies. This should hopefully fix issues with comments randomly appearing when scrolling past a comment
- Login flow improvements. This includes checks for correct lemmy instances, better handling of login errors, and more - contribution from @micahmo
- Switched the in-app browser to use custom tabs rather than a WebView. This should lead to better and more native browser experiences - contribution from @micahmo
- Adjusted theming options to pop up a modal rather than having toggles to reduce confusion when selecting between system, light, dark, and black themes - contribution from @coslu
- Added ability to share post, external link, or media from share button when you are in the post - contribution from @micahmo
- Added ability to disable post and comment swipe actions separately
- Adjusted divider and link preview card colours to have better contrast and to better match the overall theme
- Fixed issue where you could not log in through email. This hopefully also fixes issues with not being able to edit your own comments
- Fixed issue where refreshing a community when tapping on a link would show local posts rather than the community's posts
- Fixed some more issues with talkback/voice over reading an extra letter in the subscriptions list
Here's the full change log since the last general release v0.2.1+11::
Added
- Added community icons to subscription list and search - contribution from @CTalvio
- Added ability to return to homescreen when swiping from post body - contribution from @bactaholic
- Added scroll to top buttons on various pages - contribution from @bactaholic
- Added double swipe to exit - contribution from @bactaholic
- Added ability to set post as read when opening media - contribution from @ajsosa
- Added initial support for 2 column viewing for tablet modes - contribution from @Fmstrat
- Adjustments to the login screen to include instance images, and tweaks - contribution from @micahmo
- Added ability to copy/share comment on long press - contribution from @vbh
- Changes to support user display names, additional profile information, and UI tweaks - contribution from @CTalvio
- Added ability to set no action for swipe gestures on posts and comments
- Added ability to select/upload image when creating post - contribution from @MrAntonS
- Added instance name into sidebar menu - contribution from @micahmo
- Navigating back from a page will first go to the feed page before exiting - contribution from @micahmo
- Settings have been re-organized to be more consistent, and to show available options between different views - contribution from @CTalvio
- Feed view will no longer show full screen error messages
- Added comment button actions and added an option to toggle comment button actions
- Added maximum depth to comments. You can now tap on Load more replies to get more replies for a comment thread within a post
- Various login flow improvements - contribution from @micahmo
- In app browser is now switched over to use custom tabs - contribution from @micahmo
- Adjusted theming options to show a modal rather than toggles to reduce confusion - contribution from @coslu
- Added ability to share post, external link, or media from post share button - contribution from @micahmo
- Added ability to disable post and comment swipe actions separately
Changed
- Adjusted subscription styling to be more consistent - contribution from @micahmo
- Removed Sentry error logging
- Tapping outside of the text field when creating a comment/reply will dismiss the keyboard
- Adjusted divider and link preview card colours to have better contrast
Fixed
- Fixed issue with styling differences in compact and normal view for community/instance - contribution from @machinaeZER0
- Fixed issue with webp previews not showing - contribution from @Fmstrat
- Fixed issue with some links not being parsed properly (GitHub release links)
- Fixed issue where copy/pasting was non-functional on the Search input - contribution from @ajsosa
- Fixed issue where subscribing to a community from the search page would not refresh sidebar subscriptions - contribution from @micahmo
- Fixed issue where only some subscriptions would show up on the sidebar
- Fixed issue where refreshing community when tapping on a link would show local posts rather than the community's posts
- Fixed issue where you could not log in through email