This update will be focused on adding more configurability to the app.
Changes so far
- Added toggle to enable/disable Firebase Crashlytics
- Fixed a crash when loading certain posts containing spoiler tags
- Added toggle to the video player to enable auto-looping
- Added a setting to auto-collapse comments based on upvote percentage. This is enabled by default at 20%. Eg. if a comment has 10 upvotes and 20 downvotes, this is a upvote rate of (10 / (10 + 20)) = 33% and thus would not be collapsed. If a comment has 10 upvotes and 40 downvotes, that is a rate of (10 / (10 + 40)) = 20% and thus would trigger the auto-hide threshold.
- Added a setting to enable/disable the browsing history. The default is on.
- Updated app to be compatible with Lemmy v0.19.
- (v0.19 only) Added new sort orders for posts: controversial, scaled.
- (v0.19 only) Added support for server-sided instance blocking.
Update
I’m changing the auto-collapse comment threshold to default to 30% instead. Also comments with less than 10 votes will be exempt from auto-collapse. I’m still playing with sweet spots for the default. You will be able to adjust this setting to your liking or disable it outright.
Update 2
Pivoting this release to support Lemmy server update v0.19. Will aim for a release by end of day.
deleted by creator