* Account tipping
* Tryout full flow
* Add link params
* WIP
* Progress flow
* Fixes
* More progress
* Refresh user profile on notification
* Tweaks
* Fix follow button not refreshing
* Refactor proxy url
* Code cleanup
* Subscribe to a premium account from a standard linked account
* Premium posts tab on linked standard account
* Fix flow
* New domain
* Fix flow
* More fixes to follow flow
* Update so to sub.club
* Add colorScheme in URL
* rollback domain
* Back to sub.club
* Use SubClub API for Subscription info
* Fix
* Merge
* Merge branch 'iOS-18' + fixes
* add a setting to disable the account popover on hover
- not entirely pleased with the AnyView() cast but don't really know of a less invasive change
* Fixes
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
* Show all symbols when adding a tag group
All the SFSymbols are shown when adding a tag group, the list is taken from
SFSafeSymbols. This includes symbols such as "swift" and "apple.logo", as seen
in https://mastodon.social/@alexito4/110742407894134083.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Add credit for SFSafeSymbols
The list of used libraries is updated with SFSafeSymbols.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
---------
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* This is a more correct html to markdown implementation.
It removes all the hacks and just uses the SwiftSoup parser correctly
It will fix issue #576 and also an unlogged issue with the old implementation that could corrupt urls with underscores in them.
* Better <br> / linefeed handling
* Cleanup
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
* Trying something with caching boosts
* Use an actual cache for caching
* Persist cache to documents folder
* Stray debugging variable
* Unpublish seen variable in the ViewModel
* Settings for deduplicating boosts.
* Changes from review / merge conflicts