Signal-iOS/SignalMessaging
Michelle Linington bbe7399841 PR feedback and bug fixes
Most significantly, corner masking wasn't working correctly pre-iOS 14.
This is because UIStackView's backing layer doesn't support
-cornerRadius. To work around this, we add the stack view to a wrapper
view. The corner radius is applied to that instead with masksToBounds
set true.
2020-12-07 15:13:31 -08:00
..
appearance Add new translucentDark style for ActionSheets 2020-12-07 15:13:31 -08:00
attachments Respond to CR. 2020-09-02 13:44:15 -03:00
categories Autohide error label if the grid cell is too small 2020-12-03 16:07:30 -08:00
contacts Fix group migration edge cases. 2020-11-20 15:32:15 -03:00
environment Respect server received timestamp in group call message 2020-11-19 16:04:22 -08:00
groups Remove spurious assert in group migration logic. 2020-11-20 17:27:38 -03:00
Notifications Adopt leftover PR feedback from #2696 2020-11-24 20:59:37 -08:00
profiles Refine group migrations. 2020-10-30 09:13:06 -03:00
Storage Service Protobuf: Regenerate wrappers for Swift-only protos 2020-11-17 12:46:26 -08:00
utils Remove grayscale effect 2020-12-03 16:07:30 -08:00
ViewControllers PR feedback and bug fixes 2020-12-07 15:13:31 -08:00
ViewModels Add eraId to GroupCallUpdate messages 2020-11-24 20:59:37 -08:00
Views PR Feedback 2020-11-05 12:25:49 -08:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch Label the "slow write transactions" logging with the source of the transaction. 2020-06-07 10:37:55 -03:00
SignalMessaging.h Add link preview support to share extension and forwarding 2020-09-08 19:58:29 -07:00