diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index a088fc8b8..ac0ed9c95 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -29,7 +29,6 @@ plugins {
id("org.jetbrains.kotlin.kapt")
id("androidx.navigation.safeargs.kotlin")
id("org.jlleitschuh.gradle.ktlint")
- id("com.starter.easylauncher")
id("dev.rikka.tools.refine")
}
@@ -121,17 +120,6 @@ kapt {
correctErrorTypes = true
}
-easylauncher {
- buildTypes {
- register("nightly") {
- setFilters(chromeLike())
- }
- register("debug") {
- setFilters(chromeLike())
- }
- }
-}
-
dependencies {
//Protobuf
diff --git a/app/src/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/app/src/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml
new file mode 100644
index 000000000..d283d4791
--- /dev/null
+++ b/app/src/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/src/debug/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..a66923616
Binary files /dev/null and b/app/src/debug/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..77f3d9218
Binary files /dev/null and b/app/src/debug/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..07551dee5
Binary files /dev/null and b/app/src/debug/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..1d99a5e0e
Binary files /dev/null and b/app/src/debug/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..9374b522e
Binary files /dev/null and b/app/src/debug/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/debug/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..5f75cf449
Binary files /dev/null and b/app/src/debug/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 000000000..8d51da8d7
Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 000000000..8d51da8d7
Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 000000000..452b04deb
Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 000000000..452b04deb
Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 000000000..44d2ec280
Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..44d2ec280
Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 000000000..014403526
Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..014403526
Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 000000000..5daff3cb0
Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..5daff3cb0
Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
index 97be87666..1957cd575 100644
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ b/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -23,27 +23,140 @@
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_logo.xml b/app/src/main/res/drawable/ic_logo.xml
index edc14a840..1957cd575 100644
--- a/app/src/main/res/drawable/ic_logo.xml
+++ b/app/src/main/res/drawable/ic_logo.xml
@@ -19,138 +19,144 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="108"
+ android:viewportHeight="108">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/nightly/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/app/src/nightly/res/drawable-anydpi-v26/ic_launcher_foreground.xml
new file mode 100644
index 000000000..d283d4791
--- /dev/null
+++ b/app/src/nightly/res/drawable-anydpi-v26/ic_launcher_foreground.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/src/nightly/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..ffd1e5170
Binary files /dev/null and b/app/src/nightly/res/drawable-hdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..53d280fd0
Binary files /dev/null and b/app/src/nightly/res/drawable-ldpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..3b68d5277
Binary files /dev/null and b/app/src/nightly/res/drawable-mdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..488481e8f
Binary files /dev/null and b/app/src/nightly/res/drawable-xhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..35f070007
Binary files /dev/null and b/app/src/nightly/res/drawable-xxhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png b/app/src/nightly/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png
new file mode 100644
index 000000000..3c0e80024
Binary files /dev/null and b/app/src/nightly/res/drawable-xxxhdpi/ic_launcher_foreground_chromelikefilter.png differ
diff --git a/app/src/nightly/res/mipmap-hdpi/ic_launcher.png b/app/src/nightly/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 000000000..2de4ffaca
Binary files /dev/null and b/app/src/nightly/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/nightly/res/mipmap-hdpi/ic_launcher_round.png b/app/src/nightly/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 000000000..2de4ffaca
Binary files /dev/null and b/app/src/nightly/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/nightly/res/mipmap-mdpi/ic_launcher.png b/app/src/nightly/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 000000000..3ad98c226
Binary files /dev/null and b/app/src/nightly/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/nightly/res/mipmap-mdpi/ic_launcher_round.png b/app/src/nightly/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 000000000..3ad98c226
Binary files /dev/null and b/app/src/nightly/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/nightly/res/mipmap-xhdpi/ic_launcher.png b/app/src/nightly/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 000000000..07d5a2a69
Binary files /dev/null and b/app/src/nightly/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/nightly/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/nightly/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..07d5a2a69
Binary files /dev/null and b/app/src/nightly/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/nightly/res/mipmap-xxhdpi/ic_launcher.png b/app/src/nightly/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 000000000..334b07fa6
Binary files /dev/null and b/app/src/nightly/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/nightly/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/nightly/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..334b07fa6
Binary files /dev/null and b/app/src/nightly/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 000000000..0f8212871
Binary files /dev/null and b/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..0f8212871
Binary files /dev/null and b/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/build.gradle.kts b/build.gradle.kts
index 9cefcdbd1..246ca65dd 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -26,6 +26,5 @@ plugins {
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
id("androidx.navigation.safeargs.kotlin") version "2.6.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.4.0" apply false
- id("com.starter.easylauncher") version "6.2.0" apply false
id("dev.rikka.tools.refine") version "4.3.0" apply false
}