Skip to content

Tags: SomethingExplosive/android_packages_apps_Music

Tags

v2.0.4

Toggle v2.0.4's commit message
Merge tag 'android-4.4.1_r1' into somex-4.4

Android 4.4.1 Release 1

v1.2.2

Toggle v1.2.2's commit message
Fixed the Music app crash issue when the repeat button is disabled.

When the music application is set to REPEAT_NONE mode, the mNextMediaPlayer
didn't set to null. Therefore, the music would play next song, but the index
is invaild and causes the app crash.

Change-Id: I991ab50a05636ad3e14ea826cf9a43af7dacdb0a

Signed-off-by: Jun Tian <[email protected]>
Signed-off-by: Zhu Yanglin <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Music: Music Force Close when the last song is end and repeat is closed.

getCursorForId(mPlayList[mPlayPos]) will cause ArrayIndexOutOfBoundsException
so need to check the index of mPlayList before use it.

Change-Id: I31e69c48a241310ec9418d147cc980bdcc81e31e
Author: Jun Wu <[email protected]>
Signed-off-by: Jun Wu <[email protected]>
Signed-off-by: Shuo Gao <[email protected]>
Signed-off-by: Bruce Beare <[email protected]>
Signed-off-by: Jack Ren <[email protected]>
Author-tracking-BZ: 57322