History log of /packages/apps/Music/src/com/android/music/AudioPreview.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
476fb244a96139af3740cf7686fc5408131ba028 26-Mar-2015 Marco Nelissen <marcone@google.com> Don't refresh UI if it's not visible

Change-Id: I5d9a00dbcf26de236e937da8274cf71707229340
/packages/apps/Music/src/com/android/music/AudioPreview.java
4732e676e10f22796826dabb916645808561c82a 05-Mar-2011 sergey2.novikov <sergey2.novikov@sonyericsson.com> Null pointer protection in AudioPreview.java for Music app

Added protection from null pointer exception of PreviewPlayer.
It can happen if user presses play-pause or drags SeekBar
and exits from AudioPreview simultaneously, so pointer to
PreviewPlayer will be used after nullification but before
the exiting from AudioPreview activity will be finished.

Change-Id: Idb3a903fdaa95727ad63dda8cab4589b5cfacd6a
/packages/apps/Music/src/com/android/music/AudioPreview.java
cb3dc09ab1e96891a06adbcd11fe3047ccf8f494 11-Jan-2012 Marco Nelissen <marcone@google.com> Add support for A2DP play and pause buttons to preview activity.

b/5848206

Change-Id: I585eaf66039caf1544e6d126fd830d0e3bf974ec
/packages/apps/Music/src/com/android/music/AudioPreview.java
80b9ee1600d16f0b2dde128685290ddefb5dc89a 21-Jan-2011 Marco Nelissen <marcone@google.com> Pick up some fixes from Music2

Change-Id: I0e6712a2ecee0f6486cad6af9a614d86289466a5
/packages/apps/Music/src/com/android/music/AudioPreview.java
a3e7351123432c29401a46438c9a4bf4ed2d5d0f 16-Nov-2010 Marco Nelissen <marcone@google.com> When preview audio was paused, don't restart automatically after an orientation change.

Change-Id: I62b159752970b204a4a542c1de387180a0a817a9
/packages/apps/Music/src/com/android/music/AudioPreview.java
bc7fa6597f72c1ddeae6b6a2f150140d84319ebf 04-Nov-2010 Marco Nelissen <marcone@google.com> Infinite length streams are reported with a size of 0. Fix the
resulting divide-by-zero exception, and hide the progress bar
since it's useless in this case.
b/3163692

Change-Id: I68c72a161696648df9ac2a75a50386ea96413292
/packages/apps/Music/src/com/android/music/AudioPreview.java
f98e6c60a6db78adb2fe4afbce53b849767eaaec 22-Oct-2010 Marco Nelissen <marcone@google.com> Fix problem with playback continuing after the user exited the activity,
and with the spinner continuing to show when changing orientation while
the player was still preparing.
b/3121405

Change-Id: I1c165f7956b063dd90f854ee9e49f8d84877f13b
/packages/apps/Music/src/com/android/music/AudioPreview.java
e1d2fb1745f10c9206e8972f783273866b3df1dc 08-Oct-2010 Marco Nelissen <marcone@google.com> Fix playback of email attachments (http://b/issue?id=3066732), don't forget
to close the cursor, and don't crash when somebody launches AudioPreview
without a URI.

Change-Id: I3ba714dc44e8bc59557f22f6679cfc700f9eae4d
/packages/apps/Music/src/com/android/music/AudioPreview.java
32905800f25785d072974cab56e72473d904c567 05-Oct-2010 Marco Nelissen <marcone@google.com> Also show the error Toast in the preview activity when playback fails.

Change-Id: Ic35b116b63554f89a44efcfa8321f2cc4558c87c
/packages/apps/Music/src/com/android/music/AudioPreview.java
4b83a8c009d8dcc3ed66505604101ee757f5a99f 23-Sep-2010 Marco Nelissen <marcone@google.com> Fix crash in audio preview.

Change-Id: Ia33f00f8ca373be7cfc41a8c30096a6ded3a9949
/packages/apps/Music/src/com/android/music/AudioPreview.java
8d08ec235831d71fdd7f7b6f7757c2bc19528fae 10-May-2010 Marco Nelissen <marcone@google.com> Backport the AudioPreview activity from Music2 to Music

Change-Id: I1e1ec54a4613ef60e9a4539d5c50ed0874764b93
/packages/apps/Music/src/com/android/music/AudioPreview.java