Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Bump to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Sep 3, 2018
1 parent 58f7ad0 commit c035402
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 deletions.
22 changes: 4 additions & 18 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,11 @@
</head>

<body>
<h4>2.0.6-beta3</h4>
<h4>2.0.6</h4>
<ul>
<li>Fixed the random pausing issue.
</p>
The 'music service' schedules an alarm to shut itself down after 5 minutes, which is usually cancelled when playback starts.
But, when starting playback from the headset, bluetooth, or widget without actually launching the app UI, this alarm was being cancelled
before being scheduled - so the cancellation had no effect, and the service would shut down after 5 minutes. In some cases, the app may have
kept playing music, but then the system would see the service is no longer important, and shut it down. This whole section of code needs to be reviewed,
but the problem should be fixed now.
</li>
</ul>
<h4>2.0.6-beta2</h4>
<ul>
<li>Added a bunch of logging to help track down this FUCKING RANDOM pausing issue</li>
</ul>
<h4>2.0.6-beta1</h4>
<ul>
<li>Crash fixes</li>
<li>Fixed an issue preventing songs/albums/artists from being deleted</li>
<li>Fixed a major issue where the app would randomly pause. This occurred when starting playback from a headset, bluetooth, widget, or any other means which didn't involve opening the app.</li>
<li>Various Crash fixes</li>
<li>Note: There are some crashes occurring on Android 9.0 (Pie), which are platform related. These have been raised with Google and we can only wait for a fix.</li>
</ul>
<h4>2.0.5</h4>
<ul>
Expand Down
22 changes: 4 additions & 18 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,11 @@
</head>

<body>
<h4>2.0.6-beta3</h4>
<h4>2.0.6</h4>
<ul>
<li>Fixed the random pausing issue.
</p>
The 'music service' schedules an alarm to shut itself down after 5 minutes, which is usually cancelled when playback starts.
But, when starting playback from the headset, bluetooth, or widget without actually launching the app UI, this alarm was being cancelled
before being scheduled - so the cancellation had no effect, and the service would shut down after 5 minutes. In some cases, the app may have
kept playing music, but then the system would see the service is no longer important, and shut it down. This whole section of code needs to be reviewed,
but the problem should be fixed now.
</li>
</ul>
<h4>2.0.6-beta2</h4>
<ul>
<li>Added a bunch of logging to help track down this FUCKING RANDOM pausing issue</li>
</ul>
<h4>2.0.6-beta1</h4>
<ul>
<li>Crash fixes</li>
<li>Fixed an issue preventing songs/albums/artists from being deleted</li>
<li>Fixed a major issue where the app would randomly pause. This occurred when starting playback from a headset, bluetooth, widget, or any other means which didn't involve opening the app.</li>
<li>Various Crash fixes</li>
<li>Note: There are some crashes occurring on Android 9.0 (Pie), which are platform related. These have been raised with Google and we can only wait for a fix.</li>
</ul>
<h4>2.0.5</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {

const val versionName = "2.0.6-beta3"
const val versionName = "2.0.6"

}

0 comments on commit c035402

Please sign in to comment.