Ryan ZHAO
|
e85bf7a45d
|
fix replying from push notification
|
2021-03-11 15:56:40 +11:00 |
|
Ryan ZHAO
|
2859da01a7
|
fix duplicated closed group info message
|
2021-03-11 15:31:14 +11:00 |
|
Ryan ZHAO
|
d7124c3b7e
|
minor refactor
|
2021-03-11 14:45:08 +11:00 |
|
Ryan ZHAO
|
42c7f440e9
|
fix quoting message in open groups
|
2021-03-11 14:37:53 +11:00 |
|
Ryan ZHAO
|
97a9446eae
|
fix profile picture update
|
2021-03-11 13:56:35 +11:00 |
|
Ryan ZHAO
|
9ddb45dbdc
|
fix blocked contacts can still see typing indicator and set disappearing messages
|
2021-03-11 10:52:54 +11:00 |
|
Ryan ZHAO
|
70a7182320
|
Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending
|
2021-03-09 14:46:14 +11:00 |
|
Ryan ZHAO
|
1a6da88ce3
|
clean
|
2021-03-09 13:54:15 +11:00 |
|
jubb
|
5e34f1235d
|
fix: only set profile avatar ID after download image
|
2021-03-09 11:56:24 +11:00 |
|
jubb
|
2c615ba83e
|
fix: setup storage api before starting polling
|
2021-03-09 11:07:26 +11:00 |
|
Ryan ZHAO
|
0a7fecfb52
|
fix sending link preview
|
2021-03-09 10:50:02 +11:00 |
|
jubb
|
9136f1ac2d
|
fix: out of order config messages and avatar downloads, use the hex encoding instead of the mnemonic from seed
|
2021-03-09 10:42:53 +11:00 |
|
jubb
|
6c81580d93
|
fix: sync timing for multi device partial restore
|
2021-03-05 16:19:53 +11:00 |
|
jubb
|
cf373f3a93
|
fix: set current pager item to 0 on scan
|
2021-03-05 13:39:15 +11:00 |
|
Ryan ZHAO
|
4218073a69
|
fix quote attachments
|
2021-03-05 13:31:40 +11:00 |
|
jubb
|
4f74d46b17
|
fix: revert query to filter empty threads for now
|
2021-03-05 13:17:08 +11:00 |
|
Ryan ZHAO
|
3b2ea4e95d
|
clean
|
2021-03-05 11:31:12 +11:00 |
|
Ryan ZHAO
|
2df9d4f27c
|
clean
|
2021-03-05 11:24:43 +11:00 |
|
Ryan ZHAO
|
2426230064
|
fix sending profile picture update
|
2021-03-05 11:13:25 +11:00 |
|
Ryan ZHAO
|
9d4c3bf722
|
send read receipt using new pipeline
|
2021-03-05 10:17:34 +11:00 |
|
jubb
|
d9511aa087
|
fix: crash on backup prefs
|
2021-03-05 10:16:55 +11:00 |
|
jubb
|
784e217e91
|
feat: filter out local number empty thread only
|
2021-03-04 17:17:45 +11:00 |
|
Ryan ZHAO
|
e0ff5a7e7a
|
fix sending expiration update message
|
2021-03-04 17:14:12 +11:00 |
|
jubb
|
27958491c5
|
fix: specific empty thread snippet and removing the thread filtering for empty messages
|
2021-03-04 16:21:25 +11:00 |
|
Ryan ZHAO
|
aa7071ad80
|
send typing indicator using new pipeline
|
2021-03-04 15:57:01 +11:00 |
|
Ryan ZHAO
|
70b96fbe73
|
send configuration message using new sending pipeline
|
2021-03-04 15:37:42 +11:00 |
|
Ryan ZHAO
|
88ac390495
|
plug in closed group message sender
|
2021-03-04 14:54:32 +11:00 |
|
jubb
|
71d2085cc8
|
fix: use IO lifecycleScope dispatched coroutine
|
2021-03-04 14:43:02 +11:00 |
|
jubb
|
c1d3a25f26
|
fix: use profile update time instead of config sync time
|
2021-03-04 14:37:55 +11:00 |
|
jubb
|
a8a457932d
|
fix: sync configuration in resume on HomeActivity.kt and set sync specific variables appropriately in the registration flow
|
2021-03-04 14:19:07 +11:00 |
|
Ryan ZHAO
|
c51593a914
|
fix sending attachments including link previews
|
2021-03-04 14:03:18 +11:00 |
|
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
|
2021-03-04 13:25:02 +11:00 |
|
jubb
|
6614b76411
|
fix: set RecoveryPhraseRestoreActivity.kt to treat current time as sync time
|
2021-03-04 10:55:08 +11:00 |
|
jubb
|
0176cfdac1
|
fix: start polling before registration for fcm if needed
|
2021-03-04 10:43:37 +11:00 |
|
jubb
|
85c1d38bb4
|
fix: only update and fetch a new profile pic if it's actually different from our current one
|
2021-03-03 15:59:28 +11:00 |
|
jubb
|
1ecc87da76
|
fix: forcing the registration will cancel and restart the FCM task
|
2021-03-03 15:43:51 +11:00 |
|
Ryan ZHAO
|
9a00906069
|
WIP debug sending attachments
|
2021-03-03 15:14:45 +11:00 |
|
jubb
|
1b417362ae
|
fix: fcm task was not cancelable and cannot remove listeners
|
2021-03-03 15:07:37 +11:00 |
|
jubb
|
d631897a3a
|
fix: send skip event to the display name activity instead of PN mode
|
2021-03-03 13:48:51 +11:00 |
|
jubb
|
69db4081bc
|
fix: force FCM if needed at end of sign up to trigger registration for user IDs
|
2021-03-03 12:07:50 +11:00 |
|
jubb
|
ef3e172379
|
feat: add link device implementation and fixes for updating config syncs and forcing config syncs
|
2021-03-03 11:33:35 +11:00 |
|
Ryan ZHAO
|
0ea1ed15e7
|
WIP: make attachment work
|
2021-03-02 17:22:56 +11:00 |
|
Ryan ZHAO
|
bb7334515c
|
clean
|
2021-03-02 14:13:52 +11:00 |
|
Ryan ZHAO
|
8acbb3c366
|
fix send text message to open group
|
2021-03-02 14:13:12 +11:00 |
|
Ryan ZHAO
|
d9eaedd6ae
|
hook up sending pipeline & clean
|
2021-03-02 12:24:09 +11:00 |
|
jubb
|
3a09d23337
|
feat: add contact syncing, UI improvements for profile syncing and conversation threads in the home screen
|
2021-03-01 17:16:15 +11:00 |
|
jubb
|
11c122e376
|
Merge branch 'dev' into multi-device
|
2021-03-01 15:26:10 +11:00 |
|
Niels Andriesse
|
a7428776bf
|
Add loader
|
2021-02-26 11:40:48 +11:00 |
|
Niels Andriesse
|
1f8b9bfe58
|
Implement multi device UI
|
2021-02-26 11:10:45 +11:00 |
|
jubb
|
85336238a7
|
fix: return early if no profile name (prefs likely invalid state) and ignore contacts whose publicKey fails to parse
|
2021-02-26 10:08:30 +11:00 |
|