Commit graph

12397 commits

Author SHA1 Message Date
Niels Andriesse
7fe2cc7511 Fix crash 2019-12-02 14:56:39 +11:00
gmbnt
d450bc8f46
Merge pull request #69 from loki-project/profile-pic-update
Profile picture update
2019-12-02 13:10:30 +11:00
Niels Andriesse
ce33d472eb Clean 2019-12-02 13:10:01 +11:00
Mikunj
2b8e74348a Clean 2019-12-02 11:01:07 +11:00
Mikunj
b0dfae7974 Fix multi-device profile picture handling.
Fixed note to self.
Enabled removal of avatar.
2019-12-02 10:48:12 +11:00
Mikunj
3c3d185bec Don't send profile in a contact sync message.
This is because both android and desktop first check to see if a sent sync message exists before the check for contact sync. This causes contact sync messages to be ignored.
2019-11-29 16:32:53 +11:00
Mikunj
b2a2cd8d20 Update our profile key if our primary device sends a message on the public chat. 2019-11-29 14:37:46 +11:00
Mikunj
1a9ad0062b Public chat incoming message avatar parsing. 2019-11-29 14:14:02 +11:00
Mikunj
7494393473 Set avatar on public chats. 2019-11-29 13:47:41 +11:00
Mikunj
eafc2afe4a Attach a profile key if we're friends with a contact. 2019-11-29 13:21:09 +11:00
Mikunj
9cde326254 Correctly handle profile key update from incoming messages. 2019-11-29 11:45:13 +11:00
Mikunj
5f7ceeed6a Decrypt profile picture after downloading. 2019-11-29 09:44:04 +11:00
Mikunj
2e83a2bb85 Set encrypted profile picture.
Rotate profileKey every-time we encrypt a new profile picture.
2019-11-29 09:20:36 +11:00
Niels Andriesse
ba8c3b1859 Debug 2019-11-27 16:26:15 +11:00
Niels Andriesse
4d3954be19 Clean up logging 2019-11-27 15:23:00 +11:00
Niels Andriesse
ad52e854e4 Debug contact syncing 2019-11-27 15:22:39 +11:00
Niels Andriesse
1261be1d08 Quick fix sync transcript duplication 2019-11-27 14:54:45 +11:00
Niels Andriesse
8a30bab444 Fix code duplication 2019-11-27 11:39:50 +11:00
Niels Andriesse
b145d058b8 Update Pods 2019-11-27 09:00:57 +11:00
Niels Andriesse
2e35628ce9 Add better logging & fix message routing issues 2019-11-26 16:22:24 +11:00
Niels Andriesse
a2c09370bb Centralize message routing logic 2019-11-26 15:48:14 +11:00
Niels Andriesse
434baa58af Fix various public chat issues 2019-11-26 14:47:32 +11:00
Niels Andriesse
0047caba91 Clean up logging 2019-11-26 10:49:21 +11:00
Niels Andriesse
164aeb4142 Fix device unlinking order of operations 2019-11-26 10:49:06 +11:00
Niels Andriesse
c2de6f9f88 Don't show linked device setting on slave devices 2019-11-26 10:48:50 +11:00
Niels Andriesse
a5fd7224b1 Make linking screen a bit more intuitive 2019-11-26 09:56:59 +11:00
Niels Andriesse
332d1f0b08 Fix pre key handling 2019-11-26 09:48:26 +11:00
Niels Andriesse
2a054c34ba Fix note to self 2019-11-26 09:48:06 +11:00
Niels Andriesse
c40a5f933e Debug session handling 2019-11-25 16:32:52 +11:00
Niels Andriesse
ec7c6066cc Fix linking with desktop 2019-11-25 10:43:04 +11:00
Niels Andriesse
7629752f8d Show QR code on device linking modal in master mode 2019-11-25 10:20:46 +11:00
Niels Andriesse
4baba50fa9 Show display name and profile picture in slave mode 2019-11-22 14:22:43 +11:00
Niels Andriesse
56b0916a1b Allow users to paste a public key instead of scanning a QR code 2019-11-22 11:01:55 +11:00
Niels Andriesse
734835b4ac Use new profile picture endpoint 2019-11-22 10:19:12 +11:00
Niels Andriesse
661795bd00 Fix crash on device linking failure 2019-11-22 09:36:16 +11:00
Niels Andriesse
f53b00b36a Re-generate protos 2019-11-22 09:12:04 +11:00
Niels Andriesse
d79bd5434b Debug 2019-11-21 17:36:48 +11:00
Niels Andriesse
d62bfa853f Fix UI glitch 2019-11-21 15:55:18 +11:00
Niels Andriesse
3322ab49b7 Fix data nuking 2019-11-21 15:40:30 +11:00
Niels Andriesse
f8b50bc455 Update proto layout 2019-11-21 11:19:48 +11:00
Niels Andriesse
16d5e4f4e7 Debug 2019-11-21 10:56:27 +11:00
Niels Andriesse
5fde64ef1e Debug multi device revocation 2019-11-21 10:10:34 +11:00
Niels Andriesse
e954933b66 Update Pods 2019-11-21 08:28:25 +11:00
Niels Andriesse
31e3a98d90 Notify user after device has been unlinked 2019-11-21 08:22:36 +11:00
Niels Andriesse
592aa70862 Implement receiving side of revocation 2019-11-20 16:27:34 +11:00
Niels Andriesse
850346acf2 Implement sending side of revocation 2019-11-20 15:42:41 +11:00
Niels Andriesse
936424e344 Clean 2019-11-20 14:18:38 +11:00
Niels Andriesse
98fcfce5d1 Implement device link revocation UI 2019-11-20 12:06:41 +11:00
gmbnt
3518561814
Merge pull request #65 from msgmaxim/profile-pictures
Enable profile pictures
2019-11-19 16:26:48 +11:00
gmbnt
031b2f8eff
Merge branch 'dev' into profile-pictures 2019-11-19 16:26:29 +11:00