Skip to content

Commit

Permalink
feat(mobile): update logo (immich-app#7919)
Browse files Browse the repository at this point in the history
* App Icon

* In App Icon

* runner

* ios icon

* ios is done

* splash

* Notification Icon

* Immich text

* Immich text

* actually update andoir icon

* adaptive icon

* adaptive icon
  • Loading branch information
alextran1502 authored Mar 13, 2024
1 parent ff2f4f8 commit 7643234
Show file tree
Hide file tree
Showing 107 changed files with 202 additions and 626 deletions.
File renamed without changes
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 modified mobile/android/app/src/main/res/drawable-hdpi/notification_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/android/app/src/main/res/drawable-hdpi/splash.png
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.
Binary file modified mobile/android/app/src/main/res/drawable-mdpi/notification_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/android/app/src/main/res/drawable-mdpi/splash.png
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
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.
Binary file modified mobile/android/app/src/main/res/drawable-night/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/android/app/src/main/res/drawable-v21/background.png
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.
Binary file modified mobile/android/app/src/main/res/drawable-xhdpi/splash.png
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.
Binary file modified mobile/android/app/src/main/res/drawable-xxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/android/app/src/main/res/drawable-xxxhdpi/splash.png
Binary file modified mobile/android/app/src/main/res/drawable/background.png
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file modified mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file modified mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file modified mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file modified mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#000000</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
Expand Down
1 change: 1 addition & 0 deletions mobile/android/app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
Expand Down
1 change: 1 addition & 0 deletions mobile/android/app/src/main/res/values-v31/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#f6f8fe</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
Expand Down
2 changes: 1 addition & 1 deletion mobile/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="ic_launcher_background">#FFFFFF</color>
<color name="ic_launcher_background">#ffffff</color>
</resources>
1 change: 1 addition & 0 deletions mobile/android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
Expand Down
Binary file added mobile/assets/immich-logo-inline-dark.png
Binary file added mobile/assets/immich-logo-inline-light.png
Binary file removed mobile/assets/immich-logo-no-outline.png
Diff not rendered.
Binary file added mobile/assets/immich-logo-w-bg-android.png
Binary file added mobile/assets/immich-logo-w-bg.png
Binary file modified mobile/assets/immich-logo.png
105 changes: 7 additions & 98 deletions mobile/assets/immich-logo.svg
Binary file modified mobile/assets/immich-splash-android12.png
Binary file modified mobile/assets/immich-splash.png
Binary file added mobile/assets/immich-text-dark.png
Binary file added mobile/assets/immich-text-light.png
2 changes: 1 addition & 1 deletion mobile/flutter_native_splash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flutter_native_splash:
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
#background_image: "assets/immich-logo-no-outline.png"
#background_image: "assets/immich-logo.png"
color: "#f6f8fe"

# Optional parameters are listed below. To enable a parameter, uncomment the line by removing
Expand Down
2 changes: 1 addition & 1 deletion mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 64c9b5291666c0ca3caabdfe9865c141ac40321d

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
10 changes: 10 additions & 0 deletions mobile/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
Expand Down Expand Up @@ -323,6 +324,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand All @@ -342,6 +344,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -352,6 +355,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -402,6 +406,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand All @@ -421,6 +426,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -431,6 +437,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -458,6 +465,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand All @@ -477,6 +485,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -487,6 +496,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/172.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/196.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/216.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/48.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/55.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/64.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/72.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png
Binary file modified mobile/ios/Runner/Assets.xcassets/AppIcon.appiconset/88.png
Loading

0 comments on commit 7643234

Please sign in to comment.