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-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Aug 30, 2018
1 parent 58c4f05 commit 6f712fa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
</head>

<body>
<h4>2.0.6-beta3</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>
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
</head>

<body>
<h4>2.0.6-beta3</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>
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-beta2"
const val versionName = "2.0.6-beta3"

}

0 comments on commit 6f712fa

Please sign in to comment.