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

Tv #2

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

Tv #2

wants to merge 71 commits into from

Conversation

sensemilla
Copy link
Owner

No description provided.

GeoffreyMetais and others added 30 commits October 1, 2014 16:38
Basic video browsing with only one list for now.
Thumbnailer is plugged.

Audio browsing should work (but not play)
This style is only used for VideoPlayerActivity.

Signed-off-by: Edward Wang <[email protected]>
Android 4.2 (API17) adds fullscreen support, and gives the possibility to
show/hide the StatusBar without any resize.

Replace player_overlay_header with android StatusBar and ActionBar.

 - The StatusBar will display the date, the battery, the connectivity and the
   notifications.

 - The ActionBar will display the Video title, using a custom layout that looks
   like the previous overlay header. It's important to use The ActionBar and
   not a view in the player layout since the show/hide animations of the
   ActionBar is synchronized with the StatusBar.

Signed-off-by: Edward Wang <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
fix protobuf build.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Only videos for now, will be adapted to other media soon
Need to find a batter 'grid launcher' too.
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Set the title under the StatusBar translucent with a black shadow.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
It's only used for Player hence the new name.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Here is the mapping

A : play/pause
B : Audio Track
X : toggle mute
Y : Select subtitle
R1 : seek forward
L1 : seek backward

Left stick:
Horizontal axis: seek
Vertical axis : brightness

Right stick:
Vertical axis: volume

Please tell me if you have a better idea of configuration
GeoffreyMetais and others added 30 commits October 9, 2014 13:42
Otherwise, autocomplete is broken
we wait to have a specific one
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
add jni_attach_thread, jni_detach_thread, jni_get_env in libvlcjni.c.

A name should be specified when a thread is attached to Java. Art (on
android-L) was warning us about. jni_attach_thread call AttachCurrentThread
with a JavaVMAttachArgs containing JNI_VERSION and THREAD_NAME.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Signed-off-by: Geoffrey Métais <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
Please enter the commit message for your changes. Lines starting

Conflicts:
	vlc-android/AndroidManifest.xml
	vlc-android/project.properties
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