Skip to content

Commit

Permalink
feat(): new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Oct 12, 2022
1 parent fff377f commit 23553ca
Show file tree
Hide file tree
Showing 154 changed files with 266 additions and 184 deletions.
18 changes: 6 additions & 12 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.airgap.vault">

<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="it.airgap.vault">
<application
android:allowBackup="false"
android:icon="@mipmap/icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme">

android:theme="@style/AppTheme"
android:roundIcon="@mipmap/ic_launcher_round">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="it.airgap.vault.MainActivity"
Expand All @@ -18,7 +16,6 @@
android:theme="@style/AppTheme.NoActionBarLaunch"
android:exported="true"
android:launchMode="singleTask">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -30,17 +27,14 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="@string/custom_url_scheme" />
</intent-filter>

</activity>

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
</application>

Expand Down
14 changes: 14 additions & 0 deletions android/app/src/main/res/drawable-night/splash_icon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="289dp"
android:height="288dp"
android:viewportWidth="289"
android:viewportHeight="288">
<path
android:pathData="M164.07,216.31C188.76,205.68 208.02,181.1 210.62,156.2C213.18,131.67 210.48,98.58 210.36,97.18L209.98,92.66L205.62,91.41C205.49,91.38 192.94,87.78 183.83,83.9C172.3,78.98 160.64,72.23 160.52,72.16L152.73,67.62C151.81,67.09 150.66,67.75 150.66,68.81L150.66,77.84C150.66,80.35 152.07,82.53 154.14,83.63C155.89,84.63 167.13,91.04 178.68,95.97C185.12,98.72 192.84,101.24 197.6,102.71C198.24,112.52 199.47,136.62 197.57,154.84C196.49,165.18 191.6,176.02 183.81,185.37C178.21,192.08 171.4,197.7 164.07,201.72L164.07,216.31Z"
android:fillColor="#6B6C6E"
android:fillType="nonZero"/>
<path
android:pathData="M144.58,167.48L133.89,167.48C129.17,167.48 125.34,163.57 125.48,158.81C125.62,154.24 129.49,150.66 134.07,150.66L154.43,150.66C166.28,150.66 176.12,141.19 176.24,129.34C176.35,117.36 166.65,107.59 154.7,107.59L144.46,107.65C140.95,107.64 138.1,104.78 138.1,101.26L138.1,68.91C138.1,67.85 136.96,67.19 136.04,67.72L128.27,72.17C128.15,72.24 116.35,78.99 104.72,83.92C95.57,87.81 83.13,91.38 83.01,91.41L78.62,92.67L78.27,97.22C78.16,98.63 75.66,131.97 78.22,156.48C79.57,169.37 85.5,182.66 94.92,193.9C104.14,204.89 116.27,213.44 129.06,217.97L135.98,220.42C136.88,220.73 137.81,220.07 137.81,219.13L137.81,211.78C137.81,208.87 135.91,206.39 133.28,205.54C122.72,201.76 112.67,194.64 104.98,185.46C97.22,176.21 92.35,165.43 91.27,155.12C89.37,136.89 90.48,112.59 91.06,102.7C95.78,101.24 103.42,98.73 109.85,96C115.26,93.71 120.61,91.09 124.97,88.85L124.97,101.26C124.97,112.02 133.72,120.77 144.48,120.77L154.72,120.71C159.44,120.72 163.26,124.63 163.11,129.38C162.97,133.96 159.1,137.53 154.52,137.53L133.89,137.53C121.95,137.53 112.24,147.31 112.36,159.28C112.47,171.14 122.31,180.6 134.17,180.6L144.58,180.6C148.1,180.6 150.97,183.47 150.97,186.98C150.97,186.98 150.94,207.56 150.94,211.84L150.94,219.19C150.94,220.13 151.88,220.8 152.77,220.48L159.69,218.03C161.17,217.51 162.63,216.93 164.07,216.31L164.07,186.24C163.67,175.83 155.09,167.48 144.58,167.48"
android:fillColor="#ffffff"
android:fillType="nonZero"/>
</vector>
34 changes: 0 additions & 34 deletions android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<solid android:color="@color/background_screen" />
</shape>
</item>
<item android:drawable="@drawable/logo_splash" android:gravity="center" />
</layer-list>
<item android:drawable="@drawable/splash_icon" android:gravity="center" />
</layer-list>
18 changes: 0 additions & 18 deletions android/app/src/main/res/drawable/logo_splash.xml

This file was deleted.

14 changes: 14 additions & 0 deletions android/app/src/main/res/drawable/splash_icon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="289dp"
android:height="288dp"
android:viewportWidth="289"
android:viewportHeight="288">
<path
android:pathData="M164.22,216.31C188.91,205.68 208.18,181.1 210.77,156.2C213.33,131.67 210.63,98.58 210.51,97.18L210.14,92.66L205.77,91.41C205.65,91.38 193.09,87.78 183.99,83.9C172.45,78.98 160.79,72.23 160.68,72.16L152.88,67.62C151.97,67.09 150.82,67.75 150.82,68.81L150.82,77.84C150.82,80.35 152.23,82.53 154.3,83.63C156.04,84.63 167.29,91.04 178.84,95.97C185.27,98.72 193,101.24 197.75,102.71C198.39,112.52 199.62,136.62 197.72,154.84C196.64,165.18 191.76,176.02 183.96,185.37C178.36,192.08 171.55,197.7 164.22,201.72L164.22,216.31Z"
android:fillColor="#A196C7"
android:fillType="nonZero"/>
<path
android:pathData="M144.74,167.48L134.05,167.48C129.32,167.48 125.5,163.57 125.64,158.81C125.77,154.24 129.65,150.66 134.23,150.66L154.58,150.66C166.44,150.66 176.28,141.19 176.39,129.34C176.51,117.36 166.8,107.59 154.86,107.59L144.62,107.65C141.11,107.64 138.25,104.78 138.25,101.26L138.25,68.91C138.25,67.85 137.11,67.19 136.2,67.72L128.43,72.17C128.31,72.24 116.5,78.99 104.88,83.92C95.72,87.81 83.29,91.38 83.17,91.41L78.77,92.67L78.42,97.22C78.32,98.63 75.82,131.97 78.38,156.48C79.72,169.37 85.65,182.66 95.08,193.9C104.3,204.89 116.42,213.44 129.22,217.97L136.14,220.42C137.03,220.73 137.97,220.07 137.97,219.13L137.97,211.78C137.97,208.87 136.07,206.39 133.44,205.54C122.88,201.76 112.83,194.64 105.13,185.46C97.37,176.21 92.5,165.43 91.43,155.12C89.53,136.89 90.63,112.59 91.22,102.7C95.94,101.24 103.58,98.73 110.01,96C115.41,93.71 120.77,91.09 125.13,88.85L125.13,101.26C125.13,112.02 133.88,120.77 144.64,120.77L154.88,120.71C159.59,120.72 163.41,124.63 163.27,129.38C163.13,133.96 159.25,137.53 154.68,137.53L134.05,137.53C122.1,137.53 112.4,147.31 112.51,159.28C112.63,171.14 122.47,180.6 134.32,180.6L144.74,180.6C148.26,180.6 151.12,183.47 151.12,186.98C151.12,186.98 151.09,207.56 151.09,211.84L151.09,219.19C151.09,220.13 152.03,220.8 152.92,220.48L159.85,218.03C161.32,217.51 162.78,216.93 164.23,216.31L164.23,186.24C163.83,175.83 155.24,167.48 144.74,167.48"
android:fillColor="#4A2A97"
android:fillType="nonZero"/>
</vector>
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/fragment_authenticator.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/screen"
android:background="@drawable/all_overlay"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-hdpi/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-ldpi/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-mdpi/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-xhdpi/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-xxhdpi/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/mipmap-xxxhdpi/icon.png
Binary file not shown.
4 changes: 4 additions & 0 deletions android/app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background_screen">@android:color/background_dark</color>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background_screen">#ffffff</color>
<color name="background_screen">@android:color/background_light</color>
</resources>
3 changes: 1 addition & 2 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
<item name="android:background">@null</item>
</style>


<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="android:background">@drawable/screen</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
</style>

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar" />
Expand Down
2 changes: 1 addition & 1 deletion android/variables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ext {
androidxJunitVersion = '1.1.3'
androidxEspressoCoreVersion = '3.4.0'
cordovaAndroidVersion = '10.1.1'
coreSplashScreenVersion = '1.0.0-rc01'
coreSplashScreenVersion = '1.0.0'
androidxWebkitVersion = '1.4.0'
}
Binary file added icons/icon-128.webp
Binary file not shown.
Binary file added icons/icon-192.webp
Binary file not shown.
Binary file added icons/icon-256.webp
Binary file not shown.
Binary file added icons/icon-512.webp
Binary file not shown.
Binary file added icons/icon-72.webp
Binary file not shown.
Binary file added icons/icon-96.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
504EC2FC1FED79650016851F /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastSwiftUpdateCheck = 920;
LastUpgradeCheck = 1130;
TargetAttributes = {
504EC3031FED79650016851F = {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 23553ca

Please sign in to comment.