session-android/libsession/src/main/java/org/session/libsession/messaging/sending_receiving
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
..
attachments Remove SignalServiceMessageReceiver 2021-05-18 09:54:16 +10:00
data_extraction Clean 2021-04-26 11:23:09 +10:00
link_preview Move files 2021-05-18 09:26:08 +10:00
notifications feat: don't show notifications on HomeActivity.kt 2021-07-13 16:31:16 +10:00
pollers refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 2021-09-29 15:29:24 +10:00
quotes Move files 2021-05-18 16:11:38 +10:00
MessageDecrypter.kt refactor: use lazysodium version on maven central instead of bintray (no longer available) 2021-05-19 15:12:35 +10:00
MessageEncrypter.kt Implement authenticated message retrieval 2021-07-26 11:23:58 +10:00
MessageReceiver.kt WIP: message receiver handler for unsend request 2021-08-10 16:00:06 +10:00
MessageSender.kt send unsend request as sync message 2021-08-16 14:03:06 +10:00
MessageSenderClosedGroupHandler.kt Add documentation 2021-06-16 10:19:42 +10:00
ReceivedMessageHandler.kt fix: checking if group exists and not adding it for self sends. 2021-09-15 16:09:54 +10:00