-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
0.1.x bugfix #1
Commits on Jul 26, 2013
-
AudioService: update widgets on track change
Parity with other events (pause/stop/etc)
Configuration menu - View commit details
-
Copy full SHA for 30658b5 - Browse repository at this point
Copy the full SHA 30658b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d44e4 - Browse repository at this point
Copy the full SHA d7d44e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d7fb4 - Browse repository at this point
Copy the full SHA b5d7fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef9e13 - Browse repository at this point
Copy the full SHA aef9e13View commit details -
jni: control playback with media_player and remove media_list_player
Ref #8895 Signed-off-by: Sébastien Toque <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0be3095 - Browse repository at this point
Copy the full SHA 0be3095View commit details -
Signed-off-by: Sébastien Toque <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a54de88 - Browse repository at this point
Copy the full SHA a54de88View commit details -
Add a function for getting the java Surface object
Signed-off-by: Martin Storsjö <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 264aea7 - Browse repository at this point
Copy the full SHA 264aea7View commit details -
Bump the tested hash, making the vout work on Android 4.3
Signed-off-by: Martin Storsjö <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e7aa5c - Browse repository at this point
Copy the full SHA 8e7aa5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba80bd - Browse repository at this point
Copy the full SHA 8ba80bdView commit details
Commits on Jul 29, 2013
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 29533df - Browse repository at this point
Copy the full SHA 29533dfView commit details -
AudioService: fix open MRL with existing items
(cherry picked from commit 5cf82ed) Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b36d134 - Browse repository at this point
Copy the full SHA b36d134View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7d8d890 - Browse repository at this point
Copy the full SHA 7d8d890View commit details
Commits on Jul 30, 2013
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1da43e1 - Browse repository at this point
Copy the full SHA 1da43e1View commit details
Commits on Aug 13, 2013
-
(cherry picked from commit aa36195) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19dda55 - Browse repository at this point
Copy the full SHA 19dda55View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3a2b293 - Browse repository at this point
Copy the full SHA 3a2b293View commit details
Commits on Aug 29, 2013
-
HistoryFragment: fix (null) items when deleting in HistoryFragment
(cherry picked from commit fd5ba47) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31c1af0 - Browse repository at this point
Copy the full SHA 31c1af0View commit details
Commits on Sep 1, 2013
-
VideoPlayerActivity: fix lock with horizontally native tablets
(cherry picked from commit 712f938) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93f83fa - Browse repository at this point
Copy the full SHA 93f83faView commit details -
VideoPlayerActivity; use SCREEN_ORIENTATION_LOCKED on API 18+
(cherry picked from commit 0784713) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f235138 - Browse repository at this point
Copy the full SHA f235138View commit details
Commits on Sep 9, 2013
-
(cherry picked from commit 0cbc060) Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2a822f - Browse repository at this point
Copy the full SHA b2a822fView commit details -
No need to match NDKr9 and NDKr9a differently (for now)
(cherry picked from commit 5bb852b) Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b13c550 - Browse repository at this point
Copy the full SHA b13c550View commit details -
(cherry picked from commit 7a033ae) Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dfbaa5 - Browse repository at this point
Copy the full SHA 7dfbaa5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5d3da41 - Browse repository at this point
Copy the full SHA 5d3da41View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 589f420 - Browse repository at this point
Copy the full SHA 589f420View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bb3ac1a - Browse repository at this point
Copy the full SHA bb3ac1aView commit details -
(cherry picked from commit e910fdf) Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb28e48 - Browse repository at this point
Copy the full SHA cb28e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47582bf - Browse repository at this point
Copy the full SHA 47582bfView commit details
Commits on Sep 10, 2013
-
(cherry picked from commit 67dd56a) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7d4632 - Browse repository at this point
Copy the full SHA b7d4632View commit details
Commits on Sep 15, 2013
-
(cherry picked from commit 96a2c5f) Signed-off-by: Edward Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5687062 - Browse repository at this point
Copy the full SHA 5687062View commit details
Commits on Nov 7, 2013
-
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
Configuration menu - View commit details
-
Copy full SHA for ea2fa67 - Browse repository at this point
Copy the full SHA ea2fa67View commit details
Commits on Nov 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for dfb864a - Browse repository at this point
Copy the full SHA dfb864aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c14c54f - Browse repository at this point
Copy the full SHA c14c54fView commit details
Commits on Nov 27, 2013
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bf90b31 - Browse repository at this point
Copy the full SHA bf90b31View commit details