diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aa37da4d..3fccdf26 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,6 +12,7 @@ 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 55207dbc..40bc4a1b 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 0de3dec3..a0716385 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/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml new file mode 100644 index 00000000..fd4e36ba --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index 01f0af0a..00000000 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 4ae7d123..c4a603d4 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 bbd3e021..c4a603d4 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 bbd3e021..c4a603d4 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 index 4ae7d123..c4a603d4 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ 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 58b32472..48174139 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_debug.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png index 7df4e4c1..49b465d6 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_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png index ebae12c4..1731a800 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 a5bde100..ce54faa5 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 index 54652f04..38dc9712 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index e648f66f..35e6917a 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_debug.png b/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png index e29f86d8..776a65f9 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_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png index f1f8b4b0..7ee8d83b 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 eec7bae1..e7f4de51 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 index 5b4128e1..bbde9380 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 3eaa0cb3..121b90a4 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_debug.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png index 40387b79..d97f2bcf 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_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png index 9ace2ee6..52aabd66 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 24e5e7eb..549ab82f 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 index 7ed781d2..50721c25 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 3aa4a65a..9fd32d8a 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_debug.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png index 53613ff3..8294ccb0 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_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png index 2ed8ddbc..32bda80a 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 ca47eb10..5a49bc13 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 index 43695896..2041455e 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index fdf64ad8..3414a4ad 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_debug.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png index be04bb8e..c8e7eae2 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_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png index 57521ba1..5f06b2a8 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 db4401a2..f8015ba0 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 index c892f01a..065c0ba7 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ