Commit Graph

22799 Commits

Author SHA1 Message Date
Matthew Chen
50e158d844 "Bump build to 5.9.0.45." (Internal) 2021-04-10 14:53:57 -03:00
Matthew Chen
f14b34a582 "Feature flags for .qa." 2021-04-10 14:53:54 -03:00
Matthew Chen
e71d7ebccf "Bump build to 5.9.0.44." 2021-04-10 14:53:49 -03:00
Matthew Chen
2cffb2234f "Feature flags for .beta." 2021-04-10 14:53:45 -03:00
Matthew Chen
fd43b48a29 Update l10n strings. 2021-04-10 14:53:36 -03:00
Matthew Chen
af717e920c Don't index most models for the local user. 2021-04-10 14:46:44 -03:00
Matthew Chen
ec0ffe0830 "Bump build to 5.10.0.4." (Internal) 2021-04-10 14:44:57 -03:00
Matthew Chen
07cb751ad6 "Feature flags for .qa." 2021-04-10 14:44:54 -03:00
Matthew Chen
2483b9e7cb "Bump build to 5.10.0.3." 2021-04-10 14:44:49 -03:00
Matthew Chen
eb7eb839d9 "Feature flags for .beta." 2021-04-10 14:44:47 -03:00
Matthew Chen
9c00ad960f Update l10n strings. 2021-04-10 14:44:40 -03:00
Matthew Chen
906dfa9e80 Update l10n strings. 2021-04-10 14:38:53 -03:00
Matthew Chen
4a1e352ea7 Merge branch 'charlesmchen/indexLocalUser' 2021-04-10 14:38:05 -03:00
Matthew Chen
0e1eb3aaf9 Don't index most models for the local user. 2021-04-10 14:33:42 -03:00
Nora Trapp
8e0064a3f8 "Bump build to 5.10.0.2." (Internal) 2021-04-09 22:52:07 -07:00
Nora Trapp
c8fda2171c "Bump build to 5.10.0.1." (Internal) 2021-04-09 22:19:47 -07:00
Matthew Chen
672706dae6 "Bump build to 5.10.0.0." (Internal) 2021-04-08 22:08:42 -03:00
Matthew Chen
9f919c99d8 "Bump build to 5.9.0.44." (Internal) 2021-04-08 22:07:43 -03:00
Matthew Chen
2b72eff73f "Feature flags for .qa." 2021-04-08 22:07:38 -03:00
Matthew Chen
8fa5a29a2f Merge branch 'release/5.9.0' 2021-04-08 22:07:22 -03:00
Matthew Chen
22fa6d5245 Payments external beta. 2021-04-08 22:06:22 -03:00
Matthew Chen
7a631ae3d6 "Bump build to 5.9.0.43." (Internal) 2021-04-08 22:05:46 -03:00
Matthew Chen
8045490fcf "Feature flags for .openPreview." 2021-04-08 22:04:21 -03:00
Matthew Chen
6beba09635 Payments internal beta. 2021-04-08 22:04:12 -03:00
Matthew Chen
36bf85208f "Bump build to 5.9.0.42." 2021-04-08 22:03:08 -03:00
Matthew Chen
e9d3d3af0a "Feature flags for .beta." 2021-04-08 22:03:04 -03:00
Matthew Chen
5ad59fdea4 Update l10n strings. 2021-04-08 22:02:45 -03:00
Matthew Chen
1194fa00f0 Merge branch 'charlesmchen/payments145' into release/5.9.0 2021-04-08 21:54:33 -03:00
Matthew Chen
3ade2d9e5f Change refresh button behavior in payment settings. 2021-04-08 21:52:40 -03:00
Nora Trapp
4f629e3a35 Fix sticker tests 2021-04-08 14:16:47 -07:00
Nora Trapp
7fe8c56ded Merge branch 'nt/conversation-settings-overhaul' 2021-04-08 13:44:10 -07:00
Nora Trapp
164f4c94a0 PR Feedback 2021-04-08 13:44:00 -07:00
Nora Trapp
a7cde7e661 Disable call buttons when a call is in progress 2021-04-08 13:44:00 -07:00
Nora Trapp
ede04e7f9a Add chat settings top buttons 2021-04-08 13:44:00 -07:00
Nora Trapp
5b3d6cf255 Only show 'see all' for group member list when at least 2 more rows to show 2021-04-08 13:44:00 -07:00
Nora Trapp
9819ae074a Add groups in common to chat settings 2021-04-08 13:44:00 -07:00
Nora Trapp
c960622d64 Fix pending group request icons 2021-04-08 13:44:00 -07:00
Nora Trapp
bf660c85ce Add TSGroupMember table to allow performant querying of group membership 2021-04-08 13:44:00 -07:00
Nora Trapp
6cbaedc0a1 Add all media section to chat settings 2021-04-08 13:43:59 -07:00
Nora Trapp
4c5abe6feb Initial conversation settings re-arranngement 2021-04-08 13:43:59 -07:00
Michelle Linington
2533976b1d Merge branch 'mlin/PR/UIAppMainPoolFix' 2021-04-08 13:35:57 -07:00
Michelle Linington
543902d034 Call UIApplicationMain() outside of autoreleasepool
Since UIApplicationMain() never returns, it'll prevent its containing
autoreleasepool from draining. This could in leaked objects that are
never released.

This isn't terribly necessary, since we don't have any leaked
autoreleased objects from our pre-UIAppMain setup. But if that ever
changes, this will prevent us from inadvertently leaking memory.
2021-04-08 13:35:17 -07:00
Michelle Linington
028ad28dd8 Merge branch 'mlin/PR/RenderOptimizations' 2021-04-08 13:33:35 -07:00
Michelle Linington
01a4ee4cc7 Perf improvements for CVC rendering
Fixes some low-hanging expensive renders in CVC. Namely:
- There are a few places where shadow paths can be trivially calculated.
  Explicitly setting the shadow path saves an offscreen pass.
- Adopts CALayer corner masking where feasible (e.g. layers with
  consistent corner radii).
2021-04-08 13:32:59 -07:00
Nora Trapp
a0d542657b Streaming encryption and decryption of attachments 2021-04-08 13:30:36 -07:00
Nora Trapp
3f60e78471 Merge branch 'nt/little-fixes117' 2021-04-08 12:38:32 -07:00
Matthew Chen
46c3408726 Update SDS to reflect payment columns. 2021-04-08 09:27:05 -03:00
Nora Trapp
73f4044ebf Fix db schema 2021-04-07 18:56:01 -07:00
Matthew Chen
02c1f7a34c Fix feature flags. 2021-04-07 10:47:02 -03:00
Nora Trapp
399607d400 Improve message details keyboard interactions. 2021-04-06 15:49:41 -07:00