Michael Kirk
1f6668d865
corner radius to spec
2018-07-06 14:51:08 -06:00
Michael Kirk
51411f6618
circular corners
2018-07-06 14:51:08 -06:00
Michael Kirk
fadc6d7dcd
Merge branch 'mkirk/show-footer-across-clusters'
2018-07-06 13:12:47 -06:00
Michael Kirk
0f2c0dcd85
Only collapse footers within a cluster (from the same author)
2018-07-06 13:12:39 -06:00
Michael Kirk
e6820499a8
Merge branch 'mkirk/fix-presentation-corners'
2018-07-06 13:11:55 -06:00
Michael Kirk
6e66e4e1fe
match media corners on dismiss
...
// FREEBIE
2018-07-05 18:24:02 -06:00
Michael Kirk
881d4be581
"Bump build to 2.28.0.2."
2018-07-05 18:08:38 -06:00
Michael Kirk
a1f5512e8d
Merge tag '2.27.1.3'
2018-07-05 17:48:15 -06:00
Michael Kirk
394990685b
"Bump build to 2.27.1.3."
2018-07-05 17:46:28 -06:00
Michael Kirk
5a6e6e7795
Merge branch 'mkirk/short-devices' into hotfix/2.27.1
2018-07-05 17:44:11 -06:00
Michael Kirk
24e675ff07
Use dismissable text views where cramped on shorter devices
...
// FREEBIE
2018-07-05 17:43:47 -06:00
Michael Kirk
2eccdc066c
Merge branch 'mkirk/tweak-icons'
2018-07-05 17:15:47 -06:00
Michael Kirk
69863c645b
remove unused image asset
...
// FREEBIE
2018-07-05 17:15:40 -06:00
Michael Kirk
0533eb46e3
tweak attachment icon
...
// FREEBIE
2018-07-05 17:15:40 -06:00
Matthew Chen
b70e74b57f
Merge branch 'charlesmchen/fixContactCells'
2018-07-05 17:37:02 -04:00
Matthew Chen
c460ff2945
Fix contact cell layout.
2018-07-05 17:36:53 -04:00
Matthew Chen
b5698d70cb
Merge branch 'charlesmchen/profileTildes'
2018-07-05 17:34:13 -04:00
Matthew Chen
01cc206e8e
Tweak styling of phone number + profile name.
2018-07-05 17:34:04 -04:00
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