Skip to content

Releases: masterwok/simple-torrent-android

0.5.0

10 Aug 05:02
dc00842
Compare
Choose a tag to compare

Changes

  • Torrents can be now be started using BEncoded byte array.

Bug Fixes

  • Fixed off-by-one bug in the TorrentSessionBuffer when buffer length was 0.

Breaking Changes

  • Torrent Uri is now passed to the start(..) method instead of to the TorrentSession as a constructor parameter.
  • TorrentSession no longer derives from SessionManager.

0.4.2

07 Aug 02:46
Compare
Choose a tag to compare
  • More bug fixes around pausing directly after starting download.

0.4.1

07 Aug 00:55
Compare
Choose a tag to compare
  • Bug fix that was causing onTorrentPaused(..) to be called after onTorrentResumed(..) when the user pauses the session before the magnet info can be downloaded.

0.4.0

06 Aug 20:09
Compare
Choose a tag to compare

Breaking Changes

  • Removed custom state mapping (TorrenStatus.State now returned directly).

0.3.0

06 Aug 18:39
Compare
Choose a tag to compare

Changes

  • Improvements to how torrents are started.
  • Exceptions are passed up to consumer when starting torrents (rather than eaten like before and passed back as a boolean).

Breaking Changes

  • Timeout no longer passed into start method

0.2.1

05 Aug 02:10
Compare
Choose a tag to compare
  • Fixed bug causing empty save location and video file location when download is started with torrent.

0.2.0

03 Aug 22:47
Compare
Choose a tag to compare

Breaking Release

  • Removed TorrentSessionOptions.Builder class (just init TorrentSessionOptions directly now).
  • Exposed SettingsPack on TorrentSessionOptions (whoops).
  • Added default DHT nodes.

Highly recommended to update to this release.

0.1.0

01 Aug 17:32
Compare
Choose a tag to compare

Breaking Release

  • TorrentHandle has been added to TorrentSessionListener callbacks.
  • TorrentSession now derives from SessionManager

0.0.4

01 Aug 02:18
Compare
Choose a tag to compare
  • Added valueOf(value:Int) to TorrentSessionState.State

0.0.3

01 Aug 02:13
Compare
Choose a tag to compare
  • TorrentSessionStatus.State now exposes value.