ssseasonnn / RxDownload

A multi-threaded download tool written with RxJava and Kotlin
Apache License 2.0
4.14k stars 612 forks source link

How to sort list by it's download time? #346

Open 24Lathiya opened 2 years ago

24Lathiya commented 2 years ago

I would like to sort my download list by it's download time. If anyone have idea please let me know.

I think you have to add one more column in database for download start time. so based on it we can sort it easily. Thanks.

ITAnt commented 8 months ago

Maybe you can add start-time-millis to extraInfo of Task.