aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subsonic-android/AndroidManifest.xml4
-rw-r--r--subsonic-android/releases/DSub 4.1.1.apkbin0 -> 1315520 bytes
-rw-r--r--subsonic-android/releases/DSub 4.1.2.apkbin0 -> 1266662 bytes
-rw-r--r--subsonic-android/res/raw/changelog.xml6
4 files changed, 8 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index 5f179492..5eabe457 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/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="58"
- android:versionName="4.1.1">
+ android:versionCode="59"
+ android:versionName="4.1.2">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/subsonic-android/releases/DSub 4.1.1.apk b/subsonic-android/releases/DSub 4.1.1.apk
new file mode 100644
index 00000000..9d582aec
--- /dev/null
+++ b/subsonic-android/releases/DSub 4.1.1.apk
Binary files differ
diff --git a/subsonic-android/releases/DSub 4.1.2.apk b/subsonic-android/releases/DSub 4.1.2.apk
new file mode 100644
index 00000000..0a4ee2bc
--- /dev/null
+++ b/subsonic-android/releases/DSub 4.1.2.apk
Binary files differ
diff --git a/subsonic-android/res/raw/changelog.xml b/subsonic-android/res/raw/changelog.xml
index f7d6f799..54f41c0f 100644
--- a/subsonic-android/res/raw/changelog.xml
+++ b/subsonic-android/res/raw/changelog.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="4.1.2" versioncode="59" releasedate="7/24/2013">
+ <change>Added option to clear cache from settings</change>
+ <change>Added cloud settings backup so when you reinstall on the same device your settings are still there</change>
+ <change>Fixed Android 4.3 crash</change>
+ <change>Performance enhancements</change>
+ </release>
<release version="4.1.1" versioncode="58" releasedate="7/18/2013">
<change>Fix some podcasts causing errors</change>
</release>