Commit Graph

7897 Commits (bfebd1202c03b7c59ada262dd570294c61a57a58)
 

Author SHA1 Message Date
Matthew Chen 3f4cd15f5b Use sending queue in websocket send failover to REST. 7 years ago
Michael Kirk 0292e1dd3f "Bump build to 2.28.0.1." 7 years ago
Michael Kirk 0f34f76611 Merge tag '2.27.1.1' 7 years ago
Michael Kirk 677b898bfc "Bump build to 2.27.1.1." 7 years ago
Michael Kirk 2c1693c941 Revert "Revert "Revert "Disable contact sharing."""
This reverts commit 57e3d0d5f9.
7 years ago
Michael Kirk 847fa3cf06 "Bump build to 2.27.1.0." 7 years ago
Michael Kirk 5abd35de33 Merge branch 'mkirk/unblock-ipad-register-button' into hotfix/2.27.1 7 years ago
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.
7 years ago
Michael Kirk 1448c505da Merge branch 'mkirk/fix-ios10-cant-see-inbox' into hotfix/2.27.1 7 years ago
Michael Kirk 2106bd9e01 sync translations 7 years ago
Michael Kirk f48634701f Fixes iOS10 intermittently can't see inbox
ambiguous height of empty StackView pinned above a scrollView.
7 years ago
Matthew Chen dee825ceb4 Merge branch 'charlesmchen/contactShareButtons' 7 years ago
Matthew Chen 99b76b9734 Respond to CR. 7 years ago
Matthew Chen 92332c2b69 Rework contact share buttons. 7 years ago
Michael Kirk 6a502fcec4 Merge branch 'mkirk/fix-initial-contact-group-sync' into hotfix/2.27.1 7 years ago
Michael Kirk 1e8c7d63b8 clarify sync logging 7 years ago
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.
7 years ago
Michael Kirk a0710febe4 Merge branch 'mkirk/smaller-icon' 7 years ago
Michael Kirk cfd18bf3f8 smaller swatch icon 7 years ago
Michael Kirk 1f79e1d599 Merge branch 'mkirk/bump-limit' 7 years ago
Michael Kirk 9cb25024c3 bump limit to allow more legit strings through 7 years ago
Michael Kirk dc036496b4 Merge branch 'mkirk/tweak-sender-bar' 7 years ago
Michael Kirk 2b7fc4c942 CR: fixup false->NO 7 years ago
Michael Kirk a27ee19f4e Fix scroll offset for iPhoneX now that content is behind toolbar 7 years ago
Michael Kirk 83d3f17d44 remove unused code, add comment 7 years ago
Michael Kirk 2b588017f3 round attachment approval toolbar 7 years ago
Michael Kirk 94a23e63b6 resize bar after send 7 years ago
Michael Kirk 1d0a25dba9 cleanup 7 years ago
Michael Kirk 17f0400bb5 vertically align input toolbar items 7 years ago
Michael Kirk 1a00690b17 Compose to stack view
TODO:

resize after sending
restore actions
add padding
vcenter icons
add new assets
7 years ago
Michael Kirk 7ef693f1b5 pure white blur 7 years ago
Michael Kirk 84d60f5dc4 input toolbar layout tweaks 7 years ago
Michael Kirk ce0c706f71 icon tint 7 years ago
Michael Kirk b801979fa3 Merge branch 'mkirk/misc-cleanup' 7 years ago
Michael Kirk bd9696fede canary in case we change margins later 7 years ago
Michael Kirk 6d5c0cd291 image corner radius is small 7 years ago
Michael Kirk 9108c89329 ContactView is now a stackView 7 years ago
Michael Kirk aa70deef76 fix picker rounding 7 years ago
Michael Kirk 283556ed01 "Bump build to 2.28.0.0." 7 years ago
Matthew Chen 6ea3c13738 Merge branch 'charlesmchen/quotedReplyMargins' 7 years ago
Matthew Chen 05b1b37eab Respond to CR. 7 years ago
Matthew Chen bc527273f2 Fix quoted reply margin. 7 years ago
Matthew Chen cf38da0d18 Merge branch 'charlesmchen/smallMediaCorners' 7 years ago
Matthew Chen fb0ac32171 Respond to CR. 7 years ago
Matthew Chen 3b726bbac9 Small media corners. 7 years ago
Matthew Chen 1d329fbc13 Merge branch 'charlesmchen/tweakCleanup' 7 years ago
Matthew Chen db32dcc6a2 Cleanup. 7 years ago
Matthew Chen 9dd18c46ea Revert "Fix quoted reply margin."
This reverts commit c76c571d87.
7 years ago
Matthew Chen c76c571d87 Fix quoted reply margin. 7 years ago
Matthew Chen 170d35caaa Merge branch 'charlesmchen/tweakTimestampFormat' 7 years ago