Update logo for server and client

Remove dashboard icon
This commit is contained in:
zarik5 2020-12-13 16:47:38 +01:00
parent 3372c848c7
commit f72aa71546
22 changed files with 21 additions and 22 deletions

View File

@ -1,4 +1,4 @@
<img align="left" width="120" height="120" src="https://github.com/alvr-org/ALVR/blob/master/server_release_template/web_gui/web_hi_res_512.png">
<div style="text-align:center"> <img width="500" src="resources/alvr_combined_logo_hq.png"/> </div>
# ALVR - Air Light VR

View File

@ -5,7 +5,7 @@ android {
compileSdkVersion 30
defaultConfig {
applicationId "com.polygraphene.alvr"
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 30
versionCode 35
versionName "13.1.0"

View File

@ -3,43 +3,43 @@
package="com.polygraphene.alvr"
android:installLocation="auto">
<uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1"/>
<uses-feature android:name="android.hardware.microphone" android:required="true" />
<uses-feature android:name="oculus.software.handtracking" android:required="false" />
<uses-feature
android:name="android.hardware.microphone"
android:required="true" />
<uses-feature
android:name="oculus.software.handtracking"
android:required="false" />
<uses-feature
android:glEsVersion="0x00030001"
android:required="true" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="oculus.permission.handtracking" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-feature
android:glEsVersion="0x00030001"
android:required="true" />
<application
android:label="@string/app_name" android:usesCleartextTraffic="true">
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<meta-data
android:name="com.samsung.android.vr.application.mode"
android:value="vr_only" />
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|delmar"/>
<meta-data
android:name="com.oculus.supportedDevices"
android:value="quest|quest2" />
<activity
android:name="com.polygraphene.alvr.OvrActivity"
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard|navigation|uiMode|density"
android:configChanges="density|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|uiMode"
android:excludeFromRecents="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:launchMode="singleTask"
android:roundIcon="@mipmap/ic_launcher_round"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,7 +1,7 @@
#[cfg(windows)]
fn main() {
let mut res = winres::WindowsResource::new();
res.set_icon("res/alvr.ico");
res.set_icon("res/launcher.ico");
res.compile().unwrap();
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -3,7 +3,7 @@
<head>
<title>ALVR</title>
<link rel="icon" href="web_hi_res_512.png">
<link rel="icon" href="favicon.png">
<link id="selectal" rel="stylesheet" type="text/css" href="js/lib/selectal.min.css">
<link id="bootstrap" rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/all.css">

View File

@ -1,5 +1,4 @@
<div class="nav-side-menu">
<div class="brand"> <img src="web_hi_res_512.png" /> <%= title%></div>
<i class="fa fa-bars fa-2x toggle-btn" data-toggle="collapse" data-target="#menu-list"></i>
<div id="menu-list" class="menu-list collapse show">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB