Commit Graph

27333 Commits

Author SHA1 Message Date
Igor Solomennikov
de6a43d6a2 Use decimal number format for number of media items in a photo album. 2022-03-02 17:56:39 -08:00
Michelle Linington
601e2cba7d Fix spurious assert.
This assert was added to try and catch instances where we fail to map
the local address to the localProfile sentinel because the local address
hasn't been loaded by tsAccountManager.

We don't care about the reverse direction. There are instances at
startup where the we are fetching the localProfile using the known
sentinel before the local address has been loaded. In these instances,
we don't care that the local address hasn't been loaded since the
mapping has already been performed.
2022-03-02 16:34:24 -08:00
Nora Trapp
4ee4b202a8 "Bump build to 5.31.0.8." (nightly-03-02-2022) 2022-03-02 04:00:13 -08:00
Martin Böttcher
f670447fd9
removed some compiler warnings (#4027) 2022-03-02 09:26:58 +01:00
Jordan Rose
fc88d23f7e Merge branch 'jrose/more-nse-logging' 2022-03-01 17:27:43 -08:00
Jordan Rose
acba11b966 Turn on OWSLogger's aggressive flushing in the NSE for everyone
And do it sooner: at 5MB remaining instead of 1MB. This matches the
inverted condition of 20MB used, as well as where we're seeing sudden
spikes and then nothing in our logs.
2022-03-01 16:19:38 -08:00
Jordan Rose
34d60bf833 Always log when we present a user notification for an incoming message 2022-03-01 16:19:38 -08:00
Jordan Rose
0c04b3e575 Log on network requests with large content lengths
This is intended to catch requests to the server that could be causing
problems in the memory-constrained environment of the NSE. It's
unlikely, since we log *all* network requests and we haven't seen any
suspicious ones, but it could still be useful in the future.

Note that this only applies to data tasks, not download tasks; a
download task can be as big as it needs to be.
2022-03-01 16:19:38 -08:00
Jordan Rose
07712f6977 NSE: Log when each step of message processing is complete
Previously we only logged when everything was complete, or if we timed
out, but neither helps when tracking down memory overallocation
issues, since the NSE is killed before any of these logs print. With
this we have a better chance at seeing which jobs are outstanding.
2022-03-01 16:19:38 -08:00
Evan Hahn
41c2c558c6 Merge branch 'change-app-store-link-in-readme' 2022-03-01 17:38:11 -06:00
Evan Hahn
04874139f7 Update App Store readme link 2022-03-01 17:38:02 -06:00
George Nachman
7118a68e90 Merge branch 'george/PR/optimize-verified-2' into master 2022-03-01 14:17:38 -08:00
George Nachman
d305bc66a3 Optimize searching for verification status, redux.
Commit 451fa08c22
had some bugs and was reverted by commit
12883e5db5.

This commit brings it back along with fixes.

Specific bug fixes:

* Verification status for a group was inverted.
* The local address should not be considered for
  deciding if a group is verified.
2022-03-01 14:15:11 -08:00
Nora Trapp
e3de132df5 Merge branch 'nt/notifications' 2022-03-01 10:22:39 -08:00
Nora Trapp
b57a5bedd7 Populate INSendMessageIntentDonationMetadata 2022-03-01 10:22:28 -08:00
Nora Trapp
5921774053 Notify when you are quoted when 'mentionNotificationMode' is set to always 2022-03-01 10:22:28 -08:00
Jordan Rose
4de9e3b25e SyncPushTokensJob: Fix typo in logs 2022-03-01 10:19:22 -08:00
Nora Trapp
f99a6cd350 "Bump build to 5.31.0.7." (nightly-03-01-2022) 2022-03-01 04:00:10 -08:00
Michelle Linington
d4c37bbb62 "Bump build to 5.31.0.6." (Internal) 2022-02-28 20:31:30 -08:00
Nora Trapp
8a08ce1c0d "Bump build to 5.31.0.5." (nightly-02-28-2022) 2022-02-28 04:01:06 -08:00
Nora Trapp
61cc794e20 "Bump build to 5.31.0.4." (nightly-02-27-2022) 2022-02-27 04:01:02 -08:00
Nora Trapp
04b057d019 "Bump build to 5.31.0.3." (nightly-02-26-2022) 2022-02-26 04:01:00 -08:00
Michelle Linington
9929970186 Merge branch 'release/5.30.0' 2022-02-25 17:37:54 -08:00
Michelle Linington
961ccc4e79 "Bump build to 5.30.0.13." (Internal) 2022-02-25 17:36:25 -08:00
Michelle Linington
a3fbd6b56d "Feature flags for .qa." 2022-02-25 17:36:22 -08:00
Michelle Linington
7769b7465b "Bump build to 5.30.0.12." (Beta) 2022-02-25 17:36:20 -08:00
Michelle Linington
bd7d75e574 "Feature flags for .beta." 2022-02-25 17:36:16 -08:00
Michelle Linington
e81c0d47cb "Bump build to 5.30.0.11." 2022-02-25 17:36:13 -08:00
Michelle Linington
3bfc06ae69 "Feature flags for .production." 2022-02-25 17:36:10 -08:00
Michelle Linington
50fff44c1d Sync translations 2022-02-25 17:34:57 -08:00
Michelle Linington
1b4460748c Additional avatar logging 2022-02-25 17:28:08 -08:00
Martin Böttcher
c4f967ef46
removed checks testing for iOS12.0 or newer (#4030) 2022-02-25 17:39:12 +01:00
Martin Böttcher
ef5e20ad59
initial load of avatars is now async (#4031) 2022-02-25 17:38:33 +01:00
Nora Trapp
725cb180be "Bump build to 5.31.0.2." (nightly-02-25-2022) 2022-02-25 04:00:56 -08:00
Evan Hahn
3f3f42c143 Merge branch 'evanhahn/cancel-subscription-when-deleting-account' 2022-02-24 17:14:59 -06:00
Evan Hahn
0ffba32ba3 Cancel subscription when deleting account 2022-02-24 16:51:09 -06:00
Nora Trapp
0bd56eec6d "Bump build to 5.31.0.1." (nightly-02-24-2022) 2022-02-24 04:01:04 -08:00
Michelle Linington
ca5417996c Merge branch 'release/5.30.0' 2022-02-23 19:53:43 -08:00
Michelle Linington
48f6775488 Merge branch 'release/5.29.0' into release/5.30.0 2022-02-23 19:51:23 -08:00
Michelle Linington
4ded21125b "Bump build to 5.30.0.10." (Internal) 2022-02-23 15:48:18 -08:00
Michelle Linington
8ac12e969a "Feature flags for .qa." 2022-02-23 15:48:15 -08:00
Michelle Linington
cb3c57a140 "Bump build to 5.30.0.9." (Beta) 2022-02-23 15:48:13 -08:00
Michelle Linington
3961d4d11f "Feature flags for .beta." 2022-02-23 15:48:09 -08:00
Michelle Linington
a645c34188 Sync translations 2022-02-23 15:48:03 -08:00
Michelle Linington
b095dfecd5 "Bump build to 5.31.0.0." (Internal) 2022-02-23 15:25:12 -08:00
Michelle Linington
12883e5db5 Revert "Optimize searching for verification status."
This reverts commit 451fa08c22.
2022-02-23 15:22:28 -08:00
Nora Trapp
a233413850 "Bump build to 5.30.0.8." (nightly-02-23-2022) 2022-02-23 04:01:00 -08:00
Michelle Linington
0f76356b8a Merge branch 'mlin/PR/CDSH' 2022-02-22 12:48:55 -08:00
Michelle Linington
e1770f93be Update Pods 2022-02-22 12:48:02 -08:00
Michelle Linington
9b2980fd8a Lint 2022-02-22 12:41:27 -08:00