Commit Graph

685 Commits (f814157a9e5ffd29cb36fbe2576d8bb4ead35fd6)

Author SHA1 Message Date
Matthew Chen dfc39b4a1d Tidy files. 6 years ago
Matthew Chen e6bc37d941 Tidy files. 6 years ago
Matthew Chen 8f55f53329 Tidy files. 6 years ago
Matthew Chen d6cb07cc4a Respond to CR. 6 years ago
Matthew Chen 0f4e846ed7 Tidy profile avatars. 6 years ago
Matthew Chen 579e88bdc2 Improve nullability handling for SignalAccount. 6 years ago
Michael Kirk 78ad597e44 Merge tag '2.28.0.15' 6 years ago
Michael Kirk def8b43daa iOS9/10 fixups 6 years ago
Michael Kirk 78b4df95a5 fixup call banner offsets 6 years ago
Jesse Squires 6dc74ddcaf Fix some project warnings + other fixes
- Prefer checking `.isEmpty` rather than `.count == 0` for Swift collections (can be more optimal)
- Avoid comparing `BOOL` explicitly to `NO` (considered bad practice since `BOOL` is a `signed char`)
- Specify unused `SGX_FLAGS` as `__unused` to silence warnings
6 years ago
Matthew Chen fa8a07abf1 Respond to CR. 6 years ago
Matthew Chen 581347a7fb Refine theme. 6 years ago
Matthew Chen 7759c9ca0f Refine theme. 6 years ago
Matthew Chen f795b12a86 Refine theme. 6 years ago
Michael Kirk 6e1c1a681b Merge tag '2.28.0.12' 6 years ago
Michael Kirk b42f528713 Integrate with new contact discovery endpoint
Also:
* use system cookie parsing
* add AESGCM additional authenticated data parameter

// FREEBIE
6 years ago
Matthew Chen 25a98554b7 Intern JSQMessagesViewController. 6 years ago
Matthew Chen 906d0b01a4 Fix build break. 6 years ago
Matthew Chen 819c2b1ceb Remove Twisted Oak. 6 years ago
Michael Kirk 3d6b8e2bb5 hide navbar blur layer in attachment approval, which has a clear navbar 6 years ago
Matthew Chen 2b1f928770 Respond to CR. 6 years ago
Matthew Chen 48975eaac8 Respond to CR. 6 years ago
Matthew Chen 8862f9a531 Refine views. 6 years ago
Matthew Chen fcbf8d4dc2 Refine views. 6 years ago
Matthew Chen 9f9e0965d5 Refine table views. 6 years ago
Michael Kirk ab1190222b Fix overzealous failure when user has no Signal contacts
// FREEBIE
6 years ago
Matthew Chen 460f7344ad Remote attestation. 6 years ago
Matthew Chen 39c7fd9f15 Respond to CR. 6 years ago
Matthew Chen 3c3742aae9 Clean up ahead of PR. 6 years ago
Matthew Chen bf1642052a Fix nullability. 6 years ago
Matthew Chen 03e5d2973b Delta contact intersections. 6 years ago
Matthew Chen d14f764b50 Streamline SignalRecipient. 6 years ago
Michael Kirk d591fb7f2c Fix some compiler warnings 6 years ago
Matthew Chen 0c453c8d57 Fix content insets. 6 years ago
Michael Kirk 11fc674ef4 Avoid blur as overly-tall navigation bar lingers after dismissal.
Use the precise status bar height.
6 years ago
Michael Kirk 7a5f5476db rename to avoid confusion 6 years ago
Michael Kirk 06b4584e02 move fix to OWSViewController 6 years ago
Michael Kirk 24060c17d0 CR: proper width calculation for header view 6 years ago
Michael Kirk fef6c64bdc decrease header spacing from 32->28.
Previous spacing was based on applying the "full width" gutter spacing twice.
6 years ago
Michael Kirk 8da47b64d9 clarify different methods
These method names were too similar to existing methods in PureLayout, which
have slightly different behavior.

ows_autoPinToSuperviewEdges uses left/right, whereas PureLayouts uses
leading/trailing

ows_autoPinToSuperviewMargins uses our own constraint adding logic, which
behaves differently in some cases.
6 years ago
Matthew Chen c3b02522ca Fix oversize accessory view. 6 years ago
Matthew Chen 3a3fb0e41b Fix oversize accessory view. 6 years ago
Michael Kirk 1a2428a4b0 CR: leave some wiggle room on max window height. 6 years ago
Michael Kirk bdc8181cbc hide menu view controller when resigning active
// FREEBIE
6 years ago
Michael Kirk dde2fd6f33 Hide menu window when vc dismisses.
Normally this isn't possible, just being paranoid.

// FREEBIE
6 years ago
Michael Kirk 82fdd5b883 Split out generic action sheet components
Keep the message specific components separte, so we could re-use the
MenuActionsViewController.
6 years ago
Michael Kirk 3a157d9df6 window level on iOS11
// FREEBIE
6 years ago
Michael Kirk 0c4cae133b milestone: route one real action (copy text) 6 years ago
Michael Kirk bb6722ea42 animate in/out 6 years ago
Michael Kirk ceeddbc67b localize, proper action height 6 years ago