diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5d645c96..aa59239e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,7 +12,6 @@
android:name=".AegisApplication"
android:allowBackup="true"
android:icon="@mipmap/${iconName}"
- android:roundIcon="@mipmap/ic_launcher_round"
android:label="Aegis"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar"
diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
index 40bc4a1b..af8400d8 100644
Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ
diff --git a/app/src/main/ic_launcher_debug-web.png b/app/src/main/ic_launcher_debug-web.png
index a0716385..c5ca6ca4 100644
Binary files a/app/src/main/ic_launcher_debug-web.png and b/app/src/main/ic_launcher_debug-web.png differ
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index c4a603d4..4ae7d123 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
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
index c4a603d4..39ca38cc 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml
@@ -1,5 +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
index c4a603d4..39ca38cc 100644
--- 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
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index c4a603d4..00000000
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
index 48174139..504fd5d1 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
index e238bb00..5fd985c4 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png
index 49b465d6..1e0525d2 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png 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_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_foreground.png
new file mode 100644
index 00000000..ce54faa5
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_foreground.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
index 1731a800..418fb7b2 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
index ce54faa5..949dbe86 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index 38dc9712..00000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
index 35e6917a..3fe460a9 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
index df456a1f..c5b10638 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_background.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
index 776a65f9..472f1527 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png 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_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_foreground.png
new file mode 100644
index 00000000..e7f4de51
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_foreground.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
index 7ee8d83b..990a21f6 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
index e7f4de51..ea662982 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index bbde9380..00000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
index 121b90a4..3e34c69c 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
index f03086be..81d276be 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.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
index d97f2bcf..61a5c5a0 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png 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_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_foreground.png
new file mode 100644
index 00000000..549ab82f
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_foreground.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
index 52aabd66..c63f10d1 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
index 549ab82f..4e1d114c 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index 50721c25..00000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
index 9fd32d8a..1729fc0e 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
index 200eeecb..35a6aac8 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.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
index 8294ccb0..10863e64 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png 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_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_foreground.png
new file mode 100644
index 00000000..5a49bc13
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_foreground.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
index 32bda80a..2da565b6 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
index 5a49bc13..d9d588e7 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index 2041455e..00000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
index 3414a4ad..a40f413d 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
index b353539e..e95b4c2f 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.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
index c8e7eae2..a43a81f0 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png 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_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_foreground.png
new file mode 100644
index 00000000..f8015ba0
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_foreground.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
index 5f06b2a8..f6ee788b 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
index f8015ba0..9cf3af25 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index 065c0ba7..00000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ