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

Conversation

sensemilla
Copy link
Owner

No description provided.

edwardcwang and others added 30 commits July 26, 2013 19:25
Parity with other events (pause/stop/etc)
Signed-off-by: Sébastien Toque <[email protected]>
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]>
(cherry picked from commit 5cf82ed)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Should also fix many IndexOutOfBoundsExceptions

(cherry picked from commit 9cc7bce)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
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]>
(cherry picked from commit aa36195)
Signed-off-by: Edward Wang <[email protected]>
Fix regression from 02ee423 where hiding the notification kills the stream.

(cherry picked from commit e16fa98)
Signed-off-by: Edward Wang <[email protected]>
(cherry picked from commit 712f938)
Signed-off-by: Edward Wang <[email protected]>
(cherry picked from commit 0784713)
Signed-off-by: Edward Wang <[email protected]>
(cherry picked from commit 0cbc060)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit 5bb852b)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit 7a033ae)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
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]>
… the video list

(cherry picked from commit db382cd)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Allow these devices to at least start up and play files

(cherry picked from commit b53d25f)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit e910fdf)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit 67dd56a)
Signed-off-by: Edward Wang <[email protected]>
(cherry picked from commit 96a2c5f)
Signed-off-by: Edward Wang <[email protected]>
Close #9300

(cherry picked from commit d0f34ad)
Signed-off-by: Edward Wang <[email protected]>

Conflicts:
	vlc-android/jni/vout.c
jbkempf and others added 2 commits November 26, 2013 17:34
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants