Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.x bugfix #1

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

0.1.x bugfix #1

wants to merge 32 commits into from

Commits on Jul 26, 2013

  1. AudioService: update widgets on track change

    Parity with other events (pause/stop/etc)
    edwardcwang authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    30658b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d44e4 View commit details
    Browse the repository at this point in the history
  3. jni: add LibVLC.removeIndex

    edwardcwang authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    b5d7fb4 View commit details
    Browse the repository at this point in the history
  4. HistoryFragment: add a context menu

    edwardcwang authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    aef9e13 View commit details
    Browse the repository at this point in the history
  5. jni: control playback with media_player and remove media_list_player

    Ref #8895
    
    Signed-off-by: Sébastien Toque <[email protected]>
    edwardcwang authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    0be3095 View commit details
    Browse the repository at this point in the history
  6. jni: expand subitems

    Signed-off-by: Sébastien Toque <[email protected]>
    edwardcwang authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    a54de88 View commit details
    Browse the repository at this point in the history
  7. Add a function for getting the java Surface object

    Signed-off-by: Martin Storsjö <[email protected]>
    mstorsjo authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    264aea7 View commit details
    Browse the repository at this point in the history
  8. Bump the tested hash, making the vout work on Android 4.3

    Signed-off-by: Martin Storsjö <[email protected]>
    mstorsjo authored and jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    8e7aa5c View commit details
    Browse the repository at this point in the history
  9. On the road to 0.1.3-release

    jbkempf committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    8ba80bd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. Bump the tested hash to the latest version of vlc.git

    This fixes the video output on 2.3 and 3.x.
    
    Signed-off-by: Martin Storsjö <[email protected]>
    (cherry picked from commit f0c9f3d)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    mstorsjo authored and jbkempf committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    29533df View commit details
    Browse the repository at this point in the history
  2. AudioService: fix open MRL with existing items

    (cherry picked from commit 5cf82ed)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    edwardcwang authored and jbkempf committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    b36d134 View commit details
    Browse the repository at this point in the history
  3. DirectoryViewFragment: fix item selection in a folder with subfolers

    Should also fix many IndexOutOfBoundsExceptions
    
    (cherry picked from commit 9cc7bce)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    edwardcwang authored and jbkempf committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    7d8d890 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Set the input type for the OpenMRL dialog input field

    This avoids autocorrection and similar things that aren't useful
    (and mostly very annoying) when typing a URL.
    
    Signed-off-by: Martin Storsjö <[email protected]>
    (cherry picked from commit f8b6d2b)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    mstorsjo authored and jbkempf committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    1da43e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2013

  1. fix some lint warnings

    (cherry picked from commit aa36195)
    Signed-off-by: Edward Wang <[email protected]>
    XilasZ authored and edwardcwang committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    19dda55 View commit details
    Browse the repository at this point in the history
  2. AudioService: fix video stream playback

    Fix regression from 02ee423 where hiding the notification kills the stream.
    
    (cherry picked from commit e16fa98)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    3a2b293 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2013

  1. HistoryFragment: fix (null) items when deleting in HistoryFragment

    (cherry picked from commit fd5ba47)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    31c1af0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2013

  1. VideoPlayerActivity: fix lock with horizontally native tablets

    (cherry picked from commit 712f938)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    93f83fa View commit details
    Browse the repository at this point in the history
  2. VideoPlayerActivity; use SCREEN_ORIENTATION_LOCKED on API 18+

    (cherry picked from commit 0784713)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    f235138 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Support NDK r9

    (cherry picked from commit 0cbc060)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    funman authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    b2a822f View commit details
    Browse the repository at this point in the history
  2. No need to match NDKr9 and NDKr9a differently (for now)

    (cherry picked from commit 5bb852b)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    funman authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    b13c550 View commit details
    Browse the repository at this point in the history
  3. Bump targetSdkVersion to 18

    (cherry picked from commit 7a033ae)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    edwardcwang authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    7dfbaa5 View commit details
    Browse the repository at this point in the history
  4. widget: fix widget updates when launcher is restarted

    When the launcher is killed/restarted, only the latest RemoteViews is restored.
    so use partial updates if possible (API11+), else update everything.
    
    Unfortunately, in API below 17, partial updates are not cached by android,
    so we have to force those updates from the service.
    
    To avoid spamming with several big intents during playback,
    the cover is not restored, only state, text and position.
    
    (cherry picked from commit 6b896d9)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    XilasZ authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    5d3da41 View commit details
    Browse the repository at this point in the history
  5. Remove media from the cache when deleting to prevent phantom media in…

    … the video list
    
    (cherry picked from commit db382cd)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    XilasZ authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    589f420 View commit details
    Browse the repository at this point in the history
  6. MediaDatabase: work around devices with broken /data

    Allow these devices to at least start up and play files
    
    (cherry picked from commit b53d25f)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    edwardcwang authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    bb3ac1a View commit details
    Browse the repository at this point in the history
  7. HistoryAdapter: fix album art

    (cherry picked from commit e910fdf)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    edwardcwang authored and jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    cb28e48 View commit details
    Browse the repository at this point in the history
  8. Revert "fix some lint warnings"

    This reverts commit 19dda55.
    jbkempf committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    47582bf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. jni: plug leaks

    (cherry picked from commit 67dd56a)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    b7d4632 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. res: typo

    (cherry picked from commit 96a2c5f)
    Signed-off-by: Edward Wang <[email protected]>
    edwardcwang committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    5687062 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. jni: version check before using private structures

    Close #9300
    
    (cherry picked from commit d0f34ad)
    Signed-off-by: Edward Wang <[email protected]>
    
    Conflicts:
    	vlc-android/jni/vout.c
    edwardcwang committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    ea2fa67 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. Bump version for 0.1.4

    jbkempf committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    dfb864a View commit details
    Browse the repository at this point in the history
  2. Bump the vlc hash for release

    jbkempf committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    c14c54f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. thumbnailer: do not wait until video position becomes *strictly* supe…

    …rior to THUMBNAIL_POSITION.
    
    Avoid waiting unnecessarily when the media player reaches exactly THUMBNAIL_POSITION. However we must now wait until libvlc updates the position before polling with libvlc_media_player_get_position().
    
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    (cherry picked from commit 0c2844f)
    Signed-off-by: Jean-Baptiste Kempf <[email protected]>
    flx42 authored and jbkempf committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    bf90b31 View commit details
    Browse the repository at this point in the history