<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Felix Paul Kühne pushed to branch master at <a href="https://code.videolan.org/VideoLAN.org/websites">VideoLAN organization / websites</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3">9a9510f1</a></strong>
<div>
<span>by Felix Paul Kühne</span>
<i>at 2016-01-20T00:26:41Z</i>
</div>
<pre class='commit-message'>Directly link native app stores for Android and iOS in download dropdown on /vlc</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
www.videolan.org/include/os-specific.php
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
www.videolan.org/vlc/download-ios.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3#diff-0'>
<strong>
www.videolan.org/include/os-specific.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/www.videolan.org/include/os-specific.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/www.videolan.org/include/os-specific.php
</span><span style="color: #aaaaaa">@@ -130,13 +130,13 @@ function getOS($os = null, $offset = 0, $count = null, $encode = null) {
</span>         "android"   => array(
             "name"          => "Android",
             "latestVersion" => $androidversion,
<span style="color: #000000;background-color: #ffdddd">-            "location"      => "/vlc/download-android.html"
</span><span style="color: #000000;background-color: #ddffdd">+            "location"      => "//play.google.com/store/apps/details?id=org.videolan.vlc"
</span>         ),
         "ios"       => array(
             "name"          => "iOS",
             "size"          => "56.5&nbsp;MB",
             "latestVersion" => $iosversion,
<span style="color: #000000;background-color: #ffdddd">-            "location"      => "/vlc/download-ios.html"
</span><span style="color: #000000;background-color: #ddffdd">+            "location"      => "//itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"
</span>         ),
         "tvos"       => array(
             "name"          => "Apple TV - tvOS",
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3#diff-1'>
<strong>
www.videolan.org/vlc/download-ios.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/www.videolan.org/vlc/download-ios.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/www.videolan.org/vlc/download-ios.php
</span><span style="color: #aaaaaa">@@ -40,7 +40,7 @@
</span> 
                            <div class="inner center-xs">
                                <div class="btn-group">
<span style="color: #000000;background-color: #ffdddd">-<a href="https://itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"><img src="../images/appstoredownload-en.png" border="0" /></a>
</span><span style="color: #000000;background-color: #ddffdd">+<a href="https://itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"><img src="//images.videolan.org/images/appstoredownload-en.png" border="0" /></a>
</span>                           </div>
                                <div id="downloadDetails">
                                    Version <span id='downloadVersion'>
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://code.videolan.org/">code.videolan.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3"}}</script>
</p>
</div>
</body>
</html>