* 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>
* Add dyslexia and hyper-legible fonts
* AboutView to satisfy font licensing requirements, and generally credit libraries in use.
* Fix background
---------
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
* Added new language support - Brazilian Portuguese
* Translated string
* Fixed translation form was-reply
* Rebased from main and added missing strings to Brazilian Portuguese
* Fixed conversations.empty.message translation
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
* Early version of an action that would open a deeplink in the app
* Extend routeur support + catch deeplinks
* Cleaning extension code, using what local packages has to offer
* Removed useless stuff from the extension
* Added action icon ; Thanks Dall-E for the icon
* Added the action name within a localizable file
* Fix routeur
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
* Update French localization
* Updated french localization
* Update Localizable.strings
* Fix add french
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>