Commit Graph

8021 Commits

Author SHA1 Message Date
Michael Kirk
257e49740b Merge branch 'mkirk/fix-call-screen-status' 2018-07-16 12:52:55 -06:00
Michael Kirk
06b4584e02 move fix to OWSViewController 2018-07-16 12:52:50 -06:00
Michael Kirk
90e3cb0ed4 update status bar after screenprotection shows 2018-07-16 12:52:50 -06:00
Michael Kirk
ba1dc6c24c Merge branch 'mkirk/adjust-header-spacing' 2018-07-16 12:52:19 -06:00
Michael Kirk
24060c17d0 CR: proper width calculation for header view 2018-07-16 12:52:00 -06:00
Michael Kirk
f33e5c019c CR: assign gutter trailing/leading in HeaderView
// FREEBIE
2018-07-16 12:52:00 -06:00
Michael Kirk
fef6c64bdc decrease header spacing from 32->28.
Previous spacing was based on applying the "full width" gutter spacing twice.
2018-07-16 12:52:00 -06:00
Michael Kirk
5fc21b69e6 Merge branch 'mkirk/fix-contact-cell' 2018-07-16 10:20:16 -06:00
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.
2018-07-16 10:20:05 -06:00
Michael Kirk
9df6b4bb78 Fix "contact cell too close to edge" in detail view (iOS9/iOS10)
Don't mix concepts of left/right with leading/trailing.
2018-07-16 10:20:05 -06:00
Michael Kirk
7d0733fa88 "Bump build to 2.28.0.8." 2018-07-13 17:05:48 -06:00
Michael Kirk
8984e1a717 Sync translations 2018-07-13 17:05:35 -06:00
Michael Kirk
a2521169d4 Merge branch 'mkirk/fix-content-inset' 2018-07-13 14:41:13 -06:00
Michael Kirk
0847c0bafb ScrollToBottom accounts for top inset
// FREEBIE
2018-07-13 14:25:11 -06:00
Matthew Chen
4ee4df631c Merge branch 'charlesmchen/badUnreadIndicatorAnimation' 2018-07-13 16:25:00 -04:00
Matthew Chen
687efabede Respond to CR. 2018-07-13 16:24:36 -04:00
Matthew Chen
96a8df5f88 Fix "new unread indicator animation" issue. 2018-07-13 16:21:57 -04:00
Matthew Chen
f69945ea20 Fix 'breaks vs. collapse' issue. 2018-07-13 16:21:57 -04:00
Matthew Chen
810d67c3b0 Merge branch 'charlesmchen/oversizeAccessory' 2018-07-13 16:21:26 -04:00
Matthew Chen
c3b02522ca Fix oversize accessory view. 2018-07-13 16:21:17 -04:00
Matthew Chen
3a3fb0e41b Fix oversize accessory view. 2018-07-13 16:21:17 -04:00
Matthew Chen
54bef5b34c Merge branch 'charlesmchen/cdsFeatureFlag' 2018-07-13 16:20:17 -04:00
Matthew Chen
23848844fe Add feature flag for contact discovery service. 2018-07-13 16:19:59 -04:00
Michael Kirk
1a2428a4b0 CR: leave some wiggle room on max window height. 2018-07-13 13:08:04 -06:00
Michael Kirk
34be31b163 Merge branch 'mkirk/message-actions' 2018-07-13 13:06:41 -06:00
Michael Kirk
e911de01e9 Ensure delegate is informed of dismissal
// FREEBIE
2018-07-13 13:00:27 -06:00
Michael Kirk
39bbcca738 CR: cleanup / copy tweak 2018-07-13 13:00:27 -06:00
Michael Kirk
bdc8181cbc hide menu view controller when resigning active
// FREEBIE
2018-07-13 13:00:27 -06:00
Michael Kirk
dde2fd6f33 Hide menu window when vc dismisses.
Normally this isn't possible, just being paranoid.

// FREEBIE
2018-07-13 13:00:27 -06:00
Michael Kirk
82fdd5b883 Split out generic action sheet components
Keep the message specific components separte, so we could re-use the
MenuActionsViewController.
2018-07-13 13:00:27 -06:00
Michael Kirk
093a5eaa68 don't dismiss if pan is over actionsheet 2018-07-13 13:00:27 -06:00
Michael Kirk
41af4f8c9d highlight on press 2018-07-13 13:00:27 -06:00
Michael Kirk
2606ac47f8 swipe gesture / code reorg 2018-07-13 13:00:27 -06:00
Michael Kirk
41c1c2fcd5 scroll focused view to maximize visability
// FREEBIE
2018-07-13 13:00:27 -06:00
Michael Kirk
3a157d9df6 window level on iOS11
// FREEBIE
2018-07-13 13:00:27 -06:00
Michael Kirk
d31b91663c new icons 2018-07-13 13:00:27 -06:00
Michael Kirk
ce3030917f MessageActions for info messages 2018-07-13 13:00:27 -06:00
Michael Kirk
42eb7a8d31 cleanup unused code 2018-07-13 13:00:27 -06:00
Michael Kirk
9496bedce1 remove redundant menu controller from media detail
You can already copy/save/delete from toolbar, which is a much cleaner
implementation
2018-07-13 13:00:27 -06:00
Michael Kirk
b65be45999 quote actions 2018-07-13 13:00:27 -06:00
Michael Kirk
210cba3e37 Media actions 2018-07-13 13:00:27 -06:00
Michael Kirk
729336774c delete text 2018-07-13 13:00:27 -06:00
Michael Kirk
2552368146 add text reply action, comment out more deprecated uimenu code 2018-07-13 13:00:27 -06:00
Michael Kirk
6079ae2439 show text details, dismiss before action to avoid problems when action presents 2018-07-13 13:00:27 -06:00
Michael Kirk
5c2a5b00aa comment 2018-07-13 13:00:27 -06:00
Michael Kirk
0c4cae133b milestone: route one real action (copy text) 2018-07-13 13:00:27 -06:00
Michael Kirk
bb6722ea42 animate in/out 2018-07-13 13:00:27 -06:00
Michael Kirk
ceeddbc67b localize, proper action height 2018-07-13 13:00:27 -06:00
Michael Kirk
adfaeaa8e1 round top corners 2018-07-13 13:00:27 -06:00
Michael Kirk
57400e1ecb WIP: ActionView 2018-07-13 13:00:27 -06:00