Commit Graph

6979 Commits (7ec74ae678a21660aaf73ff93d5613399b1f859f)
 

Author SHA1 Message Date
nielsandriesse 21698fcba5 Update version number 3 years ago
nielsandriesse fa5edcefd5 Minor message type refactoring 3 years ago
Brice-W f51268b587 open group invitation sending part 3 years ago
jubb 18818bf8da refactor: re-add the node limit 3 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 3 years ago
Brice-W 2a436edbf8 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 3 years ago
Brice-W b2a924ebf8 views created + database storage 3 years ago
Ryan ZHAO b43000bdd0 WIP: enable contact with UI 3 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
3 years ago
Ryan ZHAO 2cac49b965 update profile picture url 3 years ago
Ryan ZHAO be3b8a4b7e Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname 3 years ago
Ryan ZHAO a16e67d1fd add new contact database api 3 years ago
Niels Andriesse 11a89c0a76 Update version number 3 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
3 years ago
jubb e7377d640f fix: use AttachmentUploadJob instead of two download job keys in all types 3 years ago
jubb d707433f28 docs: remove no long applicable docs 3 years ago
jubb ccd9493f62 refactor: remove unlimited by array size and cap at 10_000_000 3 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 3 years ago
Ryan ZHAO cbd6ae3bcb Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname 3 years ago
Brice-W d98cef3c77 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 3 years ago
Brice-W 89e0d9b0cf WIP 3 years ago
Niels Andriesse 2f23a0e59f Merge branch 'dev' 3 years ago
Niels Andriesse cc7e4701a3 Increment database version 3 years ago
Niels Andriesse 3c3f6c25f1 Fix various bugs 3 years ago
Niels Andriesse bfa75a3db9
Merge pull request #524 from hjubb/file_server_v2
New File Server V2 URL handling and open group v2 fixes / features
3 years ago
jubb a4b7b34f2e refactor: change request to use default pubkey 3 years ago
jubb 704723ed80 feat: add removing of the sent/received messages 3 years ago
Niels Andriesse 54d64192fb Update version number 3 years ago
jubb 50d3b52617 refactor: remove unused download in DotNetAPI.kt and add todo for upload migration 3 years ago
jubb 14a02a8511 fix: proper sending of join URL and removing server timestamp in proto parsing 3 years ago
jubb e8bac5005e feat: file server v2 and syncing open groups v2 in config messages 3 years ago
Niels Andriesse facd3616fb
Merge pull request #518 from hjubb/open_groups_V2
Open groups v2
3 years ago
jubb 35aec04ac9 feat: member counts in v2 open group ConversationActivity 3 years ago
jubb d8e9e372d3 fix: add support for non-standard ports in opengroupv2 3 years ago
jubb f3fa8626ed feat: compact polling server-wide 3 years ago
jubb 2eb612a967 feat: remove cleartext enabled 3 years ago
jubb c102c5132e fix: don't use testnet 3 years ago
jubb a2290a34fc feat: add polling in background 3 years ago
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
3 years ago
jubb fe8dc2d392 fix: slight UI and handling protocols at onion request level 3 years ago
Niels Andriesse e874032e1e
Merge pull request #509 from RyanRory/screenlock-timeout
Screenlock Time under 60s
3 years ago
Brice-W bb25877515 light refactor + OpenGroupUrlParser implementation & unit test 3 years ago
jubb 2999c138aa feat: add open group display name hex suffix 3 years ago
jubb a58332a353 refactor: increase max poll time 3 years ago
jubb 7e14a315b9 refactor: compact polling and usage based polling 3 years ago
Brice-W 9ee167c173 handleOpenGroupInvitation skeleton added + region added 3 years ago
Ryan ZHAO 51249d942d make the cancel button clean the nickname in database 3 years ago
Ryan ZHAO 9afa0d5886 fix the name won't update for the first message 3 years ago
Brice-W 99a62d9e99 adding openGroupInvitation types in proto & class 3 years ago
Ryan ZHAO e64ac14b77 fix crash & empty nickname bug 3 years ago