Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
frostwire-android-release-2.1.3-b592-plus.apk | 2019-05-16 | 18.0 MB | |
frostwire-android-2.1.3-build-592.tar.gz | 2019-05-16 | 43.1 MB | |
frostwire-android-2.1.3-build-592.zip | 2019-05-16 | 45.1 MB | |
README.md | 2019-05-16 | 1.6 kB | |
Totals: 4 Items | 106.2 MB | 0 |
FrostWire 2.1.3 build 592 - MAY/16/2019
- New jlibtorrent 1.2.1.0 with latest libtorrent release
- play-services-ads 17.2.0, applovin 9.6.0, okhttp 3.12.2
- Plus: Soundcloud search/downloads fixed
- TorLock search fixes
- Archive.org search fixes
- gradle 4.10.1 -> 5.1.1 update (dev)
- com.android.tools.build:gradle 3.2.1 -> 3.4.0 (dev)
- More efficient build with D8
- using android NDK r19c (released January 2019)
- updated to boost 1.70.0
- frostwire.com is opened in case apk update can't be launched (Android 9 issue mostly)
- libtorrent: make sure session cleanup releases all its references to torrents
- libtorrent: track the mapped port for each NAT mapping transport
- libtorrent: optimize resolve_duplicate_filenames_slow()
- libtorrent: use a more restrictive limit on number of pieces allowed in a torrent
- libtorrent: improve disk I/O logging
- libtorrent: always flush disk I/O job queue before shutdown
- libtorrent: fix typo in validation of reject messages. Make on_choke a bit more defensive
- libtorrent: tighten up validation of dont-have messages
- libtorrent: tighten up validation of reject messages, to ensure consistency of stats counters
- libtorrent: tighten up message size checks
- libtorrent: update symlinks to conform to BEP 47
- libtorrent: source code cleanup, performance and stability