tanoDxyz / GDownload

Light Weight, Fast 🚀 , Easy to Use, Reliable Download client for android.
Apache License 2.0
39 stars 2 forks source link

[Improvement] Allow to Write Custom Connection Handlers. #18

Closed tanoDxyz closed 3 months ago

tanoDxyz commented 4 months ago

Currently we are using URLConnection from java.net and this should be removed and more abstract approach should be taken while making connection in RemoteConnection class.

///todos

  1. remove var connection: URLConnection this field from RemoteConnection
  2. use a common interface instead.
  3. make RemoteConnection open to inheritance.
tanoDxyz commented 3 months ago

released v1.2