Commit graph

7247 commits

Author SHA1 Message Date
Matthew Chen
9ee572fb24 Respond to CR. 2018-05-31 16:36:16 -04:00
Matthew Chen
fefc9843b1 Modify views to observe changes when active, not just foreground. 2018-05-31 16:31:51 -04:00
Matthew Chen
812210a63c Modify views to observe changes when active, not just foreground. 2018-05-31 16:31:51 -04:00
Matthew Chen
d62725d3b7 Add reported application state. 2018-05-31 16:31:51 -04:00
Matthew Chen
1de5a7b55e Merge branch 'charlesmchen/iRateVsDead10cc2' 2018-05-31 16:29:52 -04:00
Matthew Chen
f2fc2b9004 Avoid 0xdead10cc crashes in iRate. 2018-05-31 16:29:46 -04:00
Michael Kirk
fe12774406 Merge branch 'mkirk/loadForTextDisplay' 2018-05-31 16:20:59 -04:00
Michael Kirk
aa0a31c25e Reduce viewWillAppear by ~5% by optimizing loadForTextDisplay
// FREEBIE
2018-05-31 16:20:53 -04:00
Michael Kirk
1cad81ee4b Merge branch 'mkirk/load-less-initially' 2018-05-31 16:20:22 -04:00
Michael Kirk
97324eaae1 Load less messages initially
// FREEBIE
2018-05-31 16:20:15 -04:00
Michael Kirk
9a731027a8 Merge branch 'mkirk/ignore-adhoc-tags' 2018-05-31 15:52:45 -04:00
Michael Kirk
ab2ecf2f2f make failure more obvious
// FREEBIE
2018-05-31 15:52:18 -04:00
Michael Kirk
eca2af03bf Ignore adhoc tags in reverse_integration_check
// FREEBIE
2018-05-31 15:52:18 -04:00
Matthew Chen
df6dbd5719 Update cocoapods. 2018-05-31 10:41:02 -04:00
Matthew Chen
ad8a713566 Merge tag '2.25.2.4' 2018-05-31 09:35:46 -04:00
Michael Kirk
2230f01d47 Merge branch 'mkirk/avoid-double-layout' 2018-05-30 17:46:30 -04:00
Matthew Chen
4f520646cc Avoid double layout in conversation view; but carefully. 2018-05-30 17:46:24 -04:00
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
2018-05-30 17:46:24 -04:00
Matthew Chen
82d13f5514 "Bump build to 2.26.0.8." 2018-05-30 15:52:48 -04:00
Matthew Chen
bcd9bd4220 "Bump build to 2.26.0.7." 2018-05-30 15:52:44 -04:00
Matthew Chen
f07cb110b8 "Bump build to 2.26.0.6." 2018-05-30 15:52:10 -04:00
Matthew Chen
f1e8f14a94 Update l10n strings. 2018-05-30 15:52:02 -04:00
Matthew Chen
0152381fc2 Update l10n strings. 2018-05-30 15:50:13 -04:00
Matthew Chen
3d08f1fbad Merge branch 'charlesmchen/callNavigationAnimations' 2018-05-30 15:44:56 -04:00
Matthew Chen
40879461b0 Suppress animations in nav bar around call window. 2018-05-30 15:44:45 -04:00
Matthew Chen
e142aa43e3 Merge branch 'charlesmchen/sendWebSocketFailureBodies' 2018-05-30 15:41:13 -04:00
Matthew Chen
61ec865b6d Respond to CR. 2018-05-30 15:41:01 -04:00
Matthew Chen
4342b04bd3 Include response data in 'request over websocket' failures. 2018-05-30 15:37:59 -04:00
Matthew Chen
43848a8fe7 Merge branch 'charlesmchen/contactsAccessRevoked' 2018-05-30 15:33:14 -04:00
Matthew Chen
5e166c238f Respond to CR. 2018-05-30 15:33:00 -04:00
Matthew Chen
01cf2fc1bd Clear the contacts cache if access to the system contacts is revoked. 2018-05-30 15:30:52 -04:00
Matthew Chen
295f720f93 Merge branch 'charlesmchen/swift4' 2018-05-30 15:28:56 -04:00
Matthew Chen
f7abcc9064 Respond to CR. 2018-05-30 15:28:03 -04:00
Matthew Chen
62273a60af Respond to CR. 2018-05-30 15:10:19 -04:00
Matthew Chen
caad6f796e Clean up ahead of PR. 2018-05-30 15:05:02 -04:00
Matthew Chen
f63d25a172 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
4d8c764789 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
b2b62880c0 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
77b72b6b06 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
da5ae63bbc Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
28e26e1f75 Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
916d55c55d Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
28f7142a59 Auto-migration to Swift 4. 2018-05-30 15:05:02 -04:00
Matthew Chen
6b39f73e65 Fix tests. 2018-05-30 15:05:02 -04:00
Matthew Chen
8063886a41 Merge branch 'charlesmchen/callViewButtonsVsAnimations' 2018-05-30 14:00:36 -04:00
Matthew Chen
40ef287952 Avoid spurious animation in call view buttons. 2018-05-30 14:00:27 -04:00
Matthew Chen
19ebc0f861 Merge branch 'charlesmchen/updateCocoapods' 2018-05-30 13:59:53 -04:00
Matthew Chen
003740d093 Update cocoapods. 2018-05-30 13:59:47 -04:00
Matthew Chen
6363d31094 Merge branch 'charlesmchen/canSendRequests' 2018-05-30 13:50:20 -04:00
Matthew Chen
4d498563e7 Unify the socket manager's 'can send requests' logic. 2018-05-30 12:48:32 -04:00