From 43231cb37394d2092ccc56490ee5bb4cc38a9fce Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 10 Sep 2020 23:18:33 +0200 Subject: [PATCH] Undo dynamic debug --- .../ic_launcher-web.png} | Bin .../res/mipmap-anydpi-v26/ic_launcher.xml} | 0 .../mipmap-anydpi-v26/ic_launcher_round.xml} | 0 .../res/mipmap-hdpi/ic_launcher.png} | Bin .../res/mipmap-hdpi/ic_launcher_round.png} | Bin .../res/mipmap-mdpi/ic_launcher.png} | Bin .../res/mipmap-mdpi/ic_launcher_round.png} | Bin .../res/mipmap-xhdpi/ic_launcher.png} | Bin .../res/mipmap-xhdpi/ic_launcher_round.png} | Bin .../res/mipmap-xxhdpi/ic_launcher.png} | Bin .../res/mipmap-xxhdpi/ic_launcher_round.png} | Bin .../res/mipmap-xxxhdpi/ic_launcher.png} | Bin .../res/mipmap-xxxhdpi/ic_launcher_round.png} | Bin app/src/main/AndroidManifest.xml | 19 ------------------ .../java/eu/faircode/email/ApplicationEx.java | 3 --- 15 files changed, 22 deletions(-) rename app/src/{main/ic_launcher_debug-web.png => debug/ic_launcher-web.png} (100%) rename app/src/{main/res/mipmap-anydpi-v26/ic_launcher_debug.xml => debug/res/mipmap-anydpi-v26/ic_launcher.xml} (100%) rename app/src/{main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml => debug/res/mipmap-anydpi-v26/ic_launcher_round.xml} (100%) rename app/src/{main/res/mipmap-hdpi/ic_launcher_debug.png => debug/res/mipmap-hdpi/ic_launcher.png} (100%) rename app/src/{main/res/mipmap-hdpi/ic_launcher_debug_round.png => debug/res/mipmap-hdpi/ic_launcher_round.png} (100%) rename app/src/{main/res/mipmap-mdpi/ic_launcher_debug.png => debug/res/mipmap-mdpi/ic_launcher.png} (100%) rename app/src/{main/res/mipmap-mdpi/ic_launcher_debug_round.png => debug/res/mipmap-mdpi/ic_launcher_round.png} (100%) rename app/src/{main/res/mipmap-xhdpi/ic_launcher_debug.png => debug/res/mipmap-xhdpi/ic_launcher.png} (100%) rename app/src/{main/res/mipmap-xhdpi/ic_launcher_debug_round.png => debug/res/mipmap-xhdpi/ic_launcher_round.png} (100%) rename app/src/{main/res/mipmap-xxhdpi/ic_launcher_debug.png => debug/res/mipmap-xxhdpi/ic_launcher.png} (100%) rename app/src/{main/res/mipmap-xxhdpi/ic_launcher_debug_round.png => debug/res/mipmap-xxhdpi/ic_launcher_round.png} (100%) rename app/src/{main/res/mipmap-xxxhdpi/ic_launcher_debug.png => debug/res/mipmap-xxxhdpi/ic_launcher.png} (100%) rename app/src/{main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png => debug/res/mipmap-xxxhdpi/ic_launcher_round.png} (100%) diff --git a/app/src/main/ic_launcher_debug-web.png b/app/src/debug/ic_launcher-web.png similarity index 100% rename from app/src/main/ic_launcher_debug-web.png rename to app/src/debug/ic_launcher-web.png diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug.xml rename to app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml rename to app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_debug.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher_debug.png rename to app/src/debug/res/mipmap-hdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher_debug_round.png rename to app/src/debug/res/mipmap-hdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_debug.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher_debug.png rename to app/src/debug/res/mipmap-mdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher_debug_round.png rename to app/src/debug/res/mipmap-mdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher_debug.png rename to app/src/debug/res/mipmap-xhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher_debug_round.png rename to app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_debug.png rename to app/src/debug/res/mipmap-xxhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_debug_round.png rename to app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug.png rename to app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png rename to app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2c2c13d33e..6a7f5ce0e6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -118,7 +118,6 @@ - - - - - - - - - - - - -