Commit Graph

4044 Commits (fe12774406b47f5fc65fedb78a8b1fa825d8d2f0)

Author SHA1 Message Date
Michael Kirk aa0a31c25e Reduce viewWillAppear by ~5% by optimizing loadForTextDisplay
// FREEBIE
8 years ago
Michael Kirk 97324eaae1 Load less messages initially
// FREEBIE
8 years ago
Matthew Chen ad8a713566 Merge tag '2.25.2.4' 8 years ago
Matthew Chen 4f520646cc Avoid double layout in conversation view; but carefully. 8 years ago
Michael Kirk 273063e0aa ConversationView first load avoids redundant layout
We are laying out the collection view, invalidating the layout, and then
laying out the collection view again on first appearance of the
conversation view. This is quite expensive - removing it shaves off
about 30% of load time.

// FREEBIE
8 years ago
Matthew Chen 82d13f5514 "Bump build to 2.26.0.8." 8 years ago
Matthew Chen bcd9bd4220 "Bump build to 2.26.0.7." 8 years ago
Matthew Chen f07cb110b8 "Bump build to 2.26.0.6." 8 years ago
Matthew Chen f1e8f14a94 Update l10n strings. 8 years ago
Matthew Chen 0152381fc2 Update l10n strings. 8 years ago
Matthew Chen f7abcc9064 Respond to CR. 8 years ago
Matthew Chen f63d25a172 Migrate to Swift 4. 8 years ago
Matthew Chen 4d8c764789 Migrate to Swift 4. 8 years ago
Matthew Chen b2b62880c0 Migrate to Swift 4. 8 years ago
Matthew Chen 77b72b6b06 Migrate to Swift 4. 8 years ago
Matthew Chen da5ae63bbc Migrate to Swift 4. 8 years ago
Matthew Chen 28e26e1f75 Migrate to Swift 4. 8 years ago
Matthew Chen 916d55c55d Migrate to Swift 4. 8 years ago
Matthew Chen 28f7142a59 Auto-migration to Swift 4. 8 years ago
Matthew Chen 6b39f73e65 Fix tests. 8 years ago
Matthew Chen 40ef287952 Avoid spurious animation in call view buttons. 8 years ago
Matthew Chen 5f593bd736 Revert "Add temporary verbose logging around message creation."
This reverts commit f26ad5cd34.
8 years ago
Matthew Chen 0aa8306036 Revert "Add temporary verbose logging around message creation."
This reverts commit 5b0d806a6d.
8 years ago
Matthew Chen cc4f82cbfe "Bump build to 2.26.0.5." 8 years ago
Matthew Chen 5b0d806a6d Add temporary verbose logging around message creation. 8 years ago
Matthew Chen e8bb55a514 "Bump build to 2.26.0.4." 8 years ago
Matthew Chen f26ad5cd34 Add temporary verbose logging around message creation. 8 years ago
Matthew Chen 0d3ba5ac2f "Bump build to 2.26.0.3." 8 years ago
Matthew Chen 2a4ecd42c4 Fix crashes while deallocating PeerConnectionClient. 8 years ago
Matthew Chen 86e038436b Fix crashes while deallocating PeerConnectionClient. 8 years ago
Matthew Chen 8d9c811566 Fix crashes while deallocating PeerConnectionClient. 8 years ago
Matthew Chen fff9f74a05 Fix crashes while deallocating PeerConnectionClient. 8 years ago
Matthew Chen 08affb4400 Merge branch 'hotfix/2.25.2' 8 years ago
Matthew Chen 382c7333e7 "Bump build to 2.25.2.4." 8 years ago
Matthew Chen 5361cd3f25 Fix dismissal issue in invite flow. 8 years ago
Matthew Chen 9d5ce84748 "Bump build to 2.25.2.3." 8 years ago
Matthew Chen 3631935bbb Update l10n strings. 8 years ago
Matthew Chen 2b94de5d2d "Bump build to 2.25.2.2." 8 years ago
Matthew Chen eecc823d85 Fix invite flow. 8 years ago
Matthew Chen 63b545b34d Fix invite flow. 8 years ago
Matthew Chen d754228fd6 "Bump build to 2.25.2.1." 8 years ago
Matthew Chen fbd03a3fdc Apply design for call view back button. 8 years ago
Michael Kirk 9a34c6804c policy links
// FREEBIE
8 years ago
Matthew Chen 8cb444088d "Bump build to 2.25.2.0." 8 years ago
Michael Kirk caa9e3ca67 Show missed call when call times out
// FREEBIE
8 years ago
Michael Kirk b8707b6fa4 WIP: call view changes 8 years ago
Michael Kirk fe62a6ac92 CNContactController needs to be presented in a navcontroller with a
translucent navbar.

In cases where we were presenting modally, we can easily modify the
modal to have a translucent navbar.

In the one place we were pushing onto the SignalsNavigationController,
rather than modifying the SNC.isTranslucent and having to clean it up,
I've opted to convert to a modal presentation.

// FREEBIE
8 years ago
Michael Kirk 2709a91b5e Fixup attachment approval vis-a-vis call banner
// FREEBIE
8 years ago
Michael Kirk 4f80100234 Tapping on status bar returns to call
We want to render the return-to-call banner behind the status bar, so
the user can see the system clock, etc.

But normally, doing so would mean we wouldn't receive touches in the top
20px of the screen.

// FREEBIE
8 years ago
Michael Kirk 4c9808d1a1 Fix iPhoneX layout show status bar above call banner
// FREEBIE
8 years ago