Commit Graph

1138 Commits

Author SHA1 Message Date
Matthew Chen
a261fcda06 Fix database issues around device transfer. 2020-07-03 16:07:30 -03:00
Matthew Chen
5a3f8e74f0 Changes around "thread record deserialization" crash. 2020-06-30 15:31:25 -03:00
Nora Trapp
7c91318452 Fix an issue where sometimes we'd show message request for a thread you've sent messages in 2020-06-25 19:05:09 -03:00
Nora Trapp
9475ae2c7a Add a notification setting controlling whether muted threads are included in the badge count 2020-06-23 20:34:08 -07:00
Manpreet Singh
bad072f583 Fix index column typo threadUniqueId -> uniqueThreadId 2020-06-23 20:04:21 -07:00
Nora Trapp
b6d99789bf Include marked unread threads in badge count 2020-06-19 12:01:20 -07:00
Nora Trapp
7f32c24617 Omit muted threads from badge count 2020-06-19 11:59:11 -07:00
Nora Trapp
8b7772c7b8 Fall forward if there are no messages to fall back to when preserving scroll position 2020-06-18 16:25:04 -07:00
Nora Trapp
d0534ea642 Preserve conversation scroll position 2020-06-18 16:25:04 -07:00
Matthew Chen
2a72d563ae Respond to CR. 2020-06-18 12:22:14 -03:00
Matthew Chen
179ecaf258 Cache threads, interactions, attachments. Improve model cache. 2020-06-18 12:05:07 -03:00
Matthew Chen
edb703a550 Rework SDS extensions to support deep copies and cache lifecycle. 2020-06-18 12:05:07 -03:00
Matthew Chen
b37c2bc713 Rework SDS extensions to support deep copies and cache lifecycle. 2020-06-18 12:05:07 -03:00
Matthew Chen
38b2bfb201 Overhaul database observation. 2020-06-18 09:44:55 -03:00
Matthew Chen
3cedd3ccdf Overhaul database observation. 2020-06-18 09:28:49 -03:00
Matthew Chen
8154916ae1 Overhaul database observation. 2020-06-18 09:27:35 -03:00
Matthew Chen
e3135e7fec Update app badge count aggressively when not active. 2020-06-17 22:08:39 -03:00
Matthew Chen
bbb17dd434 Update app badge count aggressively when not active. 2020-06-17 22:08:39 -03:00
Matthew Chen
ac5d7b5196 Update app badge count aggressively when not active. 2020-06-17 22:08:39 -03:00
Nora Trapp
aab95db806 Strip out message request special casing 2020-06-16 12:28:21 -07:00
Matthew Chen
aa7dcf2458 Respond to CR. 2020-06-12 13:49:52 -07:00
Nora Trapp
8aaa8856c7 Fix attachment ordering 2020-06-12 13:43:29 -07:00
Matthew Chen
577b0acf20 Merge remote-tracking branch 'private/release/3.10.6' into release/3.11.0 2020-06-11 15:33:09 -03:00
Matthew Chen
8e48a14659 Reduce logging. 2020-06-11 13:54:36 -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
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
7c2c1cc599 Reduce database writes used by message sends.
Fix edge case around removed devices.
2020-06-11 12:37:01 -03:00
Matthew Chen
427cab8385 Disable the 'db write on main thread' assert. 2020-06-09 18:10:45 -03:00
Matthew Chen
77c24ac83f Merge release/3.10.5. 2020-06-09 12:03:18 -03:00
Matthew Chen
cf2ecf7452 Simplify the database snapshot update throttling. 2020-06-09 09:40:23 -03:00
Matthew Chen
5eff6b08fd Adjust database snapshot frequency to reflect app load. 2020-06-09 09:16:58 -03:00
Matthew Chen
c7f1b83c1c Merge branch 'release/3.10.4' into release/3.11.0 2020-06-08 21:12:54 -03:00
Matthew Chen
a1b37b0ba9 Reduce max database snapshot update rate. 2020-06-08 20:05:25 -03:00
Matthew Chen
c9ad295a7c Merge branch 'release/3.10.4' into release/3.11.0 2020-06-08 17:57:13 -03:00
Matthew Chen
24cc82d125 Rework ReadModelCache to honor uiRead update cycle. 2020-06-08 17:37:05 -03:00
Matthew Chen
2114c98e6f Minor fixes. 2020-06-08 17:28:02 -03:00
Matthew Chen
6f3dda7e49 Fail db migrations early. 2020-06-08 17:24:59 -03:00
Matthew Chen
24ba2620e8 Reduce database writes used by message sends.
Fix edge case around removed devices.
2020-06-08 17:06:34 -03:00
Matthew Chen
0ba5a2d383 Respond to CR. 2020-06-08 12:47:31 -03:00
Matthew Chen
9d066a227d Fix races in database snapshot updates. 2020-06-08 10:29:36 -03:00
Matthew Chen
aac3a445cb Fix races in database snapshot updates. 2020-06-08 10:29:36 -03:00
Matthew Chen
c49a977d3e Merge branch 'release/3.10.3' into release/3.11.0 2020-06-07 15:01:54 -03:00
Nora Trapp
701550c628 Fix attachment sort order 2020-06-07 09:35:35 -07:00
Nora Trapp
759ed7432d Fix database migration 2020-06-07 09:35:30 -07:00
Nora Trapp
b6f27bc463 Better attachment querying 2020-06-07 09:35:08 -07:00
Nora Trapp
a9ab44741c Codegen 2020-06-07 09:35:02 -07:00
Nora Trapp
55d85c7a10 Add isMediaMessage to MessageSenderJobRecord 2020-06-07 09:34:57 -07:00
Matthew Chen
9e6e53723a Merge branch 'release/3.10.3' into release/3.11.0 2020-06-07 12:15:29 -03:00
Matthew Chen
e059be0d8e Respond to CR. 2020-06-07 12:05:21 -03:00