oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.86k stars 170 forks source link

[SES-1966] Attachment batch download and tidy-up #1507

Closed simophin closed 3 months ago

simophin commented 4 months ago

Description

This PR reworks some aspect of the attachment download:

  1. A new AttachmentDownloadHelper is created to batch the download request.
  2. The batch download requests will be checked preliminarily, before the request is transformed into a AttachmentDownloadJob

There's one more fix on the ThreadUtils where the ExecutorService seems to misbehave. Changed over to use the Kotlin Coroutine's IO dispatcher.

simophin commented 4 months ago

@bemusementpark Wanna have a look again? I've extracted the said Flow operator to Flow.timedBuffer.