aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-10-21 20:02:12 -0700
committerScott Jackson <daneren2005@gmail.com>2013-10-21 20:02:12 -0700
commitfd0a4220e47ec0c46946b65c7eca0d932310b221 (patch)
treef1f96fc6fcef36445d89a981c0156942445b182d
parent2486cd6f72042052dfb45697d11e558e345c302a (diff)
downloaddsub-fd0a4220e47ec0c46946b65c7eca0d932310b221.tar.gz
dsub-fd0a4220e47ec0c46946b65c7eca0d932310b221.tar.bz2
dsub-fd0a4220e47ec0c46946b65c7eca0d932310b221.zip
Updated to 4.1.7
-rw-r--r--AndroidManifest.xml4
-rw-r--r--releases/DSub 4.1.6.apkbin0 -> 1425344 bytes
-rw-r--r--releases/DSub 4.1.7.apkbin0 -> 1412323 bytes
-rw-r--r--res/raw/changelog.xml10
4 files changed, 12 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index da2745cc..d6b13e09 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="64"
- android:versionName="4.1.6">
+ android:versionCode="65"
+ android:versionName="4.1.7">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/releases/DSub 4.1.6.apk b/releases/DSub 4.1.6.apk
new file mode 100644
index 00000000..70db9096
--- /dev/null
+++ b/releases/DSub 4.1.6.apk
Binary files differ
diff --git a/releases/DSub 4.1.7.apk b/releases/DSub 4.1.7.apk
new file mode 100644
index 00000000..7b215538
--- /dev/null
+++ b/releases/DSub 4.1.7.apk
Binary files differ
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml
index 353f9706..58aa446f 100644
--- a/res/raw/changelog.xml
+++ b/res/raw/changelog.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="4.1.7" versioncode="65" releasedate="10/21/2013">
+ <change>Settings screen now broken down by sections</change>
+ <change>Added option to choose whether or not to pause on headphone/bluetooth disconnect</change>
+ <change>Added confirm for clearing current queue</change>
+ <change>Added option to hide widget while nothing is playing</change>
+ <change>Fix not being able to change position in Jukebox mode</change>
+ <change>Fix position not being saved sometimes when pausing during a streamed song</change>
+ <change>Fix sometimes the letters not matching the position on the artist list</change>
+ <change>Various minor bug fixes</change>
+ </release>
<release version="4.1.6" versioncode="64" releasedate="10/3/2013">
<change>Fix recent update sometimes messing up downloaded song</change>
<change>Fix changing position while streaming a song</change>