Skip to content

Commit

Permalink
Update 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Dec 25, 2013
1 parent 3f2a53d commit e66c042
Show file tree
Hide file tree
Showing 2 changed files with 17 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="76"
android:versionName="4.3.2">
android:versionCode="77"
android:versionName="4.3.3">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
15 changes: 15 additions & 0 deletions res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.3.3" versioncode="77" releasedate="12/25/2013">
<change>Enable keep starred songs synced in settings</change>
<change>Enable sync newly added in settings</change>
<change>Sync notification when new stuff is downloaded (can be disabled)</change>
<change>Added albums by decade button to home screen on 4.9Beta3+</change>
<change>Browse genres by album (instead of by song) on 4.9Beta3+</change>
<change>Sort Podcasts by name</change>
<change>Sort albums by year on 4.9Beta3+</change>
<change>Fix clicking on notifications/widgets</change>
<change>Many sync fixes/improvements</change>
<change>Background optimizations to improve battery life</change>
<change>Fix genres not being sorted/weird characters in 4.9Beta3+</change>
<change>Fix crash turning screen back on in Android 4.3</change>
<change>Various minor bug fixes</change>
</release>
<release version="4.3.2" versioncode="76" releasedate="12/8/2013">
<change>Click on album art to popup a larger version</change>
<change>Added Show all media button to replace albums with songs</change>
Expand Down

0 comments on commit e66c042

Please sign in to comment.