apps-android-commons/app/src/test
Ashish Kumar fe540eb135 Bugfix/getuploadcount (#3049)
* Closes #3048
* response.body().string() was called more than once and because response body can be huge so OkHttp doesnot store it in memory, it reads it as a stream from network when we need it, which cannot be done without a new request.

* null check in response.body()

* Fixed possible NumberFormatException, made review suggested changes

* added getUploadCount test case
2019-07-08 01:45:11 +05:30
..
data Image EXIF/XMP metadata removal routine (#2863) 2019-06-04 15:38:01 +03:00
kotlin/fr/free/nrw/commons Bugfix/getuploadcount (#3049) 2019-07-08 01:45:11 +05:30