tag:github.com,2008:https://github.com/unfoldingWord-dev/android-gogs-client/releasesRelease notes from android-gogs-client2016-12-14T00:24:06Ztag:github.com,2008:Repository/52623752/1.6.12016-12-14T00:24:06Z1.6.1<p>fixed bug in checking for https</p>da1nerdtag:github.com,2008:Repository/52623752/1.1.02016-02-29T21:22:22Zv1.1.0<p>Made some updates to how <code>Responses</code> are managed so it will always be available for inspection after a request has been made. Responses now contain the following information</p>
<ul>
<li><code>code</code> the response code from the server. Default is <code>-1</code>.</li>
<li><code>data</code> json data received from the server. Default is <code>null</code>.</li>
<li><code>exception</code> the exception object that occurred during the request. Default is <code>null</code>.</li>
</ul>
<blockquote>
<p>Note: If the exception is not-null you may still be able to retrieve the response code depending on when the exception occurred. However, data is always received last during the request so any exception will have prevented the collection of data.</p>
</blockquote>
<p>Requests now verify the server response by checking for the expected response code and data.</p>
<p>Updated unit tests to provide more coverage.</p>da1nerdtag:github.com,2008:Repository/52623752/1.0.02016-02-29T21:22:39Zv1.0.0<p>First release!!</p>da1nerd