Commit Graph

7584 Commits (66b0a2f1dfbdb8f5bdb659a9e7519feeccc4b918)
 

Author SHA1 Message Date
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
Michael Kirk 532e0b8946 Merge branch 'mkirk/archive-banner' 7 years ago
Michael Kirk 9f06163b76 Fix contacts reminder view
We had a guard that prevented 'called at least once' from ever getting set when contacts access was disabled.

// FREEBIE
7 years ago
Michael Kirk 66ebb7b787 Simplify show/hide with stack view
// FREEBIE
7 years ago
Michael Kirk 1528f6f705 Fix archive/outage banner.
// FREEBIE
7 years ago
Michael Kirk 2af0ba99b1 Merge branch 'mkirk/fix-margins-in-contact-cell' 7 years ago
Michael Kirk cde1c3fb7c Fix: iOS10 was not respecting margins with our homebrew pin method
// FREEBIE
7 years ago
Matthew Chen 0c01bfca98 Merge branch 'charlesmchen/deserializationLogs' 7 years ago
Matthew Chen 700e9fa491 Improve logging around deserialization exceptions. 7 years ago
Michael Kirk 676f8fc030 "Bump build to 2.27.0.3." 7 years ago
Michael Kirk def7e84155 Sync translations
// FREEBIE
7 years ago
Michael Kirk fca11a18db Merge branch 'charlesmchen/fixMessageDetailsView' 7 years ago
Matthew Chen 8cb057c23f Fix 'contact cell vs. message details layout' issue. 7 years ago
Matthew Chen c8d0a80032 Fix 'contact cell vs. message details layout' issue. 7 years ago
Matthew Chen 2ecbf1bb65 Fix 'contact cell vs. message details layout' issue. 7 years ago
Matthew Chen 1a57fe631c Fix 'contact cell vs. message details layout' issue. 7 years ago
Matthew Chen 0df71e22a5 Fix message detail view. 7 years ago
Matthew Chen c1fea2e7fa Merge branch 'charlesmchen/appSettingsButton' 7 years ago