aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-09-27 07:54:25 -0700
committerScott Jackson <daneren2005@gmail.com>2013-09-27 07:54:25 -0700
commitae6544112e357c3d1ff9a68ca0e4c8a55c9afcad (patch)
treecf8dc548c5e6b6749b78b064d955f9c28eba4a98
parent789bcd76a33689f9fdf15db99545395edd1cdda5 (diff)
downloaddsub-ae6544112e357c3d1ff9a68ca0e4c8a55c9afcad.tar.gz
dsub-ae6544112e357c3d1ff9a68ca0e4c8a55c9afcad.tar.bz2
dsub-ae6544112e357c3d1ff9a68ca0e4c8a55c9afcad.zip
Release 4.1.5
-rw-r--r--AndroidManifest.xml4
-rw-r--r--releases/DSub 4.1.5.apkbin0 -> 1424782 bytes
-rw-r--r--res/raw/changelog.xml11
3 files changed, 13 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5a17c19c..3c1f8465 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="62"
- android:versionName="4.1.4">
+ android:versionCode="63"
+ android:versionName="4.1.5">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/releases/DSub 4.1.5.apk b/releases/DSub 4.1.5.apk
new file mode 100644
index 00000000..925aa0ae
--- /dev/null
+++ b/releases/DSub 4.1.5.apk
Binary files differ
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml
index d4ec275a..d07ea029 100644
--- a/res/raw/changelog.xml
+++ b/res/raw/changelog.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="4.1.5" versioncode="63" releasedate="9/27/2013">
+ <change>Notification while doing background downloads, clicking will show you the download list</change>
+ <change>Put songs in the root directory in a new folder called Root at the bottom of the list</change>
+ <change>Speedup of saving/loading current playing list (mostly matters for those using large playlists)</change>
+ <change>Cache most common folder listings for better experience while network is intermittent</change>
+ <change>Speedup of offline playlist loading</change>
+ <change>Fix app reloading data/losing position on orientation change</change>
+ <change>Fix Show Album from now playing list</change>
+ <change>Fix using shuffle in offline mode sometimes using online songs</change>
+ <change>Various optimizations and bug fixes</change>
+ </release>
<release version="4.1.4" versioncode="61" releasedate="8/25/2013">
<change>Fix for freezes on 4.3</change>
<change>Fix for starred songs/albums not being clickable</change>