Commit Graph

6608 Commits (abb1db7a7e40c812bcbf4ba646609793a01a59a7)
 

Author SHA1 Message Date
jubb fad8cd5ba6 fix: changing the way received timestamp handling happens 3 years ago
jubb 1c1ce1424b fix: replace elvis on optional proto object with protobuf has flag check 3 years ago
jubb a60ec8aaef fix: fix compile error 3 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
3 years ago
jubb de0f9a26df refactor: remove old pollers from BackgroundPollWorker.kt and deleted unused pollers 3 years ago
Niels Andriesse 2072e34e44
Merge pull request #473 from Brice-W/data-extraction
Adding DataExtractionNotification type
3 years ago
Brice-W 0bea7fa56d clean 3 years ago
Brice-W 8c7f23a4e3 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 3 years ago
jubb 0fa62d1b2a fix: only set syncTarget if it's included and not empty 3 years ago
Brice-W e378d11692 few little fixes 3 years ago
jubb 6f2bad9b59 fix: no duplicate group left messages, more efficient closed group polling 3 years ago
Brice-W 28cecc0236 expiration timer messages generation updated 3 years ago
Niels Andriesse 349601fe09
Merge pull request #482 from RyanRory/refactor-sending-error-handling
The Refactor: Show detailed error message
3 years ago
Brice-W 0578195d61 Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 3 years ago
jubb 8ee58459dd feat: use new closed and open group pollers 3 years ago
Brice-W ddede475b4 Start of Update messages builder class implementation & usage for Input group updates 3 years ago
jubb 2460afd1a8 feat: call resume message send on app create 3 years ago
jubb 203c0dd44c refactor: fix imports / compile issues from merging dev 3 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
3 years ago
Ryan ZHAO 333533785b fix crash on attachment send failure 3 years ago
Ryan ZHAO 80382cc454 minor refactor 3 years ago
Ryan ZHAO 26b60c0397 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor-sending-error-handling 3 years ago
Niels Andriesse 0b6282bcef
Merge pull request #483 from hjubb/fix_dynamic_job_serialization
fixing the job serialization for large job messages
3 years ago
jubb 32f9675fe4 fix: dynamic output buffer size, reusing the byte array buffer and only copying the written part to persistence 3 years ago
Ryan ZHAO 1e9e580a2f minor refactor 3 years ago
Ryan ZHAO 436598a80b resume pending jobs on app starting 3 years ago
Ryan ZHAO 39aef68b04 refactor precondition failure error 3 years ago
Ryan ZHAO 778a0d083f Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling 3 years ago
Ryan ZHAO 95646ed04e make error description show in the message detail activity 3 years ago
Niels Andriesse bf4a94a20e
Merge pull request #481 from hjubb/fix_padded_messages
fix proto pre-cipher proto padding
3 years ago
jubb 7e509a1cf0 fix: pad the plaintext before encryption 3 years ago
Niels Andriesse 55eb963d10 Update build number 3 years ago
Niels Andriesse 8286f03a5a
Merge pull request #480 from hjubb/remove_minify
Remove minify for release build
3 years ago
jubb f307d7bb17 fix: add org.session and remove minify to release build 3 years ago
jubb dd8a0cdc2e fix: use queue in the retry timer 3 years ago
Niels Andriesse 2e65077b3a Update build number 3 years ago
Niels Andriesse 16076fe40a
Merge pull request #477 from RyanRory/refactor-sending-fix
The Refactor: Fix sending crashes
3 years ago
jubb fe3f3d5f88 refactor: remove redundant Companion qualifier 3 years ago
jubb b81d9b5e3a fix: matching up the remove 05 prefixing to be consistent through the new pipeline call sites 3 years ago
Ryan ZHAO 3cb20c9250 minor fix 3 years ago
Ryan ZHAO 424aee5fb3 fix possible serialising crash & refactor 3 years ago
jubb 6508873e57 fix: fix the sent / receive timestamps for linking quotes 3 years ago
Ryan ZHAO d2843b2cef fix removing jobs in database 3 years ago
Ryan ZHAO b786f5894c fix configuration message deserialising crash 3 years ago
jubb 817c40b30c refactor: inserting attachments with the messages so that they are linked properly to a mmsID 3 years ago
Ryan ZHAO 4628f27d9f fix error handling 3 years ago
Niels Andriesse 293b01e857 Update version number 3 years ago
Niels Andriesse f5e002ece1
Merge pull request #469 from RyanRory/refactor-sending
The Refactor: Message Sending Pipeline
3 years ago
jubb 323fb75149 fix: adding some message receive functionality 3 years ago
Ryan ZHAO 54da77a89b clean 3 years ago