-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #660 from digitalfabrik/564-build-config-configure…
…-app-icon 564: add custom app icons
- Loading branch information
Showing
93 changed files
with
170 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Binary file added
BIN
+844 Bytes
frontend/android/app/src/main/res/drawable-hdpi/app_icon_nuernberg_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 added
BIN
+10.5 KB
frontend/android/app/src/main/res/drawable-hdpi/app_icon_nuernberg_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+449 Bytes
frontend/android/app/src/main/res/drawable-mdpi/app_icon_nuernberg_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 added
BIN
+5.58 KB
frontend/android/app/src/main/res/drawable-mdpi/app_icon_nuernberg_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.28 KB
frontend/android/app/src/main/res/drawable-xhdpi/app_icon_nuernberg_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 added
BIN
+14.3 KB
frontend/android/app/src/main/res/drawable-xhdpi/app_icon_nuernberg_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.87 KB
...tend/android/app/src/main/res/drawable-xxhdpi/app_icon_nuernberg_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 added
BIN
+45 KB
...tend/android/app/src/main/res/drawable-xxhdpi/app_icon_nuernberg_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+4.12 KB
...end/android/app/src/main/res/drawable-xxxhdpi/app_icon_nuernberg_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 added
BIN
+60.3 KB
...end/android/app/src/main/res/drawable-xxxhdpi/app_icon_nuernberg_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/app_icon_bayern.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@mipmap/app_icon_bayern_background"/> | ||
<foreground android:drawable="@mipmap/app_icon_bayern_foreground"/> | ||
</adaptive-icon> |
5 changes: 5 additions & 0 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/app_icon_bayern_round.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@mipmap/app_icon_bayern_background"/> | ||
<foreground android:drawable="@mipmap/app_icon_bayern_foreground"/> | ||
</adaptive-icon> |
5 changes: 5 additions & 0 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/app_icon_nuernberg.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@mipmap/app_icon_nuernberg_background"/> | ||
<foreground android:drawable="@mipmap/app_icon_nuernberg_foreground"/> | ||
</adaptive-icon> |
5 changes: 5 additions & 0 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/app_icon_nuernberg_round.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@mipmap/app_icon_nuernberg_background"/> | ||
<foreground android:drawable="@mipmap/app_icon_nuernberg_foreground"/> | ||
</adaptive-icon> |
5 changes: 0 additions & 5 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
frontend/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
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.
Binary file added
BIN
+844 Bytes
frontend/android/app/src/main/res/mipmap-hdpi/app_icon_nuernberg_background.png
Oops, something went wrong.
Binary file added
BIN
+10.5 KB
frontend/android/app/src/main/res/mipmap-hdpi/app_icon_nuernberg_foreground.png
Oops, something went wrong.
Binary file added
BIN
+6.77 KB
frontend/android/app/src/main/res/mipmap-hdpi/app_icon_nuernberg_round.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Binary file added
BIN
+449 Bytes
frontend/android/app/src/main/res/mipmap-mdpi/app_icon_nuernberg_background.png
Oops, something went wrong.
Binary file added
BIN
+5.58 KB
frontend/android/app/src/main/res/mipmap-mdpi/app_icon_nuernberg_foreground.png
Oops, something went wrong.
Binary file added
BIN
+3.66 KB
frontend/android/app/src/main/res/mipmap-mdpi/app_icon_nuernberg_round.png
Oops, something went wrong.
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
frontend/android/app/src/main/res/mipmap-xhdpi/app_icon_nuernberg_background.png
Oops, something went wrong.
Binary file added
BIN
+14.3 KB
frontend/android/app/src/main/res/mipmap-xhdpi/app_icon_nuernberg_foreground.png
Oops, something went wrong.
Binary file added
BIN
+8.65 KB
frontend/android/app/src/main/res/mipmap-xhdpi/app_icon_nuernberg_round.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Binary file added
BIN
+2.87 KB
frontend/android/app/src/main/res/mipmap-xxhdpi/app_icon_nuernberg_background.png
Oops, something went wrong.
Binary file added
BIN
+45 KB
frontend/android/app/src/main/res/mipmap-xxhdpi/app_icon_nuernberg_foreground.png
Oops, something went wrong.
Binary file added
BIN
+17.7 KB
frontend/android/app/src/main/res/mipmap-xxhdpi/app_icon_nuernberg_round.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+15.2 KB
frontend/android/app/src/main/res/mipmap-xxxhdpi/app_icon_nuernberg.png
Oops, something went wrong.
Binary file added
BIN
+4.12 KB
frontend/android/app/src/main/res/mipmap-xxxhdpi/app_icon_nuernberg_background.png
Oops, something went wrong.
Binary file added
BIN
+60.3 KB
frontend/android/app/src/main/res/mipmap-xxxhdpi/app_icon_nuernberg_foreground.png
Oops, something went wrong.
Binary file added
BIN
+23.5 KB
frontend/android/app/src/main/res/mipmap-xxxhdpi/app_icon_nuernberg_round.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 97 additions & 0 deletions
97
frontend/ios/Runner.xcodeproj/xcshareddata/xcschemes/Nuernberg.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1330" | ||
version = "1.7"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<PreActions> | ||
<ExecutionAction | ||
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> | ||
<ActionContent | ||
title = "Run Script" | ||
scriptText = "source $HOME/.bashrc cd "$SRCROOT" && app-toolbelt v0 build-config write-xcconfig nuernberg ios --directory "$SRCROOT" " | ||
shellToInvoke = "/bin/bash"> | ||
<EnvironmentBuildable> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
BuildableName = "Runner.app" | ||
BlueprintName = "Runner" | ||
ReferencedContainer = "container:Runner.xcodeproj"> | ||
</BuildableReference> | ||
</EnvironmentBuildable> | ||
</ActionContent> | ||
</ExecutionAction> | ||
</PreActions> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
BuildableName = "Runner.app" | ||
BlueprintName = "Runner" | ||
ReferencedContainer = "container:Runner.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug-Nuernberg" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<Testables> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug-Nuernberg" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
BuildableName = "Runner.app" | ||
BlueprintName = "Runner" | ||
ReferencedContainer = "container:Runner.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release-Nuernberg" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
BuildableName = "Runner.app" | ||
BlueprintName = "Runner" | ||
ReferencedContainer = "container:Runner.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug-Nuernberg"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release-Nuernberg" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
Oops, something went wrong.