Signal-iOS/SignalUI
Igor Solomennikov 1dbea3f3ed
Properly animate corner radius when opening/dismissing media in chat.
Since it's not possible to set different radius for different corners of a CALayer I had to use a masking layer instead.
Assignment of CALayer.mask cannot be animated so I had to animate path of CSShapeLayer that serves as a mask layer. CAShapeLayer.path isn't implicitly animatable and workaround for that is copying bounds.size animation and attaching that to the masking layer.
2023-02-28 16:40:05 -08:00
..
Appearance Ensure icon is recreated when cell is regenerated, to get right color 2023-02-08 16:11:48 -08:00
Categories Properly animate corner radius when opening/dismissing media in chat. 2023-02-28 16:40:05 -08:00
Environment Use common logic when creating web sockets 2023-01-24 14:01:34 -08:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Clean up queue names 2023-02-27 14:16:09 -08:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typo: "appearence" -> "appearance". 2022-11-29 22:01:42 -08:00
Utils Consolidate link preview fetching code 2023-02-21 12:49:25 -08:00
ViewControllers Clean up queue names 2023-02-27 14:16:09 -08:00
ViewModels Lower bitrate for audio and switch to mono 2023-01-31 10:29:04 -08:00
Views Clean up queue names 2023-02-27 14:16:09 -08: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