* Allow specifying the visibility of replies
Replies can now have their own default visibility. This visibility is always at
least as restrictive as the default post visibility. When posting a reply, the
visibility is pre-populated with the more restrictive out of the default and
the visibility of the original post.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Use iOS-specific modifier
If the app is run on iOS 17, the new onChange(...)-modifier is used.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Restrict the extension of the onChange-Modifier
The extension of the view to allow the use of the version-appropriate
onChange-modifier is now only available in the relevant file.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Reset to use Xcode 14 / iOS 16
The iOS 17 specific changes are removed to allow building in the older Xcode 14.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Make the default reply visibility public
The standard default reply visibility is now public, the behavior of the app
isn't changed for a user who just updated.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
---------
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* 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