Commit Graph

369 Commits (b562aa5738d2506fd9510f8f120c4b3928c705a0)

Author SHA1 Message Date
Brice-W 9ca6986b71 fix sync of expiration timer update messages between linked devices 4 years ago
jubb 924f58f816 fix: don't update user profile name if message handling open group 4 years ago
jubb 20558a1e92 Merge branch 'refactor-sending' of github.com:hjubb/session-android into origin/refactor-sending 4 years ago
jubb 7d9f5bc46d fix: replicate the same display name logic as settings activity 4 years ago
jubb 68506ffcfa fix: don't store display name if current user's key 4 years ago
Brice-W fe47a6e958 manage duplicates outgoing messages 4 years ago
Brice-W 5c87cef26a fix multi device disappearing message issue 4 years ago
jubb 7121aa85fb refactor: use OpenGroupAPI.kt instead of PublicChatAPI.kt for all open group operations.
Syncing open group notify conversation list listeners debounced so UI doesn't freeze on initial syncs
4 years ago
jubb b6769ffddc refactor: convert runnables to method references, schedule download of display names after parsing messages 4 years ago
jubb a445e0a326 fix: moderator status going off open chat API instead of PublicChatAPI 4 years ago
jubb 65fbd56b6a Merge branch 'refactor-sending' of github.com:hjubb/session-android into origin/refactor-sending 4 years ago
jubb 3654d1731c fix: various fixes wrt open groups, config messages, job queueing 4 years ago
Brice-W 0292e70246 fix quote attachment issue 4 years ago
jubb c3f7425ccd fix: empty messages in open groups now correct properly 4 years ago
jubb d292c760c4 Merge branch 'refactor-sending' of github.com:hjubb/session-android into origin/refactor-sending 4 years ago
jubb db553544ec fix: open group fixes for new message receive pipeline 4 years ago
Brice-W 8bc6df5d16 fix multi device attachment issue 4 years ago
Brice-W d7c03c9d0a group updates fixes 4 years ago
jubb 196a0205ae refactor: revert expiry to be recipient based instead of message based 4 years ago
Brice-W ef3bef787d expiration timer handling updated 4 years ago
jubb bdc086cacf fix: use message's expiry instead of the recipient's 4 years ago
jubb 53c966b634 fix: race in receive messages processing from restore 4 years ago
jubb 611b272493 fix: attachments for quotes no longer doubled up 4 years ago
jubb fad8cd5ba6 fix: changing the way received timestamp handling happens 4 years ago
jubb 1c1ce1424b fix: replace elvis on optional proto object with protobuf has flag check 4 years ago
jubb 7f5f1e4559 Merge remote-tracking branch 'upstream/dev' into origin/refactor-sending
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt
4 years ago
Brice-W 5f297835fa Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 4 years ago
Brice-W 0bea7fa56d clean 4 years ago
Brice-W 8c7f23a4e3 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 4 years ago
jubb 0fa62d1b2a fix: only set syncTarget if it's included and not empty 4 years ago
Brice-W e378d11692 few little fixes 4 years ago
jubb 6f2bad9b59 fix: no duplicate group left messages, more efficient closed group polling 4 years ago
Brice-W 28cecc0236 expiration timer messages generation updated 4 years ago
Brice-W 24b4fb0665 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 4 years ago
Brice-W 0578195d61 Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 4 years ago
jubb 8ee58459dd feat: use new closed and open group pollers 4 years ago
Brice-W a47113f2c5 revert changes 4 years ago
Brice-W 5dcb3d77d4 revert changes regarding explicit group updates as it's now in a separate PR 4 years ago
Brice-W ddede475b4 Start of Update messages builder class implementation & usage for Input group updates 4 years ago
jubb 2460afd1a8 feat: call resume message send on app create 4 years ago
jubb b685846d7e Merge remote-tracking branch 'upstream/dev' into origin/refactor-sending
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
#	app/src/main/java/org/thoughtcrime/securesms/loki/database/LokiAPIDatabase.kt
#	libsession/src/main/java/org/session/libsession/messaging/messages/control/ClosedGroupControlMessage.kt
#	libsession/src/main/java/org/session/libsession/messaging/messages/control/ExpirationTimerUpdate.kt
#	libsession/src/main/java/org/session/libsession/messaging/opengroups/OpenGroupMessage.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/MessageSenderClosedGroup.kt
4 years ago
Ryan ZHAO 333533785b fix crash on attachment send failure 4 years ago
Ryan ZHAO 26b60c0397 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor-sending-error-handling 4 years ago
jubb 32f9675fe4 fix: dynamic output buffer size, reusing the byte array buffer and only copying the written part to persistence 4 years ago
Ryan ZHAO 39aef68b04 refactor precondition failure error 4 years ago
Ryan ZHAO 778a0d083f Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling 4 years ago
Ryan ZHAO 95646ed04e make error description show in the message detail activity 4 years ago
jubb 7e509a1cf0 fix: pad the plaintext before encryption 4 years ago
Brice-W 471e028cf3 implementation of the receiving side of Data Extraction notifications & explicit group updates notifications 4 years ago
jubb dd8a0cdc2e fix: use queue in the retry timer 4 years ago
jubb b81d9b5e3a fix: matching up the remove 05 prefixing to be consistent through the new pipeline call sites 4 years ago
Brice-W 1daa2a336f Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 4 years ago
Ryan ZHAO 3cb20c9250 minor fix 4 years ago
Ryan ZHAO 424aee5fb3 fix possible serialising crash & refactor 4 years ago
jubb 6508873e57 fix: fix the sent / receive timestamps for linking quotes 4 years ago
Ryan ZHAO b786f5894c fix configuration message deserialising crash 4 years ago
jubb 817c40b30c refactor: inserting attachments with the messages so that they are linked properly to a mmsID 4 years ago
Ryan ZHAO 4628f27d9f fix error handling 4 years ago
jubb 323fb75149 fix: adding some message receive functionality 4 years ago
Ryan ZHAO 54da77a89b clean 4 years ago
Ryan ZHAO d7e525d828 clean 4 years ago
Ryan ZHAO 91f9138d62 clean & refactor session protocol encryption 4 years ago
Ryan ZHAO 0e049469aa minor refactor on closed group encryption key pair sending 4 years ago
Ryan ZHAO 2859da01a7 fix duplicated closed group info message 4 years ago
Ryan ZHAO d7124c3b7e minor refactor 4 years ago
Ryan ZHAO 42c7f440e9 fix quoting message in open groups 4 years ago
Ryan ZHAO b490ed0c22 fix sending attachments(image) in open groups 4 years ago
Ryan ZHAO a3e3f0047a fix closed group message sending & expiration mistakenly disabled 4 years ago
jubb ca7202f255 feat: add new message receive pipeline in important places and fix parsing issues 4 years ago
Brice-W c0e7f05d91 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 4 years ago
Brice-W 6bc832f50a DataExtractionNotification type created and added to proto 4 years ago
Ryan ZHAO d85ad12352 fix sending link preview to open group 4 years ago
Ryan ZHAO 70a7182320 Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending 4 years ago
Ryan ZHAO 82b8883bb1 fix sending quote 4 years ago
Ryan ZHAO 0a7fecfb52 fix sending link preview 4 years ago
Ryan ZHAO 4218073a69 fix quote attachments 4 years ago
Ryan ZHAO 9d4c3bf722 send read receipt using new pipeline 4 years ago
Ryan ZHAO d84b593da2 fix expiration timer animation 4 years ago
Ryan ZHAO e0ff5a7e7a fix sending expiration update message 4 years ago
Ryan ZHAO aa7071ad80 send typing indicator using new pipeline 4 years ago
Ryan ZHAO a1d1b864e6 fix closed group updating 4 years ago
Ryan ZHAO 88ac390495 plug in closed group message sender 4 years ago
Ryan ZHAO c51593a914 fix sending attachments including link previews 4 years ago
Ryan ZHAO 0fcef2d542 add padding for future & clean 4 years ago
Ryan ZHAO 152d403e2b fix send attachments to open groups 4 years ago
Ryan ZHAO 9a00906069 WIP debug sending attachments 4 years ago
jubb ef3e172379 feat: add link device implementation and fixes for updating config syncs and forcing config syncs 4 years ago
Ryan ZHAO 0ea1ed15e7 WIP: make attachment work 4 years ago
Ryan ZHAO 4a9ac91e5f fix send text message to closed group 4 years ago
Ryan ZHAO 8acbb3c366 fix send text message to open group 4 years ago
Ryan ZHAO d9eaedd6ae hook up sending pipeline & clean 4 years ago
jubb 3a09d23337 feat: add contact syncing, UI improvements for profile syncing and conversation threads in the home screen 4 years ago
jubb 85336238a7 fix: return early if no profile name (prefs likely invalid state) and ignore contacts whose publicKey fails to parse 4 years ago
Niels Andriesse f2208f40b8
Merge pull request #462 from hjubb/config_contacts_sync_message
Config contacts sync message
4 years ago
jubb 21dc8d5fca fix: use double encoding for closed group stuff 4 years ago
jubb 9a33fe8883 feat: generate serializable Contact info for configuration messages and pass in appropriate list to get current 4 years ago
Ryan ZHAO 6c32815266 clean 4 years ago
Niels Andriesse 6f76f0046a
Merge pull request #458 from hjubb/config_profile_info
fix: orEmpty on profilePicture to prevent NPE for profile info
4 years ago
Ryan ZHAO d5343d5462 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor_clean_0 4 years ago
jubb ea857110bf fix: orEmpty on profilePicture to prevent NPE 4 years ago
jubb 71e48b9024 refactor: move ProfileKeyUtil from app/ to libsession/ module and implement new config message sends 4 years ago
Ryan ZHAO ff36fbb6a1 further cleaning up on stickers 4 years ago
Ryan ZHAO 8c016b3802 clean up signal service protocols 4 years ago
Ryan ZHAO 19a829d011 WIP: clean up signal protocols (stickers) 4 years ago
Ryan ZHAO 04f140ee09 WIP: clean up signal service protos 4 years ago
Ryan ZHAO b34809f4d5 WIP: clean up signal protocol 4 years ago
Ryan ZHAO bbd067873a WIP: clean up signal protocol 4 years ago
Ryan ZHAO 1a907fcf54 WIP: clean up signal protocol 4 years ago
Ryan ZHAO 0d2f5e0cde further cleaning on V1 multi device 4 years ago
Ryan ZHAO 9d0831b874 remove shared sender keys 4 years ago
Ryan ZHAO c69a8bc15f clean 4 years ago
Ryan ZHAO 64352707d0 clean up close group update message in new message pipeline 4 years ago
Ryan ZHAO 20ec889730 clean up V1 closed group 4 years ago
Ryan ZHAO 3285975b1a WIP: clean up V1 multi device 4 years ago
Ryan ZHAO b517555a45 timestamp & duplicated message 4 years ago
Ryan ZHAO e14b5b9f33 minor fix 4 years ago
Ryan ZHAO c6084b0172 replace group create at timestamp with formation timestamp 4 years ago
Ryan ZHAO f7463caf10 clean 4 years ago
Ryan ZHAO 6dfa882803 minor refactoring 4 years ago
Ryan ZHAO f6455253a0 send latest encryption key pair 4 years ago
Ryan ZHAO a7764ed5c9 Merge branch 'testing_multi_merge' of https://github.com/hjubb/session-android into multi_device_refactor 4 years ago
Ryan ZHAO a5447e77e7 WIP closed group fix 4 years ago
Ryan ZHAO 5dadb89225 WIP: received message timestamps 4 years ago
Ryan ZHAO 5cbbf92fb9 sync target of multi device for refactored sending & receiving pipeline 4 years ago
jubb 5a892b2932 Merge remote-tracking branch 'origin/add_sync_target' into testing_multi_merge
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/notifications/SingleRecipientNotificationBuilder.java
#	libsignal/src/main/java/org/session/libsignal/service/api/SignalServiceMessageSender.java
4 years ago
jubb fd0596f9ea fix: closed groups now propagate properly without self-sends 4 years ago
ryanzhao 4156c10feb Implement multi device & closed group protocol in refactored sending & receiving pipeline 4 years ago
ryanzhao 9cf292589b only handle the first configuration message 4 years ago
jubb e62eb819c9 refactor: GroupUtil functions to be JvmStatic 4 years ago
Ryan ZHAO 6b45cc683e only handle the first configuration message 4 years ago
Ryan ZHAO c2836cc654 add sync target to visible message 4 years ago
Ryan ZHAO fb2757588d refactor: message sender + closed group 4 years ago
Ryan ZHAO 4cfa5e9f3b refactor: message sender + closed group 4 years ago
Ryan ZHAO c32c58eee7 add open group through configuration message 4 years ago
Ryan ZHAO 5ceaf87ba9 implement closed group v2 handling and configuration message handling in refactored message receiving pipeline 4 years ago
jubb 57d532f4b8 feat: add self sending syncTarget messages 4 years ago
Ryan ZHAO 05da743ea2 configuration message handling 4 years ago
Ryan ZHAO 03ff1d1941 configuration message 4 years ago
jubb ba5431b806 fix: compile errors from moving keypair out of ClosedGroupsProtocolV2 4 years ago
Ryan ZHAO 6c857e203b clean 4 years ago
ryanzhao 075e265a46 clean dynamic language 4 years ago
ryanzhao 93df9641c4 clean 4 years ago
ryanzhao 307da3b2be clean logging 4 years ago
Ryan ZHAO 0a952bcb85 sync dev 4 years ago
Ryan ZHAO 1e93d4651c clean 4 years ago
Ryan ZHAO 94913a334c clean 4 years ago
Ryan ZHAO c8149209a1 clean & minor fix 4 years ago
Ryan ZHAO 2db567144d clean 4 years ago
Ryan ZHAO c7af1cabe3 clean 4 years ago
Ryan ZHAO 5cb3a79a27 clean 4 years ago