Skip to content

Commit

Permalink
Updated version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed May 24, 2013
1 parent 1342c51 commit 70a04be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subsonic-android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="48"
android:versionName="4.0.0">
android:versionCode="49"
android:versionName="4.0.1">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
16 changes: 14 additions & 2 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.0.1" versioncode="49" releasedate="5/23/2013">
<change>New: Chat Tab (Set chat auto refresh rate from settings)</change>
<change>New: Dynamic servers, add as many, or remove all but the ones you are using</change>
<change>New: Added separate setting for songs to preload for Wifi/Mobile</change>
<change>Improvement: The infinite playlist while shuffling is now persistent between startups</change>
<change>Theme: White is now more white, got rid of blue text for white theme only</change>
<change>Theme: Black is now a flat black due to popular request</change>
<change>Theme: Apply the current theme to settings screen</change>
<change>Fix: Don't stretch album art on bottom of main tabs</change>
<change>Fix: Possible fix for some who were having crash on starting EQ</change>
</release>

<release version="4.0.0" versioncode="48" releasedate="5/16/2013">
<change>Converted everything to fragments!</change>
<change>Converted everything to fragments!</change>
<change>Swipe to switch tabs</change>
<change>Breadcrumb trail when going down several levels</change>
<change>Require double tapping back to exit app</change>
Expand All @@ -13,5 +25,5 @@
<change>Added total time to playlist/album headers</change>
<change>Fixed a lot of the menu items not working when using search</change>
<change>Update to Light/Dark themes</change>
</release>
</release>
</changelog>

0 comments on commit 70a04be

Please sign in to comment.