Commit Graph

7267 Commits

Author SHA1 Message Date
Matthew Chen
d0ca160dfd Merge branch 'charlesmchen/backgroundCrashes' 2018-06-01 09:49:20 -04:00
Matthew Chen
40729dbdd2 Use background task while downloading profile avatar. 2018-06-01 09:49:08 -04:00
Matthew Chen
58ee518b26 Merge branch 'charlesmchen/callStateEdgeCases' 2018-06-01 09:45:43 -04:00
Matthew Chen
ed19949d60 Respond to CR. 2018-06-01 09:43:19 -04:00
Matthew Chen
e949d81568 Fix more call state edge cases. 2018-06-01 09:43:19 -04:00
Matthew Chen
b2f884b882 Fix call state edge cases. 2018-06-01 09:43:19 -04:00
Matthew Chen
93a4502ee4 Merge branch 'oscarmv/EmptyHomeViewMargins' 2018-06-01 09:39:50 -04:00
Matthew Chen
39e12e1a63 Ensure that home view label wraps by word. 2018-06-01 09:39:41 -04:00
Óscar Morales Vivó
69b5272547 More code review polish. 2018-06-01 09:38:38 -04:00
Óscar Morales Vivó
4b98352a38 Changes suggested by code review. Added iPhone 4 screen size to iPhoneX test so Signal doesn't blow up in iPad's iPhone compatibility mode. 2018-06-01 09:38:38 -04:00
Óscar Morales Vivó
eedaea7b2e Fixed leading/trailing margins for empty home view label. 2018-06-01 09:38:38 -04:00
Matthew Chen
4fd3cf41c1 Merge branch 'charlesmchen/contactsPickerSort' 2018-06-01 09:26:53 -04:00
Matthew Chen
0498ceb82f Respond to CR. 2018-06-01 09:26:43 -04:00
Matthew Chen
1a2d10d2cc Fix ordering of contacts picker. 2018-06-01 09:26:43 -04:00
Matthew Chen
bef2e7b5c8 Update l10n strings. 2018-05-31 16:55:19 -04:00
Matthew Chen
dea1736060 "Bump build to 2.26.0.9." 2018-05-31 16:53:21 -04:00
Matthew Chen
3385e478ec Merge branch 'charlesmchen/groupTextWarning' 2018-05-31 16:41:52 -04:00
Matthew Chen
b7b7a9a847 Respond to CR. 2018-05-31 16:41:42 -04:00
Matthew Chen
b80d9ddbf7 Add warning before sending group message invites. 2018-05-31 16:39:33 -04:00
Matthew Chen
eabcfbfa22 Merge branch 'charlesmchen/reportedApplicationState' 2018-05-31 16:36:29 -04:00
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