* Fix the label not properly showing the follower count
* Replace `인스턴스` with `서버`
* Add new translations for search filters and the language detect option
* Update Simplified Chinese localization for search scope bar
* Update Simplified Chinese localization for setting to turn of auto language detection
* Update Simplified Chinese localization
Update translation for settings.translation.auto-detect-post-language-footer
Co-Authored-By: nixzhu <zhuhongxu@gmail.com>
---------
Co-authored-by: nixzhu <zhuhongxu@gmail.com>
* Update Simplified Chinese localization
Translations for Sharing settings
* Update Simplified Chinese localization
Fix translations in Display settings
* Make status context menu button frame tap target larger
This makes it much easier to hit on the first try, and doesn't appear to negatively impact the layout.
* Add feature to block or mute user directly from post
To avoid calling the /accounts/relationships endpoint for every single status displayed, the data is only loaded when the menu is activated.
When the API call comes back, the items are added to the menu (updating the view model appears to cause the menu to update, even while it is displayed)
Borrowed blocking & muting logic/menu items from AccountDetailContextMenu.
* Add Korean translations for the share button behavior options
* Add a Korean translation for the new follower label
* Add a missing key for es locale
* Add setting to control share button default behavior
This adds a setting to control the behavior of the share button on the status row actions view.
Currently, it always shares the link to the post as well as the post text.
In iOS 16.4, Apple added iMessage unfurling for Mastodon URLs.
When sharing posts from Ice Cubes via iMessage, this leads to the recipient seeing two copies of the post: one from the unfurled link and one from Ice Cubes including the post text.
Users will now have the option to exclude the post text from their sharing.
This is easier than tapping the 3-dots button on the post (which is kind of small) and then expanding the Share menu in the context menu, which is the other way to access this functionality at the
moment.
The default value for the new option will be "Link and Text", which is the current behavior - so we won't change the behavior on existing users.
* Add new strings to other language localizations