Commit Graph

6847 Commits (7c3bee036c400eff7882b24377460e9cad9c8f07)
 

Author SHA1 Message Date
Brice-W f5a99b43c7 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago
Brice-W 8dd606cbb3 join open group code executed in a coroutine so it's not blocking the UI 4 years ago
Niels Andriesse 133bcac17c Make chips look better 4 years ago
Niels Andriesse 54b93e56a0 Update version number 4 years ago
Niels Andriesse 649bfee647 Fix HTTP utility 4 years ago
Niels Andriesse 61c210837e Clean 4 years ago
Niels Andriesse 1efd516eaf Fix HTTP utility 4 years ago
Niels Andriesse a2c886468d Clean 4 years ago
Brice-W b562aa5738 set notification text 4 years ago
Niels Andriesse ea71d285b7 Clean 4 years ago
Niels Andriesse d9348c5442 Remove weird roundabout way of doing decryption 4 years ago
Brice-W e1b8f10eec resend invitation if send has failed 4 years ago
Brice-W 2f0509a03b join open group from received invitation 4 years ago
Niels Andriesse d83c257491 Use V2 file server for profile pictures
Also don't randomly rotate profile key
4 years ago
Niels Andriesse 3e1727fdbc Debug 4 years ago
Niels Andriesse 7c5b4aafec Debug 4 years ago
Niels Andriesse 0faeb7becf Update AttachmentUploadJob for the V2 file server 4 years ago
Niels Andriesse 75ce0f056c Use snodes returned in 421 response 4 years ago
Niels Andriesse b798f49512 Minor performance optimization 4 years ago
Niels Andriesse 288d76d292 Add documentation 4 years ago
Niels Andriesse 115bc9b159 Speed up path building 4 years ago
Niels Andriesse af84b1ef3a Update build number 4 years ago
Niels Andriesse 43ba829977 Fix build 4 years ago
Niels Andriesse 3cab81c329 Fix message send job attachment upload handling 4 years ago
Niels Andriesse eb58872b93
Merge pull request #532 from hjubb/background_job_improvements
Background job improvements
4 years ago
Niels Andriesse 979d176d4c
Merge branch 'dev' into background_job_improvements 4 years ago
Niels Andriesse 26601dbcb2 Clean up background poll worker 4 years ago
jubb edc1454609 fix: unnamed open groups being processed by creating new threads after deletion
job db not marking successful/unsuccessful properly

handling send and receive better / in order
4 years ago
jubb 84fa3dfc86 Merge remote-tracking branch 'upstream/dev' into background_job_improvements
# Conflicts:
#	libsession/src/main/java/org/session/libsession/messaging/jobs/Job.kt
#	libsession/src/main/java/org/session/libsession/messaging/jobs/JobQueue.kt
#	libsession/src/main/java/org/session/libsession/messaging/jobs/MessageSendJob.kt
4 years ago
nielsandriesse c5e0589751 Don't crash on unexpected deserialization error 4 years ago
nielsandriesse bb850cf99e Minor job type refactoring 4 years ago
nielsandriesse f5238982c3 Add missing message padding 4 years ago
nielsandriesse 174bccb0b7 Fix missing signature validation 4 years ago
nielsandriesse c8cf5ebfa0 Make custom error messages actually work 4 years ago
nielsandriesse d8932416f1 Minor V2 open group refactoring 4 years ago
nielsandriesse 21698fcba5 Update version number 4 years ago
nielsandriesse fa5edcefd5 Minor message type refactoring 4 years ago
Brice-W f51268b587 open group invitation sending part 4 years ago
jubb 18818bf8da refactor: re-add the node limit 4 years ago
jubb 9f09977160 refactor: remove registration required for job serialization and test logs, don't try to read class object if the message send class is not of expected type 4 years ago
Brice-W 2a436edbf8 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago
Brice-W b2a924ebf8 views created + database storage 4 years ago
jubb 8439d57115 refactor: let the periodic work run more frequently and never fail from excessive retries preventing from re-running.
remove resume pending jobs from ApplicationContext onCreate and handle in home activity's onCreate instead.

prevent some illegal argument exceptions from Random.kt by returning null if empty
4 years ago
Niels Andriesse 11a89c0a76 Update version number 4 years ago
Niels Andriesse 925cacb1e5
Merge pull request #528 from hjubb/fix_oom_message_serialization
fix OutOfMemory Job serialization and clean up job serialization and deletion of pending message send jobs
4 years ago
jubb e7377d640f fix: use AttachmentUploadJob instead of two download job keys in all types 4 years ago
jubb d707433f28 docs: remove no long applicable docs 4 years ago
jubb ccd9493f62 refactor: remove unlimited by array size and cap at 10_000_000 4 years ago
jubb 4fff5ac2dc refactor: make storage reference jobId by string in deletion, don't persist jobs we are about to delete, delete jobs that fail to serialize from storage (probably from corrupt or moved data classes) in temporary message send jobs 4 years ago
Brice-W d98cef3c77 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago