session-android/libsession/src/main/java/org/session/libsession/messaging
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
2021-09-29 15:29:24 +10:00
..
contacts Handle text only quote drafts 2021-06-18 15:54:24 +10:00
file_server Remove redundant code 2021-05-21 15:02:34 +10:00
jobs refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 2021-09-29 15:29:24 +10:00
mentions Clean 2021-05-21 15:56:38 +10:00
messages store server hash 2021-08-10 16:42:15 +10:00
open_groups Handle incorrect clock setting 2021-07-23 14:09:27 +10:00
sending_receiving refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 2021-09-29 15:29:24 +10:00
utilities Clean 2021-05-21 15:56:38 +10:00
MessagingModuleConfiguration.kt Implement authenticated message retrieval 2021-07-26 11:23:58 +10:00