Commit Graph

7806 Commits

Author SHA1 Message Date
Matthew Chen
79f4a984ee Merge branch 'charlesmchen/tweakSendFailed' 2018-07-05 17:31:12 -04:00
Matthew Chen
5b5ef7e0bf Respond to CR. 2018-07-05 17:27:37 -04:00
Matthew Chen
ba557858e0 Tweak message send failed indicator. 2018-07-05 16:30:55 -04:00
Matthew Chen
dd078b106f Tweak message send failed indicator. 2018-07-05 16:30:55 -04:00
Matthew Chen
19699fd45f Tweak message send failed indicator. 2018-07-05 16:30:55 -04:00
Matthew Chen
5fc16c1d93 Tweak message send failed indicator. 2018-07-05 16:30:55 -04:00
Michael Kirk
015c0bf5ca Merge tag '2.27.1.2' 2018-07-05 10:10:28 -06:00
Michael Kirk
958d249ee5 "Bump build to 2.27.1.2." 2018-07-05 09:52:12 -06:00
Michael Kirk
89119e7da4 Merge branch 'charlesmchen/websocketFailoverToRestVsQueue' into hotfix/2.27.1 2018-07-05 09:52:03 -06:00
Matthew Chen
3f4cd15f5b Use sending queue in websocket send failover to REST. 2018-07-05 09:57:28 -04:00
Michael Kirk
0292e1dd3f "Bump build to 2.28.0.1." 2018-07-03 18:19:12 -06:00
Michael Kirk
0f34f76611 Merge tag '2.27.1.1' 2018-07-03 18:19:01 -06:00
Michael Kirk
677b898bfc "Bump build to 2.27.1.1." 2018-07-03 18:15:39 -06:00
Michael Kirk
2c1693c941 Revert "Revert "Revert "Disable contact sharing."""
This reverts commit 57e3d0d5f9.
2018-07-03 18:15:07 -06:00
Michael Kirk
847fa3cf06 "Bump build to 2.27.1.0." 2018-07-03 18:12:52 -06:00
Michael Kirk
5abd35de33 Merge branch 'mkirk/unblock-ipad-register-button' into hotfix/2.27.1 2018-07-03 18:11:25 -06:00
Michael Kirk
b47062831f Don't block "register" button on iPad registration
On short devices, add a toolbar with a "dismiss" button to the number pad.
2018-07-03 18:11:14 -06:00
Michael Kirk
1448c505da Merge branch 'mkirk/fix-ios10-cant-see-inbox' into hotfix/2.27.1 2018-07-03 18:11:03 -06:00
Michael Kirk
2106bd9e01 sync translations 2018-07-03 18:02:26 -06:00
Michael Kirk
f48634701f Fixes iOS10 intermittently can't see inbox
ambiguous height of empty StackView pinned above a scrollView.
2018-07-03 17:55:13 -06:00
Matthew Chen
dee825ceb4 Merge branch 'charlesmchen/contactShareButtons' 2018-07-03 18:42:03 -04:00
Matthew Chen
99b76b9734 Respond to CR. 2018-07-03 18:41:36 -04:00
Matthew Chen
92332c2b69 Rework contact share buttons. 2018-07-03 18:33:25 -04:00
Michael Kirk
6a502fcec4 Merge branch 'mkirk/fix-initial-contact-group-sync' into hotfix/2.27.1 2018-07-03 16:32:18 -06:00
Michael Kirk
1e8c7d63b8 clarify sync logging 2018-07-03 15:39:31 -06:00
Michael Kirk
8576de0618 Fix: No contacts/groups after initial device link
The server caches your device list on the websocket, so sending on the
websocket to a just-linked device will always fail. We could close/open the
websocket, but that might be disruptive in it's own way. Instead we'll closely
mirror the Android approach, where WebSocket sends are attempted only one time,
and failure is handled by falling back to the original REST approach.

So note: we don't do any special handling of failures on the websocket
(409/410). We simply retry it with REST which will handle the 409/410/etc.

Consequently, we don't want to decrement our retry count for websocket sends.
2018-07-03 15:31:25 -06:00
Michael Kirk
a0710febe4 Merge branch 'mkirk/smaller-icon' 2018-07-03 14:55:50 -06:00
Michael Kirk
cfd18bf3f8 smaller swatch icon 2018-07-03 14:55:43 -06:00
Michael Kirk
1f79e1d599 Merge branch 'mkirk/bump-limit' 2018-07-03 14:55:27 -06:00
Michael Kirk
9cb25024c3 bump limit to allow more legit strings through 2018-07-03 10:29:55 -06:00
Michael Kirk
dc036496b4 Merge branch 'mkirk/tweak-sender-bar' 2018-07-03 10:20:21 -06:00
Michael Kirk
2b7fc4c942 CR: fixup false->NO 2018-07-03 10:20:17 -06:00
Michael Kirk
a27ee19f4e Fix scroll offset for iPhoneX now that content is behind toolbar 2018-07-03 10:18:21 -06:00
Michael Kirk
83d3f17d44 remove unused code, add comment 2018-07-03 10:18:21 -06:00
Michael Kirk
2b588017f3 round attachment approval toolbar 2018-07-03 10:18:21 -06:00
Michael Kirk
94a23e63b6 resize bar after send 2018-07-03 10:18:21 -06:00
Michael Kirk
1d0a25dba9 cleanup 2018-07-03 10:18:21 -06:00
Michael Kirk
17f0400bb5 vertically align input toolbar items 2018-07-03 10:18:21 -06:00
Michael Kirk
1a00690b17 Compose to stack view
TODO:

resize after sending
restore actions
add padding
vcenter icons
add new assets
2018-07-03 10:18:21 -06:00
Michael Kirk
7ef693f1b5 pure white blur 2018-07-03 10:18:21 -06:00
Michael Kirk
84d60f5dc4 input toolbar layout tweaks 2018-07-03 10:18:21 -06:00
Michael Kirk
ce0c706f71 icon tint 2018-07-03 10:18:21 -06:00
Michael Kirk
b801979fa3 Merge branch 'mkirk/misc-cleanup' 2018-07-03 10:16:59 -06:00
Michael Kirk
bd9696fede canary in case we change margins later 2018-07-03 10:16:41 -06:00
Michael Kirk
6d5c0cd291 image corner radius is small 2018-07-03 00:00:04 -06:00
Michael Kirk
9108c89329 ContactView is now a stackView 2018-07-02 23:58:31 -06:00
Michael Kirk
aa70deef76 fix picker rounding 2018-07-02 15:37:53 -06:00
Michael Kirk
283556ed01 "Bump build to 2.28.0.0." 2018-07-02 15:32:33 -06:00
Matthew Chen
6ea3c13738 Merge branch 'charlesmchen/quotedReplyMargins' 2018-07-02 16:35:37 -04:00
Matthew Chen
05b1b37eab Respond to CR. 2018-07-02 16:35:30 -04:00