All Versions
66
Latest Version
Avg Release Cycle
81 days
Latest Release
2082 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.1.3 Changes
2016-01-04
- ✨ Enhancement: no longer subject to the upper bound of 1.99G, add
FileDownloadLargeFileListener
,getLargeFileSoFarBytes()
,getLargeFileTotalBytes()
. - 🐎 Performance optimization: some ipc transaction just need one-way call(async), not block(sync).
- ⬆️ Upgrade dependency okhttp from
2.7.0
to2.7.1
.
- ✨ Enhancement: no longer subject to the upper bound of 1.99G, add
-
v0.1.2 Changes
2015-12-27
- Optimize thread digestion(map.
- 🛠 Fix: may
pause()
invalid in large queue task. - 🛠 Fix: large queue task parallel download, may download has been completed but the callback
-
v0.1.1 Changes
2015-12-25
- 🐎 Optimization of internal performance, according to the time split thread pool.
- ➕ Add auto retry feature.
-
v0.1.0 Changes
2015-12-24
- The
FileDownloadStatus
parameter type is changed fromint
tobyte
, which is frequently copied in IPC. - Optimization of multi task queue filtering time.
- ⚡️ Optimizing serial task execution mechanism.
- The
-
v0.0.9 Changes
2015-12-23
- The start operation into independent thread processing, sharing thread pool in EventPool.
-
v0.0.8 Changes
2015-12-22
- 🎉 initial release