diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | releases/DSub 4.1.6.apk | bin | 0 -> 1425344 bytes | |||
-rw-r--r-- | releases/DSub 4.1.7.apk | bin | 0 -> 1412323 bytes | |||
-rw-r--r-- | res/raw/changelog.xml | 10 |
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 Binary files differnew file mode 100644 index 00000000..70db9096 --- /dev/null +++ b/releases/DSub 4.1.6.apk diff --git a/releases/DSub 4.1.7.apk b/releases/DSub 4.1.7.apk Binary files differnew file mode 100644 index 00000000..7b215538 --- /dev/null +++ b/releases/DSub 4.1.7.apk 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> |