nielsandriesse
|
bb850cf99e
|
Minor job type refactoring
|
2021-05-12 16:17:25 +10:00 |
|
nielsandriesse
|
f5238982c3
|
Add missing message padding
|
2021-05-12 15:47:17 +10:00 |
|
nielsandriesse
|
174bccb0b7
|
Fix missing signature validation
|
2021-05-12 15:28:14 +10:00 |
|
nielsandriesse
|
c8cf5ebfa0
|
Make custom error messages actually work
|
2021-05-12 14:52:24 +10:00 |
|
nielsandriesse
|
d8932416f1
|
Minor V2 open group refactoring
|
2021-05-12 14:48:13 +10:00 |
|
nielsandriesse
|
21698fcba5
|
Update version number
|
2021-05-12 14:02:07 +10:00 |
|
nielsandriesse
|
fa5edcefd5
|
Minor message type refactoring
|
2021-05-12 14:01:57 +10:00 |
|
Niels Andriesse
|
11a89c0a76
|
Update version number
|
2021-05-07 16:30:52 +10:00 |
|
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
|
2021-05-07 16:30:06 +10:00 |
|
jubb
|
e7377d640f
|
fix: use AttachmentUploadJob instead of two download job keys in all types
|
2021-05-07 13:36:35 +10:00 |
|
jubb
|
d707433f28
|
docs: remove no long applicable docs
|
2021-05-07 12:03:04 +10:00 |
|
jubb
|
ccd9493f62
|
refactor: remove unlimited by array size and cap at 10_000_000
|
2021-05-07 12:02:12 +10:00 |
|
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
|
2021-05-07 11:48:03 +10:00 |
|
Niels Andriesse
|
2f23a0e59f
|
Merge branch 'dev'
|
2021-05-06 16:06:04 +10:00 |
|
Niels Andriesse
|
cc7e4701a3
|
Increment database version
|
2021-05-06 16:03:45 +10:00 |
|
Niels Andriesse
|
3c3f6c25f1
|
Fix various bugs
|
2021-05-06 15:46:22 +10:00 |
|
Niels Andriesse
|
bfa75a3db9
|
Merge pull request #524 from hjubb/file_server_v2
New File Server V2 URL handling and open group v2 fixes / features
|
2021-05-06 14:03:31 +10:00 |
|
jubb
|
a4b7b34f2e
|
refactor: change request to use default pubkey
|
2021-05-06 13:48:35 +10:00 |
|
jubb
|
704723ed80
|
feat: add removing of the sent/received messages
|
2021-05-06 13:28:58 +10:00 |
|
Niels Andriesse
|
54d64192fb
|
Update version number
|
2021-05-06 13:20:50 +10:00 |
|
jubb
|
50d3b52617
|
refactor: remove unused download in DotNetAPI.kt and add todo for upload migration
|
2021-05-05 17:50:29 +10:00 |
|
jubb
|
14a02a8511
|
fix: proper sending of join URL and removing server timestamp in proto parsing
|
2021-05-05 17:46:53 +10:00 |
|
jubb
|
e8bac5005e
|
feat: file server v2 and syncing open groups v2 in config messages
|
2021-05-05 17:29:27 +10:00 |
|
Niels Andriesse
|
facd3616fb
|
Merge pull request #518 from hjubb/open_groups_V2
Open groups v2
|
2021-05-05 14:33:38 +10:00 |
|
jubb
|
35aec04ac9
|
feat: member counts in v2 open group ConversationActivity
|
2021-05-05 13:52:15 +10:00 |
|
jubb
|
d8e9e372d3
|
fix: add support for non-standard ports in opengroupv2
|
2021-05-04 15:52:08 +10:00 |
|
jubb
|
f3fa8626ed
|
feat: compact polling server-wide
|
2021-05-04 14:51:21 +10:00 |
|
jubb
|
2eb612a967
|
feat: remove cleartext enabled
|
2021-05-04 09:08:21 +10:00 |
|
jubb
|
c102c5132e
|
fix: don't use testnet
|
2021-05-04 09:06:59 +10:00 |
|
jubb
|
a2290a34fc
|
feat: add polling in background
|
2021-05-03 17:58:11 +10:00 |
|
jubb
|
fa528c47d5
|
Merge remote-tracking branch 'upstream/dev' into open_groups_V2
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationActivity.java
# app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java
# app/src/main/java/org/thoughtcrime/securesms/loki/database/LokiMessageDatabase.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/protocol/MultiDeviceProtocol.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateSelectionView.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateView.kt
# libsession/src/main/java/org/session/libsession/messaging/mentions/MentionsManager.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/ReceivedMessageHandler.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/pollers/ClosedGroupPoller.kt
# libsession/src/main/java/org/session/libsession/messaging/utilities/DotNetAPI.kt
# libsession/src/main/java/org/session/libsession/utilities/mentions/Mention.kt
# libsignal/src/main/java/org/session/libsignal/service/loki/Mention.kt
# libsignal/src/main/java/org/session/libsignal/service/loki/utilities/mentions/Mention.kt
|
2021-05-03 15:37:53 +10:00 |
|
jubb
|
fe8dc2d392
|
fix: slight UI and handling protocols at onion request level
|
2021-05-03 15:21:53 +10:00 |
|
Niels Andriesse
|
e874032e1e
|
Merge pull request #509 from RyanRory/screenlock-timeout
Screenlock Time under 60s
|
2021-05-03 14:59:50 +10:00 |
|
jubb
|
2999c138aa
|
feat: add open group display name hex suffix
|
2021-05-03 11:29:04 +10:00 |
|
jubb
|
a58332a353
|
refactor: increase max poll time
|
2021-04-30 16:57:06 +10:00 |
|
jubb
|
7e14a315b9
|
refactor: compact polling and usage based polling
|
2021-04-30 16:56:39 +10:00 |
|
jubb
|
460babe930
|
fix: deletion fixed up
|
2021-04-30 14:19:37 +10:00 |
|
jubb
|
b70908e61a
|
fix: gotta fix some more up
|
2021-04-29 17:28:41 +10:00 |
|
jubb
|
ef19c0d10e
|
fix: fixing up LokiMessageDatabase.kt table structure, deletion closer to finished
|
2021-04-29 17:13:42 +10:00 |
|
Ryan ZHAO
|
2c85fbf91b
|
Merge branch 'dev' of https://github.com/oxen-io/session-android into screenlock-timeout
|
2021-04-29 14:59:37 +10:00 |
|
Niels Andriesse
|
43c484e35f
|
Clean
|
2021-04-29 13:41:43 +10:00 |
|
Niels Andriesse
|
b69df4750b
|
Merge pull request #515 from Brice-W/group-polling
Group polling issue
|
2021-04-29 13:27:22 +10:00 |
|
Ryan ZHAO
|
b23144cb1a
|
Merge branch 'dev' of https://github.com/oxen-io/session-android into screenlock-timeout
|
2021-04-29 13:23:16 +10:00 |
|
Ryan ZHAO
|
4508510958
|
fix for API 21
|
2021-04-29 13:23:02 +10:00 |
|
Brice-W
|
1f62990aff
|
fix polling issue in closed groups
|
2021-04-29 13:10:18 +10:00 |
|
Niels Andriesse
|
f727244342
|
Merge pull request #514 from oxen-io/refactoring
Minor Refactoring
|
2021-04-29 10:11:02 +10:00 |
|
Niels Andriesse
|
a822c74ecc
|
Use global Kovenant config
|
2021-04-29 10:10:41 +10:00 |
|
Niels Andriesse
|
024e2d1253
|
Merge pull request #511 from hjubb/fix_profile_nulls
Fix profile nulls
|
2021-04-29 10:03:12 +10:00 |
|
Niels Andriesse
|
761c12addd
|
Clean
|
2021-04-29 10:02:07 +10:00 |
|
jubb
|
d05da5c447
|
Merge remote-tracking branch 'upstream/dev' into fix_profile_nulls
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/loki/api/BackgroundPollWorker.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/protocol/MultiDeviceProtocol.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/ReceivedMessageHandler.kt
|
2021-04-29 09:39:33 +10:00 |
|