Commit graph

60 commits

Author SHA1 Message Date
0x330a 4caa7681f8
feat: add in group invited tracking and group message requests in a basic way 2023-12-07 17:09:24 +11:00
0x330a 253788b4ed feat: add revoke and unrevoke subaccount for removing users 2023-11-30 12:02:28 +11:00
0x330a d9b70d45ec
feat: add description 2023-11-20 17:52:33 +11:00
0x330a 25caf9b893
refactor: execute the sync before inviting, update libsession module 2023-11-20 17:04:11 +11:00
0x330a d162522ac2
feat: fix the invite order properly 2023-11-20 16:45:55 +11:00
0x330a 705f12e821
fix: compile issues and group display info for having admin 2023-11-13 15:39:46 +11:00
0x330a 35f4643c5c
feat: adding edit contact list views and presenters and various storage functions to build UI state 2023-11-09 18:01:24 +11:00
0x330a baf2157331 feat(WIP): group creation / navigation / passing and sharing state in vm 2023-11-01 16:39:34 +11:00
0x330a 2fc83b87ad
fix: group keys wasn't populating the config pushes for non keys objects in sync job 2023-10-27 16:10:26 +11:00
0x330a 6913780536
feat: update libsession-util 2023-10-27 11:13:46 +11:00
0x330a ae7c27c2e0 feat: update libsession-util and get signCallbacks working for authenticated retrieve, handling incoming messages in new closed groups 2023-10-26 09:59:42 +11:00
0x330a d63b5f85df feat: in theory add in the subkey auth callbacks and make a default bytearray signer callback 2023-10-24 17:15:28 +11:00
0x330a 2448af0b73
feat: adding basic invite for new groups handling and immediate response, need to add handling for response and actually sending the invites via UI possibly 2023-10-23 17:42:20 +11:00
0x330a ea4fbb2b09 feat: update libsession to use latest dev 2023-10-20 11:59:49 +11:00
0x330a e79a980f2c
refactor: move test functions to automation and storage utilities, add compose component activity dependency and create group fragment content descriptions, add compose only testing for create group logic, update protos to match latest for chunk 2 2023-10-19 17:18:56 +11:00
0x330a f69e3846e3 feat: increase testing for new group config types 2023-10-18 16:18:25 +11:00
0x330a 00ad9cf39f
feat: hacky workaround for new protobuf encryption branches ! 2023-10-16 17:41:00 +11:00
0x330a fcb1c56edb
feat: update libsession protobuf 2023-10-16 16:01:36 +11:00
0x330a 9dfb6f84b7
Merge remote-tracking branch 'upstream/master' into closed_groups
# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java
#	libsession/src/main/java/org/session/libsession/messaging/jobs/AttachmentDownloadJob.kt
2023-10-16 15:59:40 +11:00
0x330a aa2282cde5
test: adding test for group existing and starting members 2023-10-09 17:45:12 +11:00
0x330a 1a3c86a7d0
refactor: add sodium-internal to cmake and re-import as sodium crypto sign 2023-10-06 13:22:07 +11:00
0x330a c013a276f1
refactor: fix the closed group message sending and remove sig_timestamp 2023-10-05 17:14:32 +11:00
0x330a 0f7b17b384
feat: add lock guard and implement new decrypt method 2023-10-05 10:37:41 +11:00
0x330a eddeb1236d
chore: update libsession-util to latest dev 2023-10-05 10:25:01 +11:00
0x330a 84bc1dcb6b
Update session libsodium (#1326)
* chore: update dependencies for the libsodium dependency and replace aar

* fix: update gradle dependencies to work with integration tests

* fix: test

* refactor: make it use espresso wait

* refactor: bring compose dependencies back to stable releases
2023-10-04 15:17:27 +11:00
0x330a e419024f6b feat: add linux native library support for libsession to enable junit testing (might not be the best way) 2023-10-04 09:59:10 +11:00
0x330a fc57d3396d
feat: add background group creation and placeholder spinny progress 2023-09-18 17:26:57 +10:00
0x330a ec02087c6b
feat: finish implementing scheduling sync and pollers, destination based config sync job 2023-09-18 16:13:25 +10:00
0x330a 43e72550f9
refactor: fixing compile issues and namespace references throughout. figuring out config sig and base issues 2023-09-18 12:24:06 +10:00
0x330a b5b248a6ec refactor: refactor the configs to implement a parent with common functionality across config base and config sig 2023-09-17 23:00:40 +10:00
0x330a 915fa5bc2b
feat: notify updates for closed group info polling to set recipient name 2023-09-14 17:11:56 +10:00
0x330a 51c3020049
feat: group message from poller decoding / sending & receiving 2023-09-14 17:00:54 +10:00
0x330a 040696c08b feat: introduce the handling of poll messages for closed group poller 2023-09-13 12:11:42 +10:00
0x330a df29ed8f16 feat: start on closed group polling for new signatures 2023-09-13 10:12:35 +10:00
0x330a 6067916da9
feat: add finishing of group push for initial group creation and saving group configs to DB. re-implement key signing messages properly for the signing config which doesn't override the config base 2023-09-11 18:07:23 +10:00
0x330a 2527ac2e21
feat: add a basic config send sign with group key 2023-09-08 17:21:45 +10:00
0x330a 0cbb7ec956
feat: update submodule 2023-09-08 13:49:15 +10:00
0x330a 026f0056b9
feat: creating the basic storage code to test creating group in configs and pushing 2023-09-07 17:33:24 +10:00
0x330a 76ae6997db
feat: finish most wrappers and compile issues, start new closed group compose code 2023-09-04 17:56:55 +10:00
0x330a e818c55caa
feat: update libsession commit 2023-09-04 13:23:48 +10:00
0x330a 84ebe44936 feat: add group info 2023-09-01 16:14:04 +10:00
0x330a 3fe2250469 feat: finish user group wrappers and start volatile convo 2023-09-01 13:36:41 +10:00
0x330a afcce2f068 chore: update to latest submodule 2023-09-01 09:07:31 +10:00
0x330a d19d1231c9
fix: compile errors and moving the references to sessionId and broken hex string function 2023-08-31 17:32:43 +10:00
0x330a 63e156cce5
feat: wrappers and debugging get/set for the closed groups in user groups 2023-08-31 15:03:29 +10:00
0x330a 51716e718a
feat: update submodule to latest 2023-08-31 09:46:30 +10:00
0x330a b42b9fa414 feat: adding more closed group in recipient logic, adding more wrappers for user groups and serializing / deserializing the closed groups in user group type 2023-08-30 17:48:21 +10:00
0x330a 0692768f97 feat: testing key apis 2023-08-29 16:51:21 +10:00
0x330a 77386a3555 fix: group member and tests with passing constructors 2023-08-29 14:19:41 +10:00
0x330a 59c5588370 feat: trying to solve byte array null error 2023-08-29 11:25:22 +10:00