* 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>
* Local settings for sensitive content.
* Local sensitive content settings
* Added the posting settings as well as the reading ones.
* Menu item / nav title mismatch
* Fixes
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
* xcconfig Support
* Added supporting an xcconfig file so that multiple users can build/work with the project without needing to change signing info
* Added a template xcconfig file to be shared in repo (your xcconfig file is never committed to Git repo)
* Updated README
* Ignore xcconfig File
* Add the users xcconfig file to .gitignore
* Update README.md
* Update README.md as per review suggestions
* Add release config
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>