[Android] [PATCH] Bug #9727 patched

Edward Wang edward.c.wang at compdigitec.com
Sun Mar 2 22:18:39 CET 2014


On 2014-03-02 06:27, Vojtěch Létal <letal.vojtech at gmail.com> wrote:
> From 93a9885a416bceb732c143de172fb27fe70f2133 Mon Sep 17 00:00:00 2001
> From: Vojtech Letal <letal.vojtech at gmail.com>
> Date: Sun, 2 Mar 2014 12:14:26 +0100
> Subject: [PATCH] Bug #9727 patched
>
> Bug description: "VLC for Android does not save current position in
> folder mode." https://trac.videolan.org/vlc/ticket/9727
>
> Method browse in the DirectoryAdapter now returns a number representing
> position of the current directory in the directory which is being
> opened, 0 if the opened directory does not contain the current one or -1
> if the opening was not successful.
>
> This is used in DirectoryViewFragment. After calling the browse method
> if the call was successful selection is set to appropriate item or
> handled as before.
> ---
>  .../src/org/videolan/vlc/gui/DirectoryAdapter.java | 44 
> +++++++++++++++++-----
>  .../videolan/vlc/gui/DirectoryViewFragment.java    | 13 +++++--
>  2 files changed, 44 insertions(+), 13 deletions(-) 

Your mail client seems to be breaking lines and hence I can't seem to 
apply the patchset.

Could you send it with git-send-email or attach the patch for review?

Thanks,
         Edward Wang


More information about the Android mailing list