Commit Graph

7601 Commits (5a6e6e779529259906ffd7ab2a100258e0c6ec0d)
 

Author SHA1 Message Date
Michael Kirk 5a6e6e7795 Merge branch 'mkirk/short-devices' into hotfix/2.27.1 7 years ago
Michael Kirk 24e675ff07 Use dismissable text views where cramped on shorter devices
// FREEBIE
7 years ago
Michael Kirk 958d249ee5 "Bump build to 2.27.1.2." 7 years ago
Michael Kirk 89119e7da4 Merge branch 'charlesmchen/websocketFailoverToRestVsQueue' into hotfix/2.27.1 7 years ago
Matthew Chen 3f4cd15f5b Use sending queue in websocket send failover to REST. 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 f48634701f Fixes iOS10 intermittently can't see inbox
ambiguous height of empty StackView pinned above a scrollView.
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 c918118509 "Bump build to 2.27.0.7." 7 years ago
Michael Kirk 57e3d0d5f9 Revert "Revert "Disable contact sharing.""
This reverts commit 91af7d3855.
7 years ago
Michael Kirk 66b0a2f1df Merge branch 'mkirk/call-failed-roulette' into release/2.27.0 7 years ago
Michael Kirk 2fdb62764d avoid occasional "call failure" after local hangup.
// FREEBIE
7 years ago
Michael Kirk ad351de5cf "Bump build to 2.27.0.6." 7 years ago
Michael Kirk a16df5cd73 sync translations
// FREEBIE
7 years ago
Michael Kirk b4bda29d11 Merge branch 'mkirk/fix-hidden-searchbar' into release/2.27.0 7 years ago
Michael Kirk d9d5131e5f FIX: obscured searchbar upon returning
When navigating back from a conversation, we could be scrolled down a ways.
Since the search bar lives in the inbox table view, we need to make sure the
inbox table view is scrolled all the way up to keep the search bar visible.

// FREEBIE
7 years ago
Michael Kirk 00cde6a034 Merge branch 'mkirk/group-search' into release/2.27.0 7 years ago
Michael Kirk 1fcf25fabd FIX: compose search group cell
We switched sizing to automatic, but cell wasn't autolayout ready.
7 years ago
Michael Kirk 9c73dbc880 Merge branch 'mkirk/sync-touchups' into release/2.27.0 7 years ago
Michael Kirk b5b51eba24 CR: make members private where possible
add missing weak capture

// FREEBIE
7 years ago
Michael Kirk 3e4603920f Merge branch 'charlesmchen/searchFinderAssert' into release/2.27.0 7 years ago
Matthew Chen a6dbb7704a Remove overzealous assert in search finder. 7 years ago
Michael Kirk 05b200c607 "Bump build to 2.27.0.5." 7 years ago
Michael Kirk 4576747bb7 sync translations 7 years ago
Michael Kirk 89402d0d27 Merge branch 'mkirk/webrtcM67' into release/2.27.0 7 years ago
Michael Kirk 38ee3653f7 synchronize access to CaptureController state
// FREEBIE
7 years ago
Michael Kirk af603e53c7 remove more unused state from PCC 7 years ago
Michael Kirk 61156656aa Only PCC needs to know about the local RTCTrack 7 years ago
Michael Kirk afa385feae adapt to capturer abstraction 7 years ago
Michael Kirk 0cd1cb80cc Compiling, but video sending not working. 7 years ago
Michael Kirk 064035f3f4 WIP M67 - plumb through AVCaptureSession
TODO:

-[x] plumb through AVCaptureSession
-[] get AVCaptureSession from PeerConnectionClient
-[] RTCDataChannel not unwrapped
-[] no member avFoundationSource
-[] no member "back camera"
7 years ago
Michael Kirk 51c3a3df65 update to latest webrtc artifact 7 years ago
Michael Kirk 825e3f4ac0 "Bump build to 2.27.0.4." 7 years ago
Michael Kirk 0419f52262 sync translations
// FREEBIE
7 years ago
Michael Kirk 3ac39fcfec Merge branch 'mkirk/main-thread-connection-failure' 7 years ago
Michael Kirk e88dc15255 Fix failing assert: only set state on main thread
MessageSender completion queue is not the main queue.

// FREEBIE
7 years ago
Michael Kirk 9cb2b5114a Merge branch 'mkirk/no-unread-status-for-search-results' 7 years ago
Michael Kirk 9d56f100ab Don't show unread badge/bold for search message
// FREEBIE
7 years ago
Michael Kirk 803a58f33a avoid assert
// FREEBIE
7 years ago
Michael Kirk c8c89e539b Merge branch 'mkirk/fix-mute-icon' 7 years ago
Michael Kirk 489bbe2fcc FIX: mute icon corrupted in homeview
Don't clobber icon font

// FREEBIE
7 years ago
Michael Kirk 20b34185f9 Merge branch 'mkirk/fix-input-glitch-after-search' 7 years ago
Michael Kirk 9b43e32332 FIX: input toolbar not immediately visible when search was active
// FREEBIE
7 years ago