OSDN Git Service

Apollo: open album by id rather by name and artist.
authorKyrylo Mikos <kiril.mik.os@gmail.com>
Fri, 19 Jul 2013 13:01:10 +0000 (16:01 +0300)
committerKyrylo Mikos <kiril.mik.os@gmail.com>
Fri, 19 Jul 2013 13:37:52 +0000 (16:37 +0300)
commit3320aa90f956a41d882ff830c70a2b827d05b1d7
tree17a2e303b0d8cf301ee4b5bba587e0d70eb6d83d
parent2d130bacf6074f484e5605ddca95343bc3244c4e
Apollo: open album by id rather by name and artist.

Some artist has albums splitted into 2 parts with same name
and in Apollo when we clicking on both albums we will get into
Profile activity with first part of album.

Change-Id: I96d5e7ee3ce0a04c708d1d8941096aaf942a25e3
src/com/andrew/apollo/ui/activities/AudioPlayerActivity.java
src/com/andrew/apollo/ui/activities/BaseActivity.java
src/com/andrew/apollo/ui/activities/SearchActivity.java
src/com/andrew/apollo/ui/fragments/AlbumFragment.java
src/com/andrew/apollo/ui/fragments/RecentFragment.java
src/com/andrew/apollo/ui/fragments/profile/ArtistAlbumFragment.java
src/com/andrew/apollo/utils/NavUtils.java