Skip to content

Commit

Permalink
Updated to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 18, 2013
1 parent d507cc3 commit 15c4463
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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="56"
android:versionName="4.0.7">
android:versionCode="57"
android:versionName="4.1.0">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-android/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# project structure.

# Project target.
target=android-16
target=android-17
android.library.reference.1=../ActionBarSherlock/actionbarsherlock
android.library.reference.2=../DragSortListView/library
9 changes: 9 additions & 0 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.1.0" versioncode="57" releasedate="7/17/2013">
<change>Added Podcast Tab (4.5+)</change>
<change>Add/Delete Podcast Channels. Manage server status of Podcast Episodes (4.8+)</change>
<change>Double press pause on headset to skip to next song</change>
<change>Added HLS as a option under external video players (4.8+). Skipping doesn't seem to work for me.</change>
<change>Fix pressing play from widget from sometimes starting song over</change>
<change>Various minor UI tweaks to make things look nicer</change>
<change>Gapless Playback setting: if off now acts more like base Subsonic app to hopefully fix some issues</change>
</release>
<release version="4.0.7" versioncode="56" releasedate="7/2/2013">
<change>Added offline starring to library view instead of just now playing</change>
<change>Remove * to show downloading, go off of whether arrow is blue or green for cached/perma cached</change>
Expand Down

0 comments on commit 15c4463

Please sign in to comment.