[Android] Retain ES selection in the DB
Sébastien Toque
git at videolan.org
Sat Dec 8 21:22:46 CET 2012
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sat Dec 8 21:18:10 2012 +0100| [3d2ee6a5762bb076212819adf68709fd21d2215d] | committer: Sébastien Toque
Retain ES selection in the DB
also show the selected item in the track list
There is a bug in vlc:
if setSpuTrack(0) is called before the playback has started,
it will disable the video track instead of subtitles.
So the disable state of subtitles can't be restored for now
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3d2ee6a5762bb076212819adf68709fd21d2215d
---
vlc-android/res/layout/list_item_checkable.xml | 16 +++----
vlc-android/src/org/videolan/vlc/AudioService.java | 4 +-
.../src/org/videolan/vlc/DatabaseManager.java | 44 +++++++++++++++-----
vlc-android/src/org/videolan/vlc/Media.java | 22 +++++++++-
.../vlc/gui/video/VideoPlayerActivity.java | 34 ++++++++++++++-
5 files changed, 98 insertions(+), 22 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=3d2ee6a5762bb076212819adf68709fd21d2215d
More information about the Android
mailing list