Skip to content
Snippets Groups Projects
Commit bb2dda03 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update Android page, notably features

parent 2093299f
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@
?>
<div class="container">
<?php
$screenshots = getScreenshots("android");
$defaultDetail = getOS("android");
?>
<?php
$screenshots = getScreenshots("android");
$defaultDetail = getOS("android");
?>
<section class="download-wrapper">
<div class="row reorder-xs">
<?php drawScreenshots($screenshots); ?>
......@@ -28,29 +28,29 @@
</div>
<div class="projectDescription hidden-sm hidden-xs">
<?php echo
_("VLC media player is a free and open source cross-platform multimedia player that plays most multimedia files as well as discs, devices, and network streaming protocols.
This is the port of VLC media player to the Android&trade; platform. VLC for Android can play any video and audio files, as well as network streams and DVD ISOs, like the desktop version of VLC.<br/>
VLC for Android is a full audio player, with a complete database, an equalizer and filters, playing all weird audio formats."); ?>
_("VLC for Android is a full port of VLC media player to the Android&trade; platform.<br />
It can play any video and audio files, network streams and DVD ISOs, like the classic version of VLC.<br/>
VLC features a full music player, a media database, equalizer and filters, and numerous other features."); ?>
</div>
<div class="projectDescription visible-xs visible-sm center-font-xs">
<?php echo
_("VLC media player is a free and open source cross-platform multimedia player that plays most multimedia files as well as discs, devices, and network streaming protocols.
This is the port of VLC media player to the Android&trade; platform. VLC for Android can play any video and audio files, as well as network streams and DVD ISOs, like the desktop version of VLC.<br/>
VLC for Android is a full audio player, with a complete database, an equalizer and filters, playing all weird audio formats."); ?>
_("VLC for Android is a full port of VLC media player to the Android&trade; platform.<br />
It can play any video and audio files, network streams and DVD ISOs, like the classic version of VLC.<br/>
VLC features a full music player, a media database, equalizer and filters, and numerous other features."); ?>
</div>
<div class="inner center-xs">
<div class="btn-group;width:360px">
<div class="inner center-xs">
<div class="btn-group;width:360px">
<a href="https://play.google.com/store/apps/details?id=org.videolan.vlc"><img src="/images/get_it_on_play_logo_large.png" border="0" /></a>
<a href="http://www.amazon.com/VLC-Mobile-Team-for-Fire/dp/B00U65KQMQ"><img src="/images/badges/Amazon-apps-black.png" height="60" /></a>
</div>
<div id="downloadDetails">
Version <span id='downloadVersion'>
<?php echo $defaultDetail["latestVersion"] ?></span>&nbsp;&#8226;&nbsp;<span id='downloadOS'><?php echo $defaultDetail["name"]; ?></span>
</div>
<div id="downloadDetails">
Version <span id='downloadVersion'>
<?php echo $defaultDetail["latestVersion"] ?></span>&nbsp;&#8226;&nbsp;<span id='downloadOS'><?php echo $defaultDetail["name"]; ?></span>
<br>
or download the <a href="//get.videolan.org/vlc-android/<?php echo $androidversion; ?>/">APK package</a> from our mirrors.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
......@@ -63,11 +63,13 @@ VLC for Android is a full audio player, with a complete database, an equalizer a
<div>
<ul class="bullets">
<li>Plays all files, in all formats, like the classic VLC.</li>
<li>Audio and video media library, with full search.</li>
<li>Support for network streams, including HLS.</li>
<li>Audio and video media library, with full search and history.</li>
<li>Support for network streams, including HLS and Dash.</li>
<li>Support for NAS and shared drives browsing.</li>
<li>Supports Android Version 2.2 (platform-8) or later.</li>
<li>Supports ARMv7, ARMv8 / AArch64, MIPS and x86.</li>
<li>Supports secondary display.</li>
<li>Support Android TV.</li>
<li>Support Chromebooks.</li>
</ul>
</div>
</div>
......@@ -79,10 +81,11 @@ VLC for Android is a full audio player, with a complete database, an equalizer a
<ul class="bullets">
<li>Subtitles support, embedded and external, including ASS and DVD subtitles.</li>
<li>Multi audio or subtitles tracks selection.</li>
<li>Multi-core decoding.</li>
<li>Supports full hardware decoding.</li>
<li>Multi-core and full hardware decoding.</li>
<li>Gestures, headphones control.</li>
<li>Audio equalizer</li>
<li>Audio equalizer and filters.</li>
<li>Supports secondary display.</li>
<li>Supports 360 video and 3D audio.</li>
</ul>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment