tanoDxyz / GDownload

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

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

Closed tanoDxyz closed 1 month ago

tanoDxyz commented 2 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 1 month ago

released v1.2