diff --git a/app/src/fdroid/AndroidManifest.xml b/app/src/fdroid/AndroidManifest.xml deleted file mode 100644 index 0b2c41ea3a..0000000000 --- a/app/src/fdroid/AndroidManifest.xml +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/github/AndroidManifest.xml b/app/src/github/AndroidManifest.xml deleted file mode 100644 index 0b2c41ea3a..0000000000 --- a/app/src/github/AndroidManifest.xml +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 51eff7fc7b..ff027e5d71 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -95,12 +95,12 @@ android:name=".ApplicationEx" android:allowBackup="false" android:appCategory="productivity" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_launcher_grey" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:requestLegacyExternalStorage="true" android:resizeableActivity="true" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_launcher_grey_round" android:supportsRtl="true" android:theme="@style/AppThemeBlueOrangeLight"> @@ -142,9 +142,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -201,7 +309,7 @@ android:enabled="true" android:excludeFromRecents="true" android:exported="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_launcher_blue" android:label="@string/app_search" android:launchMode="singleTask" android:theme="@style/Theme.AppCompat.Translucent"> @@ -245,7 +353,7 @@ @@ -279,7 +387,7 @@ @@ -298,7 +406,7 @@ + app:srcCompat="@mipmap/ic_launcher_grey" /> diff --git a/app/src/main/res/layout/dialog_theme.xml b/app/src/main/res/layout/dialog_theme.xml index c3da60b333..2f250268fe 100644 --- a/app/src/main/res/layout/dialog_theme.xml +++ b/app/src/main/res/layout/dialog_theme.xml @@ -139,5 +139,15 @@ android:textStyle="italic" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swSystem" /> + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_image.xml b/app/src/main/res/layout/item_image.xml index aef48c736d..80cb04da45 100644 --- a/app/src/main/res/layout/item_image.xml +++ b/app/src/main/res/layout/item_image.xml @@ -22,7 +22,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:srcCompat="@mipmap/ic_launcher" /> + app:srcCompat="@mipmap/ic_launcher_grey" /> + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_amber_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_amber_round.xml new file mode 100644 index 0000000000..4e8a39aeae --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_amber_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_blue.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to app/src/main/res/mipmap-anydpi-v26/ic_launcher_blue.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_blue_round.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to app/src/main/res/mipmap-anydpi-v26/ic_launcher_blue_round.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green.xml new file mode 100644 index 0000000000..65b58dbb33 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green_round.xml new file mode 100644 index 0000000000..65b58dbb33 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_green_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey.xml new file mode 100644 index 0000000000..c360652379 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml new file mode 100644 index 0000000000..c360652379 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple.xml new file mode 100644 index 0000000000..45144286c5 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple_round.xml new file mode 100644 index 0000000000..45144286c5 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_purple_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red.xml new file mode 100644 index 0000000000..d3b5fdb396 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red_round.xml new file mode 100644 index 0000000000..d3b5fdb396 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_red_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow.xml new file mode 100644 index 0000000000..9bc2b6b5c5 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow_round.xml new file mode 100644 index 0000000000..9bc2b6b5c5 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yellow_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_amber.png b/app/src/main/res/mipmap-hdpi/ic_launcher_amber.png new file mode 100644 index 0000000000..b19cb92423 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_amber.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_amber_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_amber_round.png new file mode 100644 index 0000000000..21dffa7b2e Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_amber_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher_blue.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher.png rename to app/src/main/res/mipmap-hdpi/ic_launcher_blue.png diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_blue_round.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher_round.png rename to app/src/main/res/mipmap-hdpi/ic_launcher_blue_round.png diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_green.png b/app/src/main/res/mipmap-hdpi/ic_launcher_green.png new file mode 100644 index 0000000000..238f1f44e8 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_green.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_green_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_green_round.png new file mode 100644 index 0000000000..b9d188a29c Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_green_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png new file mode 100644 index 0000000000..722ab59063 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png new file mode 100644 index 0000000000..3e52eb6548 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_purple.png b/app/src/main/res/mipmap-hdpi/ic_launcher_purple.png new file mode 100644 index 0000000000..7812449002 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_purple.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_purple_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_purple_round.png new file mode 100644 index 0000000000..04bf55d3de Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_purple_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_red.png b/app/src/main/res/mipmap-hdpi/ic_launcher_red.png new file mode 100644 index 0000000000..6603f1cd16 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_red.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_red_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_red_round.png new file mode 100644 index 0000000000..201a117158 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_red_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_yellow.png b/app/src/main/res/mipmap-hdpi/ic_launcher_yellow.png new file mode 100644 index 0000000000..2f79494cef Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_yellow.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_yellow_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_yellow_round.png new file mode 100644 index 0000000000..0c3f0a7474 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_yellow_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_amber.png b/app/src/main/res/mipmap-mdpi/ic_launcher_amber.png new file mode 100644 index 0000000000..36c26150b1 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_amber.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_amber_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_amber_round.png new file mode 100644 index 0000000000..f38a7b7dce Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_amber_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher_blue.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher.png rename to app/src/main/res/mipmap-mdpi/ic_launcher_blue.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_blue_round.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher_round.png rename to app/src/main/res/mipmap-mdpi/ic_launcher_blue_round.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_green.png b/app/src/main/res/mipmap-mdpi/ic_launcher_green.png new file mode 100644 index 0000000000..d97141017e Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_green.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_green_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_green_round.png new file mode 100644 index 0000000000..d36332639d Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_green_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png new file mode 100644 index 0000000000..7f4c170c28 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png new file mode 100644 index 0000000000..c7a9ce8f5b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_purple.png b/app/src/main/res/mipmap-mdpi/ic_launcher_purple.png new file mode 100644 index 0000000000..965774d582 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_purple.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_purple_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_purple_round.png new file mode 100644 index 0000000000..c849f6857b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_purple_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_red.png b/app/src/main/res/mipmap-mdpi/ic_launcher_red.png new file mode 100644 index 0000000000..c0be7cd462 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_red.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_red_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_red_round.png new file mode 100644 index 0000000000..89ca2ac445 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_red_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_yellow.png b/app/src/main/res/mipmap-mdpi/ic_launcher_yellow.png new file mode 100644 index 0000000000..c07fefb24f Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_yellow.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_yellow_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_yellow_round.png new file mode 100644 index 0000000000..654fbf64a8 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_yellow_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_amber.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_amber.png new file mode 100644 index 0000000000..bc4c30ae40 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_amber.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_amber_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_amber_round.png new file mode 100644 index 0000000000..6d24448969 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_amber_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_blue.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher.png rename to app/src/main/res/mipmap-xhdpi/ic_launcher_blue.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_blue_round.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher_round.png rename to app/src/main/res/mipmap-xhdpi/ic_launcher_blue_round.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_green.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_green.png new file mode 100644 index 0000000000..2329f857f7 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_green.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_green_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_green_round.png new file mode 100644 index 0000000000..748cf62ed3 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_green_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png new file mode 100644 index 0000000000..6168f5bece Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png new file mode 100644 index 0000000000..9de446493d Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_purple.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_purple.png new file mode 100644 index 0000000000..28cfb4c41b Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_purple.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_purple_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_purple_round.png new file mode 100644 index 0000000000..38e4369c1f Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_purple_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_red.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_red.png new file mode 100644 index 0000000000..63a16e9869 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_red.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_red_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_red_round.png new file mode 100644 index 0000000000..8b3b70c727 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_red_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow.png new file mode 100644 index 0000000000..5f85e7fee4 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow_round.png new file mode 100644 index 0000000000..8552822386 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_yellow_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber.png new file mode 100644 index 0000000000..d7c8ad6323 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber_round.png new file mode 100644 index 0000000000..3bd3530ae6 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_amber_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_blue.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher.png rename to app/src/main/res/mipmap-xxhdpi/ic_launcher_blue.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_blue_round.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png rename to app/src/main/res/mipmap-xxhdpi/ic_launcher_blue_round.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_green.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_green.png new file mode 100644 index 0000000000..e55e28ad9d Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_green.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_green_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_green_round.png new file mode 100644 index 0000000000..2071c88b5a Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_green_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png new file mode 100644 index 0000000000..5a39b1bead Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png new file mode 100644 index 0000000000..9eb1a23461 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple.png new file mode 100644 index 0000000000..9d5b2aa741 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple_round.png new file mode 100644 index 0000000000..ca031d067b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_purple_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_red.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_red.png new file mode 100644 index 0000000000..7a0cd73d99 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_red.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_red_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_red_round.png new file mode 100644 index 0000000000..d474424354 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_red_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow.png new file mode 100644 index 0000000000..ca3a34ab53 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow_round.png new file mode 100644 index 0000000000..6fb6377638 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_yellow_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber.png new file mode 100644 index 0000000000..994a0b4b2d Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber_round.png new file mode 100644 index 0000000000..b7ef173f61 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_amber_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_blue.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher.png rename to app/src/main/res/mipmap-xxxhdpi/ic_launcher_blue.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_blue_round.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png rename to app/src/main/res/mipmap-xxxhdpi/ic_launcher_blue_round.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green.png new file mode 100644 index 0000000000..28f61ca297 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green_round.png new file mode 100644 index 0000000000..c6f08c46cb Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_green_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png new file mode 100644 index 0000000000..59bfb1a325 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png new file mode 100644 index 0000000000..923e5f08d6 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple.png new file mode 100644 index 0000000000..9dde23de4a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple_round.png new file mode 100644 index 0000000000..6c32547226 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_purple_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red.png new file mode 100644 index 0000000000..e40238c08f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red_round.png new file mode 100644 index 0000000000..44f00e981a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_red_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow.png new file mode 100644 index 0000000000..fc70893d46 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow_round.png new file mode 100644 index 0000000000..098404747c Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_yellow_round.png differ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4bb4c4177c..beef8fbb70 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -252,6 +252,7 @@ Dark Black background Follow system + Use primary color for app icon This will automatically switch to a light/dark theme on day/night mode, if supported by Android diff --git a/app/src/play/AndroidManifest.xml b/app/src/play/AndroidManifest.xml deleted file mode 100644 index 94f44a12bc..0000000000 --- a/app/src/play/AndroidManifest.xml +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file