Speed Test Lib Versions Save

:cloud: JSpeedTest : speed test client library for Java/Android

1.31.3

6 years ago
  • https support
  • proxy server support

1.31.0

6 years ago
  • 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

1.30

7 years ago
  • 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");

1.25

7 years ago
  • fix Java 1.7 sourceCompatibility issue on Android

1.24

7 years ago
  • API to set the setup time : time from which download / upload speed rate will be computed (default : 0 ms)

1.23

7 years ago
  • configurable upload file storage

1.14

7 years ago
  • bugfix : wait for threadpool shutdown before force close socket

1.13

7 years ago
  • bugfix : threadpool re-initialization before submitting a new task

1.12

7 years ago
  • add startUploadRepeat API to chain upload requests on a fixed duration with a configurable report interval
  • fix repeated request bug : speed test average calculation

1.11

8 years ago
  • bug fix
    • socket timeout on upload task
  • add PMD task to build configuration + rulesets config file