IceCubesApp/Packages/Env/Sources/Env
Paul Schuetz 90b0e91c79
Allow specifying the default reply visibility (#1509)
* 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>
2023-07-19 11:49:06 +02:00
..
Ext Swiftformat 2023-01-17 11:36:01 +01:00
CurrentAccount.swift Updated to resolve all possible Sendability warnings from Swift 6 compatibility mode. (#1072) 2023-02-27 06:39:07 +01:00
CurrentInstance.swift Updated to resolve all possible Sendability warnings from Swift 6 compatibility mode. (#1072) 2023-02-27 06:39:07 +01:00
CustomEnvValues.swift SwiftFormat 2023-03-13 13:38:28 +01:00
DeepLUserAPIHandler.swift SwiftFormat . 2023-03-19 16:28:06 +01:00
Duration.swift SwiftFormat 2023-03-13 13:38:28 +01:00
HapticManager.swift Clean up HapticManager (#678) 2023-02-06 17:53:27 +01:00
NotificationsName.swift Share sheet extension 2023-01-15 16:39:08 +01:00
PollPreferences.swift Display and edit filter expirations (#1141) 2023-03-03 08:15:34 +01:00
PreferredBrowser.swift Swiftformat 2023-01-17 11:36:01 +01:00
PreferredShareButtonBehavior.swift Run swiftformat 2023-07-19 07:46:25 +02:00
PushNotificationsService.swift Updated to resolve all possible Sendability warnings from Swift 6 compatibility mode. (#1072) 2023-02-27 06:39:07 +01:00
QuickLook.swift Updated to resolve all possible Sendability warnings from Swift 6 compatibility mode. (#1072) 2023-02-27 06:39:07 +01:00
Router.swift Run swiftformat 2023-07-19 07:46:25 +02:00
SoundEffectManager.swift SwiftFormat 2023-03-13 13:38:28 +01:00
StatusAction.swift Change arrows icon to rocket for boosts (#1099) 2023-02-28 14:53:31 +01:00
StatusDataController.swift SwiftFormat 2023-03-13 13:38:28 +01:00
StatusEmbedCache.swift SwiftFormat 2023-03-13 13:38:28 +01:00
StreamWatcher.swift Run swiftformat 2023-07-19 07:46:25 +02:00
UserPreferences.swift Allow specifying the default reply visibility (#1509) 2023-07-19 11:49:06 +02:00