You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/libsignal
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
..
protobuf refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 4 years ago
src refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 4 years ago
.gitignore restructure and unite service android/java to libsignal 4 years ago
build.gradle refactor: remove PersistentLogger.java and fix libsignal build.gradle minSdkVersion 4 years ago