Commit Graph

306 Commits (7c6475d9ee5de4326a94caca909c241e8ab3aa7c)

Author SHA1 Message Date
Brice-W 8bc6df5d16 fix multi device attachment issue 5 years ago
Brice-W d7c03c9d0a group updates fixes 5 years ago
jubb 196a0205ae refactor: revert expiry to be recipient based instead of message based 5 years ago
Brice-W ef3bef787d expiration timer handling updated 5 years ago
jubb bdc086cacf fix: use message's expiry instead of the recipient's 5 years ago
jubb 53c966b634 fix: race in receive messages processing from restore 5 years ago
jubb 611b272493 fix: attachments for quotes no longer doubled up 5 years ago
jubb fad8cd5ba6 fix: changing the way received timestamp handling happens 5 years ago
jubb 1c1ce1424b fix: replace elvis on optional proto object with protobuf has flag check 5 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
5 years ago
Brice-W 5f297835fa Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 5 years ago
Brice-W 0bea7fa56d clean 5 years ago
Brice-W 8c7f23a4e3 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 5 years ago
jubb 0fa62d1b2a fix: only set syncTarget if it's included and not empty 5 years ago
Brice-W e378d11692 few little fixes 5 years ago
jubb 6f2bad9b59 fix: no duplicate group left messages, more efficient closed group polling 5 years ago
Brice-W 28cecc0236 expiration timer messages generation updated 5 years ago
Brice-W 24b4fb0665 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 5 years ago
Brice-W 0578195d61 Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 5 years ago
jubb 8ee58459dd feat: use new closed and open group pollers 5 years ago
Brice-W a47113f2c5 revert changes 5 years ago
Brice-W 5dcb3d77d4 revert changes regarding explicit group updates as it's now in a separate PR 5 years ago
Brice-W ddede475b4 Start of Update messages builder class implementation & usage for Input group updates 5 years ago
jubb 2460afd1a8 feat: call resume message send on app create 5 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
5 years ago
Ryan ZHAO 333533785b fix crash on attachment send failure 5 years ago
Ryan ZHAO 26b60c0397 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor-sending-error-handling 5 years ago
jubb 32f9675fe4 fix: dynamic output buffer size, reusing the byte array buffer and only copying the written part to persistence 5 years ago
Ryan ZHAO 39aef68b04 refactor precondition failure error 5 years ago
Ryan ZHAO 778a0d083f Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling 5 years ago
Ryan ZHAO 95646ed04e make error description show in the message detail activity 5 years ago
jubb 7e509a1cf0 fix: pad the plaintext before encryption 5 years ago
Brice-W 471e028cf3 implementation of the receiving side of Data Extraction notifications & explicit group updates notifications 5 years ago
jubb dd8a0cdc2e fix: use queue in the retry timer 5 years ago
jubb b81d9b5e3a fix: matching up the remove 05 prefixing to be consistent through the new pipeline call sites 5 years ago
Brice-W 1daa2a336f Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 5 years ago
Ryan ZHAO 3cb20c9250 minor fix 5 years ago
Ryan ZHAO 424aee5fb3 fix possible serialising crash & refactor 5 years ago
jubb 6508873e57 fix: fix the sent / receive timestamps for linking quotes 5 years ago
Ryan ZHAO b786f5894c fix configuration message deserialising crash 5 years ago
jubb 817c40b30c refactor: inserting attachments with the messages so that they are linked properly to a mmsID 5 years ago
Ryan ZHAO 4628f27d9f fix error handling 5 years ago
jubb 323fb75149 fix: adding some message receive functionality 5 years ago
Ryan ZHAO 54da77a89b clean 5 years ago
Ryan ZHAO d7e525d828 clean 5 years ago
Ryan ZHAO 91f9138d62 clean & refactor session protocol encryption 5 years ago
Ryan ZHAO 0e049469aa minor refactor on closed group encryption key pair sending 5 years ago
Ryan ZHAO 2859da01a7 fix duplicated closed group info message 5 years ago
Ryan ZHAO d7124c3b7e minor refactor 5 years ago
Ryan ZHAO 42c7f440e9 fix quoting message in open groups 5 years ago
Ryan ZHAO b490ed0c22 fix sending attachments(image) in open groups 5 years ago
Ryan ZHAO a3e3f0047a fix closed group message sending & expiration mistakenly disabled 5 years ago
jubb ca7202f255 feat: add new message receive pipeline in important places and fix parsing issues 5 years ago
Brice-W c0e7f05d91 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 5 years ago
Brice-W 6bc832f50a DataExtractionNotification type created and added to proto 5 years ago
Ryan ZHAO d85ad12352 fix sending link preview to open group 5 years ago
Ryan ZHAO 70a7182320 Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending 5 years ago
Ryan ZHAO 82b8883bb1 fix sending quote 5 years ago
Ryan ZHAO 0a7fecfb52 fix sending link preview 5 years ago
Ryan ZHAO 4218073a69 fix quote attachments 5 years ago
Ryan ZHAO 9d4c3bf722 send read receipt using new pipeline 5 years ago
Ryan ZHAO d84b593da2 fix expiration timer animation 5 years ago
Ryan ZHAO e0ff5a7e7a fix sending expiration update message 5 years ago
Ryan ZHAO aa7071ad80 send typing indicator using new pipeline 5 years ago
Ryan ZHAO a1d1b864e6 fix closed group updating 5 years ago
Ryan ZHAO 88ac390495 plug in closed group message sender 5 years ago
Ryan ZHAO c51593a914 fix sending attachments including link previews 5 years ago
Ryan ZHAO 0fcef2d542 add padding for future & clean 5 years ago
Ryan ZHAO 152d403e2b fix send attachments to open groups 5 years ago
Ryan ZHAO 9a00906069 WIP debug sending attachments 5 years ago
jubb ef3e172379 feat: add link device implementation and fixes for updating config syncs and forcing config syncs 5 years ago
Ryan ZHAO 0ea1ed15e7 WIP: make attachment work 5 years ago
Ryan ZHAO 4a9ac91e5f fix send text message to closed group 5 years ago
Ryan ZHAO 8acbb3c366 fix send text message to open group 5 years ago
Ryan ZHAO d9eaedd6ae hook up sending pipeline & clean 5 years ago
jubb 3a09d23337 feat: add contact syncing, UI improvements for profile syncing and conversation threads in the home screen 5 years ago
jubb 85336238a7 fix: return early if no profile name (prefs likely invalid state) and ignore contacts whose publicKey fails to parse 5 years ago
Niels Andriesse f2208f40b8
Merge pull request #462 from hjubb/config_contacts_sync_message
Config contacts sync message
5 years ago
jubb 21dc8d5fca fix: use double encoding for closed group stuff 5 years ago
jubb 9a33fe8883 feat: generate serializable Contact info for configuration messages and pass in appropriate list to get current 5 years ago
Ryan ZHAO 6c32815266 clean 5 years ago
Niels Andriesse 6f76f0046a
Merge pull request #458 from hjubb/config_profile_info
fix: orEmpty on profilePicture to prevent NPE for profile info
5 years ago
Ryan ZHAO d5343d5462 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor_clean_0 5 years ago
jubb ea857110bf fix: orEmpty on profilePicture to prevent NPE 5 years ago
jubb 71e48b9024 refactor: move ProfileKeyUtil from app/ to libsession/ module and implement new config message sends 5 years ago
Ryan ZHAO ff36fbb6a1 further cleaning up on stickers 5 years ago
Ryan ZHAO 8c016b3802 clean up signal service protocols 5 years ago
Ryan ZHAO 19a829d011 WIP: clean up signal protocols (stickers) 5 years ago
Ryan ZHAO 04f140ee09 WIP: clean up signal service protos 5 years ago
Ryan ZHAO b34809f4d5 WIP: clean up signal protocol 5 years ago
Ryan ZHAO bbd067873a WIP: clean up signal protocol 5 years ago
Ryan ZHAO 1a907fcf54 WIP: clean up signal protocol 5 years ago
Ryan ZHAO 0d2f5e0cde further cleaning on V1 multi device 5 years ago
Ryan ZHAO 9d0831b874 remove shared sender keys 5 years ago
Ryan ZHAO c69a8bc15f clean 5 years ago
Ryan ZHAO 64352707d0 clean up close group update message in new message pipeline 5 years ago
Ryan ZHAO 20ec889730 clean up V1 closed group 5 years ago
Ryan ZHAO 3285975b1a WIP: clean up V1 multi device 5 years ago
Ryan ZHAO b517555a45 timestamp & duplicated message 5 years ago
Ryan ZHAO e14b5b9f33 minor fix 5 years ago