diff --git a/app/build.gradle b/app/build.gradle index 61f9003f..3014094c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,10 +14,12 @@ android { debug { minifyEnabled false applicationIdSuffix ".debug" + manifestPlaceholders = [title:"AegisDev", iconName:"ic_launcher_debug"] } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + manifestPlaceholders = [title:"Aegis", iconName:"ic_launcher"] } } compileOptions { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7c40c0b7..5fc7589d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,14 +11,14 @@ diff --git a/app/src/main/ic_launcher_debug-web.png b/app/src/main/ic_launcher_debug-web.png new file mode 100644 index 00000000..0de3dec3 Binary files /dev/null and b/app/src/main/ic_launcher_debug-web.png differ diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..01f0af0a --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..c7bd21db --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png new file mode 100644 index 00000000..7df4e4c1 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png new file mode 100644 index 00000000..ebae12c4 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png new file mode 100644 index 00000000..e29f86d8 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png new file mode 100644 index 00000000..f1f8b4b0 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png new file mode 100644 index 00000000..40387b79 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png new file mode 100644 index 00000000..9ace2ee6 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png new file mode 100644 index 00000000..53613ff3 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png new file mode 100644 index 00000000..2ed8ddbc Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png new file mode 100644 index 00000000..be04bb8e Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png new file mode 100644 index 00000000..57521ba1 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png differ