diff --git a/app/src/main/res/drawable-hdpi/ic_splash.png b/app/src/main/res/drawable-hdpi/ic_splash.png index 866a830e57094c84e6c1a65d43512ca8d7d32b82..2cd62c04fb0d5e86ef736e6f60e3bcf665d24a9e 100644 Binary files a/app/src/main/res/drawable-hdpi/ic_splash.png and b/app/src/main/res/drawable-hdpi/ic_splash.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_splash.png b/app/src/main/res/drawable-mdpi/ic_splash.png index bd41d82f31eab00a5f7bfb4bdc7b088d63352cad..51ce6b2e9f7409bd122083fbf01ebd6c010e15bb 100644 Binary files a/app/src/main/res/drawable-mdpi/ic_splash.png and b/app/src/main/res/drawable-mdpi/ic_splash.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_splash.png b/app/src/main/res/drawable-xhdpi/ic_splash.png index e28b16a1e83087f7179d1bc8060e54ba24df4be0..f208b7051960432c4ac5cb26150340d6f3f59912 100644 Binary files a/app/src/main/res/drawable-xhdpi/ic_splash.png and b/app/src/main/res/drawable-xhdpi/ic_splash.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_splash.png b/app/src/main/res/drawable-xxhdpi/ic_splash.png index f84ad44e0e7b8486d8bbbf63f3aafb4f4c0c869f..c94ce343cb92e07243c60e28b00cc5a32f1e7ed9 100644 Binary files a/app/src/main/res/drawable-xxhdpi/ic_splash.png and b/app/src/main/res/drawable-xxhdpi/ic_splash.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_splash.png b/app/src/main/res/drawable-xxxhdpi/ic_splash.png index 053f97c092414272ba3a1ba67da52806ae6d3427..1ddfb16cd7b91b25ef31cf07dc78602f005d586c 100644 Binary files a/app/src/main/res/drawable-xxxhdpi/ic_splash.png and b/app/src/main/res/drawable-xxxhdpi/ic_splash.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 8d5a414da51e9443df573dec0d93cf2731d2b028..0000000000000000000000000000000000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.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 deleted file mode 100644 index 7317e659227c70c50880bc68d3bbece921a5b5c9..0000000000000000000000000000000000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-v26/ic_launcher.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to app/src/main/res/mipmap-v26/ic_launcher.xml diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 4aaad0b9549b64ff4fe9d0a61c4f19d4bae2f3ec..0000000000000000000000000000000000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.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 deleted file mode 100644 index c1196016eea2aaad13c67cbd6fe87a18cda0ad20..0000000000000000000000000000000000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.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 deleted file mode 100644 index 71f99b9a56e9e3e5d2b5266220642b5f101dbbc5..0000000000000000000000000000000000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/raw/keep.xml b/app/src/main/res/raw/keep.xml deleted file mode 100644 index 3d3a8350b1857b38492d917616856fe5ed5bcae4..0000000000000000000000000000000000000000 --- a/app/src/main/res/raw/keep.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - Quasseldroid - Quassel client for Android - - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License version 3 as published - by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program. If not, see <http://www.gnu.org/licenses/>. - --> - -<resources xmlns:tools="http://schemas.android.com/tools" - tools:discard="" - tools:keep="@mipmap/ic_launcher,@drawable/ic_shortcut_channel,@drawable/ic_shortcut_query" /> diff --git a/app/src/main/res/values/mipmap.xml b/app/src/main/res/values/mipmap.xml new file mode 100644 index 0000000000000000000000000000000000000000..2a1ce50f57abf5611c54b437bdddae7ab43aeeba --- /dev/null +++ b/app/src/main/res/values/mipmap.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <item name="ic_launcher" type="mipmap">@mipmap/ic_launcher_legacy</item> +</resources> diff --git a/persistence/build.gradle.kts b/persistence/build.gradle.kts index d4ea0b3afb6bef40f25a7b65e091f8c1e44c59a7..99cc28ef9457fd292eed31c492da4a0a3e04dbc2 100644 --- a/persistence/build.gradle.kts +++ b/persistence/build.gradle.kts @@ -17,25 +17,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* - * Quasseldroid - Quassel client for Android - * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3 as published - * by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. - */ - plugins { id("com.android.library") kotlin("android")