Skip to content

Releases: bertrandmartel/speed-test-lib

Speed Test library for Java / Android

13 Mar 15:52
Compare
Choose a tag to compare
  • https support
  • proxy server support

Speed Test library for Java / Android

16 Jul 21:36
Compare
Choose a tag to compare
  • onInterruption callback has been removed, onCompletion will be called when forceStopTask() will stop DL/UL tasks
  • getLiveDownloadReport and getLiveUploadReport have been replaced by getLiveReport()
  • fix concurrency in repeat task
  • fix upload redirect

Speed Test library for Java / Android

11 May 02:29
Compare
Choose a tag to compare
  • Speed test listener now has only one callback per type (no more one callback for upload, one for download). onProgress is used to monitor progression, onError is used to track error, onCompletion is used for upload/download completion
  • Repeat listener has its callback onFinished renamed into onCompletion
  • 301 & 302 requests are redirected to the correct location
  • report interval can be set globally via the SpeedTestSocket constructor (eg : new SpeedTestSocket(2000))
  • forceStopTask() bug fix when using repeat actions
  • bug fix when very slow start of upload/download in the calculation of speed test rate (division by 0)
  • All start***Download & start***Upload are reduced to just startDownload and startUpload, The protocol, port and hostname must be set in the URI string as first parameter. See following example for http & ftp download :
speedTestSocket.startDownload("http://2.testdebit.info/fichiers/1Mo.dat");
speedTestSocket.startDownload("ftp://speedtest.tele2.net/1MB.zip");

Speed Test library for Java / Android

26 Dec 12:57
Compare
Choose a tag to compare
  • fix Java 1.7 sourceCompatibility issue on Android

Speed Test library for Java / Android

24 Dec 23:58
Compare
Choose a tag to compare
  • API to set the setup time : time from which download / upload speed rate will be computed (default : 0 ms)

Speed Test library for Java / Android

19 Oct 13:30
Compare
Choose a tag to compare
  • configurable upload file storage

Speed Test library for Java / Android

26 Aug 21:53
Compare
Choose a tag to compare
  • bugfix : wait for threadpool shutdown before force close socket

Speed Test library for Java / Android

26 Aug 20:29
Compare
Choose a tag to compare
  • bugfix : threadpool re-initialization before submitting a new task

Speed Test library for Java / Android

26 Aug 10:38
Compare
Choose a tag to compare
  • add startUploadRepeat API to chain upload requests on a fixed duration with a configurable report interval
  • fix repeated request bug : speed test average calculation

Speed Test library for Java / Android

19 May 23:13
Compare
Choose a tag to compare
  • bug fix
    • socket timeout on upload task
  • add PMD task to build configuration + rulesets config file