Commit Graph

143 Commits (ae30d2f070b5bf388982437df8a015a18e2f3df0)

Author SHA1 Message Date
Harris 98a50cbf69 feat: add call related permissions and more network handover tests 4 years ago
Harris 2b98485de7 feat: include latest proto 4 years ago
Harris 50c2ac60d7 Merge remote-tracking branch 'upstream/dev' into rtc_calls
# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
#	app/src/main/java/org/thoughtcrime/securesms/home/HomeActivity.kt
#	app/src/main/java/org/thoughtcrime/securesms/jobs/AvatarDownloadJob.java
#	app/src/main/java/org/thoughtcrime/securesms/jobs/RetrieveProfileAvatarJob.java
4 years ago
Harris e036344c76 refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications.
Increase audible timeout on DefaultMessageNotifier.java, don't send in-thread notification based on last audible notification.

Create a batch message receive job to handle up to 20 chunked messages at a time per job instead of singular or open group poll amount

Remove synchronized access to recipient cache and replace with a concurrent cache that's lock free from perf tracing monitor contention
4 years ago
Harris 9e5e137919 feat: added basic call functionality 4 years ago
Harris 5ea37254b9 feat: add protos and bump version 4 years ago
ryanzhao 2cb91c3a0e add delete endpoint call in snode api 4 years ago
ryanzhao c0a5a61431 add unsend request proto 4 years ago
jubb a18ab6c079 refactor: remove PersistentLogger.java and fix libsignal build.gradle minSdkVersion 4 years ago
Niels Andriesse 5168e15640 Merge branch 'dev' into security 4 years ago
Niels Andriesse 3bbfef7d81 Add documentation 4 years ago
Niels Andriesse bb1eb2310c Supply fake Accept-Language header 4 years ago
Niels Andriesse 7a388deb78 Supply fake User-Agent header 4 years ago
Brice-W a71273e813 refactor 4 years ago
jubb fdc042e6d4 feat: testnet clearing network data on delete and differentiating dialogs 4 years ago
Brice-W 59d9063774 proto update 4 years ago
Harris 11f64a1d1a feat: add snode method delete_all with data class for params, refactoring ClearAllDataDialog.kt to handle async requests better and prevent ANR 4 years ago
Brice-W 534e0e8e69 proto updated 4 years ago
ryanzhao ae23266058 wip: implement ons name 4 years ago
Niels Andriesse dfd3ccc5d2 Clean 4 years ago
Niels Andriesse 49c3ffd9ca Remove redundant code 4 years ago
Niels Andriesse 7208bb0421 Fix build 4 years ago
Niels Andriesse 68225e00be Clean 4 years ago
Niels Andriesse 7c3bee036c Speed up Gradle sync 4 years ago
Niels Andriesse 8a20c46bd4 Fix missing compile target 4 years ago
Niels Andriesse 81b0530163 Clean up libsession Gradle file 4 years ago
Niels Andriesse caa1c77ed4 Clean up libsignal Gradle file 4 years ago
Niels Andriesse e75de841c9 Remove unused dependencies 4 years ago
Niels Andriesse 47ff53d559 Remove SignalServiceMessageReceiver 4 years ago
Niels Andriesse c1548a4e51 Move files 4 years ago
Niels Andriesse dc8938c269 Move protos 4 years ago
Niels Andriesse c124f86f6b Move protos 4 years ago
Niels Andriesse 961972a723 Move protos 4 years ago
Niels Andriesse fa205c8915 Fix packages 4 years ago
Niels Andriesse c9ebcc580f Move files 4 years ago
Niels Andriesse 40d2fd25d9 Move files 4 years ago
Niels Andriesse ce3b32c03e Move files 4 years ago
Niels Andriesse a88322a033 Move files 4 years ago
Niels Andriesse e598d73539
Merge pull request #516 from Brice-W/media-saving
Fix Saving Media Files
4 years ago
Niels Andriesse 5fd99cd8f1 Fix indentation 4 years ago
Niels Andriesse 11e223f5d8 Merge branch 'dev' into open-group-invitations 4 years ago
Brice-W f5a99b43c7 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago
Niels Andriesse 649bfee647 Fix HTTP utility 4 years ago
Niels Andriesse 1efd516eaf Fix HTTP utility 4 years ago
Niels Andriesse d9348c5442 Remove weird roundabout way of doing decryption 4 years ago
Niels Andriesse 7c5b4aafec Debug 4 years ago
Niels Andriesse 115bc9b159 Speed up path building 4 years ago
Brice-W b2a924ebf8 views created + database storage 5 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
5 years ago
Brice-W d98cef3c77 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 5 years ago