Skip to content

Commit

Permalink
Release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Aug 22, 2013
1 parent cc6a613 commit 17dbff4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="59"
android:versionName="4.1.2">
android:versionCode="60"
android:versionName="4.1.3">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
12 changes: 12 additions & 0 deletions res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.1.3" versioncode="60" releasedate="8/21/2013">
<change>Updated icon</change>
<change>Moved from ActionBarSherlock to Google's new equivalent library</change>
<change>Fix podcasts not showing up if server less than 4.8</change>
<change>Add option to download all podcasts at once (useful for when first adding a new podcast)</change>
<change>Put back notification for position changing</change>
<change>Added AlbumArtist, Genre, Track metadata (Android 4.3+)</change>
<change>Added position updating for AVRCP 1.3 (Android 4.3+)</change>
<change>Jukebox volume looks nicer</change>
<change>Jukebox stays active the next time you start DSub</change>
<change>More optimizations and bug fixes</change>
</release>
<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>
Expand Down

0 comments on commit 17dbff4

Please sign in to comment.