Commit Graph

294 Commits (b685846d7ec99d66d69ef268552a09e1900554b0)

Author SHA1 Message Date
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
jubb fe3f3d5f88 refactor: remove redundant Companion qualifier 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 d2843b2cef fix removing jobs in database 4 years ago
jubb 817c40b30c refactor: inserting attachments with the messages so that they are linked properly to a mmsID 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 6659b7a53e clean 4 years ago
Ryan ZHAO 91f9138d62 clean & refactor session protocol encryption 4 years ago
Ryan ZHAO 60f51af295 clean & fix expiration timer setting issue 4 years ago
Ryan ZHAO e85bf7a45d fix replying from push notification 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 97a9446eae fix profile picture update 4 years ago
Ryan ZHAO 9ddb45dbdc fix blocked contacts can still see typing indicator and set disappearing messages 4 years ago
jubb ca7202f255 feat: add new message receive pipeline in important places and fix parsing issues 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 1a6da88ce3 clean 4 years ago
jubb 5e34f1235d fix: only set profile avatar ID after download image 4 years ago
jubb 2c615ba83e fix: setup storage api before starting polling 4 years ago
Ryan ZHAO 0a7fecfb52 fix sending link preview 4 years ago
jubb 9136f1ac2d fix: out of order config messages and avatar downloads, use the hex encoding instead of the mnemonic from seed 4 years ago
jubb 6c81580d93 fix: sync timing for multi device partial restore 4 years ago
jubb cf373f3a93 fix: set current pager item to 0 on scan 4 years ago
Ryan ZHAO 4218073a69 fix quote attachments 4 years ago
jubb 4f74d46b17 fix: revert query to filter empty threads for now 4 years ago
Ryan ZHAO 3b2ea4e95d clean 4 years ago
Ryan ZHAO 2df9d4f27c clean 4 years ago
Ryan ZHAO 2426230064 fix sending profile picture update 4 years ago
Ryan ZHAO 9d4c3bf722 send read receipt using new pipeline 4 years ago
jubb d9511aa087 fix: crash on backup prefs 4 years ago
jubb 784e217e91 feat: filter out local number empty thread only 4 years ago
Ryan ZHAO e0ff5a7e7a fix sending expiration update message 4 years ago
jubb 27958491c5 fix: specific empty thread snippet and removing the thread filtering for empty messages 4 years ago
Ryan ZHAO aa7071ad80 send typing indicator using new pipeline 4 years ago
Ryan ZHAO 70b96fbe73 send configuration message using new sending pipeline 4 years ago
Ryan ZHAO 88ac390495 plug in closed group message sender 4 years ago
jubb 71d2085cc8 fix: use IO lifecycleScope dispatched coroutine 4 years ago
jubb c1d3a25f26 fix: use profile update time instead of config sync time 4 years ago
jubb a8a457932d fix: sync configuration in resume on HomeActivity.kt and set sync specific variables appropriately in the registration flow 4 years ago
Ryan ZHAO c51593a914 fix sending attachments including link previews 4 years ago
jubb 840cc50a31 fix: clear task after linking device to prevent going back and treating PNModeActivity.kt viewing as seeing welcome screen so the fallback notifications will be used and allow users through without selecting PN type 4 years ago
jubb 6614b76411 fix: set RecoveryPhraseRestoreActivity.kt to treat current time as sync time 4 years ago
jubb 0176cfdac1 fix: start polling before registration for fcm if needed 4 years ago
jubb 85c1d38bb4 fix: only update and fetch a new profile pic if it's actually different from our current one 4 years ago
jubb 1ecc87da76 fix: forcing the registration will cancel and restart the FCM task 4 years ago
Ryan ZHAO 9a00906069 WIP debug sending attachments 4 years ago