Signal-iOS/SignalUI
Igor Solomennikov 7a717b9c35
Fix an error and some warnings in Xcode 14.3
* Fix name collision.

`UIView.autoPinEdgesToSuperviewEdges(withInsets:)` declared in SignalUI
was doing the same thing as `-[UIView autoPinEdgesToSuperviewEdgesWithInsets:]`
in PureLayout. Xcode 14.3 has started treating this ObjC name collision as an error.

* Fix warnings that would be errors in Swift 6.
2023-03-27 16:36:43 -07:00
..
Appearance Ensure icon is recreated when cell is regenerated, to get right color 2023-02-08 16:11:48 -08:00
Categories Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00
Environment Remove websocket feature flag 2023-03-21 09:28:45 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Remove unused payment processor method 2023-03-13 09:17:01 -07:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Add Rewind and Fast Forward buttons to video player for videos over 30 sec long. 2023-03-21 11:29:22 -07:00
Utils Improve performance of link fetcher unit tests 2023-03-27 11:30:21 -07:00
ViewControllers Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00
ViewModels Split “in progress” & “saved” voice message drafts 2023-03-08 15:31:56 -08:00
Views Bring vertical spacing between UI elements in media viewer's bottom panel up to spec. 2023-03-27 15:24:56 -07:00
Wallpapers Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalUI-Prefix.pch Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalUI.h Convert OWSAudioPlayer to swift and lose 'OWS' prefix. 2022-12-06 16:00:58 -08:00