Commit Graph

17867 Commits

Author SHA1 Message Date
Matthew Chen
2db969c19d Clean up prekey updates. 2020-06-11 13:49:59 -03:00
Matthew Chen
d8c92a0446 Clean up prekey updates. 2020-06-11 13:49:59 -03:00
Matthew Chen
f2da239864 Merge branch 'charlesmchen/notificationsTransactions' into release/3.10.6 2020-06-11 13:47:00 -03:00
Matthew Chen
ef2abaa8f8 Fix transaction-within-a-transaction in notifications logic. 2020-06-11 13:46:38 -03:00
Matthew Chen
899e5f9fcc Merge branch 'charlesmchen/messageSendingPerf' into release/3.10.6 2020-06-11 13:44:38 -03:00
Matthew Chen
834f548478 Fix rebase breakage. 2020-06-11 13:44:08 -03:00
Matthew Chen
457935dba4 Update Cocoapods. 2020-06-11 13:38:19 -03:00
Matthew Chen
20e74bec4c Message sending perf and edge cases. 2020-06-11 13:37:05 -03:00
Matthew Chen
e5f4fab22d Merge branch 'charlesmchen/uiReadModelCacheEvacuation' into release/3.10.6 2020-06-11 13:26:40 -03:00
Matthew Chen
ddeac581f0 Clean up ahead of PR. 2020-06-11 13:26:08 -03:00
Matthew Chen
449a37066b Only evacuate .uiRead model caches when collection is touched. 2020-06-11 13:26:08 -03:00
Matthew Chen
141ee34a94 Merge branch 'charlesmchen/modelReadCacheDeepCopy' into release/3.10.6 2020-06-11 13:25:29 -03:00
Matthew Chen
0891ce52e1 Copy model read cache values. Add deepCopy method to all models. 2020-06-11 13:22:16 -03:00
Matthew Chen
0cbed846fd Merge branch 'charlesmchen/stickerCellLayout' into release/3.10.6 2020-06-11 13:20:51 -03:00
Matthew Chen
51f671f1e2 Fix assert in sticker cell layout. 2020-06-11 13:20:29 -03:00
Matthew Chen
392ecb82b0 Merge branch 'charlesmchen/touchThreadsOnFinalization' into release/3.10.6 2020-06-11 13:19:14 -03:00
Matthew Chen
8649ee4637 Update Cocoapods. 2020-06-11 13:18:49 -03:00
Matthew Chen
62de796e54 Deduplicate thread touches by deferring them until the transaction is finalized. 2020-06-11 13:18:49 -03:00
Matthew Chen
77531974d3 Deduplicate thread touches by deferring them until the transaction is finalized. 2020-06-11 13:18:49 -03:00
Matthew Chen
b6386f7fc5 Fix rebase breakage. 2020-06-11 13:18:33 -03:00
Matthew Chen
7c2c1cc599 Reduce database writes used by message sends.
Fix edge case around removed devices.
2020-06-11 12:37:01 -03:00
Matthew Chen
380a65c493 "Bump build to 3.10.6.0." (Internal) 2020-06-10 10:39:06 -03:00
Nora Trapp
e652c36f9f "Bump build to 3.10.5.4." 2020-06-09 22:44:14 -07:00
Nora Trapp
583b19ee8a Feature flags for beta 2020-06-09 22:44:12 -07:00
Nora Trapp
833d3e02fd "Bump build to 3.10.5.3." 2020-06-09 22:44:01 -07:00
Nora Trapp
1a315f9bc6 Sync translations 2020-06-09 22:43:55 -07:00
Nora Trapp
f2202bfa68 Feature flags for production. 2020-06-09 22:41:13 -07:00
Nora Trapp
6926ae8f56 Fix full screen media view for RTL users 2020-06-09 22:39:44 -07:00
Nora Trapp
923979fed4 Fix new group screen handling of emoji 2020-06-09 22:01:16 -07:00
Nora Trapp
12c254b055 "Bump build to 3.10.5.2." 2020-06-09 20:13:06 -07:00
Nora Trapp
0b65df5cc4 Feature flags for beta 2020-06-09 20:13:06 -07:00
Nora Trapp
8123238d3c "Bump build to 3.10.5.1." 2020-06-09 20:13:06 -07:00
Matthew Chen
5f48b288c0 Increase session manager pool size. 2020-06-09 20:13:06 -07:00
Nora Trapp
b42c879593 Feature flags for production. 2020-06-09 20:10:55 -07:00
Nora Trapp
f1e0472d49 Sync translations 2020-06-09 20:10:39 -07:00
Nora Trapp
5e8ed1bcee Merge branch 'nt/add-to-group' into release/3.10.5 2020-06-09 20:05:39 -07:00
Nora Trapp
2daf0f1500 Fix find by phone number view 2020-06-09 20:05:20 -07:00
Nora Trapp
a0c50308ea Add to group member action 2020-06-09 19:28:35 -07:00
Nora Trapp
497266128e Fix tapping avatar view in RTL layouts 2020-06-09 16:14:10 -07:00
Nora Trapp
5fa4a50c34 Fix avatar taps on media messages 2020-06-09 16:08:58 -07:00
Nora Trapp
acef2210db Blocked above sent 2020-06-09 16:00:03 -07:00
Nora Trapp
d0d001df51 Merge branch 'nt/little-fixes63' into release/3.10.5 2020-06-09 10:35:28 -07:00
Nora Trapp
effd9de269 Fix a bug where we could inadvertently perform swipe actions on the wrong thread. 2020-06-09 10:35:12 -07:00
Matthew Chen
60f1ed5364 Fix rebase breakage. 2020-06-09 09:52:15 -03:00
Matthew Chen
c715133c3f Cull unsavedOutgoingMessage if message is saved outside load window. 2020-06-09 09:49:21 -03:00
Matthew Chen
334b8ed39a Merge branch 'charlesmchen/staleTypingIndicatorMessages' into release/3.10.5 2020-06-09 09:44:34 -03:00
Matthew Chen
7d85f9fbf6 Discard obsolete typing indicator messages. 2020-06-09 09:44:09 -03:00
Matthew Chen
64c60439bd Merge branch 'charlesmchen/databaseSnapshotUpdatesVsLoad' into release/3.10.5 2020-06-09 09:41:07 -03:00
Matthew Chen
cf2ecf7452 Simplify the database snapshot update throttling. 2020-06-09 09:40:23 -03:00
Matthew Chen
3dd5514254 Update Cocoapods. 2020-06-09 09:19:30 -03:00