Commit Graph

10956 Commits

Author SHA1 Message Date
Josh Perez
a0c61e5b4a Only show image editing icon in composition area 2022-02-02 09:31:16 -06:00
Josh Perez
e79fb9d2e5 Fix lost focus when typing in archived message while searching 2022-02-02 09:30:39 -06:00
Fedor Indutny
089116d069 Use identity key from storage service 2022-02-01 18:26:23 -08:00
Evan Hahn
85ae41eb1c Remove duplicate helper function from missingCaseError 2022-02-01 16:57:31 -08:00
Josh Perez
b38590a4ac Lightbox: Fix clicks outside of zoomable area 2022-02-01 15:49:36 -08:00
Evan Hahn
04c08a624b Fix left pane timestamps not updating 2022-01-31 16:45:56 -06:00
Fedor Indutny
c931102d12 First storage service test 2022-01-31 14:01:34 -08:00
Evan Hahn
c5ad020de7 Fix "mark conversation read" optimization 2022-01-31 13:52:09 -08:00
Scott Nonnenberg
397753bbfe sendContentMessageToGroup: Comprehensive error check before failover 2022-01-31 13:51:24 -08:00
Evan Hahn
05e5786883 Increase fallback Retry-After time to 1 minute 2022-01-31 15:09:58 -06:00
Fedor Indutny
b6287f4839 Properly propagate 204 to fetchManifest 2022-01-31 11:58:20 -08:00
Josh Perez
c857250b12 Left pane design tweaks 2022-01-31 09:45:04 -06:00
Evan Hahn
1c43e7501c Simplify spellcheck download URL, disable spellcheck in most windows 2022-01-28 16:27:18 -06:00
Jim Gustafson
ab9d33cf1a Update to RingRTC v2.17.2 2022-01-28 13:55:36 -06:00
Evan Hahn
bd41bdf3cb Tweaks to floating date header fading 2022-01-28 12:31:20 -06:00
Evan Hahn
a34291f9dc Two CI tweaks 2022-01-27 16:28:41 -08:00
Josh Perez
bf45182a39 New left pane search design 2022-01-27 16:12:26 -06:00
Evan Hahn
babd61377b Remove floating date header remote config flags 2022-01-27 13:50:01 -08:00
Fedor Indutny
53a27d022f Create contacts during processing of group updates 2022-01-27 13:46:31 -08:00
Fedor Indutny
6578679166 Improve performance of isEmojiOnlyText 2022-01-27 13:28:04 -08:00
Evan Hahn
8fa4cd68d5 Fix timeline item sizing bug, and test timeline logic 2022-01-27 12:10:24 -08:00
Evan Hahn
3864b941b9 Tweak floating header fade-out times 2022-01-27 12:05:23 -08:00
Scott Nonnenberg
604a4d1ac2 Add second trusted issuer certificate authority 2022-01-27 10:17:39 -08:00
Fedor Indutny
437ef2d3a7 Fetch joinedAtVersion before change log fetch for new groups 2022-01-26 16:02:23 -08:00
Scott Nonnenberg
2603d53891 Improve storage service migration to new field understanding 2022-01-26 15:39:25 -08:00
Evan Hahn
f9440bf594 Timeline date headers 2022-01-26 17:05:26 -06:00
Josh Perez
0fa069f260 Trim profile names when setting them 2022-01-26 13:58:00 -08:00
Scott Nonnenberg
5f34ece87c TaskWithTimeout: After suspend, don't start timers for new tasks 2022-01-26 12:39:24 -08:00
Fedor Indutny
0cf28344a6 Enable background throttling for alpha users 2022-01-26 12:17:46 -08:00
Evan Hahn
28940d1a34 Remove white border around QR code in dark mode 2022-01-25 17:32:33 -06:00
Scott Nonnenberg
68a458ec4a Honor preferContactAvatars field on AccountRecord 2022-01-25 09:44:45 -08:00
Evan Hahn
f5eb17e0d1 Fix stuck safety number modal overlay 2022-01-24 17:39:18 -08:00
Fedor Indutny
3aa488c3d5 Avoid calling tray.destroy() when quitting 2022-01-24 16:18:53 -08:00
Fedor Indutny
dff941adc7 Don't let unidentifiedStatus change e164 2022-01-24 15:54:12 -08:00
Fedor Indutny
3c836908aa Revert "MessageReceiver: Pause processing of new messages on suspend"
This reverts commit d74424a3b8.
2022-01-24 15:50:32 -08:00
Fedor Indutny
a2a9500728 Fix logging overflow 2022-01-24 15:36:05 -08:00
Evan Hahn
1e1cb26f08 Update badge placement on 52x52 avatars 2022-01-24 15:59:55 -06:00
Fedor Indutny
3bdb6977e6 Fix typo in unknownContact 2022-01-24 13:38:55 -08:00
Scott Nonnenberg
1c67df8b22 Fix incorrect translation key: unknownUser -> unnkownContact 2022-01-24 12:38:16 -08:00
Josh Perez
7a502ea776 Remove env vars 2022-01-24 12:37:24 -08:00
Josh Perez
44bfb77635 Hang up call when screen is locked 2022-01-24 12:32:09 -08:00
Evan Hahn
884bfc0594 Properly handle read syncs while offline 2022-01-21 17:04:30 -08:00
Josh Perez
7fb23a1f6d Fixes media editor text color selection prior to entering text 2022-01-21 16:46:07 -06:00
Fedor Indutny
9f0ea1cbf7 Use message.groupV2.revision during first fetch 2022-01-21 14:34:32 -08:00
Josh Perez
24c77b48bd Disallow paste/drop images when there is a link preview 2022-01-21 15:46:05 -06:00
Evan Hahn
b9adee918f Removed "received at" from message details for outbound messages 2022-01-21 11:51:40 -06:00
Andreas Schneider
90ed90dae5 ts:scripts: Use SOURCE_DATE_EPOCH env if available
See https://reproducible-builds.org/docs/source-date-epoch/

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2022-01-21 14:01:23 +01:00
Scott Nonnenberg
fb31a02d88 MessateReceiver.maybeUpdateTimestamp: Annotate group identifier for log 2022-01-20 18:09:03 -08:00
Fedor Indutnyy
ec04e520ec v5.30.0-beta.1 2022-01-20 15:23:50 -08:00
Fedor Indutnyy
329d4335ef Add release notes 2022-01-20 15:23:22 -08:00