Updated changelog and build version.
This commit is contained in:
parent
4fea68f2d5
commit
19242c111f
2 changed files with 11 additions and 3 deletions
|
|
@ -63,8 +63,8 @@ android {
|
|||
renderscriptTargetApi 23
|
||||
|
||||
applicationId "com.kabouzeid.gramophone"
|
||||
versionCode 90
|
||||
versionName "0.9.51"
|
||||
versionCode 91
|
||||
versionName "0.9.52"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@
|
|||
|
||||
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
||||
|
||||
<h3>Version 0.9.52</h3>
|
||||
|
||||
<ol>
|
||||
<li><b>IMPROVEMENT:</b> Updated networking libraries.</li>
|
||||
<li><b>IMPROVEMENT:</b> Synced translations.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Version 0.9.51</h3>
|
||||
|
||||
<ol>
|
||||
|
|
@ -49,7 +56,8 @@
|
|||
<h3>Version 0.9.51 RC 2</h3>
|
||||
|
||||
<ol>
|
||||
<li><b>IMPROVEMENT:</b> Reduced the connect timeout for downloading artist images from 10s to 500ms, this should fix the issue
|
||||
<li><b>IMPROVEMENT:</b> Reduced the connect timeout for downloading artist images from 10s to
|
||||
500ms, this should fix the issue
|
||||
where album covers stay blank on slow network. Note that your not already downloaded artist
|
||||
images will stay blank until you are on a fast enough network.
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue