Upgrade to v1.5.8

This commit is contained in:
2020-01-29 14:35:10 +01:00
parent e9dc38f970
commit b8a67bd2a0
173 changed files with 10255 additions and 63533 deletions
+27 -20
View File
@@ -13,6 +13,7 @@
<link rel="apple-touch-icon" sizes="152x152" href="vector-icons/apple-touch-icon-152x152.cab4406.png">
<link rel="apple-touch-icon" sizes="180x180" href="vector-icons/apple-touch-icon-180x180.e6a28d9.png">
<link rel="manifest" href="manifest.json">
<meta name="referrer" content="no-referrer">
<link rel="shortcut icon" href="vector-icons/favicon.4535157.ico">
<meta name="apple-mobile-web-app-title" content="Riot">
<meta name="application-name" content="Riot">
@@ -20,47 +21,53 @@
<meta name="msapplication-TileImage" content="vector-icons/mstile-144x144.6e5f577.png">
<meta name="msapplication-config" content="vector-icons/browserconfig.e54b06e.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/riot-im-logo-black-text.png" />
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/riot-im-logo-black-text.png">
<link rel="stylesheet" href="bundles/a6f8076a857e57b3741a/bundle.css">
<link rel="stylesheet" href="bundles/d441f426d823eb4f5dc4/bundle.css">
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/a6f8076a857e57b3741a/theme-light.css">
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/d441f426d823eb4f5dc4/theme-light.css">
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/a6f8076a857e57b3741a/theme-dark.css">
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/d441f426d823eb4f5dc4/theme-dark.css">
<link rel="stylesheet" disabled="disabled" title="Light-custom" href="bundles/a6f8076a857e57b3741a/theme-light-custom.css">
<link rel="stylesheet" disabled="disabled" title="Light-custom" href="bundles/d441f426d823eb4f5dc4/theme-light-custom.css">
<link rel="stylesheet" disabled="disabled" title="Dark-custom" href="bundles/a6f8076a857e57b3741a/theme-dark-custom.css">
<link rel="stylesheet" disabled="disabled" title="Dark-custom" href="bundles/d441f426d823eb4f5dc4/theme-dark-custom.css">
</head>
<body style="height: 100%;">
<section id="matrixchat" style="height: 100%; overflow: auto;"></section>
<noscript>Sorry, Riot requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
<script>
window.vector_indexeddb_worker_script = 'bundles/a6f8076a857e57b3741a/indexeddb-worker.js';
window.vector_indexeddb_worker_script = 'bundles/d441f426d823eb4f5dc4/indexeddb-worker.js';
</script>
<script src="bundles/a6f8076a857e57b3741a/bundle.js"></script>
<img src="img/warning.05cc423.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
<img src="img/e2e/warning.a0cb4f2.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
<script src="bundles/d441f426d823eb4f5dc4/bundle.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
}
</script>
<img src="img/warning.05cc423.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
<img src="img/e2e/warning.2d79aff.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
<img src="img/feather-customised/warning-triangle.d050a38.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
<audio id="messageAudio">
<source src="media/message.ogg" type="audio/ogg" />
<source src="media/message.mp3" type="audio/mpeg" />
<source src="media/message.ogg" type="audio/ogg">
<source src="media/message.mp3" type="audio/mpeg">
</audio>
<audio id="ringAudio" loop>
<source src="media/ring.ogg" type="audio/ogg" />
<source src="media/ring.mp3" type="audio/mpeg" />
<source src="media/ring.ogg" type="audio/ogg">
<source src="media/ring.mp3" type="audio/mpeg">
</audio>
<audio id="ringbackAudio" loop>
<source src="media/ringback.ogg" type="audio/ogg" />
<source src="media/ringback.mp3" type="audio/mpeg" />
<source src="media/ringback.ogg" type="audio/ogg">
<source src="media/ringback.mp3" type="audio/mpeg">
</audio>
<audio id="callendAudio">
<source src="media/callend.ogg" type="audio/ogg" />
<source src="media/callend.mp3" type="audio/mpeg" />
<source src="media/callend.ogg" type="audio/ogg">
<source src="media/callend.mp3" type="audio/mpeg">
</audio>
<audio id="busyAudio">
<source src="media/busy.ogg" type="audio/ogg" />
<source src="media/busy.mp3" type="audio/mpeg" />
<source src="media/busy.ogg" type="audio/ogg">
<source src="media/busy.mp3" type="audio/mpeg">
</audio>
<audio id="remoteAudio"></audio>
<!-- let CSS themes pass constants to the app -->