Signal-iOS/SignalUI
Igor Solomennikov 1f3ceac66c Fix GradientView not working in some cases.
GradientView would not work if its colors were passed during initialization
and never changed after. This was caused by the fact that `CAGradientLayer`'s
colors were updated in `GradientView.colors.didSet`, which isn't
called during `init()`.

Also allow access to `GradientView.gradientLayer` so that users of
that class can build more advanced gradients.
2022-04-20 10:23:50 -07:00
..
Appearance Add "Donation Receipts" view 2022-04-11 16:21:12 -05:00
Categories PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typos 2022-03-18 11:31:06 -07:00
Utils Render 1:1 story replies 2022-04-15 19:28:14 -07:00
ViewControllers Lint 2022-04-13 20:23:22 -07:00
ViewModels Render 1:1 story replies 2022-04-15 19:28:14 -07:00
Views Fix GradientView not working in some cases. 2022-04-20 10:23:50 -07:00
Wallpapers PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Change phone number. 2021-11-19 14:28:18 -03:00