[www-doc] [Git][VideoLAN.org/websites][master] Update Android page, notably features
Jean-Baptiste Kempf
gitlab at videolan.org
Tue Jul 31 11:18:05 CEST 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
bb2dda03 by Jean-Baptiste Kempf at 2018-07-31T11:17:39+02:00
Update Android page, notably features
- - - - -
1 changed file:
- www.videolan.org/vlc/download-android.php
Changes:
=====================================
www.videolan.org/vlc/download-android.php
=====================================
--- a/www.videolan.org/vlc/download-android.php
+++ b/www.videolan.org/vlc/download-android.php
@@ -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™ 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™ 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™ 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™ 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> • <span id='downloadOS'><?php echo $defaultDetail["name"]; ?></span>
+ </div>
+ <div id="downloadDetails">
+ Version <span id='downloadVersion'>
+ <?php echo $defaultDetail["latestVersion"] ?></span> • <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>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/bb2dda03345e7e71c9328becabc12a4bb259fb21
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/bb2dda03345e7e71c9328becabc12a4bb259fb21
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list