apps-android-commons/app
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
..
prod/release Fix log reporting for release builds (#1916) 2018-10-14 22:19:43 +11:00
src Bugfix/getuploadcount (#3049) 2019-07-08 01:45:11 +05:30
build.gradle Gradle 5 update (#3023) 2019-06-17 16:52:26 +05:30
proguard-rules.txt Fix compiler warnings from Apache AvalonLogger (#2631) 2019-03-17 16:35:03 +05:30
quality.gradle Deprecation removed 2018-05-01 17:03:59 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30