diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 24484e8e9ed74091d2f0d5348c210485d99d2f75..774be5108814a65e3850b71595edbe5468516413 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/app/src/debug/res/values-de/strings.xml b/app/src/debug/res/values-de/strings.xml index 727c677581f97471964a22dd25ecf866937095ed..c36fe03b9e1ff85ee2b030979aaf511777bcc8bc 100644 --- a/app/src/debug/res/values-de/strings.xml +++ b/app/src/debug/res/values-de/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml index 5962fff91bce7c77386929aaf9ed85bc5160f5af..5903710c638ed6cbf875c6f9d2767b4f940add9a 100644 --- a/app/src/debug/res/values/colors.xml +++ b/app/src/debug/res/values/colors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml index e747d8209e20086674dac1698277f3bed42f867b..4412e36f47829079fd8f7e9868346074fef59b1a 100644 --- a/app/src/debug/res/values/strings.xml +++ b/app/src/debug/res/values/strings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b794b5a9cdabfc9be2fe62a26bcaf492f223e03b..63b7ac7aff96cc0e57b7624786fc82d3e91c84ba 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/java/de/kuschku/quasseldroid/Keys.kt b/app/src/main/java/de/kuschku/quasseldroid/Keys.kt index efe4478c3c352e8942bbb6604334402319a23c12..882a1eaf66fafea1c7e97c2e522fc56cca930dbd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/Keys.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/Keys.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt b/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt index baa4c0bd399bc08b3519cd252f6e490b74ba3ad8..ddcfb2d31b38c47c84c7c89228c16b6676afd085 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/Quasseldroid.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt b/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt index cea18d1376edea8207511c8c20b183472233eaee..5d5e7faf3ed413ad71f0b463ae325ee4b5c85c1c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/QuasseldroidGlideModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt index 9fe1ddb774a7751b8498a65dd10286b009a3a76c..7887f9287979a1a469c52d63070d25d87b649d57 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityBaseModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt index b4deb4bbc03afab824f3dded9acaaed594d3e15c..d78a47ea2f071797b85f1ec0f34d8cb56af56c2d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt index 37eed67805e84d64386b7d19b7431a9cb5c1a44a..9fb071665ed7cf0169e6fae210a888dd4723d5e0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/ActivityScope.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt index 66d09a2e7f6d9779ea3d6e2691571f8266367c2f..c6c33a9053d541e980f619763f0abcc0158c6acf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppComponent.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt index 171a84ea22ab81df21e8c2acaaeb452f3c2a8a64..cc8ab34ce1e2fdf15c18e8df3448ab81481df06d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/AppModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt index a3a39d46b1b1ee0d06a9d52e7486aa74cbcb5f2d..8b1934affa5346f3123ce338be96646e9dd728db 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/DatabaseModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt b/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt index f240a94fa7b212adadec495e9eb138d6a0d4f071..07a9a3deca0f1af99e261a014d18b2026be55d4a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/dagger/SettingsModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.dagger diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt index e920f6789d2ee080fd730372d3c7e64515ab6507..068b07a37eb05f97235550111a743c7504a23ff0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetwork.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt index aa868a83ea3a18eb261dc99895fb8ef22a2f63a1..a161c49cbd77e289195c24463bbec512786a0ec8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworkServer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt index 32feeb6999b04a4763d03461408e43de0eb9a5c6..548f07fd484984126825caf3d6a8a970ff12e7d8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/DefaultNetworks.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt b/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt index f78c18430257be67b4bb2c8cd7551b67c7aa2b52..4c575575bd1294e87ed453a3d438ee6c02c9628b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/defaults/Defaults.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.defaults diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt b/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt index 65ec1ea482f8275f48db9fe52e7bd6e9cbfddd93..d0b8f62be1a5c57c36adaad2c6304d1e7b31cd7d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/AndroidHeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.service import android.os.Handler diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt b/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt index cc2ef12ed43492e9aff998a48fac5beb67657386..56bd24f3b9bc8234637463f819604861bac3c03d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/AsyncBackend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt b/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt index 6458b59bee836d4452316a2ab314cf0fb3dc5a93..32e8771d05e223c7a02e6f894cba27b9fe8f3f55 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/BacklogRequester.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt index 469974ecd48ef3c0bff0ed7580d221f9abc0c4aa..d4d7d450c3acce722a4573a6bcf42433254ffe8c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselBinder.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt index 3472396d80c46498f4a659e71236ba05836be700..24e67bb2924f9e101371ef99acb3bb99fafbd38f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselNotificationBackend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt index 210607ba0ad3e35b98f186b206de115a78f2e06c..93f67ba4922115cf3e703771ab3b8122b7af01f5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt index ffae4478d6bc4a9be17c66bf742e6f8b37df1818..f7f333223d86a4183290148861b7aab97df7d3c7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasselServiceModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt index b9d5c83a313158f3331c5798cc8c7bb966b3c5aa..9843b062bc937e35620f7829b7f290ea1642dc00 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/QuasseldroidNotificationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 diff --git a/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt index ac974a0288ec6f84113d8180ce4451fccdf354ee..1ab06a66dc04f482ddc44bd62d3dabad414ddc0d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/service/SelfInfo.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.service import android.graphics.drawable.Drawable diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt index be4ada3f6385a035275e7e33bfd876ab18d5ed0d..8f98d9d959c43b5db5fa468133fbbd17a820faf9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/AppearanceSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt index 110ce5a63854fc3afdd3f6ea246c5a7540bfb90a..c4b7aa50f51840e33fca5f7c9fb9e290b957301d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/AutoCompleteSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt index b0733671caff3d9a81923a91b7e5a9173f5735fa..da55f757c1913d3c7a1821d05a754eb745265ef9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/BacklogSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt index e767343142ec1113df2a4435692635337800c8e6..35f1689217db13e242fe2cf1278ecfef199a25ed 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/ConnectionSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt index 6090fc4e29b1eae3092b67ad1ec2e83381cb9fea..56b54be0ba18861599b8ca7e530823e22c7fbff5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/MessageSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt index f15f09c87d615aa1f3d03120d733597b4feec3fb..8f73a0f2666b534a6799e63f35e23626034b6526 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/NotificationSettings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt index 210984a8eab84368255142648c51021998a9a07b..638755126445e04f7fda070312557f4a2e73e46e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/Settings.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt index 7b5514957ef052f4b0b85842a562218321ea9244..a0f49878fd3c1d60eda025d67c2657d9f4b55164 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigration.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt index ed372ae0dd5d94091001fcc1f4f38384580950a4..cc8835382ff3c3bffe60a8ec1abc0cc3252361a2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/settings/SettingsMigrationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt index effe55b70ae780dcd27d2593d298990ede5774e7..72c6e80332d2e8a93638050abf98b34522e36d52 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/BrowserCompatibleHostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt index 33583cc2a21c4b19df7fea9b18383f3326f774d0..4f6ec01b9087c8e6bd72612b99c6c269f7de065b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselHostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt index d7e61a08cb38b3c253ed0f3825065fa144b48b1f..579a8b960e4d31e57cd6e8b94f1e5b810fb15773 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/QuasselTrustManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt index e2d04316cddc68fbd5d1bec27ab415db5aad9848..0270a1ea23f68bedb5fa35083c3466871999a4e5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/X509Helper.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.ssl import java.security.cert.X509Certificate diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt index c64b240a5a9aba737e3c6e0024974558d7ed2ab8..771097cc3c0e31c2f4bab771d7801b4b61003078 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselCertificateManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl.custom diff --git a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt index d335f78b3b56113f959c50d8e0052d01a9b8f09b..ecc364b3750c562dd5b153909d095bca2e2cbc0b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ssl/custom/QuasselHostnameManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ssl.custom diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt index e9229a9d93ec1b097869bdf0c9e1d296f02512c1..4f4de0fc928d1ebe2e388cbb375876b7e6b1fe1f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat @@ -401,7 +401,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .show() } else { when { - // Certificate has expired + // Certificate has expired it is QuasselSecurityException.Certificate && (it.cause is CertificateNotYetValidException || it.cause is CertificateExpiredException) -> { @@ -444,7 +444,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .build() .show() } - // Certificate is in any other way invalid + // Certificate is in any other way invalid it is QuasselSecurityException.Certificate -> { MaterialDialog.Builder(this) .title(R.string.label_error_certificate) @@ -489,7 +489,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc .build() .show() } - // Certificate not valid for this hostname + // Certificate not valid for this hostname it is QuasselSecurityException.Hostname -> { MaterialDialog.Builder(this) .title(R.string.label_error_certificate) diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt index 73e79d15acf4b383ccf210f00b500041d20cba55..469495cfda100443a8e2f0932b15761ef16e7e4e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivityModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt index 02b4f54414afa703f64353e01f85622121bef026..9c6af7a72b63e701f5f5f5d03f0ed4ab6e55193b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt index 91d99f61b14d9b045355fbcb3cacfbc6c1c440cf..ffe2a1e1ffb49b2141a4622330b8246f3b766d0f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/ToolbarFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt index 1f6befd88eab83b401ca87b6550de0dca18d41a2..d3fda7c5f0bae7675e551c541865416b89104bc0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt index 58fd88076e55f46a3c5a4c99872bdb1b98b184ae..188078fd4c9e79a374e8adac5862e6afa5dd0e43 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt index 9cf69497b68ffd752831893b0d16d6b5017624e3..068628cf563eefa088d8628cdf75741068140ad1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/buffers/BufferViewConfigFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.buffers @@ -299,77 +299,77 @@ class BufferViewConfigFragment : ServiceBoundFragment() { Triple(a, b, c) } }.observe(this, Observer { it -> - it?.let { (data, activityList, account) -> - runInBackground { - val (info, expandedNetworks, selected) = data - val (config, list) = info ?: Pair(null, emptyList()) - val minimumActivity = config?.minimumActivity() ?: Buffer_Activity.NONE - val activities = activityList.associate { it.bufferId to it.filtered } - val processedList = list.asSequence().sortedBy { props -> - !props.info.type.hasFlag(Buffer_Type.StatusBuffer) - }.sortedWith(compareBy(String.CASE_INSENSITIVE_ORDER) { props -> - props.network.networkName - }).map { props -> - val activity = props.activity - (activities[props.info.bufferId] - ?: account?.defaultFiltered - ?: 0) - BufferListItem( - props.copy( - activity = activity, - description = ircFormatDeserializer.formatString( - props.description.toString(), - colorize = messageSettings.colorizeMirc - ), - bufferActivity = Buffer_Activity.of( - when { - props.highlights > 0 -> Buffer_Activity.Highlight - activity.hasFlag(Message_Type.Plain) || - activity.hasFlag(Message_Type.Notice) || - activity.hasFlag(Message_Type.Action) -> Buffer_Activity.NewMessage - activity.isNotEmpty() -> Buffer_Activity.OtherActivity - else -> Buffer_Activity.NoActivity - } - ), - fallbackDrawable = if (props.info.type.hasFlag(Buffer_Type.QueryBuffer)) { - props.ircUser?.let { - val nickName = it.nick() - val useSelfColor = when (messageSettings.colorizeNicknames) { - MessageSettings.ColorizeNicknamesMode.ALL -> false - MessageSettings.ColorizeNicknamesMode.ALL_BUT_MINE -> - props.ircUser?.network()?.isMyNick(nickName) == true - MessageSettings.ColorizeNicknamesMode.NONE -> true - } - - colorContext.buildTextDrawable(it.nick(), useSelfColor) - } ?: colorContext.buildTextDrawable("", colorAway) - } else { - val color = if (props.bufferStatus == BufferStatus.ONLINE) colorAccent - else colorAway - - colorContext.buildTextDrawable("#", color) - }, - avatarUrls = props.ircUser?.let { - AvatarHelper.avatar(messageSettings, it, avatarSize) - } ?: emptyList() + it?.let { (data, activityList, account) -> + runInBackground { + val (info, expandedNetworks, selected) = data + val (config, list) = info ?: Pair(null, emptyList()) + val minimumActivity = config?.minimumActivity() ?: Buffer_Activity.NONE + val activities = activityList.associate { it.bufferId to it.filtered } + val processedList = list.asSequence().sortedBy { props -> + !props.info.type.hasFlag(Buffer_Type.StatusBuffer) + }.sortedWith(compareBy(String.CASE_INSENSITIVE_ORDER) { props -> + props.network.networkName + }).map { props -> + val activity = props.activity - (activities[props.info.bufferId] + ?: account?.defaultFiltered + ?: 0) + BufferListItem( + props.copy( + activity = activity, + description = ircFormatDeserializer.formatString( + props.description.toString(), + colorize = messageSettings.colorizeMirc ), - BufferState( - networkExpanded = expandedNetworks[props.network.networkId] - ?: (props.networkConnectionState == INetwork.ConnectionState.Initialized), - selected = selected.info?.bufferId == props.info.bufferId - ) + bufferActivity = Buffer_Activity.of( + when { + props.highlights > 0 -> Buffer_Activity.Highlight + activity.hasFlag(Message_Type.Plain) || + activity.hasFlag(Message_Type.Notice) || + activity.hasFlag(Message_Type.Action) -> Buffer_Activity.NewMessage + activity.isNotEmpty() -> Buffer_Activity.OtherActivity + else -> Buffer_Activity.NoActivity + } + ), + fallbackDrawable = if (props.info.type.hasFlag(Buffer_Type.QueryBuffer)) { + props.ircUser?.let { + val nickName = it.nick() + val useSelfColor = when (messageSettings.colorizeNicknames) { + MessageSettings.ColorizeNicknamesMode.ALL -> false + MessageSettings.ColorizeNicknamesMode.ALL_BUT_MINE -> + props.ircUser?.network()?.isMyNick(nickName) == true + MessageSettings.ColorizeNicknamesMode.NONE -> true + } + + colorContext.buildTextDrawable(it.nick(), useSelfColor) + } ?: colorContext.buildTextDrawable("", colorAway) + } else { + val color = if (props.bufferStatus == BufferStatus.ONLINE) colorAccent + else colorAway + + colorContext.buildTextDrawable("#", color) + }, + avatarUrls = props.ircUser?.let { + AvatarHelper.avatar(messageSettings, it, avatarSize) + } ?: emptyList() + ), + BufferState( + networkExpanded = expandedNetworks[props.network.networkId] + ?: (props.networkConnectionState == INetwork.ConnectionState.Initialized), + selected = selected.info?.bufferId == props.info.bufferId ) - }.filter { (props, state) -> - (props.info.type.hasFlag(BufferInfo.Type.StatusBuffer) || state.networkExpanded) && - (minimumActivity.toInt() <= props.bufferActivity.toInt() || - props.info.type.hasFlag(Buffer_Type.StatusBuffer)) - }.toList() - - activity?.runOnUiThread { - listAdapter.submitList(processedList) - } + ) + }.filter { (props, state) -> + (props.info.type.hasFlag(BufferInfo.Type.StatusBuffer) || state.networkExpanded) && + (minimumActivity.toInt() <= props.bufferActivity.toInt() || + props.info.type.hasFlag(Buffer_Type.StatusBuffer)) + }.toList() + + activity?.runOnUiThread { + listAdapter.submitList(processedList) } } - }) + } + }) listAdapter.setOnClickListener(this@BufferViewConfigFragment::clickListener) listAdapter.setOnLongClickListener(this@BufferViewConfigFragment::longClickListener) chatList.adapter = listAdapter diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt index 3464146a144531b009b9dbf6fc148b0f148751e6..0f1997e1e20fd98c416f421d4822f18545118a85 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt index 4bbbc540323f46ed43cffec901fd9a7534136053..0c11ee95d7151d3c00fcb278deb7b85dcce3135e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt index 134fc5a37588664135899460bf01ce7950f39b93..d4f8d04b461a24644391dd9d6712fdcd38b8b4c9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/channel/ChannelInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.channel diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt index 14fd9df05e31d490824579bf3487adcea362e173..adcef0ab7f74b43df6ae26bc62542c388544a338 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/ClientAdapter.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.ui.chat.info.core import android.graphics.drawable.Drawable diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt index a7e9c5c250f4454893740c354634ac3917c3803c..847f735f7cb4acaea0edebf0859f8939fee72d05 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt index 5508883a28edcb903f3d7777ab409381ec421524..65330355eb579b2b53a8b83a53cfc5125b20b0a4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt index cba0d353773771a28c7c1f25eb0d3a5b6ebfc241..6d70614410f0e4f7f28df79fa538f694ba02bff7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/core/CoreInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.core diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt index 05fbf8d6af9755ecd753dd410aa2f37f44c74aeb..520b9d3d1c944879f242421a0141a9c804ee20d4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/IrcUserInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt index e7f23d3588972150a74f53a53ae99afb92c5c120..291988ddd22eaea7e3c3ac7309b15f6ad780b533 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt index 8a0098226d8724e9d07c55fbb8a9827665ed3115..d03c6c5eb15ab787f473a6621b25672446392f78 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt index 7ee185632b3582f2b171eaffe07d94d7cf5e9306..a3b8ba4888ad479f0c885ceff7a4a266dafaeaf2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/info/user/UserInfoFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.info.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt index 9a651d285993ded8d1c0620b36266bf00cac613b..4a3c623247f7d751a5e39aeb5e3c76e0eb217d80 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt index 4a02838aeece65e978479df610376cf8e259236f..5f14a2352319c1fc714b7b92a435bb5722703184 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompleteHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt index 2ba06e04e04c8cb08b25ba147829bfb0b45b91f6..43f5babb3bd0e85c40f759bebeea714b9f7dc781 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/AutoCompletionState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt index f06bb3900e3f4cffa4d28dad26f67d1362c9c38b..adbb64e9abbec12872cce22e72c4fa8e56485f14 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/ChatlineFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt index 00de2348f94204ada629b283c66eb7d0e057c0d8..17284f2b413f561c6a1f56addf13bfb547cb7978 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/EditorHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt index df87a54f0b1e7b4422e54e1df5877a36d74105a7..d7ec751ee98abf4adda0c92f2c9dd6a5230dacb2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/MessageHistoryAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt index 4ca1be7d549705a8e12d1b47b554f192eefe875a..ee9d18b19087028b5eeac1559bc7319266553d52 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichEditText.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input @@ -204,6 +204,7 @@ class RichEditText : EditTextSelectionChange { fun foregroundColors( range: IntRange = selection) = this.safeText.spans<ForegroundColorSpan>(range) + fun foregroundColor(range: IntRange = selection) = foregroundColors(range).singleOrNull()?.foregroundColor @@ -240,6 +241,7 @@ class RichEditText : EditTextSelectionChange { fun backgroundColors( range: IntRange = selection) = this.safeText.spans<BackgroundColorSpan>(range) + fun backgroundColor(range: IntRange = selection) = backgroundColors(range).singleOrNull()?.backgroundColor diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt index b215e81d7de65570ca94a11ff63549d9f3090d18..9014e4c7dbab7c393f7686024bce3fac3d3910d9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/input/RichToolbar.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.input diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt index 821809422ec8c3f666ca14260c90f044942856eb..945d7b63587b1f57d85cc0ee37baf3f7ac61f8e1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/DisplayMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt index b13019a5a1c67577e6d3eb519d148740f837bf8a..a1c236217be5cedd7dc9849e9e6daf6f8329208e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MarkerLineItemDecoration.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt index ce9e3b46945fda5205ecfc6b529fd2ff97c45c19..0d26a40ce0659ec351bff231153e137e18d34681 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt index d9c4c22295a7b165e4ea842b8f5b4cd1ed01ef0c..47a5b7a7d87c465d06b1d8e0e5293451cab7c950 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages @@ -170,7 +170,7 @@ class MessageListFragment : ServiceBoundFragment() { actionMode?.finish() true } - R.id.action_share -> { + R.id.action_share -> { val builder = SpannableStringBuilder() viewModel.selectedMessages.value.values.asSequence().sortedBy { it.original.messageId diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt index f68f8b2229046495028339de459a6e602e194915..811d18de4b22e919091548d14215fcf945276916 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/MessageRenderer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt index 6fba346ece36b652d46d949963aa199b8790984a..35b7214c49001caa9548c70bf1baf5011e222711 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/messages/QuasselMessageRenderer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.messages diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt index a0997d080801c9f7aa8c39ecc5e65b0858ef6ab5..5f26f1f30691c28baf5d29058e2235ce212e0507 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.nicks diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt index 34bea810d223ea8f25ff860cb87449dafb513c35..9149a8bb11a3fe7037ca6e9bde166251e4fffc43 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/nicks/NickListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.nicks diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt index af7be969e77af38b007ac6eced92a5c81888492d..7e77391cf13ff5b2d534d5da08280483e9b88101 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt index c484eddfa9a9dd97a39d98f5c7996a49ad71141a..6084ccdfabbadd204306ed48e9992fcaed395d37 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt index 06d7dc796d20acf8090dee11ad03bff2436a19e7..c4d418209e22da9101bebac481cb10f4b5db061d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/chat/topic/TopicFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.chat.topic diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt index 3e09e26fc6fc2a487bd871b24adc4e784a1b945c..4fb4b60212df08b8e2d0bcca457f5f1c067fadf0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt index 234f6b59088ff97460fea55e2dfd95a9c6d37f08..7d64cd5f7c637d989362cb66e2cea508408d5c66 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt index efb25f26353dfbab2448fe0fd057efa3a1cc1cb7..17d937acdc1625d4a3f951a8053828e8e90e0f6d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt index 9ebf42684a09c10c42605db7d6eb12c7bd51653d..f3d6b4a359593a1709b994883c617ebeb4e66299 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Contributor.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt index 4d4f8f417f3ad320b46cab242991860430b03740..574e8d45b20e226be5c1e55d0149da749c391219 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/ContributorAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt index 03dcc85c84bf5605dbf942e693fa67dfb1e72315..ba2070aaf9cf083881c7b9ea49e36a00bb7e76e0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Library.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt index 55e4458a002bd688f629ff8f472989595700fb43..eb6a3f37bd92528f2af616b99880dbb423556b4b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/LibraryAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt index f402b47929e125050a31392b16d760fe4ae74060..f0764a06f9b8eb4909c6908ce15bd192eed34e4e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/License.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt index 58f0561eee7dd06122c6df06e7d4960f516a0815..0ecb38cddbae0fc2808ae9cafa8dd7a3737ffaca 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/Translator.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt index b0d72c0907ab71e1c6683217c1671ea518fa3af8..27d358455cfa744ec83a1f58614db1c6a831e203 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/TranslatorAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.about diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt index d0f2152fde9187b8a271a53b267190dd5da9959a..d7f8485f6966d6ad37328935c94d1e3bddff3ad4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt index b36497c75ac19c4d9b744a4b151900ae71099a6e..9cd82d33ff273c4a9fedc9090decfbb7b49fef64 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt index c77aabe2d39fb583f4f2d577bbe2286f89c49087..763b469b01ef8b949e50bd039fbe5cf268361275 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/client/ClientSettingsFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.client diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt index bdf688447a50ae9ae556b5e0168391009b9853de..9332aa08d9fe388ee5323d2a968513e4a2ca0bf7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt index 2bfbbecc0dc96e7591274205759357e8e1cdbd59..ecb0c1766d484cd88d3e383dd2b5166cf735d043 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt index 18530da042031cc0a4583df81dd33a06793bf465..b83699fcd95cd1455aef356f02ee10bb106950d5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt index ef13279c4ff82d973e8cb65969c84a8b673d68fc..b881ee89e06312b1535a7e60b0bfa88eafcccc5c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/crash/CrashFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.crash diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt index f082a367147521bc017b0798269ae79682e59dac..5c232557b76cd2521c2eb96c3163a707a44b5f5a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt index 295087f63933aa93846d63a87a809751e3a3a2fb..888d4a328c44349b19185af77ec7e819934842da 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt index eea7fab0289f027bcb6b129417e172bb5138f7bf..c9463f54207db564615e3bf056778d5f136e0c8f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/license/LicenseFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.license diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt index f44126dbf43bf3d764837c972689cb246a505215..b330c7fba2815a29601c8e624d1f8e62a808c026 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/Whitelist.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt index ef04ba854f84900272091963f91116b09d3ba4e1..e3633ed22a295c45208302032d81d482a2cd38d1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt index 804a1ab12e6b9e331e270381b4d9ef38a596c561..e5b4ccd11b9d1406aa5d4f6930d73ee7f9e49bc9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistCertificateAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt index 21f2176aa7bec6a2d92711b84829a42235e6cb90..576d5597fe6a5e47d04d732ae099a8da68dc0c48 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt index 921a3ac7c42621d149761ba9185d53bd6f464781..fc3f1043ae8d3e640ce238126ca37b655fbd90e6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt index 94681d4edb94c33d69652e1469f85c18d9b6c71b..07dcaae9fd40f7b98d887af8b34c141a58755212 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/whitelist/WhitelistHostnameAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.clientsettings.whitelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt index ea7b38c96e24570554ef601069951a9fe4299405..970db528aedee06f582ffe9b86889d8663ec59c2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt index d6950b889660d09fb9e0441710e40fb3aa55908f..20b56ec87e37501650b78542bfd0e69c5e974399 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt index 03cfbcdf095c446d93a67ae99f9c2d6e2937cc33..89635c3f847b6ded7eac243d019ea36b8ba6a6a2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/CoreSettingsFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt index 32ed3ee508251f9a8fe74463e1b41c2da648fa96..127067224aca59802079302836077e75a61d7a3f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt index 0a682f6799133485c4187c23220bb00807309060..6020cdc3b7ce5b928fbb37bc35a23febf87a74a6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt index d7f4925d1797647ce2c7aaf79bff6b6d3f2259c8..16d7046a1b781b1a33281f7152f9429939e59733 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/SettingsItemAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt index f80f3e8179a52a8052d597511124bf6a04a9c9ed..6684889f4c0cbe8625a1d508d285da47ec1c631a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt index d7b15d6690c80a3bcf8a2386e720ddaaff4cca38..fb2f45e10180cf7f4e25f446f5f36a640e783849 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt index b91efd5cca23a07790aa0869c9ee4a4f397bebfa..1cd8858f7077eb4f66fa32c21c41022c79c59a80 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliasitem/AliasItemFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliasitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt index 45ed0299bcd05d2aedc2df7c58544e42813a8803..b5eea6534ab251575dcc81ef3eb9f3a41f73475d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt index e1df794a7a8050c599f607d810a6b36388b2cea5..b871d34b88546af2190cc0093a5c655d42b80733 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt index 5609c9b59269809c6909f797ce2a25fb9d609edc..828546f43961a1b104fa0ff31b815765dbe1ba5e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt index 9da148feeb1391b896686469e4b6b5cc17affb70..25c68ba5c23f91ab9f108c682818b19e7792f271 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/AliasListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt index cc52fea9b8a4137a88dd5920ca7970e3fa7cedec..960ce8c982c6267241266677b778aa9a3b0f0e58 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/aliaslist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.aliaslist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt index 780bbad2378f9270955103a82021193610e1103d..63a3430ae2d1649c0e7a267c77a257ddcd8730ba 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt index 1d72629b6068420339b85e4ca5940f947e8636b2..7ee2229627ee9c8bd7587a468658c22eab6fa735 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt index a8660d87292687b6a776c7a19e5140a1ebbb6bbf..a42d6859654d477c741c3ba2b7d0ca5b1e42e7c2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatListEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt index 314cd5a27fbdbfe67e276ab8ca6a11cb43646c7d..d4343d82ac740430233eaec8e61ac47dd93eada4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt index 245294f4a8293f668ff7c333d883c05016b93c25..edb9ecb38bf2fa12827736fbc3c6afb5418e74da 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt index 7a7039a8e3870288f83b4660399e6a8a86f8b12a..7cbd4d08b7db8748f2b804dba0313a89701ab9ab 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt index 2384b40a90353b5b0fed111e694f20e6f0f2b5b2..df5d394e3f0f7aace77e46736c4d2ff3fa9be2f1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/ChatlistEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt index aab76a5e75c27a882fda056388b60187904f0dba..bb9fe01f0305fb79262b7e6a422f99dcc2adda3c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt index 4f82245f1f3a178cac999c80f532b66990bdd703..3ea26a5f2352df7abf06aa19af3b594329302441 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/MinimumActivityItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt index 70a0f2e875f60484da44dd4ce8677441fff3a41e..d37d27bb4f8c1ae204037832d9c9eb2acd0da693 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/chatlist/NetworkAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.chatlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt index c981b025c9c23612fac93db8bae7ac5b8d95a8bd..0eb503751cf4d56055b3fd5095b7dc9f5747b787 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt index 50c19866e8ca69b351263571c327020f2719f38b..8b5672f28f5373d4fb1c8b68920f8bcc9110f4b2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt index ab8a624de3fc9f81e2199453cb1d2cf4388fd7b7..cba85bc753c92c7dbac2460dacd78b80a6602027 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt index 4f1f1e95ac8b8225f3a5e6ff98993af5daa37a86..db75a21d4782107842c88fbad9f0d1f6e9839682 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt index f8645e1df628913f1e9229b62c0da82312d5f7c0..6be35ad7689286790e4c21b758f3cc5d1d800f87 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt index 32fa895df3ead0f1948d850947a405c0086f4a25..406597027a0d1a3330ec9274d58b0fb58b010103 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightNickTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt index 3bd7fa9dbaa5186fa2d94c5009d1c9aaee3ad080..9d84ce0a73820aefaf9b29857be0e9bcfaa6f3da 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightlist/HighlightRuleAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightlist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt index 685695801cba3273f2f4fb7dcb48cbcdfdf349dd..a17920187968850011f7727b309642c5621d70a8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt index b60ac74d8c00e5750e411abea76c94eb4006e831..586fefb2237486c8b5a0acc192c665d5eb0b2e04 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt index e7e38d297f3cf45ef4f434753cbe9d92f58a2a1f..3a9915ca714ddae5f80a58adf8f412ab6c2f12bc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/highlightrule/HighlightRuleFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.highlightrule diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt index 9a6b6867219bca0a1bb2884e1d98767cb1ddf43c..ec638be026eae79c7d486c6a091fe0e448124b1b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt index f333c9fd65539e0703b807e42baf52c327f5547a..7ff7e243fa1aa627bd6002613570dc6d7df69615 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt index 91c3210b635b5245eb86970001fdac271c0eb325..1311bf2563740fea1fd00b0be999848774e4fde6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt index c2473a8a8ee45cdd2c2317b483183326b9a2267d..eab72b7fcddc38867952297f6acf7efd6099f065 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt index 841ce437f7bc1d4b9c9cdfffc8eab0b260a25a75..9d6b227d9bbd418764ed50310728ba1616328dd3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt index e89980db1a55866fb9af16bbf2d9a6e65235144d..5e4c2c0ced1b6536b232067446301da8c8071043 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt index c2c3c38d7f3a4b9525c9d636de8625ea4c4307a3..8b624eae1e1ad8fa86eb9d4eb85751f81dc0688c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt index e5406f56d099539e88a13c8bb8a8006db8548dd5..39e15396f19b007e7fa585c610d413bdba71a67d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt index f869743bce83d9edc519269786cbf3966b50cbbf..26c698fdd19d9bb067b76337636a687eb0d6dfd4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/identity/IdentityNicksAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.identity diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt index e01e29df36ed435402e25d40dcb8b793da087497..28b2e2093e1d2d8bb655b5f281c44c88814b6cfd 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt index c6e88baa57aee2b887f7a5e2caf3e9a805bf8970..7c4287ed6d12790c06d110275ceb026a6df4bcfb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt index cf2855c02202db3341980f3091c5171bcc594ee0..a7fc165325efb24e4049d1c5ef02bfc2c53c46e0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreItemFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt index 4ff062ed30733725c1c05986ab48eee46baa9410..627be7c795073703ee62f87e95bbd573a13d82e7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt index 4039cceb70e37e72dc486376dd2671b023ee961a..61e875fbde2e417b7b888e4301238d10f1fa5b38 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/IgnoreTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt index 3a31839bc4eca35807291e1bafc3870a6d45e8ce..0b98f098b321debc9d97cf279854387dfff69713 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt index d3bb006bce799dbb72e866f020096beeee53ef84..b7dd2f5bfc0f1a69de189d047106432e85e7f14a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/ScopeTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt index 066c41ba406dc03cc5a47ebc93649b13a57a8ba9..9fbe0fc4d47ed7bfd4e04cfa44c2ba02e03b5620 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt index 7229aaefdac848465be13a43f42215570198fa25..1cd40af7f570fe31fc1952b2240281e0ace28058 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignoreitem/StrictnessTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignoreitem diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt index 95f1728ee4db6a37e93ceae5c30fefbd859277cf..8190475cfe6b6915cb89df56cf093848e54aaa51 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt index 0ed928a8d871993aa38db00b9a17201cf7a80ec9..4b919d42afacec40d4aa7698d5309901d601b41d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt index 8e6f2e5739f7227b692055c4b07fe2a1006cddb2..625e0f4cbecbd2100ae3dbccae6099a80e793f34 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt index 8cf0db75a8969ba88776ed43ed023673e0675424..02addb034aa7852a7cd7165131c1d793197a188a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt index a7e2a573b24b2a83b2ae37745e7d848f15262815..943eeeb7dfc3afad114e9eeebbd54f494c9877ff 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/ignorelist/IgnoreListFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.ignorelist diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt index 54c868b75e067f33df2ed857da7ffa5ee486ab51..a53b8186d826d8f25c95bfcd3c1d7f445469baeb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/DragSortItemTouchHelperCallback.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt index 4f188b4e41fdde60c31c4e9ffbdbe1ec437e39a8..4e0caa06c490be18b7dd59985b1d58bb3c1d2187 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/IdentityAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt index 50244d57d724f75481878bb554be5d3e9a6a026b..6ac3cf3652f249a8e6f9ec1d101dcd2df3a7c286 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkBaseFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt index 790fddc7cd769f2fcc0ff4d26a14c23643fb03bf..a905197e48b7a3d8e846054fe0c39604899a8abc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt index a7a7b42cef74dd340c4f5b12cd0539b48a6858d3..9f84c09abf4e2f03ce4761b1da5afe19c3de8055 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt index f710dc514501babcfbf925353789d17f15b14c69..76097902592ac725af2c8ea9c0d7ee437a9fa698 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkCreateFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt index 7c7e7674a796672bf967478b1a933515abc6104c..6bd3928094ddecfb9ba90781d530f13ce56eb913 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt index 177d591385ee48cfce9f36235155ca5ac3aab75d..92b15ea340fb14479ba2da8fe121f5bb75b543f1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt index 557be007ac4a38adbe5888c84bcfdafb8309a60d..9cf2d733ae5243974fe4c3abedf0c31001f23bdb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkEditFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt index f4e28ff6203181757888bc7a7de0557d514d7c88..cd0fd22aaaa8823fca0b4eff5aa1ee8227368116 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/network/NetworkServerAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.network diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt index 78b116ec2d41711200eb6bdc44191efd7cda2c33..e7bbdb36c87e0d5aa2f2d8500a1e751f7b5ad983 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt index 2100fed1925abda3f409c7b0c42150c4909350e6..f1ac6b8ed94ce76a8065e4d3ae8fe7dc441655da 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt index 774c1c4f9515f0e07e36377ff7dc0b01d1e0cf9a..95cb27819cbc9f075eb7f058374b3df8d9538092 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkconfig/NetworkConfigFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkconfig diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt index b1baf1f671ab3e5ef852cbb6513e5a063b21bb09..02f385b85c0015d3af67d93cbcb7ca657e7a9fb8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt index 8288a8dde7c33a30636c7f691b2907a2731374a7..63b013ef7e4ebb6ae13d2251346e0e53179bd428 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt index 9be926dd9432e60491fd4c7bb0b40f8f0f59db9f..af658f5a2c7329cbaf7e27c0dd6c396856be0f57 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/NetworkServerFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt index eb3d4f7dcf6bdbe42e93e66c40ff2c1376805d14..7a61e90c664497c5bf4f94e4134037c5e635d8d5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt index 80b491bb8b9331364f2aebdc453000433043c03c..4df67e02ae2387511ca3a1f909efda49a4d99fd6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/coresettings/networkserver/ProxyTypeItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.coresettings.networkserver diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt index 2f22b0124031d1ee7b2361d7bb3cb4d342bf3642..b0c89b6cfc2c1039a744d8645c84a3009fe1705c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/ServiceBoundSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt index 27c7919836f6e25670e97ee1aefa28501fc6a35f..280eb8bc234498523059e74e90b88ac4e16692b4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup @@ -49,6 +49,7 @@ import de.kuschku.quasseldroid.util.helper.or import de.kuschku.quasseldroid.util.helper.switchMap import de.kuschku.quasseldroid.util.helper.updateRecentsHeaderIfExisting import de.kuschku.quasseldroid.util.ui.LocaleHelper + abstract class SetupActivity : DaggerAppCompatActivity() { @BindView(R.id.menu_view) lateinit var menuView: ActionMenuView diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt index 57d37c436c3c41716cb8c8a3370f2aad4a584820..7e95b20ed6b07b45d89e176482d4961565a820b0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/SlideFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt index 20e5585df63c7cd9d6c4ec44bc78795ce0ef0ddb..6c688f675de209411abbcf25b68869c1dbb1ae08 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.edit diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt index 80624a1a34988a7560a6374bf713dd5fe081ab9c..224129789943b8d551808b2380d8d64ec8905714 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/edit/AccountEditModule.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.edit diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt index 83150babf8222bd1ba0a3805aa837655b3cf1563..b33801a6d1538cfa89b44698163847ed9842f12f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt index 0dc3ae7756d37b8e5f13135eb9d32904c4797589..c5b123601a08ded9eed4d270d2c19f1e84e0e0b4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt index 96cfacc7272f9cfa8a4b90773a06267355e5223c..1ad254b17b18eab87b4e20453214119dcd9416f6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt index d563785fd7deabf6fcae4010ca52d000d279818d..7bdd23ca8eb340078130661d3d1856867a99a700 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountSelectionSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt index b5f1801aaa023fa936cdc1db27a2437f0abca3c0..49aa2ce2ccd7f24243e8641c03eac3d38a424755 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/selection/AccountViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.selection diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt index 9057c9a77fc66d662395290d5257d2b59995a4c0..73240e0a5c9d3bcdcc8705fd1a154c00d08f2a10 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt index cf45bafaf167263d05f069927c5694ec3efd3150..138ad6a37721832ceea8ab2fb571ea9a7c35ab4d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupConnectionSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt index 0dadca9c33d70ee67feadd94024ac05d8bee67f4..619a542d0f4922f36b921457061fd108fb3d8c67 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt index 49c81197ee4d2ab67eb6ec6f60961506db1a391c..df5715cbc329edfda38dc13814cdbb634f869662 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupNameSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt index f8963e27634e21c127fa7246c800a54756ec1507..f8bc018d1e2d1442bdb93325d07051d82bb8cb88 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/accounts/setup/AccountSetupUserSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.accounts.setup diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt index 3394c3d470fefc328e182ec1fea4a8b4e5556b90..06f8256d31d88e9b9832dc69d83ef741dbb238bc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/DefaultNetworkAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt index 5e64ff0d67bd657d29023a34ac5439fb5c2b7069..d50a8be89493bcefc56bad10130652c7295776e7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt index fbcaef99db98a00f3d148bcf075fc1c1cb754b76..65f8f9c6501907418c03767e647ff471809bda0f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupChannelsSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt index d880ef990bc1350546a552ed32acf3ef0168d12f..07e4fad352546e4e80bf1edcc75981281d0fcdce 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupFragmentProvider.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt index ed5bcf691a75831d89b18c4038759032f6a39576..158a5906e567ac038aa5f2b886d5efe4ddf36f67 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupIdentitySlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt index fecc482138e88181adda51d0fcc84aa5354ea06f..4bfe7870b93a06a59b9a2af813c873eac8d120b7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/ui/setup/user/UserSetupNetworkSlide.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.ui.setup.user diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt b/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt index 9ef6511b59d2dd1f44c732643f8f47587c559eba..cae5f6bce667591e0e1bd86a365b43b8c1eb2027 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/AndroidHandlerThread.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt index b2afc42d5a340e53645c5ccbd30f2f27f8585c08..26a701833641590dd4ac190840b5b4dd65b88905 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ColorContext.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util import android.content.Context diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt index 487e6260e8f7ecc35da08a56d0b7cfe8bcde20a5..5325a3ec3bd654d9804433640cef87ba54b52a6e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationBuffer.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util import de.kuschku.libquassel.protocol.BufferId diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt index 807a5468a1ba91515e50c77ae9e868f42352151c..e248a73edae9090e40a9ba1e66d277abc8865f56 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/NotificationMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt b/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt index 92a634412db653e1fa61e28bf5623b9247084c46..ab19f546f70da12fda3bee91acf6b03b0d293761 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/Patterns.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt b/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt index ddffa3c428ade2420c5f5ba2a4f27ad86dddabf3..bd08087f776cb36990ece2dd1d68a7f252a48fe9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/TextValidator.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt index 5c9b3b4d66d3f45f7723eb18bafe71123c1f9e5d..84e41e5feb44ee9a6c68970adac52c0122fd27f5 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/AvatarHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt index 165bd8687d12d23174fec9c14892e7b28aa9ef0b..46c7191c24cc047748caa1049552e33e06076251 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixApi.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt index b87619ed4614a3bfa2885ff7edbf076b253d12b8..729344880ef9b79eba2effc86d25ec7047182716 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt index dacaf521c9e21fa910c46e2ee8e5a9a600d3a0b2..69e0d7574de9055fa033f6809c53b6d8f8b095ac 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixAvatarResponse.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt index 0835d624cfddc57463a8670a387f6b0f8276bb67..73c63b9137d66f2ac9629b03772797e8392864c6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixDataFetcher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt index f7c86c20f8245a08f61a0d8302304f65f329043f..6a0926e7f3d36e6f648150b2feba5c53f0908023 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/avatars/MatrixModelLoader.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.avatars diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt index 6f19f2eb708536c69bae69066df401ea620c90d1..0d3e88b55d39dae6051f57d105cba64b5b38aedc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/AndroidThreeTenBackport.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt index 3d388fe5b05055cb5e61eee681191a1ad4975b4e..f955cf7741cbe9ad8b4039c985b254a8db6153b7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/DaggerLifecycleService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt index 2d62f5c0445db8f69d82e27ffc9be03e8357939e..af365aaa6a9923a1536b1267753e431d89316273 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/OsConstants.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.backport object OsConstants { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt index ab3c8fa2d969e756181b531a34b5dc438af50d35..89775f695588b18b62206803c39099a219528ee3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/ReadableWrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt b/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt index f57c1367716bc0bb87033d88d1c93519920b97f3..599163c31e1c3a6b60a471bbeeca1d05bfe6e2d1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/backport/WritableWrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.backport diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt index 1c01d4e3c8ca8a2916717903e69d7c7a841cc1f9..59e7ed27beac9504c4b43dc8eb5faab9793651fb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCompatibilityUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt index 27ce0abe42e3a55f69db0be6277325210020d8cc..ccbb1f620087a5f8cd1837953fa87e7d42223c8a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt index 2b2284be912bcd70cac74972d9f8700ec594577e..287f50e470ca15007566f9087532af5709fd8a6b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidHandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt index a049d76919d932fa41049ec65d29e7998ad00438..170644894329134547df0070b6763b932d2f7da1 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidLoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt index 8fd02da2c7be2414830dfebddd9fa3d5982b6b88..85c631fd83c3d2d550682504a28bcc5540bcea26 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/compatibility/AndroidStreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.compatibility diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt index 899ff8f5975ed947e0c76747ac6502f486a1ff1a..65f81d7b837f3c1e328c60ac8c04f35159bb2a60 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedApi.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.embed import io.reactivex.Observable diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt index 472e5aef71186061fc4ab91e1bcb3ea1cb663870..6096eb1a3942c2cc65a5dcba40cba9cd49f31d2d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedHelper.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.embed import com.google.gson.GsonBuilder diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt index ec45c32e166bd3a097191e5c2f26c082d8da3a93..13415b450233511d9f1fbd669dd18769c073eee7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/embed/EmbedResponse.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.embed data class EmbedResponse( diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt b/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt index 6459935bb8255dbefcf9e8d8b4a27d5d9806a04c..9791a2ca5d1f069b8fd38c40ec0434c373f93f3d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/emoji/EmojiData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.emoji diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt index bd49783cfcb56989b48b5a90f07435671f806c4c..100d42672834a01ac9fc7e07738fe20ca8a1c96b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AccountDaoHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt index ec6c7441c8a68347f745f3db41ef93a5f49ffa9c..a04584fde5c9236c749bbe15a9225bf883a9c07f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ActivityHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt index 480affffca7d43b287bf8232d1c24534f104be2a..58d60bb0e282092c44caa075d2d92d3ff69c732a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/AnyHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt index 78b45b58b658eb9b8835966516d9d8c60912b367..f0e44d03247b5188a50aefbcb72d57bc485471f6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/BooleanHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt index 89b828e8ec1a914286bbda5547ded5380b61c0f4..6a252c2262b54dd177bfd71eae6aba3a299074b2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ButtonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt index ed275a83a15eeece5ac46d9c06f0bb1e1c7c353b..9eb8cd60b13f3c364693bbf2288bcb204243c73f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/CharSequenceHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt index 30e6b56ccde2f7136023198cc288425d2ad9cc26..423d36d93cf1aa88eb24582b70f6a295c32da526 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ContextHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt index a65f837248244e0a8947f8240e7c3b3381b2882d..a2ce9173831721db227873c3184313de9ebac4f3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/DrawableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt index 3bba6e4ac503b732b5dd68ae7f42cf79bbe253d1..05aacc6610041f45cd124b9ea838a923ed859e08 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/EditableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt index b00caf62fcbb4135afa3120e6e85e82390b650ec..e9b22d707fbe1b2022e19311978edab8704e8f20 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/FloatingActionButtonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt index fbd02c16e70e2fb8cd4976ca587b9f859fb43d3d..c2df4ada6ddd3cd86b8c4d946ceef605cc3689ac 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GlideHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt index cd703c201919fb0b6c9ebc0d1c798f46fc31f716..399ebaad0b7cebd9c795ec38cbccd428b14f47f7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/GsonHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt index a4374f0db9a5fe161370b7d85cd123c72d00bc38..29c09dc2aa8cbe60ec444691a4a1e8dc44ade003 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntProgressionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt index 15040669dbe1d9b5ee8c544df4196c85b78c28a2..ee13b1140f4fe702b3402e4b16e6f606397bf917 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/IntRangeHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt index 993373bb8a571eae7abbe29b566b7403a8dbe196..bda11c44bad3da97a5d05a2d27627ec1186c3cac 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt index 34961e45acc42fe3568cdb83e27feb774b68bc41..68256dc6f2d7bcc6655d59bc933690d7a3a3198a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/LruCacheHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt index bb4d40311623b95332ca705eeea2ded6fa59cd83..4611b6d3b2423836e58bc9cd1a53a5c5bcc7edc2 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/MenuHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt index 7f9dcc74a8e1d80ab3b1bd1b2459e17598a3e67f..60b79057872d39143634b93c0f84d1e4606bac48 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/PreferenceHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt index 5032794e3f23562022c5c150fd2580078d3037ab..cbcfa0690496ec0cd57a132a2d4307739fc30adf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ResourcesHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt index e88adc15486dea702c2879cd3f30bb2fd06066dd..6addd5da9bce6ab08eb435f0f95e3efb5192b9a0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SelectionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt index f5954611535ff8ed9a1fe861fcd41d74001eea20..1698bad45b6bdaa0206c525d906b1911a51d2855 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SharedPreferencesHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt index c1b5ca3bb40c9d919fe23cf73e29383ea7f648bc..26763c6c443991c9861935de50fa953e7edf48c6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SpannedHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt index 534c3dc347ce4549c403fa74da14a4c0130666e6..760e896f06f3bf59f6595ff6f646278ad91da887 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/SwitchCompatHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt index f5ff79eb82acc32df1d4a2af3626397e9174017f..84d711d54fafea97bb5afff109b6a8f37af54479 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ThemeHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt index 638e020f53a2c8a982f5fcd3275e3dcff5dad338..8ef67dd2d8ba2ba89bf816e782ae5212b318b5ae 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/ViewHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt index 6bc5380a409c19a3eb37ea3a0dd9d62ffcdffdd0..db060c0705fdec6f2ffd2cbb706150fc9d3d104e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/helper/X509CertificateHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt index 57bfe1cea2fd19e5fc3b4d57161d47884e51887e..425b53ef26490c9e935a7edad6c7dcc4840acd92 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/IrcPorts.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.irc object IrcPorts { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt index 5fdbdd69e083441277a6ddaa2a5899fbf3744942..392d0f12624ad04f83752af3f6ddf56e6d92f30b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/ContentFormatter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt index 223e7430887a5e9028f08dc5139572adb5408447..9f12844d9f42aa927b66df1e93f54800312756db 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatDeserializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt index 7a2880d72ca114c2294609d9263f4a04f9e14259..e27d047129302aa09a1c0ab81adee79a69cecf1a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/IrcFormatSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt index 95a90ad084ddf6f75d75556daa85df000c9f0aca..a071f3ccfa2889c5da7ceff8b7b7c469eafcbbe4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/Copyable.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt index 68d4981faabbd4f91d50ae8e2160a9b21811c613..a7abfdf30d022fe337bea765164da22d5147ef69 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBackgroundColorSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt index c3b4d3766e832b3c102ad513e242f944f32dfe07..1b77aa2c33947c22ca7c74075fff77d22e474979 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcBoldSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt index 7e04080f37f5ecde297432ef022b96df6e054200..6e327b829dd74df520360cd195bb168ad442b08d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcForegroundColorSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt index 2211b553956e37d0300743e20140c481b363cf6b..045a8691820aee9b7d823e988a2d2bbd39e58d9d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcItalicSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt index 9d3b5ce1abe27b4f0f711cda8e766d5c8020ca9c..ffc54118a1d606f103842d8e0a94e09c40c458a8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcMonospaceSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt index e380e776c80dae42b0bc854f5474f41b373afc6d..4d2d336fbc32163dad59f73e9553bbd347dcba9f 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcStrikethroughSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt index 2f76a71172faa822c5ea000c314ab77dfc4a5c35..244c3ea3c4b62c01ad6554ab97e7f7cfeb2d6303 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/irc/format/spans/IrcUnderlineSpan.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.irc.format.spans diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt index 136cce47c9232bde0ca7d856cb8ab8ce3ee98ef7..769ebfaaa62ec9295f4a2b63324e2ac0ea5c74f6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt index 0ade1d01ab874707e1740be57fa407376db29660..c3deca16d9ee41fde351332c3dbc3ab5e818e3cf 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt index 9c22a9e9cd3da154169b3beed8c550e66fbb3b10..82eed3a497a718715429a02e87a2e7fc68ab9b89 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/MissingFeaturesDialog.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt index c5ca1e34cd4580920ff22d68723282c827830dc9..8e2750146f48ade6849c392b9aee064dcff96c3d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/QuasselVersion.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.missingfeatures enum class QuasselVersion(val humanName: String) { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt index 592b5bbded64242bc992388073afadbb7c2b8938..4e6cd948c78e1bda0e48b5ea5d54a83509be0392 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.missingfeatures diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt index 961104315c137a070b33f2012d3d40f02a7b5318..34ce92b83f8f8576e1ba71f78cf473761eb065b8 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/BackendServiceConnection.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt index fe5176f84a899f0d91973068acaf61dfec2bd99e..a2ac75c98745b98bff06b4462bee8c23492c03b4 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service @@ -114,7 +114,7 @@ abstract class ServiceBoundActivity : override fun onStart() { if (Settings.appearance(this) != appearanceSettings || - (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) != nightMode) { + (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) != nightMode) { recreate() } sharedPreferences(Keys.Status.NAME, Context.MODE_PRIVATE) { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt index fb4d423630fdc77643f9ca4b4c455137129d95fd..c0c0074a3a8f697a6cd84102bee350526f199c88 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/service/ServiceBoundFragment.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.service diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt index 1c140052ef2ad3bc7e8cba5b6863854388029df4..68ddb56dea26923612fcde3b07e193581e692f44 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/AnimationHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt index d612776cad7c447987f437ef51c6637986bb9f01..75d874afe691100b5d2a57cdc25d2964dfb1899e 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BannerView.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.ui import android.content.Context diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java index cf61c319bdbea647443e816de6b43fd03f910ffd..20ff05065bb55cfc062376350b6eea56dfaaac03 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/BetterLinkMovementMethod.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java index 28d6ac96b502a7465812b9b13903ec0c6beb4a87..3dd3e21b67f474cc99d786fc452c1a63febdc04b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ColorChooserDialog.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt index caaa42815b4ad11af62a90db6713133522434043..5a7ea7efa236bc760c7a7de32547dad7c43feed0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ContextThemeWrapper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt index d3056ef685a2af96a01701b43bdccca892b3dd2f..fe2ec55a4331d1ab967d6c93fe1990dbef06c48a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DoubleClickHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt index 672b8062a8681340710ab0f3d94768ff57d4bfe6..b26fb40c5018cce05c37decdc8d4366dfe171be7 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DragInterceptBottomSheetBehavior.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt index f609bb8dd40487291dada9d43275c4a7cb1fd873..95c9fe4e23b5153676ae13eda69910b1ba3ae6e9 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/DrawerRecyclerView.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt index 6ae10aea821dca455d3167311b5f2f64e93ea15d..456d1afa5957b637e77617545b0b18c64cdacdeb 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/EditTextSelectionChange.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt index 169426227c9a2abfed240690388fe0499018d8aa..bddc6e98e040d29ce0bf1d1623d1f803aeb795fc 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LinkLongClickMenuHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt index cbc2ec606dff9cb1954491d9c88db0e117c7ac39..25973066d5a315040b4de339558c765573ed5895 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/LocaleHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt index e56b699cc62ece7dd6ef6d056df6a67a9a861d2d..432ecde83be475acdc420292eb9a27c995c1fd2a 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/NickCountDrawable.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.ui import android.graphics.* diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt index 01c4990029183072f6e818d3c04271b0f9e59909..774b2e3d3d4a3f7c4042750cc11b1a505a014b72 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RecyclerSpinnerAdapter.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt index 44cfc4c965899e401bfafc4e674163cfbdd56092..1121d22f9ceebe8a18af48c4c633d701a90e41e6 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/RipplePassthroughTextView.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java index 66edc9f88d433c765e426b6766ff57b003d16785..7372d0e1446f64c7a208dbd547bd76c4b68d9af3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TextDrawable.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui; diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt index 2c77620edf5700c92c37a165a425a66d0fc58511..d688cc0d5bfb6f99b8dba758452b210f3ce3326d 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/ThemedActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt index 2348168401dfa6560bf93212b85e8bc773d31cde..ec65b304952ebbcb010dc2d2235d360bda5c342b 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/TouchInterceptingFrameLayout.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt index 0515f08c9a0c6f3fe6793f8024e953e210f44297..77338642cab3ea8031aa617224178722d9d845f3 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/WarningBarView.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.ui import android.annotation.SuppressLint diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java b/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java index a44eb339387980a2d0d82775d656fb8ea97552ce..e6db4c96ad1ec042e8740d1074fbca4e89980b93 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/fastscroll/interfaces/OnFastScrollStateChangeListener.java @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.ui.fastscroll.interfaces; public interface OnFastScrollStateChangeListener { diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt index b3f5bdf99c0496c4cdb725bffc02b8793187ced8..a1fd1783ae329e7dd5e49c24b847bcda78c74c2c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ActivityLauncher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt index b29bebc60a1acd34678759aabaf885fc64b77dc4..f0a15f83f00f2ce9a80e494b66078bff56de1189 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/AttachingPreferenceFragmentCompat.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt index 74cb3cfe1fa70e487fb842b9f0f2e1187f4d31c3..944d838c5ad68edbed241fcb1cf0962a99bd886c 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/DaggerPreferenceFragmentCompat.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt index 160631e7e458f519fc82fd3da975258b85dcbd88..1458c899455da99abe25d2ae2fd3a244d7d9fd76 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/OnActivityResultListener.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt index 13c33568ecea3961c1654cbe4301e02539f2101e..bb1421501cdc3776b4f822e8ebd1d507956ae614 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RequiresActivityLauncher.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt index a76a3956ab81351d34141a2afd8369e025b64207..0c55d4da11b172d0b20e883d2f9f9935c0242990 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/RingtonePreference.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt index bf518fb1e69c41410e0b800168d4bbbb89c88b00..59208565cf5dc25c1475bc702c16d8b59b64a801 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/ServiceBoundSettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt index 0451c923d8edc10f845428ceb3633615cc59c31c..dad6e087c04e11d354a45afa859e8b0a0f15a8c0 100644 --- a/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt +++ b/app/src/main/java/de/kuschku/quasseldroid/util/ui/settings/SettingsActivity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.ui.settings diff --git a/app/src/main/res/drawable-ldrtl/ic_send.xml b/app/src/main/res/drawable-ldrtl/ic_send.xml index fc6242adeaca9ca0335b44f02f0e2d58433ef373..d083ca4faea855cb00bc5675225ee3599f5eab83 100644 --- a/app/src/main/res/drawable-ldrtl/ic_send.xml +++ b/app/src/main/res/drawable-ldrtl/ic_send.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M22,21L1,12L22,3V10L7,12L22,14V21Z" /> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_dark.xml b/app/src/main/res/drawable-v21/bg_menuitem_dark.xml index 9f5f87b47db10f171f517bfe8017f786ee37e6ea..e40592a74298e23d2ba751fc99ebb942159d53b8 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_dark.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_light.xml b/app/src/main/res/drawable-v21/bg_menuitem_light.xml index 68ccb830c1fb247fff501bd98e90cbce36d9e3b1..1ef5beb132baf2ab4c046c4191980c36274234fd 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_light.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml b/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml index 98edb7bec69beff337da34959ad4cd2d9741a580..4c829bba6a5564caa93e18dc6ff220d4c1365885 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_rounded_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml b/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml index c7af6cede44c8b74029ae440a0c1afdc39fafd9c..cd3b846ec8cea4a189dce249aae17ccf667932b3 100644 --- a/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml +++ b/app/src/main/res/drawable-v21/bg_menuitem_rounded_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable-v26/ic_launcher_background.xml b/app/src/main/res/drawable-v26/ic_launcher_background.xml index 2f508a6c814b70bc57dde2eb2c25561ed35ea851..b2061ac1a922c9064668fb1e6ad9d09aa5d78424 100644 --- a/app/src/main/res/drawable-v26/ic_launcher_background.xml +++ b/app/src/main/res/drawable-v26/ic_launcher_background.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/bg_badge.xml b/app/src/main/res/drawable/bg_badge.xml index 9c771b7ac87e28a555a919d4021735da5e80abde..34901f2b3f1a45a26111e4e0df63cb6c45550c16 100644 --- a/app/src/main/res/drawable/bg_badge.xml +++ b/app/src/main/res/drawable/bg_badge.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_intro.xml b/app/src/main/res/drawable/bg_intro.xml index 80e39982d42f7d708f2e1520e89869ed065c6cea..9f62b379ec80b1df367b7baf94c38b3fb023aac4 100644 --- a/app/src/main/res/drawable/bg_intro.xml +++ b/app/src/main/res/drawable/bg_intro.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="1440dp" android:height="810dp" - android:viewportHeight="810" - android:viewportWidth="1440"> + android:viewportWidth="1440" + android:viewportHeight="810"> <path android:fillColor="#d7d7d7" diff --git a/app/src/main/res/drawable/bg_menuitem_dark.xml b/app/src/main/res/drawable/bg_menuitem_dark.xml index 1f0f88159afa58a107f2bf5b87fe18751ad63671..0a66dfe545659aa7adc8572d797dcf474cb6fa7e 100644 --- a/app/src/main/res/drawable/bg_menuitem_dark.xml +++ b/app/src/main/res/drawable/bg_menuitem_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_light.xml b/app/src/main/res/drawable/bg_menuitem_light.xml index 1278e575f73d2be7e7abd8c1712a1179642ac451..25b8d5d9c0830f8a4b8c2ed541edfac3f1a58b4d 100644 --- a/app/src/main/res/drawable/bg_menuitem_light.xml +++ b/app/src/main/res/drawable/bg_menuitem_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml b/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml index 43617b779a933aec8fe3d313876088afc93cfb5e..d3ea69af56355be95e15b8574b4d040ad777b846 100644 --- a/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml +++ b/app/src/main/res/drawable/bg_menuitem_rounded_dark.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_menuitem_rounded_light.xml b/app/src/main/res/drawable/bg_menuitem_rounded_light.xml index d7fda2045038291a779c37e1e080a7ee5c2de3b9..601329c56e82b51594300e4cfd71a271e0dab91b 100644 --- a/app/src/main/res/drawable/bg_menuitem_rounded_light.xml +++ b/app/src/main/res/drawable/bg_menuitem_rounded_light.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_splash.xml b/app/src/main/res/drawable/bg_splash.xml index c18189ef93df7be8c17b02b1f92596767d416472..78a849385b3ad9f75dfc73354bd092f29598beab 100644 --- a/app/src/main/res/drawable/bg_splash.xml +++ b/app/src/main/res/drawable/bg_splash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/bg_transparent.xml b/app/src/main/res/drawable/bg_transparent.xml index 7620d58c2d20a1029b2c347c9d4ffa5363b305bf..5959a1d4e91dba46b21ff38d7ae4552e6ad9493b 100644 --- a/app/src/main/res/drawable/bg_transparent.xml +++ b/app/src/main/res/drawable/bg_transparent.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/ic_account.xml b/app/src/main/res/drawable/ic_account.xml index b60fc5f21b1383687790f070a0c2ed53a9022fa6..9931f09caa02917b7c4564be022a2c23c5d409b4 100644 --- a/app/src/main/res/drawable/ic_account.xml +++ b/app/src/main/res/drawable/ic_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" /> diff --git a/app/src/main/res/drawable/ic_account_card.xml b/app/src/main/res/drawable/ic_account_card.xml index 340aa70c9103e028d2997cf054becdd0eef01139..aee2119792d285d5a33f8e67f24298f909a6a5c3 100644 --- a/app/src/main/res/drawable/ic_account_card.xml +++ b/app/src/main/res/drawable/ic_account_card.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M2,3H22C23.05,3 24,3.95 24,5V19C24,20.05 23.05,21 22,21H2C0.95,21 0,20.05 0,19V5C0,3.95 0.95,3 2,3M14,6V7H22V6H14M14,8V9H21.5L22,9V8H14M14,10V11H21V10H14M8,13.91C6,13.91 2,15 2,17V18H14V17C14,15 10,13.91 8,13.91M8,6A3,3 0 0,0 5,9A3,3 0 0,0 8,12A3,3 0 0,0 11,9A3,3 0 0,0 8,6Z" /> diff --git a/app/src/main/res/drawable/ic_account_minus.xml b/app/src/main/res/drawable/ic_account_minus.xml index 6ae30141cb0df76a062051207e2fce61e153247c..4bd7e9dc1b67b739feb0c39b592e8d8af21f072b 100644 --- a/app/src/main/res/drawable/ic_account_minus.xml +++ b/app/src/main/res/drawable/ic_account_minus.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M1,10V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z" /> diff --git a/app/src/main/res/drawable/ic_account_multiple.xml b/app/src/main/res/drawable/ic_account_multiple.xml index 5811d9dc8afa05b0b405a7977dd536560bafc6a1..b875ec7d774d9125ad3809c0288b88db42abb3af 100644 --- a/app/src/main/res/drawable/ic_account_multiple.xml +++ b/app/src/main/res/drawable/ic_account_multiple.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z" /> diff --git a/app/src/main/res/drawable/ic_account_plus.xml b/app/src/main/res/drawable/ic_account_plus.xml index 35d453c210b5b144dcb10c4d2a256e0838559f78..e3cbf8ffe91b26e479341cf4d9c8c183d7255e9e 100644 --- a/app/src/main/res/drawable/ic_account_plus.xml +++ b/app/src/main/res/drawable/ic_account_plus.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z" /> diff --git a/app/src/main/res/drawable/ic_add.xml b/app/src/main/res/drawable/ic_add.xml index 64fee29b522f83bf8a209e0b82a5c9a769ac9d99..5788cb987052b6a8ab69e71d101cb4f3438a1be1 100644 --- a/app/src/main/res/drawable/ic_add.xml +++ b/app/src/main/res/drawable/ic_add.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /> diff --git a/app/src/main/res/drawable/ic_alert.xml b/app/src/main/res/drawable/ic_alert.xml index 1a1c6a166a962bb709b5cb4627f411d73bdfdc36..8cc25d0e9e225e84af83058ab8f6da3d6e3fdc65 100644 --- a/app/src/main/res/drawable/ic_alert.xml +++ b/app/src/main/res/drawable/ic_alert.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_arrow_right.xml b/app/src/main/res/drawable/ic_arrow_right.xml index 3a6e8f9d458e0eef5c083fb5365bcafb4728d2e5..3a3477f9609a155211ed8a4855cd202b03563f9c 100644 --- a/app/src/main/res/drawable/ic_arrow_right.xml +++ b/app/src/main/res/drawable/ic_arrow_right.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" /> diff --git a/app/src/main/res/drawable/ic_bell.xml b/app/src/main/res/drawable/ic_bell.xml index 0d860dd8b001cee82d36e9549151c783ec09d290..c930ae764410f99ea23552c4f43e6568e8c1e434 100644 --- a/app/src/main/res/drawable/ic_bell.xml +++ b/app/src/main/res/drawable/ic_bell.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,22A2,2 0 0,0 14,20H10A2,2 0 0,0 12,22M18,16V11C18,7.93 16.36,5.36 13.5,4.68V4A1.5,1.5 0 0,0 12,2.5A1.5,1.5 0 0,0 10.5,4V4.68C7.63,5.36 6,7.92 6,11V16L4,18V19H20V18L18,16Z" /> diff --git a/app/src/main/res/drawable/ic_channel.xml b/app/src/main/res/drawable/ic_channel.xml index c4493cd12788247883a122a636279863a0b56af0..5c9da6b986bc84bc38906358f02018dbef7fc652 100644 --- a/app/src/main/res/drawable/ic_channel.xml +++ b/app/src/main/res/drawable/ic_channel.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_check.xml b/app/src/main/res/drawable/ic_check.xml index 46ba92652c81194f9a4f1cc2eb4bb0610225cb51..9c8bd47cdb95b2ebcb6db632c36832f4d0aa4be9 100644 --- a/app/src/main/res/drawable/ic_check.xml +++ b/app/src/main/res/drawable/ic_check.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" /> diff --git a/app/src/main/res/drawable/ic_chevron_down.xml b/app/src/main/res/drawable/ic_chevron_down.xml index 246e7372ec3f2ed271b30f86cd19fed23a5c531a..3040ef559c8d7bacc978c63527305873114e8778 100644 --- a/app/src/main/res/drawable/ic_chevron_down.xml +++ b/app/src/main/res/drawable/ic_chevron_down.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,19 +10,19 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/chevron_down.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /> diff --git a/app/src/main/res/drawable/ic_chevron_up.xml b/app/src/main/res/drawable/ic_chevron_up.xml index ae9314a037724048a37360c69b790fb1d9adfd86..3e72d4d6ffb67f76581aa29228dd0e7fc8c15811 100644 --- a/app/src/main/res/drawable/ic_chevron_up.xml +++ b/app/src/main/res/drawable/ic_chevron_up.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,19 +10,19 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/chevron_up.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /> diff --git a/app/src/main/res/drawable/ic_clock.xml b/app/src/main/res/drawable/ic_clock.xml index 78335a020b6a4b86c34067084e776676c7e1020b..67f45fcc6f9eb48dbb5331c777f9dacf752c13da 100644 --- a/app/src/main/res/drawable/ic_clock.xml +++ b/app/src/main/res/drawable/ic_clock.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C6.47,22 2,17.5 2,12A10,10 0 0,1 12,2M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z" /> diff --git a/app/src/main/res/drawable/ic_close.xml b/app/src/main/res/drawable/ic_close.xml index 74ced3508dc1a79af435a93289cfa72d14088d33..a120d0515a392fb95b53474bb29db70e793b28e3 100644 --- a/app/src/main/res/drawable/ic_close.xml +++ b/app/src/main/res/drawable/ic_close.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /> diff --git a/app/src/main/res/drawable/ic_copy.xml b/app/src/main/res/drawable/ic_copy.xml index a6fb7851462ae7d88b25e5509670218c4d57b5dd..707d56a43245b023862fd4bcb95ceec449f709f3 100644 --- a/app/src/main/res/drawable/ic_copy.xml +++ b/app/src/main/res/drawable/ic_copy.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" /> diff --git a/app/src/main/res/drawable/ic_debug.xml b/app/src/main/res/drawable/ic_debug.xml index 7f90a346d4458bfc86412f7e22c77a71fedb2246..4bde64da8df50da0e72b8b095b02e6d069910117 100644 --- a/app/src/main/res/drawable/ic_debug.xml +++ b/app/src/main/res/drawable/ic_debug.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M14,12H10V10H14M14,16H10V14H14M20,8H17.19C16.74,7.22 16.12,6.55 15.37,6.04L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.04,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6.04C7.88,6.55 7.26,7.22 6.81,8H4V10H6.09C6.04,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.04,15.67 6.09,16H4V18H6.81C7.85,19.79 9.78,21 12,21C14.22,21 16.15,19.79 17.19,18H20V16H17.91C17.96,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.96,10.33 17.91,10H20V8Z" /> diff --git a/app/src/main/res/drawable/ic_delete.xml b/app/src/main/res/drawable/ic_delete.xml index 76e8ec86c94afee48750ade6a49232279919b813..28799185e476bbbff18247db673fba71e79aeb8f 100644 --- a/app/src/main/res/drawable/ic_delete.xml +++ b/app/src/main/res/drawable/ic_delete.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z" /> diff --git a/app/src/main/res/drawable/ic_disconnected.xml b/app/src/main/res/drawable/ic_disconnected.xml index 9eae842ce3f489907eca6569ffa2de0ceeb466d0..5fe5d01165e402ca6386a54a4f178e8d19bc9390 100644 --- a/app/src/main/res/drawable/ic_disconnected.xml +++ b/app/src/main/res/drawable/ic_disconnected.xml @@ -1,3 +1,22 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" diff --git a/app/src/main/res/drawable/ic_eye.xml b/app/src/main/res/drawable/ic_eye.xml index b09645f861742864ddf7e7909e54e6df66f1b07e..cacb938b3efae5f25f9340c92fd6c6616bd0e7c3 100644 --- a/app/src/main/res/drawable/ic_eye.xml +++ b/app/src/main/res/drawable/ic_eye.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" /> diff --git a/app/src/main/res/drawable/ic_eye_off.xml b/app/src/main/res/drawable/ic_eye_off.xml index 9b773df45443e3bd31521b8b04fb02141176085f..ed141744891db5e738cf056e0f3d0533601d5de3 100644 --- a/app/src/main/res/drawable/ic_eye_off.xml +++ b/app/src/main/res/drawable/ic_eye_off.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" /> diff --git a/app/src/main/res/drawable/ic_filter.xml b/app/src/main/res/drawable/ic_filter.xml index 3ad2018eb98f1bff7bb5f2144f9a7f8b4079d124..cd96c21be256cf9125a91afb35a6aebb25732355 100644 --- a/app/src/main/res/drawable/ic_filter.xml +++ b/app/src/main/res/drawable/ic_filter.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M3,2H21V2H21V4H20.92L14,10.92V22.91L10,18.91V10.91L3.09,4H3V2Z" /> diff --git a/app/src/main/res/drawable/ic_format_background.xml b/app/src/main/res/drawable/ic_format_background.xml index 7c43150b5e637e0d5bd0c47c3fba812ca6ebc09e..66edadad59c848627274b0cf6f22f85519b91188 100644 --- a/app/src/main/res/drawable/ic_format_background.xml +++ b/app/src/main/res/drawable/ic_format_background.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M19,11.5C19,11.5 17,13.67 17,15A2,2 0 0,0 19,17A2,2 0 0,0 21,15C21,13.67 19,11.5 19,11.5M5.21,10L10,5.21L14.79,10M16.56,8.94L7.62,0L6.21,1.41L8.59,3.79L3.44,8.94C2.85,9.5 2.85,10.47 3.44,11.06L8.94,16.56C9.23,16.85 9.62,17 10,17C10.38,17 10.77,16.85 11.06,16.56L16.56,11.06C17.15,10.47 17.15,9.5 16.56,8.94Z" /> diff --git a/app/src/main/res/drawable/ic_format_bold.xml b/app/src/main/res/drawable/ic_format_bold.xml index 8dc5a46a67e5dd4a5858085b7589c557a3c5f270..d1d58fc800d362633879ad3092e7360800a6aced 100644 --- a/app/src/main/res/drawable/ic_format_bold.xml +++ b/app/src/main/res/drawable/ic_format_bold.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13.5,15.5H10V12.5H13.5A1.5,1.5 0 0,1 15,14A1.5,1.5 0 0,1 13.5,15.5M10,6.5H13A1.5,1.5 0 0,1 14.5,8A1.5,1.5 0 0,1 13,9.5H10M15.6,10.79C16.57,10.11 17.25,9 17.25,8C17.25,5.74 15.5,4 13.25,4H7V18H14.04C16.14,18 17.75,16.3 17.75,14.21C17.75,12.69 16.89,11.39 15.6,10.79Z" /> diff --git a/app/src/main/res/drawable/ic_format_clear.xml b/app/src/main/res/drawable/ic_format_clear.xml index 2a83ea2293917d91c7b55c7bf4fd706ef127771b..4ef4e98c9136e2b39ee0c6ddecd68feef21cb9ec 100644 --- a/app/src/main/res/drawable/ic_format_clear.xml +++ b/app/src/main/res/drawable/ic_format_clear.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,19 +10,19 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/format_clear.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M6,5V5.18L8.82,8H11.22L10.5,9.68L12.6,11.78L14.21,8H20V5H6M3.27,5L2,6.27L8.97,13.24L6.5,19H9.5L11.07,15.34L16.73,21L18,19.73L3.55,5.27L3.27,5Z" /> diff --git a/app/src/main/res/drawable/ic_format_foreground.xml b/app/src/main/res/drawable/ic_format_foreground.xml index ba896ed9d89c43b1da4f09b87ef5f4e683702098..6ab1107b6686cb2d70d0f95704e47498e7520d92 100644 --- a/app/src/main/res/drawable/ic_format_foreground.xml +++ b/app/src/main/res/drawable/ic_format_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M9.62,12L12,5.67L14.37,12M11,3L5.5,17H7.75L8.87,14H15.12L16.25,17H18.5L13,3H11Z" /> diff --git a/app/src/main/res/drawable/ic_format_italic.xml b/app/src/main/res/drawable/ic_format_italic.xml index 72677146a18ba7b82b4af280fa07a173c217847f..61e9d67496942d2110bee77791a1201ab397fa43 100644 --- a/app/src/main/res/drawable/ic_format_italic.xml +++ b/app/src/main/res/drawable/ic_format_italic.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M10,4V7H12.21L8.79,15H6V18H14V15H11.79L15.21,7H18V4H10Z" /> diff --git a/app/src/main/res/drawable/ic_format_monospace.xml b/app/src/main/res/drawable/ic_format_monospace.xml index adfeefe8936cd56ffdbb1f2b9025471aefa594ad..785abf372160570b6ada6a3c6887cfe6d54c60db 100644 --- a/app/src/main/res/drawable/ic_format_monospace.xml +++ b/app/src/main/res/drawable/ic_format_monospace.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,19 +10,19 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <!-- drawable/code_tags.xml --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8,18L9.4,16.6Z" /> diff --git a/app/src/main/res/drawable/ic_format_strikethrough.xml b/app/src/main/res/drawable/ic_format_strikethrough.xml index 4313a653ba4d139b60ce503332f33e3c8bc4ab38..428561a6fdfec9b26cb48e53447d20071427fb1f 100644 --- a/app/src/main/res/drawable/ic_format_strikethrough.xml +++ b/app/src/main/res/drawable/ic_format_strikethrough.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M23,12V14H18.61C19.61,16.14 19.56,22 12.38,22C4.05,22.05 4.37,15.5 4.37,15.5L8.34,15.55C8.37,18.92 11.5,18.92 12.12,18.88C12.76,18.83 15.15,18.84 15.34,16.5C15.42,15.41 14.32,14.58 13.12,14H1V12H23M19.41,7.89L15.43,7.86C15.43,7.86 15.6,5.09 12.15,5.08C8.7,5.06 9,7.28 9,7.56C9.04,7.84 9.34,9.22 12,9.88H5.71C5.71,9.88 2.22,3.15 10.74,2C19.45,0.8 19.43,7.91 19.41,7.89Z" /> diff --git a/app/src/main/res/drawable/ic_format_underline.xml b/app/src/main/res/drawable/ic_format_underline.xml index 9cb5ce2f5aa41c86ecf763f9b277f781fa905f33..c09fbef14cc3185ad81020cc2bff0cff7937af39 100644 --- a/app/src/main/res/drawable/ic_format_underline.xml +++ b/app/src/main/res/drawable/ic_format_underline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M5,21H19V19H5V21M12,17A6,6 0 0,0 18,11V3H15.5V11A3.5,3.5 0 0,1 12,14.5A3.5,3.5 0 0,1 8.5,11V3H6V11A6,6 0 0,0 12,17Z" /> diff --git a/app/src/main/res/drawable/ic_help.xml b/app/src/main/res/drawable/ic_help.xml index 8c1825aa93436f035e9ec80a12a827d744452829..eac04e2613530065761b5a63eca53c2efb0106da 100644 --- a/app/src/main/res/drawable/ic_help.xml +++ b/app/src/main/res/drawable/ic_help.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /> diff --git a/app/src/main/res/drawable/ic_history.xml b/app/src/main/res/drawable/ic_history.xml index c93e6ad8f25b5567948c9b8f051374a5246cd80f..8df9c19f4dc5d90524c7c00bfeaf7f452a68ad63 100644 --- a/app/src/main/res/drawable/ic_history.xml +++ b/app/src/main/res/drawable/ic_history.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M11,7V12.11L15.71,14.9L16.5,13.62L12.5,11.25V7M12.5,2C8.97,2 5.91,3.92 4.27,6.77L2,4.5V11H8.5L5.75,8.25C6.96,5.73 9.5,4 12.5,4A7.5,7.5 0 0,1 20,11.5A7.5,7.5 0 0,1 12.5,19C9.23,19 6.47,16.91 5.44,14H3.34C4.44,18.03 8.11,21 12.5,21C17.74,21 22,16.75 22,11.5A9.5,9.5 0 0,0 12.5,2Z" /> diff --git a/app/src/main/res/drawable/ic_info.xml b/app/src/main/res/drawable/ic_info.xml index c45d1fe3e9ccfda8c03f3e530d4d762be1afe8a4..6a5817ce2ecc55d0c364f68d9a4f78734c0e6338 100644 --- a/app/src/main/res/drawable/ic_info.xml +++ b/app/src/main/res/drawable/ic_info.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /> diff --git a/app/src/main/res/drawable/ic_key_variant.xml b/app/src/main/res/drawable/ic_key_variant.xml index 4b830539be0d8b981cb1045e5a2c426a4382ca06..112c79c96e6576603ece3c4bf4886b671f747b7c 100644 --- a/app/src/main/res/drawable/ic_key_variant.xml +++ b/app/src/main/res/drawable/ic_key_variant.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M22,18V22H18V19H15V16H12L9.74,13.74C9.19,13.91 8.61,14 8,14A6,6 0 0,1 2,8A6,6 0 0,1 8,2A6,6 0 0,1 14,8C14,8.61 13.91,9.19 13.74,9.74L22,18M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z" /> diff --git a/app/src/main/res/drawable/ic_list_bulleted.xml b/app/src/main/res/drawable/ic_list_bulleted.xml index a79e6b158a8a100b5b846f2dd906b59246568f94..bc30e32fe633213e3829550874c8ba1313268e82 100644 --- a/app/src/main/res/drawable/ic_list_bulleted.xml +++ b/app/src/main/res/drawable/ic_list_bulleted.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M7,5H21V7H7V5M7,13V11H21V13H7M4,4.5A1.5,1.5 0 0,1 5.5,6A1.5,1.5 0 0,1 4,7.5A1.5,1.5 0 0,1 2.5,6A1.5,1.5 0 0,1 4,4.5M4,10.5A1.5,1.5 0 0,1 5.5,12A1.5,1.5 0 0,1 4,13.5A1.5,1.5 0 0,1 2.5,12A1.5,1.5 0 0,1 4,10.5M7,19V17H21V19H7M4,16.5A1.5,1.5 0 0,1 5.5,18A1.5,1.5 0 0,1 4,19.5A1.5,1.5 0 0,1 2.5,18A1.5,1.5 0 0,1 4,16.5Z" /> diff --git a/app/src/main/res/drawable/ic_lock.xml b/app/src/main/res/drawable/ic_lock.xml index d413765782dd554d665433ef33efc69692238d05..2f7f1293f405fd0e29781a3d9ab9b23724d57f4d 100644 --- a/app/src/main/res/drawable/ic_lock.xml +++ b/app/src/main/res/drawable/ic_lock.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z" /> diff --git a/app/src/main/res/drawable/ic_lock_open.xml b/app/src/main/res/drawable/ic_lock_open.xml index ffe1fdea123f43401cdd6756671bf93bf9db9da1..624d50218f69338725d9c2d3568ae3644f064478 100644 --- a/app/src/main/res/drawable/ic_lock_open.xml +++ b/app/src/main/res/drawable/ic_lock_open.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10A2,2 0 0,1 6,8H15V6A3,3 0 0,0 12,3A3,3 0 0,0 9,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,17A2,2 0 0,1 10,15A2,2 0 0,1 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17Z" /> diff --git a/app/src/main/res/drawable/ic_message_bulleted.xml b/app/src/main/res/drawable/ic_message_bulleted.xml index bbc499819d75f2ea48f6f72fea6ee31e6be6fbbe..149065355a70bfcd4bab95eccf1a3be4cda9177d 100644 --- a/app/src/main/res/drawable/ic_message_bulleted.xml +++ b/app/src/main/res/drawable/ic_message_bulleted.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M8,14H6V12H8V14M8,11H6V9H8V11M8,8H6V6H8V8M15,14H10V12H15V14M18,11H10V9H18V11M18,8H10V6H18V8Z" /> diff --git a/app/src/main/res/drawable/ic_modify.xml b/app/src/main/res/drawable/ic_modify.xml index b17b9d3f7ab7a26c3ade8589267d7c57c82db719..187bfdd719a9913d2ff8556d9c80d0bf3d59629a 100644 --- a/app/src/main/res/drawable/ic_modify.xml +++ b/app/src/main/res/drawable/ic_modify.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z" /> diff --git a/app/src/main/res/drawable/ic_pencil.xml b/app/src/main/res/drawable/ic_pencil.xml index b17b9d3f7ab7a26c3ade8589267d7c57c82db719..187bfdd719a9913d2ff8556d9c80d0bf3d59629a 100644 --- a/app/src/main/res/drawable/ic_pencil.xml +++ b/app/src/main/res/drawable/ic_pencil.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z" /> diff --git a/app/src/main/res/drawable/ic_reorder.xml b/app/src/main/res/drawable/ic_reorder.xml index c4ee285ad01d7e9dfc64f5bb61fe7efe72c8998f..f84d6df1587083d41f9436eac64fc1bb763f5519 100644 --- a/app/src/main/res/drawable/ic_reorder.xml +++ b/app/src/main/res/drawable/ic_reorder.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M3,15H21V13H3V15M3,19H21V17H3V19M3,11H21V9H3V11M3,5V7H21V5H3Z" /> diff --git a/app/src/main/res/drawable/ic_save.xml b/app/src/main/res/drawable/ic_save.xml index b70ff325d8d2594cf74b116eddeffc68ba5c9565..7478b8db018efdaf58a78e147e3a74ccbbafad45 100644 --- a/app/src/main/res/drawable/ic_save.xml +++ b/app/src/main/res/drawable/ic_save.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z" /> diff --git a/app/src/main/res/drawable/ic_scroll_down.xml b/app/src/main/res/drawable/ic_scroll_down.xml index 462e36c9cd176a9e3cb5dd8be3bbd2f8f846df71..330d18ecbecd6906d44576da5e2b1cc648b747f1 100644 --- a/app/src/main/res/drawable/ic_scroll_down.xml +++ b/app/src/main/res/drawable/ic_scroll_down.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M16.59,5.59L18,7L12,13L6,7L7.41,5.59L12,10.17L16.59,5.59M16.59,11.59L18,13L12,19L6,13L7.41,11.59L12,16.17L16.59,11.59Z" /> diff --git a/app/src/main/res/drawable/ic_send.xml b/app/src/main/res/drawable/ic_send.xml index f6c1b5f7079348f99365560492609180fc8cfef3..1a2485207b871daef1845d99dae4041818be465a 100644 --- a/app/src/main/res/drawable/ic_send.xml +++ b/app/src/main/res/drawable/ic_send.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M2,21L23,12L2,3V10L17,12L2,14V21Z" /> diff --git a/app/src/main/res/drawable/ic_server.xml b/app/src/main/res/drawable/ic_server.xml index 56bb72e2dd293f33deb0e125a521a9c0e43c7b02..b265c942d1b483f51b4733d5f724ba27bdfcac36 100644 --- a/app/src/main/res/drawable/ic_server.xml +++ b/app/src/main/res/drawable/ic_server.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,18H14A1,1 0 0,1 15,19H22V21H15A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21H2V19H9A1,1 0 0,1 10,18H11V16H4A1,1 0 0,1 3,15V11A1,1 0 0,1 4,10H20A1,1 0 0,1 21,11V15A1,1 0 0,1 20,16H13V18M4,2H20A1,1 0 0,1 21,3V7A1,1 0 0,1 20,8H4A1,1 0 0,1 3,7V3A1,1 0 0,1 4,2M9,6H10V4H9V6M9,14H10V12H9V14M5,4V6H7V4H5M5,12V14H7V12H5Z" /> diff --git a/app/src/main/res/drawable/ic_server_network.xml b/app/src/main/res/drawable/ic_server_network.xml index 56bb72e2dd293f33deb0e125a521a9c0e43c7b02..b265c942d1b483f51b4733d5f724ba27bdfcac36 100644 --- a/app/src/main/res/drawable/ic_server_network.xml +++ b/app/src/main/res/drawable/ic_server_network.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M13,18H14A1,1 0 0,1 15,19H22V21H15A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21H2V19H9A1,1 0 0,1 10,18H11V16H4A1,1 0 0,1 3,15V11A1,1 0 0,1 4,10H20A1,1 0 0,1 21,11V15A1,1 0 0,1 20,16H13V18M4,2H20A1,1 0 0,1 21,3V7A1,1 0 0,1 20,8H4A1,1 0 0,1 3,7V3A1,1 0 0,1 4,2M9,6H10V4H9V6M9,14H10V12H9V14M5,4V6H7V4H5M5,12V14H7V12H5Z" /> diff --git a/app/src/main/res/drawable/ic_settings.xml b/app/src/main/res/drawable/ic_settings.xml index 4dc6ee23901492cf96dd74239e283ed19445fbdd..59697ba6890663cdf733df27ea3c32aa860a7e5a 100644 --- a/app/src/main/res/drawable/ic_settings.xml +++ b/app/src/main/res/drawable/ic_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,19 +10,19 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:width="24dp" android:height="24dp" - android:viewportHeight="24" android:viewportWidth="24" + android:viewportHeight="24" tools:ignore="VectorPath"> <path android:fillColor="#000" diff --git a/app/src/main/res/drawable/ic_share.xml b/app/src/main/res/drawable/ic_share.xml index ada0bbe47f6da968d752711fef2dbfb8e88f3957..784482a1b56f234bce438e18d54df010cd6aa533 100644 --- a/app/src/main/res/drawable/ic_share.xml +++ b/app/src/main/res/drawable/ic_share.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z" /> diff --git a/app/src/main/res/drawable/ic_share_alternative.xml b/app/src/main/res/drawable/ic_share_alternative.xml index fe176b0f57fe43cf1799e972bb8ecc4c13efac7c..13f799229fa01beef250dbcb9b85d9fe89b7f358 100644 --- a/app/src/main/res/drawable/ic_share_alternative.xml +++ b/app/src/main/res/drawable/ic_share_alternative.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M21,11L14,4V8C7,9 4,14 3,19C5.5,15.5 9,13.9 14,13.9V18L21,11Z" /> diff --git a/app/src/main/res/drawable/ic_shortcut_channel.xml b/app/src/main/res/drawable/ic_shortcut_channel.xml index 7526d6ece3c7465bd020ee2271128f535b2731c3..17b467bf8548596f44ed3f40035798695d1aea29 100644 --- a/app/src/main/res/drawable/ic_shortcut_channel.xml +++ b/app/src/main/res/drawable/ic_shortcut_channel.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml b/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml index 7992233be8af231a756800e696f539ed136d75f7..73acf83842a0f091bc3c77d5dd73eaa12682852d 100644 --- a/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml +++ b/app/src/main/res/drawable/ic_shortcut_channel_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" - android:viewportHeight="108" - android:viewportWidth="108"> + android:viewportWidth="108" + android:viewportHeight="108"> <path android:fillColor="#8affffff" android:pathData="m47.116,47.211 0.885,-6.39a1.875,1.875 0 0 1 3.714,0.51l-0.81,5.859 8.337, diff --git a/app/src/main/res/drawable/ic_shortcut_query.xml b/app/src/main/res/drawable/ic_shortcut_query.xml index bf9fda0fd57200048fec8bcb67692c144afd2e40..e037fef871f0257e673d8d3e88b804b170dc296c 100644 --- a/app/src/main/res/drawable/ic_shortcut_query.xml +++ b/app/src/main/res/drawable/ic_shortcut_query.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/drawable/ic_shortcut_query_foreground.xml b/app/src/main/res/drawable/ic_shortcut_query_foreground.xml index fed66dcf36c7cd7115b10dd32518de9f9deec026..31002344544b19753830caf586325a665e736b91 100644 --- a/app/src/main/res/drawable/ic_shortcut_query_foreground.xml +++ b/app/src/main/res/drawable/ic_shortcut_query_foreground.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" - android:viewportHeight="108" - android:viewportWidth="108"> + android:viewportWidth="108" + android:viewportHeight="108"> <path android:fillColor="#8affffff" android:pathData="m 54,40 a 7,7 0 0 1 7,7 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 m 0,17 c diff --git a/app/src/main/res/drawable/ic_status.xml b/app/src/main/res/drawable/ic_status.xml index 60dc7eddfb34cde89609a963da9ae356b84580bf..6a293fac9f7733011923f0ba0dd5acf50e70a5e5 100644 --- a/app/src/main/res/drawable/ic_status.xml +++ b/app/src/main/res/drawable/ic_status.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0" /> diff --git a/app/src/main/res/drawable/ic_status_channel.xml b/app/src/main/res/drawable/ic_status_channel.xml index 954f227f340b0c79773ecc7b5ae8b0462e561ddd..5d5ecd0aa49ec075445719ef050bd5f0e312e262 100644 --- a/app/src/main/res/drawable/ic_status_channel.xml +++ b/app/src/main/res/drawable/ic_status_channel.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_status_channel_offline.xml b/app/src/main/res/drawable/ic_status_channel_offline.xml index b84f8145c07c4d150820dd8ced0aa329431abd5b..5b4b8c8fafa4b36ef2a9255685a870edf98b6163 100644 --- a/app/src/main/res/drawable/ic_status_channel_offline.xml +++ b/app/src/main/res/drawable/ic_status_channel_offline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_status_offline.xml b/app/src/main/res/drawable/ic_status_offline.xml index 292697f16b57c4598572481dfe8ff860e2932838..3870ff3a269d1370bf6e3fce597e30feaffd39ae 100644 --- a/app/src/main/res/drawable/ic_status_offline.xml +++ b/app/src/main/res/drawable/ic_status_offline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="20" - android:viewportWidth="20"> + android:viewportWidth="20" + android:viewportHeight="20"> <path android:fillColor="#000" android:pathData="M0,10a10,10 0 1,0 20,0 10,10 0 1,0-20,0 diff --git a/app/src/main/res/drawable/ic_tab.xml b/app/src/main/res/drawable/ic_tab.xml index 59cd621510986b3f65db81c81d9635d990ba528b..8dcfe41fdefad238fd67e6819dcdcf9ead456abd 100644 --- a/app/src/main/res/drawable/ic_tab.xml +++ b/app/src/main/res/drawable/ic_tab.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z" /> diff --git a/app/src/main/res/drawable/ic_tag_text.xml b/app/src/main/res/drawable/ic_tag_text.xml index 3284ca32c9f04401f96ec10c4835e0be374b9643..1a9fb540b4b9dcccf52f17cafe7e870ebad2b3a3 100644 --- a/app/src/main/res/drawable/ic_tag_text.xml +++ b/app/src/main/res/drawable/ic_tag_text.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,18 +10,18 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportHeight="24" - android:viewportWidth="24"> + android:viewportWidth="24" + android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M5.5,7A1.5,1.5 0 0,0 7,5.5A1.5,1.5 0 0,0 5.5,4A1.5,1.5 0 0,0 4,5.5A1.5,1.5 0 0,0 5.5,7M21.41,11.58C21.77,11.94 22,12.44 22,13C22,13.55 21.78,14.05 21.41,14.41L14.41,21.41C14.05,21.77 13.55,22 13,22C12.45,22 11.95,21.77 11.58,21.41L2.59,12.41C2.22,12.05 2,11.55 2,11V4C2,2.89 2.89,2 4,2H11C11.55,2 12.05,2.22 12.41,2.58L21.41,11.58M13,20L20,13L11.5,4.5L4.5,11.5L13,20M10.09,8.91L11.5,7.5L17,13L15.59,14.41L10.09,8.91M7.59,11.41L9,10L13,14L11.59,15.41L7.59,11.41Z" /> diff --git a/app/src/main/res/drawable/pride_background.xml b/app/src/main/res/drawable/pride_background.xml index f3d10d1731a78e60212d6381b604cbc0a22cfa65..792a9763774e0a8c9032f15fef3754895ef8c185 100644 --- a/app/src/main/res/drawable/pride_background.xml +++ b/app/src/main/res/drawable/pride_background.xml @@ -1,9 +1,27 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="400dp" android:height="500dp" - android:viewportHeight="500" - android:viewportWidth="400"> + android:viewportWidth="400" + android:viewportHeight="500"> <path android:fillColor="#dc1e20" android:pathData="m400 649v-96.5h-360l360 97z" /> diff --git a/app/src/main/res/layout-land/layout_main.xml b/app/src/main/res/layout-land/layout_main.xml index cac102c658bce92805dd0e39562a8c6da6777ad8..9105f7698fcf362c4b0ad343676626f683a4515a 100644 --- a/app/src/main/res/layout-land/layout_main.xml +++ b/app/src/main/res/layout-land/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp-land/activity_setup.xml b/app/src/main/res/layout-sw600dp-land/activity_setup.xml index eec5ead77f10f8f234525e109d2a2e2584d69fa5..09e1a90a4b3ca98210210c22c53aa72e18384cd6 100644 --- a/app/src/main/res/layout-sw600dp-land/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp-land/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,14 +40,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="24dp" android:layout_marginRight="24dp" + android:layout_marginBottom="24dp" android:tint="#ffffff" - app:tint="#ffffff" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" app:pressedTranslationZ="0dip" + app:tint="#ffffff" tools:ignore="RtlHardcoded" /> </merge> diff --git a/app/src/main/res/layout-sw600dp-land/layout_main.xml b/app/src/main/res/layout-sw600dp-land/layout_main.xml index 475bb3877e27b119859b6ba9c2332d4447dc3ea1..610cf367ff5082b5ee60220c1b03eea786c92bf8 100644 --- a/app/src/main/res/layout-sw600dp-land/layout_main.xml +++ b/app/src/main/res/layout-sw600dp-land/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp-land/setup_slide.xml b/app/src/main/res/layout-sw600dp-land/setup_slide.xml index 986620cd6637d782722cf4a9904ea77045a60309..1d6ef0df73d8dac864b3dc81fef0f316d8b77711 100644 --- a/app/src/main/res/layout-sw600dp-land/setup_slide.xml +++ b/app/src/main/res/layout-sw600dp-land/setup_slide.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw600dp/activity_setup.xml b/app/src/main/res/layout-sw600dp/activity_setup.xml index eec5ead77f10f8f234525e109d2a2e2584d69fa5..09e1a90a4b3ca98210210c22c53aa72e18384cd6 100644 --- a/app/src/main/res/layout-sw600dp/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,14 +40,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="24dp" android:layout_marginRight="24dp" + android:layout_marginBottom="24dp" android:tint="#ffffff" - app:tint="#ffffff" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" app:pressedTranslationZ="0dip" + app:tint="#ffffff" tools:ignore="RtlHardcoded" /> </merge> diff --git a/app/src/main/res/layout-sw600dp/setup_slide.xml b/app/src/main/res/layout-sw600dp/setup_slide.xml index 9296ab73d697b2c139b4d941d17758f7451ec4c5..a556b1509296f99bd3d835b04da35e23d2e76440 100644 --- a/app/src/main/res/layout-sw600dp/setup_slide.xml +++ b/app/src/main/res/layout-sw600dp/setup_slide.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw720dp-land/activity_main.xml b/app/src/main/res/layout-sw720dp-land/activity_main.xml index f90a333deed33689a12b98e25f269c5d3b06659b..97d17ddb84c6aba092ca67c834ae0deb3db5c996 100644 --- a/app/src/main/res/layout-sw720dp-land/activity_main.xml +++ b/app/src/main/res/layout-sw720dp-land/activity_main.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout-sw720dp/activity_settings.xml b/app/src/main/res/layout-sw720dp/activity_settings.xml index c7b28db786aa74836bdfd358bba7dc01e9366daf..8861f65225ac755bf3236f8f009b6676dccef91a 100644 --- a/app/src/main/res/layout-sw720dp/activity_settings.xml +++ b/app/src/main/res/layout-sw720dp/activity_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -50,8 +50,8 @@ android:layout_width="@dimen/max_content_width" android:layout_height="match_parent" android:layout_gravity="center_horizontal" - android:layout_marginBottom="32dp" android:layout_marginTop="-64dp" + android:layout_marginBottom="32dp" android:clipToPadding="false" app:cardBackgroundColor="?attr/colorBackground" app:cardElevation="4dp"> diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index d34dd8b67d77c8f8d546266aa3a2e755f71c7064..e4d161154cc72a2776eda0e82ef21feb8806c243 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index c3f17b591ad90dae196cd3367d826378fe1621ea..3545c8050838ea13f82b8d0a56f08fcbde67666e 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index 2031241c05a102527d97d034ce36785f3f0d1e42..61a3da6a6aa3a81f86f6a01fc2a1d2e8393f721b 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <merge xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,8 +40,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|bottom" - android:layout_marginBottom="16dp" android:layout_marginRight="16dp" + android:layout_marginBottom="16dp" android:tint="#ffffff" app:fabSize="normal" app:tint="#ffffff" diff --git a/app/src/main/res/layout/dialog_colorchooser.xml b/app/src/main/res/layout/dialog_colorchooser.xml index caa5ab61ab70bf11174252b9e5e19ae6d39ce839..3064441a80057629945e3849b210e633f41ad298 100644 --- a/app/src/main/res/layout/dialog_colorchooser.xml +++ b/app/src/main/res/layout/dialog_colorchooser.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/dialog_colorchooser_custom.xml b/app/src/main/res/layout/dialog_colorchooser_custom.xml index 23f04b8bfdbc5259412de0a646c8ee36c613f5f2..3d84b81459a8f3c2046b4712203988b354a013cc 100644 --- a/app/src/main/res/layout/dialog_colorchooser_custom.xml +++ b/app/src/main/res/layout/dialog_colorchooser_custom.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,8 +23,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="@dimen/md_title_frame_margin_bottom" android:paddingTop="@dimen/md_title_frame_margin_bottom" + android:paddingBottom="@dimen/md_title_frame_margin_bottom" tools:ignore="PrivateResource"> <View @@ -79,8 +79,8 @@ android:id="@+id/md_colorALabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorA" android:layout_alignTop="@+id/md_colorA" + android:layout_alignBottom="@+id/md_colorA" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="A" @@ -93,10 +93,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorALabel" + android:layout_toStartOf="@+id/md_colorAValue" android:layout_toLeftOf="@+id/md_colorAValue" + android:layout_toEndOf="@+id/md_colorALabel" android:layout_toRightOf="@+id/md_colorALabel" - android:layout_toStartOf="@+id/md_colorAValue" android:focusable="true" android:max="255" /> @@ -104,12 +104,12 @@ android:id="@+id/md_colorAValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorA" android:layout_alignBottom="@+id/md_colorA" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorA" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -123,8 +123,8 @@ android:id="@+id/md_colorRLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorR" android:layout_alignTop="@+id/md_colorR" + android:layout_alignBottom="@+id/md_colorR" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="R" @@ -138,10 +138,10 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorA" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorRLabel" + android:layout_toStartOf="@+id/md_colorRValue" android:layout_toLeftOf="@+id/md_colorRValue" + android:layout_toEndOf="@+id/md_colorRLabel" android:layout_toRightOf="@+id/md_colorRLabel" - android:layout_toStartOf="@+id/md_colorRValue" android:focusable="true" android:max="255" /> @@ -149,12 +149,12 @@ android:id="@+id/md_colorRValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorR" android:layout_alignBottom="@+id/md_colorR" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorR" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -168,8 +168,8 @@ android:id="@+id/md_colorGLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorG" android:layout_alignTop="@+id/md_colorG" + android:layout_alignBottom="@+id/md_colorG" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="G" @@ -183,10 +183,10 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorR" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorGLabel" + android:layout_toStartOf="@+id/md_colorGValue" android:layout_toLeftOf="@+id/md_colorGValue" + android:layout_toEndOf="@+id/md_colorGLabel" android:layout_toRightOf="@+id/md_colorGLabel" - android:layout_toStartOf="@+id/md_colorGValue" android:focusable="true" android:max="255" /> @@ -194,12 +194,12 @@ android:id="@+id/md_colorGValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorG" android:layout_alignBottom="@+id/md_colorG" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorG" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" @@ -213,8 +213,8 @@ android:id="@+id/md_colorBLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/md_colorB" android:layout_alignTop="@+id/md_colorB" + android:layout_alignBottom="@+id/md_colorB" android:layout_marginEnd="4dp" android:layout_marginRight="4dp" android:text="B" @@ -228,22 +228,22 @@ android:layout_height="wrap_content" android:layout_below="@+id/md_colorG" android:layout_marginTop="@dimen/md_title_frame_margin_bottom" - android:layout_toEndOf="@+id/md_colorBLabel" + android:layout_toStartOf="@+id/md_colorBValue" android:layout_toLeftOf="@+id/md_colorBValue" + android:layout_toEndOf="@+id/md_colorBLabel" android:layout_toRightOf="@+id/md_colorBLabel" - android:layout_toStartOf="@+id/md_colorBValue" android:max="255" /> <TextView android:id="@+id/md_colorBValue" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignTop="@+id/md_colorB" android:layout_alignBottom="@+id/md_colorB" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" - android:layout_alignTop="@+id/md_colorB" - android:layout_marginLeft="4dp" android:layout_marginStart="4dp" + android:layout_marginLeft="4dp" android:gravity="center" android:minWidth="24dp" android:text="0" diff --git a/app/src/main/res/layout/dialog_colorchooser_presets.xml b/app/src/main/res/layout/dialog_colorchooser_presets.xml index e35d345b9cf1ee087d266cc044bb0c3ebde501a7..77d15c021282e01aa10fd3e4ae47d61777a334a9 100644 --- a/app/src/main/res/layout/dialog_colorchooser_presets.xml +++ b/app/src/main/res/layout/dialog_colorchooser_presets.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.afollestad.materialdialogs.color.FillGridView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/dialog_missing_features.xml b/app/src/main/res/layout/dialog_missing_features.xml index 37f469fa8081fca3ab929c38fb1673bad196466c..46bb22e2977d04e5249a8d35cc87750a87f24baa 100644 --- a/app/src/main/res/layout/dialog_missing_features.xml +++ b/app/src/main/res/layout/dialog_missing_features.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,9 +25,9 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" + android:descendantFocusability="blocksDescendants" android:orientation="vertical" android:paddingTop="8dp" - android:descendantFocusability="blocksDescendants" android:paddingBottom="8dp"> <TextView diff --git a/app/src/main/res/layout/fragment_chat_list.xml b/app/src/main/res/layout/fragment_chat_list.xml index 4de32ee0701b43b3fecd74e6831e16e27e15b8fd..cb69b2eb1aa9d281ecb83ae8db0c22f85f6c710c 100644 --- a/app/src/main/res/layout/fragment_chat_list.xml +++ b/app/src/main/res/layout/fragment_chat_list.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_chatline.xml b/app/src/main/res/layout/fragment_chatline.xml index edd582d6d9b455174e57e346c354f5985db8f454..a87fdeb57c82aff2505164fd0ebc3b509d662881 100644 --- a/app/src/main/res/layout/fragment_chatline.xml +++ b/app/src/main/res/layout/fragment_chatline.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_channel.xml b/app/src/main/res/layout/fragment_info_channel.xml index 1fea9a4d339da2587f8e922a7ccfa3dcf52816b3..eb77031e873e0790ed7787f16b8d8aaea3147517 100644 --- a/app/src/main/res/layout/fragment_info_channel.xml +++ b/app/src/main/res/layout/fragment_info_channel.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_core.xml b/app/src/main/res/layout/fragment_info_core.xml index 54a5c988bcec3e4fb45427ee09005d512112777c..8947f80b90c06ebb5a80d68aec0d80dec09c772c 100644 --- a/app/src/main/res/layout/fragment_info_core.xml +++ b/app/src/main/res/layout/fragment_info_core.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_info_user.xml b/app/src/main/res/layout/fragment_info_user.xml index 4168a310a75b3c55326dd87b18d18b73b62e642d..5deb936961daefaa468ec9f4764fa3b1e63ce50b 100644 --- a/app/src/main/res/layout/fragment_info_user.xml +++ b/app/src/main/res/layout/fragment_info_user.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index 12c718509415fc779ee82239a29a1312da67d682..c38dc0a9eadb18bfecd7aa08b6d6c51da947a762 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -45,9 +45,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" - android:layout_marginBottom="12dp" android:layout_marginEnd="12dp" android:layout_marginRight="12dp" + android:layout_marginBottom="12dp" android:tint="@color/colorFillDark" android:visibility="gone" app:backgroundTint="#8A808080" diff --git a/app/src/main/res/layout/fragment_nick_list.xml b/app/src/main/res/layout/fragment_nick_list.xml index bf81fdab6b2d3b1a444f640a2eb20df5e20b3c8c..a887208776ed888a88e6629edc7c8d6d19db4831 100644 --- a/app/src/main/res/layout/fragment_nick_list.xml +++ b/app/src/main/res/layout/fragment_nick_list.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <de.kuschku.quasseldroid.util.ui.DrawerRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/fragment_toolbar.xml b/app/src/main/res/layout/fragment_toolbar.xml index 8a26f58b87766f749c08855ce6520f48350070db..5b1afe741c98fb778b9043f79cf2eee96bc40c1f 100644 --- a/app/src/main/res/layout/fragment_toolbar.xml +++ b/app/src/main/res/layout/fragment_toolbar.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,12 +24,12 @@ android:layout_height="match_parent" android:background="?attr/selectableItemBackgroundBorderless" android:clickable="true" + android:contentDescription="@string/label_info" android:focusable="true" android:focusableInTouchMode="false" android:minHeight="?attr/actionBarSize" - android:contentDescription="@string/label_info" - android:theme="?attr/actionBarTheme" android:orientation="horizontal" + android:theme="?attr/actionBarTheme" tools:showIn="@layout/activity_main"> <androidx.appcompat.widget.AppCompatImageView diff --git a/app/src/main/res/layout/fragment_topic.xml b/app/src/main/res/layout/fragment_topic.xml index 78599f2a754314f7e3c71e6da15101ab550c84a4..f5d19bd6fe8ff5d9536a51bff771e4b5dc129f47 100644 --- a/app/src/main/res/layout/fragment_topic.xml +++ b/app/src/main/res/layout/fragment_topic.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -44,10 +44,10 @@ android:imeOptions="flagNoExtractUi" android:inputType="textCapSentences|textAutoCorrect|textShortMessage|textMultiLine" android:minHeight="?attr/actionBarSize" - android:paddingBottom="8dp" android:paddingLeft="20dp" - android:paddingRight="20dp" android:paddingTop="8dp" + android:paddingRight="20dp" + android:paddingBottom="8dp" android:textColor="?attr/colorForeground" android:textSize="16sp" /> </ScrollView> diff --git a/app/src/main/res/layout/layout_editor.xml b/app/src/main/res/layout/layout_editor.xml index c8e1b5117311f7cbe19752ca3db035a3852e9efd..e5b4bc3769f90d3503552b14be7962258ed959a0 100644 --- a/app/src/main/res/layout/layout_editor.xml +++ b/app/src/main/res/layout/layout_editor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -42,10 +42,10 @@ android:layout_height="?attr/actionBarSize" android:layout_gravity="top" android:background="?attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/label_autocomplete" android:padding="12dp" android:scaleType="fitXY" app:layout_constraintStart_toStartOf="parent" - android:contentDescription="@string/label_autocomplete" app:srcCompat="@drawable/ic_tab" app:tint="?attr/colorTextSecondary" /> @@ -70,10 +70,10 @@ android:imeOptions="flagNoExtractUi" android:inputType="textCapSentences|textAutoCorrect|textShortMessage" android:minHeight="?attr/actionBarSize" - android:paddingBottom="8dp" android:paddingLeft="20dp" - android:paddingRight="20dp" android:paddingTop="8dp" + android:paddingRight="20dp" + android:paddingBottom="8dp" android:textColor="?attr/colorForeground" android:textSize="16sp" /> </ScrollView> @@ -86,11 +86,11 @@ android:layout_gravity="top" android:autoMirrored="true" android:background="?attr/selectableItemBackgroundBorderless" + android:contentDescription="@string/label_send" android:padding="12dp" android:scaleType="fitXY" app:layout_constraintEnd_toEndOf="parent" app:srcCompat="@drawable/ic_send" - android:contentDescription="@string/label_send" app:tint="?attr/colorAccent" tools:ignore="UnusedAttribute" /> </androidx.constraintlayout.widget.ConstraintLayout> diff --git a/app/src/main/res/layout/layout_history.xml b/app/src/main/res/layout/layout_history.xml index 2b7ce6259cc69a3017e3c346dd1c8f6a86336ad5..b8bbea59ed0e952e7bf78ca79be54535f8df570f 100644 --- a/app/src/main/res/layout/layout_history.xml +++ b/app/src/main/res/layout/layout_history.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <de.kuschku.quasseldroid.util.ui.TouchInterceptingFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,10 +32,10 @@ style="?attr/cardStyle" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginBottom="16dp" android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" android:layout_marginTop="16dp" + android:layout_marginRight="16dp" + android:layout_marginBottom="16dp" app:cardBackgroundColor="?attr/colorBackgroundCard"> <LinearLayout diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index 9bcdc482214cd8221338618a96818d2364a994c7..2d2e3a95e869d32051371fb29c634b06a4186b91 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/layout_toolbar.xml b/app/src/main/res/layout/layout_toolbar.xml index 3ca8c191b8c288a7ae082b26499864804c580d16..4f55ccb1c29e5458d0757c0dc3123c3b26aa7b56 100644 --- a/app/src/main/res/layout/layout_toolbar.xml +++ b/app/src/main/res/layout/layout_toolbar.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.appbar.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preference_seekbar.xml b/app/src/main/res/layout/preference_seekbar.xml index 462388751feeca01ddeb0952a725c411ce0e90d8..ab04415bf630e50c5cf0251f1383e31217c64627 100644 --- a/app/src/main/res/layout/preference_seekbar.xml +++ b/app/src/main/res/layout/preference_seekbar.xml @@ -20,12 +20,12 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingBottom="5dp" - android:paddingEnd="10dp" + android:paddingStart="15dp" android:paddingLeft="15dp" + android:paddingTop="5dp" + android:paddingEnd="10dp" android:paddingRight="10dp" - android:paddingStart="15dp" - android:paddingTop="5dp"> + android:paddingBottom="5dp"> <androidx.appcompat.widget.AppCompatSeekBar android:id="@+id/seekBarPrefSeekBar" diff --git a/app/src/main/res/layout/preference_vertical.xml b/app/src/main/res/layout/preference_vertical.xml index ef959d9bb141d5e64b3e27ded10cef159c7c826a..7d0c2962daeb00b2d1b3d67b5ba13f6f7cc99de4 100644 --- a/app/src/main/res/layout/preference_vertical.xml +++ b/app/src/main/res/layout/preference_vertical.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -28,26 +28,26 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" - android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft"> + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingRight="?android:attr/listPreferredItemPaddingRight"> <FrameLayout android:id="@+id/icon_frame" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="-4dp" android:layout_marginStart="-4dp" + android:layout_marginLeft="-4dp" android:gravity="start|center_vertical" android:minWidth="60dp" android:orientation="horizontal" - android:paddingBottom="4dp" - android:paddingEnd="12dp" + android:paddingStart="0dp" android:paddingLeft="0dp" + android:paddingTop="4dp" + android:paddingEnd="12dp" android:paddingRight="12dp" - android:paddingStart="0dp" - android:paddingTop="4dp"> + android:paddingBottom="4dp"> <androidx.appcompat.widget.AppCompatImageView android:id="@android:id/icon" @@ -64,8 +64,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@android:id/title" diff --git a/app/src/main/res/layout/preferences_about.xml b/app/src/main/res/layout/preferences_about.xml index 8df23c053c5dbe46310622e7d06a3c1a37fd5093..cbeaf81fd0114c0b86e8929113129dbae6c20da7 100644 --- a/app/src/main/res/layout/preferences_about.xml +++ b/app/src/main/res/layout/preferences_about.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_about_header.xml b/app/src/main/res/layout/preferences_about_header.xml index bb83eb6ecf5f28e806d8cd03985169620ef6aa69..e707e968cf7c454a4443c15b897272a8b0a0ce08 100644 --- a/app/src/main/res/layout/preferences_about_header.xml +++ b/app/src/main/res/layout/preferences_about_header.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,11 +23,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingEnd="?listPreferredItemPaddingRight" - android:paddingLeft="?listPreferredItemPaddingLeft" - android:paddingRight="?listPreferredItemPaddingRight" android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="?listPreferredItemHeight"> + android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="?listPreferredItemHeight" + android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingRight="?listPreferredItemPaddingRight"> <LinearLayout android:id="@+id/version_container" @@ -70,8 +70,8 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="8dp" android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:orientation="horizontal"> <Button diff --git a/app/src/main/res/layout/preferences_crash.xml b/app/src/main/res/layout/preferences_crash.xml index b791420b0c2b07f8d930689c0b0dbc30f9bc9db8..a694d99a9c9c1cf117697bf98494468fa9890106 100644 --- a/app/src/main/res/layout/preferences_crash.xml +++ b/app/src/main/res/layout/preferences_crash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_license.xml b/app/src/main/res/layout/preferences_license.xml index a69fa831f90ed4b60a1192dde36d39d28028819d..32e6bf4cf5aa8fc18ef26918889fc216e4d9a939 100644 --- a/app/src/main/res/layout/preferences_license.xml +++ b/app/src/main/res/layout/preferences_license.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_whitelist.xml b/app/src/main/res/layout/preferences_whitelist.xml index 5d879b723427786be3df2f5a7d26bc72f146329b..ef648a79dff8607c0d7a1977800a79b40d6e7f22 100644 --- a/app/src/main/res/layout/preferences_whitelist.xml +++ b/app/src/main/res/layout/preferences_whitelist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/preferences_whitelist_certificate_item.xml b/app/src/main/res/layout/preferences_whitelist_certificate_item.xml index 5154b0e081c1bdbd22d96d3bd6de905c4ca32e3f..676710f0b474741fbea9dd3f2d4dcbefc7465910 100644 --- a/app/src/main/res/layout/preferences_whitelist_certificate_item.xml +++ b/app/src/main/res/layout/preferences_whitelist_certificate_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,12 +32,12 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="16dp" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/fingerprint" @@ -66,10 +66,10 @@ android:layout_height="match_parent" android:layout_gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_delete" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/preferences_whitelist_hostname_item.xml b/app/src/main/res/layout/preferences_whitelist_hostname_item.xml index e70aeef21968398d3519d309fde55b657dc79871..ac81076ff3238cfcf59c203dbff430a5e31bb68d 100644 --- a/app/src/main/res/layout/preferences_whitelist_hostname_item.xml +++ b/app/src/main/res/layout/preferences_whitelist_hostname_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,12 +32,12 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingTop="16dp" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/hostname" @@ -66,10 +66,10 @@ android:layout_height="match_parent" android:layout_gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_delete" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_aliasitem.xml b/app/src/main/res/layout/settings_aliasitem.xml index 8edfe3bff5812e748df3a967eca4d7249aa7ad55..80d9037461b3c0b73bc2039f19ba803f97024638 100644 --- a/app/src/main/res/layout/settings_aliasitem.xml +++ b/app/src/main/res/layout/settings_aliasitem.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_aliaslist.xml b/app/src/main/res/layout/settings_aliaslist.xml index 30e449b0398d544a8061ebedacfe17540f465826..d5c5d12f64e5165c2042fcaecdf3ca18d04ae4b0 100644 --- a/app/src/main/res/layout/settings_aliaslist.xml +++ b/app/src/main/res/layout/settings_aliaslist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_aliaslist_item.xml b/app/src/main/res/layout/settings_aliaslist_item.xml index da8efa3b3f6e9df5fecb8460a3770d682d7e4b1b..00c9cd2020fa747138980c1ab9ee22422cf92ac4 100644 --- a/app/src/main/res/layout/settings_aliaslist_item.xml +++ b/app/src/main/res/layout/settings_aliaslist_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -31,10 +31,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingLeft" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -43,12 +43,12 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="0dip" android:paddingLeft="0dip" + android:paddingTop="16dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="0dip" - android:paddingTop="16dp"> + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/settings_chatlist.xml b/app/src/main/res/layout/settings_chatlist.xml index 74132f857bc2f22b39eb02f82960e5137fe1ad47..06a17d4e3ca834992e4af07971e75cb2927ce3fc 100644 --- a/app/src/main/res/layout/settings_chatlist.xml +++ b/app/src/main/res/layout/settings_chatlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_highlightlist.xml b/app/src/main/res/layout/settings_highlightlist.xml index 1197d7ea27333e993e8e18b49127398b7fe53e31..f9a6d8d155c8c205521f50301a1b9b7b4a205e80 100644 --- a/app/src/main/res/layout/settings_highlightlist.xml +++ b/app/src/main/res/layout/settings_highlightlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_highlightlist_rule.xml b/app/src/main/res/layout/settings_highlightlist_rule.xml index 1df25f2c4d8e4ebce2410376773bf6907d2b3168..ed7547aafba2a0ff303d5f6684001985f6763041 100644 --- a/app/src/main/res/layout/settings_highlightlist_rule.xml +++ b/app/src/main/res/layout/settings_highlightlist_rule.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -39,10 +39,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingRight" android:paddingLeft="?listPreferredItemPaddingRight" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingRight" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -51,8 +51,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/match_all" @@ -115,17 +115,17 @@ app:srcCompat="@drawable/ic_account" app:tint="?colorTextSecondary" /> - <TextView - android:id="@+id/sender" - style="@style/Widget.RtlConformTextView" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:ellipsize="marquee" - android:singleLine="true" - android:textAppearance="?textAppearanceListItemSecondary" - android:textColor="?colorTextSecondary" - tools:text="TARS" /> + <TextView + android:id="@+id/sender" + style="@style/Widget.RtlConformTextView" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:ellipsize="marquee" + android:singleLine="true" + android:textAppearance="?textAppearanceListItemSecondary" + android:textColor="?colorTextSecondary" + tools:text="TARS" /> </LinearLayout> <LinearLayout @@ -161,10 +161,10 @@ android:id="@+id/toggle" android:layout_width="wrap_content" android:layout_height="match_parent" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="?listPreferredItemPaddingLeft" android:text="" /> </LinearLayout> </com.google.android.material.card.MaterialCardView> diff --git a/app/src/main/res/layout/settings_highlightrule.xml b/app/src/main/res/layout/settings_highlightrule.xml index 2a64f124e234df8585b23ae3df90aae2e1a0822a..325673620d40475d909d972c0c8a47df032da16f 100644 --- a/app/src/main/res/layout/settings_highlightrule.xml +++ b/app/src/main/res/layout/settings_highlightrule.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_identity.xml b/app/src/main/res/layout/settings_identity.xml index f78acd4abd8bc52590a35319c032d2386035cf4f..91f061f2671148d992fe2eabe077250c1d8bfea0 100644 --- a/app/src/main/res/layout/settings_identity.xml +++ b/app/src/main/res/layout/settings_identity.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_identity_nick.xml b/app/src/main/res/layout/settings_identity_nick.xml index e177bc024673bcca6b9041126e75ddc209c08599..032ea7a15cf36326e54fb45142ef482f02f90ed2 100644 --- a/app/src/main/res/layout/settings_identity_nick.xml +++ b/app/src/main/res/layout/settings_identity_nick.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -40,10 +40,10 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" - android:paddingEnd="0dip" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="0dip" android:paddingRight="0dip" - android:paddingStart="?listPreferredItemPaddingLeft" android:textAppearance="?android:attr/textAppearanceListItemSmall" tools:text="@sample/messages.json/data/sender" /> @@ -52,10 +52,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_ignoreitem.xml b/app/src/main/res/layout/settings_ignoreitem.xml index 4c83c0474bde0fdd2884f6f123313be74e2eb3c2..0a07b697f2ce5785177c41d730b36fbe01aa2df6 100644 --- a/app/src/main/res/layout/settings_ignoreitem.xml +++ b/app/src/main/res/layout/settings_ignoreitem.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_ignorelist.xml b/app/src/main/res/layout/settings_ignorelist.xml index 0e25475647a4ce14c4baa3a40449d6b227492571..8b5d5ddfb9cb8dcca330ac16706b733fe8f997af 100644 --- a/app/src/main/res/layout/settings_ignorelist.xml +++ b/app/src/main/res/layout/settings_ignorelist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_ignorelist_item.xml b/app/src/main/res/layout/settings_ignorelist_item.xml index 6d6dfbfd170e3dfefde1f121e8ebdefa9a470986..39b15aacff509ef63623edf8626f06b499194674 100644 --- a/app/src/main/res/layout/settings_ignorelist_item.xml +++ b/app/src/main/res/layout/settings_ignorelist_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -33,10 +33,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingRight" android:paddingLeft="?listPreferredItemPaddingRight" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingRight" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> @@ -45,8 +45,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/ignore_rule" @@ -78,8 +78,8 @@ android:id="@+id/toggle" android:layout_width="wrap_content" android:layout_height="match_parent" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" - android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="?listPreferredItemPaddingLeft" /> + android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingRight="?listPreferredItemPaddingRight" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_item.xml b/app/src/main/res/layout/settings_item.xml index 2f906cfbbabaeb6fc1f06e0bf0d9886e6a307f82..e30f4b8a4a8979e6e4c21e2c245e3f327359b31b 100644 --- a/app/src/main/res/layout/settings_item.xml +++ b/app/src/main/res/layout/settings_item.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?listPreferredItemHeightSmall" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="8dp" android:paddingLeft="8dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="8dp" tools:showIn="@layout/settings_list"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/title" diff --git a/app/src/main/res/layout/settings_list.xml b/app/src/main/res/layout/settings_list.xml index cc8cb4ad7cd42b6513df42f10053345a80c8b974..c8735d43fec353ddb4530f2499b29a9ccae2f0fe 100644 --- a/app/src/main/res/layout/settings_list.xml +++ b/app/src/main/res/layout/settings_list.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_network.xml b/app/src/main/res/layout/settings_network.xml index d446eecbd81143591289d8ae19f2d021451da0cc..2b7eebc4fa10c3ebb90f1a9a0a6d9bbc0c5fa912 100644 --- a/app/src/main/res/layout/settings_network.xml +++ b/app/src/main/res/layout/settings_network.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_network_server.xml b/app/src/main/res/layout/settings_network_server.xml index e76c2c5859ba30bca510ec3866fe21d47ef501b3..799b179dbe05ee82b7194d538700c910495ed4b6 100644 --- a/app/src/main/res/layout/settings_network_server.xml +++ b/app/src/main/res/layout/settings_network_server.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" @@ -32,18 +32,18 @@ android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="10dp" - android:paddingTop="10dp"> + android:paddingTop="10dp" + android:paddingBottom="10dp"> <androidx.appcompat.widget.AppCompatImageView android:id="@+id/ssl_enabled" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="32dp" + android:paddingStart="?listPreferredItemPaddingLeft" android:paddingLeft="?listPreferredItemPaddingLeft" + android:paddingEnd="32dp" android:paddingRight="32dp" - android:paddingStart="?listPreferredItemPaddingLeft" tools:srcCompat="@drawable/ic_lock" tools:tint="?colorTintSecure" /> @@ -81,10 +81,10 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:paddingEnd="?listPreferredItemPaddingRight" + android:paddingStart="32dp" android:paddingLeft="32dp" + android:paddingEnd="?listPreferredItemPaddingRight" android:paddingRight="?listPreferredItemPaddingRight" - android:paddingStart="32dp" app:srcCompat="@drawable/ic_reorder" app:tint="?colorTextSecondary" /> </LinearLayout> diff --git a/app/src/main/res/layout/settings_networkconfig.xml b/app/src/main/res/layout/settings_networkconfig.xml index 69a76631738e5d3e7bdd8bb1f0149b131a5f417e..acbfb0a1e2be98fdcb23ba97f5af60dc99fb98aa 100644 --- a/app/src/main/res/layout/settings_networkconfig.xml +++ b/app/src/main/res/layout/settings_networkconfig.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/settings_networkserver.xml b/app/src/main/res/layout/settings_networkserver.xml index 1e0c2fa0cdea92e0a25fbbf8e89d4406202cb261..03fa102453740e6ad55011522461acad663fd725 100644 --- a/app/src/main/res/layout/settings_networkserver.xml +++ b/app/src/main/res/layout/settings_networkserver.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_connection.xml b/app/src/main/res/layout/setup_account_connection.xml index 463fd33720cdbaf0a904fc6a645dc0a08c5f888b..3ab65382f497d99a6f35bfd9012268ff72871444 100644 --- a/app/src/main/res/layout/setup_account_connection.xml +++ b/app/src/main/res/layout/setup_account_connection.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_edit.xml b/app/src/main/res/layout/setup_account_edit.xml index dfc400f3acff701a7eb52d5df17be74ce67f9c34..a5104672ac37bd9a9fa7b4130db1c6b2be82e577 100644 --- a/app/src/main/res/layout/setup_account_edit.xml +++ b/app/src/main/res/layout/setup_account_edit.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_name.xml b/app/src/main/res/layout/setup_account_name.xml index 9983768e665217b6fa7fbeefbe5db7dc767b9581..83671e1b1938ea91bf3bcdea64bd82684a7830b9 100644 --- a/app/src/main/res/layout/setup_account_name.xml +++ b/app/src/main/res/layout/setup_account_name.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_account_user.xml b/app/src/main/res/layout/setup_account_user.xml index 773bad9fa156a1c99fc773be5ccc1fcc9a37bd5c..917225ccbd77f11432799c4a1681ce05cb5e74e8 100644 --- a/app/src/main/res/layout/setup_account_user.xml +++ b/app/src/main/res/layout/setup_account_user.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_select_account.xml b/app/src/main/res/layout/setup_select_account.xml index 32faffc53a338664ddfa56560520e119a4a11554..3d97172bee4055e80fdcc1a7284e1e1e28497bce 100644 --- a/app/src/main/res/layout/setup_select_account.xml +++ b/app/src/main/res/layout/setup_select_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_slide.xml b/app/src/main/res/layout/setup_slide.xml index 1458bf9a4113c9fcf3c9720bb3733213193df481..ee84cdb5456d8859333ac37a94ef0d8e1e581f44 100644 --- a/app/src/main/res/layout/setup_slide.xml +++ b/app/src/main/res/layout/setup_slide.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -59,12 +59,12 @@ style="@style/Widget.RtlConformTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="24dp" - android:layout_marginEnd="48dp" - android:layout_marginLeft="32dp" - android:layout_marginRight="48dp" android:layout_marginStart="32dp" + android:layout_marginLeft="32dp" android:layout_marginTop="8dp" + android:layout_marginEnd="48dp" + android:layout_marginRight="48dp" + android:layout_marginBottom="24dp" android:textColor="?android:attr/textColorSecondaryInverse" android:textSize="16sp" tools:text="First, please choose which server your core is hosted on." /> diff --git a/app/src/main/res/layout/setup_user_channels.xml b/app/src/main/res/layout/setup_user_channels.xml index cb56f1994515ec0cf58ffa133c0465f46ff654e9..2c5d57c9f94f652d76270fee9fee359e62a9c699 100644 --- a/app/src/main/res/layout/setup_user_channels.xml +++ b/app/src/main/res/layout/setup_user_channels.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_user_identity.xml b/app/src/main/res/layout/setup_user_identity.xml index 578b3466cb30c74f53b93251884069fea5e17f21..aa3e90147efa9d5916a922807b7d37fc14ecefd3 100644 --- a/app/src/main/res/layout/setup_user_identity.xml +++ b/app/src/main/res/layout/setup_user_identity.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/setup_user_network.xml b/app/src/main/res/layout/setup_user_network.xml index df68ef42dc063936dc76fb9c990f73157fbb59bf..d77b57f2ab04bdf60cf0f61519da16e278f71f62 100644 --- a/app/src/main/res/layout/setup_user_network.xml +++ b/app/src/main/res/layout/setup_user_network.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_advertisement_support_patreon.xml b/app/src/main/res/layout/widget_advertisement_support_patreon.xml index 2df27a3f5d5dd29acc4e4b8a44a4fdee8ca5d11d..cba45df7a00abc7558849cb2f7dc1739cd06f8df 100644 --- a/app/src/main/res/layout/widget_advertisement_support_patreon.xml +++ b/app/src/main/res/layout/widget_advertisement_support_patreon.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <de.kuschku.quasseldroid.util.ui.BannerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" diff --git a/app/src/main/res/layout/widget_alias.xml b/app/src/main/res/layout/widget_alias.xml index 4863c476d17d4b1abe1e7647e8400075f93c7fb4..6fd1c55a61c756064417023937265c44e0667882 100644 --- a/app/src/main/res/layout/widget_alias.xml +++ b/app/src/main/res/layout/widget_alias.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="48dp" android:orientation="vertical" - android:paddingBottom="8dp" android:paddingLeft="16dp" + android:paddingTop="8dp" android:paddingRight="16dp" - android:paddingTop="8dp"> + android:paddingBottom="8dp"> <TextView android:id="@+id/alias" diff --git a/app/src/main/res/layout/widget_banner.xml b/app/src/main/res/layout/widget_banner.xml index d88b1d2c09e51690a5a6898699436de223afc3e0..920ad35b0ed286eb5167fee35394beb14a3a67d1 100644 --- a/app/src/main/res/layout/widget_banner.xml +++ b/app/src/main/res/layout/widget_banner.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" diff --git a/app/src/main/res/layout/widget_buffer.xml b/app/src/main/res/layout/widget_buffer.xml index a751b0fa17c35d4a57313b240a1b4f74ae87df3b..10ee8759cd919feb198d2633bde7d279efa9499e 100644 --- a/app/src/main/res/layout/widget_buffer.xml +++ b/app/src/main/res/layout/widget_buffer.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="?listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -51,8 +51,8 @@ style="@style/Widget.RtlConformTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:ellipsize="marquee" android:layout_gravity="center_vertical|start" + android:ellipsize="marquee" android:fontFamily="sans-serif-medium" android:singleLine="true" android:textColor="?attr/colorTextPrimary" diff --git a/app/src/main/res/layout/widget_buffer_away.xml b/app/src/main/res/layout/widget_buffer_away.xml index 5b2d802959816c1d13cb315636b899bc04758be1..8ba8f4690fe747dce73d86f99d662452f8d2dfb5 100644 --- a/app/src/main/res/layout/widget_buffer_away.xml +++ b/app/src/main/res/layout/widget_buffer_away.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,10 +25,10 @@ android:background="?attr/backgroundMenuItem" android:minHeight="?listPreferredItemHeightSmall" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -80,8 +80,8 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_gravity="center_vertical" - android:layout_marginLeft="16dp" android:layout_marginStart="16dp" + android:layout_marginLeft="16dp" android:contentDescription="@string/label_user_away" app:srcCompat="@drawable/ic_clock" app:tint="?colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_chatmessage_action.xml b/app/src/main/res/layout/widget_chatmessage_action.xml index e33e3b1c0ab1030ecd2495ca23937a4bb68dac55..920bbfff2bd83a6bf3b595d05290ee01d26af81b 100644 --- a/app/src/main/res/layout/widget_chatmessage_action.xml +++ b/app/src/main/res/layout/widget_chatmessage_action.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -31,12 +31,12 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="@dimen/message_vertical" - android:paddingEnd="@dimen/message_horizontal" - android:paddingLeft="@dimen/message_horizontal" - android:paddingRight="@dimen/message_horizontal" android:paddingStart="@dimen/message_horizontal" + android:paddingLeft="@dimen/message_horizontal" android:paddingTop="@dimen/message_vertical" + android:paddingEnd="@dimen/message_horizontal" + android:paddingRight="@dimen/message_horizontal" + android:paddingBottom="@dimen/message_vertical" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <TextView @@ -98,14 +98,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top" - android:layout_marginLeft="@dimen/message_horizontal" android:layout_marginStart="@dimen/message_horizontal" + android:layout_marginLeft="@dimen/message_horizontal" android:textColor="?attr/colorForegroundSecondary" android:textStyle="italic" android:visibility="gone" + tools:ignore="SmallSp" tools:text="@sample/messages.json/data/time" tools:textSize="11.9sp" - tools:ignore="SmallSp" tools:visibility="visible" /> </LinearLayout> </LinearLayout> diff --git a/app/src/main/res/layout/widget_chatmessage_daychange.xml b/app/src/main/res/layout/widget_chatmessage_daychange.xml index eb462829f33f2440c32a08b7e6f8fc529ee70446..2e42f5fa1bb2461c0704047e3f7525d4586e3a02 100644 --- a/app/src/main/res/layout/widget_chatmessage_daychange.xml +++ b/app/src/main/res/layout/widget_chatmessage_daychange.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -30,12 +30,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingBottom="@dimen/message_vertical_daychange" - android:paddingEnd="@dimen/message_horizontal" + android:paddingStart="@dimen/message_horizontal" android:paddingLeft="@dimen/message_horizontal" + android:paddingTop="@dimen/message_vertical_daychange" + android:paddingEnd="@dimen/message_horizontal" android:paddingRight="@dimen/message_horizontal" - android:paddingStart="@dimen/message_horizontal" - android:paddingTop="@dimen/message_vertical_daychange"> + android:paddingBottom="@dimen/message_vertical_daychange"> <View android:layout_width="0dip" @@ -50,13 +50,13 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" - android:gravity="center" - android:textColor="?attr/colorForeground" - android:textStyle="bold" android:layout_marginStart="@dimen/message_horizontal" android:layout_marginLeft="@dimen/message_horizontal" android:layout_marginEnd="@dimen/message_horizontal" android:layout_marginRight="@dimen/message_horizontal" + android:gravity="center" + android:textColor="?attr/colorForeground" + android:textStyle="bold" tools:text="27.03.2018" /> <View diff --git a/app/src/main/res/layout/widget_chatmessage_error.xml b/app/src/main/res/layout/widget_chatmessage_error.xml index c51e1d4a98233cab4a832a680230af8382fba7c2..de14e20310860a886be6a9549566c15d6fab7a61 100644 --- a/app/src/main/res/layout/widget_chatmessage_error.xml +++ b/app/src/main/res/layout/widget_chatmessage_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_info.xml b/app/src/main/res/layout/widget_chatmessage_info.xml index 48de836ae2a7d1e048d23c8cbe2b90aedc17634d..470f4b2a91fef9656fd0875fe4b8f5c0b78341c8 100644 --- a/app/src/main/res/layout/widget_chatmessage_info.xml +++ b/app/src/main/res/layout/widget_chatmessage_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_notice.xml b/app/src/main/res/layout/widget_chatmessage_notice.xml index 4cd9aaa652e5ce93b7dc4634411a613f3da83e89..96c93232dc7fc6af5e25e7e349e5bf21054f5202 100644 --- a/app/src/main/res/layout/widget_chatmessage_notice.xml +++ b/app/src/main/res/layout/widget_chatmessage_notice.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_placeholder.xml b/app/src/main/res/layout/widget_chatmessage_placeholder.xml index b6477f9807675a491d823aaa4f119d5ee10ed344..92cd3347047d8b85c128047948df0a35fc584bf7 100644 --- a/app/src/main/res/layout/widget_chatmessage_placeholder.xml +++ b/app/src/main/res/layout/widget_chatmessage_placeholder.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <View xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_plain.xml b/app/src/main/res/layout/widget_chatmessage_plain.xml index a805c1c9bbec8191082af5e59ea52aa22a05096f..2ee291d66fbf69b8d0147dd36bb496a31ee0ab39 100644 --- a/app/src/main/res/layout/widget_chatmessage_plain.xml +++ b/app/src/main/res/layout/widget_chatmessage_plain.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_chatmessage_server.xml b/app/src/main/res/layout/widget_chatmessage_server.xml index 9b74fe9f37d06fed82d261a702142513ffc5a8bb..b927b7640a06dd2474682cf7d780e1fe32cdde3f 100644 --- a/app/src/main/res/layout/widget_chatmessage_server.xml +++ b/app/src/main/res/layout/widget_chatmessage_server.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_client.xml b/app/src/main/res/layout/widget_client.xml index f4efbeafa4b67406d1a34807535e4fe6c71c64d5..00b8c0ca3463e66405769da2b5880875b75c9637 100644 --- a/app/src/main/res/layout/widget_client.xml +++ b/app/src/main/res/layout/widget_client.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" diff --git a/app/src/main/res/layout/widget_contributor.xml b/app/src/main/res/layout/widget_contributor.xml index 5ec0ef1c8b6819fdc129d7121eb118c438281e83..dd8e800f531eca361ca2503fb9573daab6b74a18 100644 --- a/app/src/main/res/layout/widget_contributor.xml +++ b/app/src/main/res/layout/widget_contributor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,18 +24,18 @@ android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_core_account.xml b/app/src/main/res/layout/widget_core_account.xml index b6387b790bb6fe7a7e889b064286290ed68fabed..71f360a7126da55bab35518690026263a3f2c4f1 100644 --- a/app/src/main/res/layout/widget_core_account.xml +++ b/app/src/main/res/layout/widget_core_account.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_core_account_add.xml b/app/src/main/res/layout/widget_core_account_add.xml index 051b93537139a70d07ca90c1ac236958a67069c0..501b3edca1d8c7b2e89dcc94ae5cdcc841154add 100644 --- a/app/src/main/res/layout/widget_core_account_add.xml +++ b/app/src/main/res/layout/widget_core_account_add.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_crash.xml b/app/src/main/res/layout/widget_crash.xml index e6b9da6dcff7d366448ab8a4114cb691cabb7e66..8eeeb5c6ef6a9639cc1146749116810c6b63a824 100644 --- a/app/src/main/res/layout/widget_crash.xml +++ b/app/src/main/res/layout/widget_crash.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,17 +24,17 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" - android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft"> + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingRight="?android:attr/listPreferredItemPaddingRight"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/crash_time" diff --git a/app/src/main/res/layout/widget_formatting.xml b/app/src/main/res/layout/widget_formatting.xml index be6456e0374b01133c0d0eec974a11dd10421185..cfb9c8caf26adddd255d57509de56472f5d0cd4c 100644 --- a/app/src/main/res/layout/widget_formatting.xml +++ b/app/src/main/res/layout/widget_formatting.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_history_message.xml b/app/src/main/res/layout/widget_history_message.xml index 0587e972c66b5163352f8d4074fb071822a54b93..00e2c43ed7fc7b859aa6117c4c12c9f213e2fa68 100644 --- a/app/src/main/res/layout/widget_history_message.xml +++ b/app/src/main/res/layout/widget_history_message.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" @@ -28,10 +28,10 @@ android:fontFamily="sans-serif-medium" android:gravity="center_vertical" android:minHeight="48dp" - android:paddingBottom="8dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="8dp" + android:paddingRight="16dp" + android:paddingBottom="8dp" android:textColor="?attr/colorTextPrimary" android:textSize="13sp" tools:text="@sample/recent_messages.json/data/message" /> diff --git a/app/src/main/res/layout/widget_library.xml b/app/src/main/res/layout/widget_library.xml index 2c882d1fee3604eb30130a2e9cf07dc5acda01f7..b79b4bd25af56f3a9f4ca137f28e7706f097c1c9 100644 --- a/app/src/main/res/layout/widget_library.xml +++ b/app/src/main/res/layout/widget_library.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_missing_feature.xml b/app/src/main/res/layout/widget_missing_feature.xml index 2531fff29c0f3f9ae81c6077e237782a3904c921..d640184a4954d89b96f0d43d5fa5ebae15acc350 100644 --- a/app/src/main/res/layout/widget_missing_feature.xml +++ b/app/src/main/res/layout/widget_missing_feature.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -25,18 +25,18 @@ android:focusable="true" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/dialog_missing_features"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_network.xml b/app/src/main/res/layout/widget_network.xml index 827f0ca15dfc9c498f27505eb092deae835f7ce4..fd1be7753665b3a13dd5c25b1230253e922ec4d4 100644 --- a/app/src/main/res/layout/widget_network.xml +++ b/app/src/main/res/layout/widget_network.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -41,10 +41,10 @@ android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_marginBottom="8dp" android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" android:layout_marginTop="8dp" + android:layout_marginRight="16dp" + android:layout_marginBottom="8dp" android:layout_weight="1" android:fontFamily="sans-serif-medium" android:singleLine="true" @@ -60,10 +60,10 @@ android:clickable="true" android:focusable="true" android:minWidth="72dp" - android:paddingBottom="12dp" - android:paddingEnd="16dp" android:paddingStart="16dp" android:paddingTop="12dp" + android:paddingEnd="16dp" + android:paddingBottom="12dp" android:scaleType="fitEnd" app:srcCompat="@drawable/ic_chevron_down" app:tint="?attr/colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_nick.xml b/app/src/main/res/layout/widget_nick.xml index 50ddb90947d90213de6e86f23f68abe1202b659a..ca9949877a9c66d7118e3fa0cbb2b518f655a9b6 100644 --- a/app/src/main/res/layout/widget_nick.xml +++ b/app/src/main/res/layout/widget_nick.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -23,10 +23,10 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall" tools:showIn="@layout/fragment_nick_list"> diff --git a/app/src/main/res/layout/widget_nick_away.xml b/app/src/main/res/layout/widget_nick_away.xml index 0ba3d94f8efd2b82f2c38cdc83313d8973f7047a..5673cddbea0cfcf2e8243f559ae27b086d655dec 100644 --- a/app/src/main/res/layout/widget_nick_away.xml +++ b/app/src/main/res/layout/widget_nick_away.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,10 +24,10 @@ android:layout_height="wrap_content" android:background="?attr/backgroundMenuItem" android:orientation="horizontal" - android:paddingBottom="4dp" android:paddingLeft="16dp" - android:paddingRight="16dp" android:paddingTop="4dp" + android:paddingRight="16dp" + android:paddingBottom="4dp" android:textAppearance="?android:attr/textAppearanceListItemSmall"> <ImageView @@ -77,8 +77,8 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_gravity="center_vertical" - android:layout_marginLeft="16dp" android:layout_marginStart="16dp" + android:layout_marginLeft="16dp" android:contentDescription="@string/label_user_away" app:srcCompat="@drawable/ic_clock" app:tint="?colorTextSecondary" /> diff --git a/app/src/main/res/layout/widget_preference_divider.xml b/app/src/main/res/layout/widget_preference_divider.xml index 6845448044d27896588a2a78c375162240bfcd92..ade07e665d78f4cbdb3c02884c58d0f2cb7a69b5 100644 --- a/app/src/main/res/layout/widget_preference_divider.xml +++ b/app/src/main/res/layout/widget_preference_divider.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <View xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_spinner_item_inline.xml b/app/src/main/res/layout/widget_spinner_item_inline.xml index b66e630abae1c24c99d9ff319823bf897f8f85f5..aaf0115f8d57fb31646a68232a4738d1d58da0e4 100644 --- a/app/src/main/res/layout/widget_spinner_item_inline.xml +++ b/app/src/main/res/layout/widget_spinner_item_inline.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_spinner_item_toolbar.xml b/app/src/main/res/layout/widget_spinner_item_toolbar.xml index bef0037962382b785db54ec8cf24060ccd08f9e8..556b1e62ce2f336801c81edd1b4013d713fe6bf1 100644 --- a/app/src/main/res/layout/widget_spinner_item_toolbar.xml +++ b/app/src/main/res/layout/widget_spinner_item_toolbar.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <TextView xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/widget_translator.xml b/app/src/main/res/layout/widget_translator.xml index 551f69a1490088c247b49c1d245123146735ab79..acf65f33c7295eeee41590bfbc50f1f7450070a5 100644 --- a/app/src/main/res/layout/widget_translator.xml +++ b/app/src/main/res/layout/widget_translator.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" @@ -24,18 +24,18 @@ android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeightSmall" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" + android:paddingEnd="?android:attr/listPreferredItemPaddingRight" android:paddingRight="?android:attr/listPreferredItemPaddingRight" - android:paddingStart="?android:attr/listPreferredItemPaddingLeft" tools:showIn="@layout/preferences_about"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="16dp" - android:paddingTop="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> <TextView android:id="@+id/name" diff --git a/app/src/main/res/layout/widget_warning_bar.xml b/app/src/main/res/layout/widget_warning_bar.xml index f7e13214a8363e3a0f9287a388954ab695057d67..b9f9d4a6400bf700307cf5847be41a56306c2331 100644 --- a/app/src/main/res/layout/widget_warning_bar.xml +++ b/app/src/main/res/layout/widget_warning_bar.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" diff --git a/app/src/main/res/menu/activity_crashes.xml b/app/src/main/res/menu/activity_crashes.xml index e429a0a15ef649b47e5c8fc4bb708941ce2f4f90..727490b9c6e7cdbc7296cbc1d67fef6092b73e04 100644 --- a/app/src/main/res/menu/activity_crashes.xml +++ b/app/src/main/res/menu/activity_crashes.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/activity_main.xml b/app/src/main/res/menu/activity_main.xml index 8ab71efc1f93965456d9acaf5c869551a5330c6c..2851fa892125726c6e28fda002ad941f51c78e66 100644 --- a/app/src/main/res/menu/activity_main.xml +++ b/app/src/main/res/menu/activity_main.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/activity_settings.xml b/app/src/main/res/menu/activity_settings.xml index c3f35ae8991a262cc78b17b07b2543bc26829fa0..19c93263a089287bd069c3e4d3340d3e1fd0f524 100644 --- a/app/src/main/res/menu/activity_settings.xml +++ b/app/src/main/res/menu/activity_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/activity_setup.xml b/app/src/main/res/menu/activity_setup.xml index cf58d2dece1179cc775c5813cfe98bd77e3591f8..f7a6e6aeee24ba386f8b49e10c92089ef1949952 100644 --- a/app/src/main/res/menu/activity_setup.xml +++ b/app/src/main/res/menu/activity_setup.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_buffer.xml b/app/src/main/res/menu/context_buffer.xml index db4fb3f7d2d4faad0f056145301b43986ee238c1..f89dad9e2f932684a623d722b346fc50ceec01de 100644 --- a/app/src/main/res/menu/context_buffer.xml +++ b/app/src/main/res/menu/context_buffer.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/context_bufferlist.xml b/app/src/main/res/menu/context_bufferlist.xml index e85077f69f0b719d025dceae832147ba45bebf8f..bb1f8dd02d8c353d561ed05d9aa4dcb9df0d9924 100644 --- a/app/src/main/res/menu/context_bufferlist.xml +++ b/app/src/main/res/menu/context_bufferlist.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_link.xml b/app/src/main/res/menu/context_link.xml index 0a0f1a957c64c39a4f4bf2f6b131a54cb524ef9a..29c4b22d4acd1198624d604504fb919c357b1d64 100644 --- a/app/src/main/res/menu/context_link.xml +++ b/app/src/main/res/menu/context_link.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_messages.xml b/app/src/main/res/menu/context_messages.xml index d1a2b4e32602b7f18da02788f2931886f774fae3..0554f668e788318fca860dbe9318c5f6d59b5c4c 100644 --- a/app/src/main/res/menu/context_messages.xml +++ b/app/src/main/res/menu/context_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/menu/context_setting.xml b/app/src/main/res/menu/context_setting.xml index 4b5ed97ff0ecf35114c5cab724cc792b0958441d..d228d871db153a9515245bfd835226204f43ab9e 100644 --- a/app/src/main/res/menu/context_setting.xml +++ b/app/src/main/res/menu/context_setting.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/editor.xml b/app/src/main/res/menu/editor.xml index 2a5b11bcd91d8103178d8b40b614d26fb1309ff7..e41185f8dba3de2df973400079b2b8df4a692fa4 100644 --- a/app/src/main/res/menu/editor.xml +++ b/app/src/main/res/menu/editor.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/menu/setup_edit_account.xml b/app/src/main/res/menu/setup_edit_account.xml index 2d310d5bbcbc87abd32235934e3f9b6847329d6d..8837f47240e3c831e0f4017197d293d3b634a075 100644 --- a/app/src/main/res/menu/setup_edit_account.xml +++ b/app/src/main/res/menu/setup_edit_account.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/mipmap-v26/ic_launcher.xml b/app/src/main/res/mipmap-v26/ic_launcher.xml index 914195328b1f1963e856ce79c02295a87c4ccd53..828cbec7ede7bfee2608224797eca5b4eefa265e 100644 --- a/app/src/main/res/mipmap-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-v26/ic_launcher.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/src/main/res/raw/license_apache_2.html b/app/src/main/res/raw/license_apache_2.html index 32dfcadf427221bf350d823b3e296f6e4ae4ecb2..6f97923b677dc734b5b3fbb073244e776dd340f9 100644 --- a/app/src/main/res/raw/license_apache_2.html +++ b/app/src/main/res/raw/license_apache_2.html @@ -1,26 +1,160 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>Apache License</h2> -<p>Version 2.0, January 2004<br /><br /><a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></p> +<p>Version 2.0, January 2004 + <br /> + <br /> + <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> +</p> <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p> -<p><strong>1. Definitions</strong>.</p> -<p>"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.</p> -<p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.</p> -<p>"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.</p> -<p>"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.</p> -<p>"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.</p> -<p>"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.</p> -<p>"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).</p> -<p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.</p> -<p>"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."</p> -<p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.</p> -<p><strong>2. Grant of Copyright License</strong>. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.</p> -<p><strong>3. Grant of Patent License</strong>. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.</p> -<p><strong>4. Redistribution</strong>. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:</p> -<p>a. You must give any other recipients of the Work or Derivative Works a copy of this License; and</p> -<p>b. You must cause any modified files to carry prominent notices stating that You changed the files; and</p> -<p>c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and</p> -<p>d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.<br /><br /> You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.</p> -<p><strong>5. Submission of Contributions</strong>. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.</p> -<p><strong>6. Trademarks</strong>. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.</p> -<p><strong>7. Disclaimer of Warranty</strong>. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.</p> -<p><strong>8. Limitation of Liability</strong>. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.</p> -<p><strong>9. Accepting Warranty or Additional Liability</strong>. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.</p> +<p><strong>1. Definitions</strong>. +</p> +<p>"License" shall mean the terms and conditions for use, reproduction, and distribution as defined + by Sections 1 through 9 of this document. +</p> +<p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is + granting the License. +</p> +<p>"Legal Entity" shall mean the union of the acting entity and all other entities that control, are + controlled by, or are under common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to cause the direction or + management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent + (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +</p> +<p>"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this + License. +</p> +<p>"Source" form shall mean the preferred form for making modifications, including but not limited + to software source code, documentation source, and configuration files. +</p> +<p>"Object" form shall mean any form resulting from mechanical transformation or translation of a + Source form, including but not limited to compiled object code, generated documentation, and + conversions to other media types. +</p> +<p>"Work" shall mean the work of authorship, whether in Source or Object form, made available under + the License, as indicated by a copyright notice that is included in or attached to the work (an + example is provided in the Appendix below). +</p> +<p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or + derived from) the Work and for which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of authorship. For the purposes of + this License, Derivative Works shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +</p> +<p>"Contribution" shall mean any work of authorship, including the original version of the Work and + any modifications or additions to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or + Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this + definition, "submitted" means any form of electronic, verbal, or written communication sent to + the Licensor or its representatives, including but not limited to communication on electronic + mailing lists, source code control systems, and issue tracking systems that are managed by, or + on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding + communication that is conspicuously marked or otherwise designated in writing by the copyright + owner as "Not a Contribution." +</p> +<p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a + Contribution has been received by Licensor and subsequently incorporated within the Work. +</p> +<p><strong>2. Grant of Copyright License</strong>. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly + display, publicly perform, sublicense, and distribute the Work and such Derivative Works in + Source or Object form. +</p> +<p><strong>3. Grant of Patent License</strong>. Subject to the terms and conditions of this License, + each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, + royalty-free, irrevocable (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies + only to those patent claims licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their Contribution(s) with the Work to which + such Contribution(s) was submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution + incorporated within the Work constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work shall terminate as of the date + such litigation is filed. +</p> +<p><strong>4. Redistribution</strong>. You may reproduce and distribute copies of the Work or + Derivative Works thereof in any medium, with or without modifications, and in Source or Object + form, provided that You meet the following conditions: +</p> +<p>a. You must give any other recipients of the Work or Derivative Works a copy of this License; + and +</p> +<p>b. You must cause any modified files to carry prominent notices stating that You changed the + files; and +</p> +<p>c. You must retain, in the Source form of any Derivative Works that You distribute, all + copyright, patent, trademark, and attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of the Derivative Works; and +</p> +<p>d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative + Works that You distribute must include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not pertain to any part of the + Derivative Works, in at least one of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or documentation, if provided along with + the Derivative Works; or, within a display generated by the Derivative Works, if and wherever + such third-party notices normally appear. The contents of the NOTICE file are for informational + purposes only and do not modify the License. You may add Your own attribution notices within + Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the + Work, provided that such additional attribution notices cannot be construed as modifying the + License. + <br /> + <br /> + You may add Your own copyright statement to Your modifications and may provide additional or + different license terms and conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and + distribution of the Work otherwise complies with the conditions stated in this License. +</p> +<p><strong>5. Submission of Contributions</strong>. Unless You explicitly state otherwise, any + Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be + under the terms and conditions of this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate + license agreement you may have executed with Licensor regarding such Contributions. +</p> +<p><strong>6. Trademarks</strong>. This License does not grant permission to use the trade names, + trademarks, service marks, or product names of the Licensor, except as required for reasonable + and customary use in describing the origin of the Work and reproducing the content of the NOTICE + file. +</p> +<p><strong>7. Disclaimer of Warranty</strong>. Unless required by applicable law or agreed to in + writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS + IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, + without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness + of using or redistributing the Work and assume any risks associated with Your exercise of + permissions under this License. +</p> +<p><strong>8. Limitation of Liability</strong>. In no event and under no legal theory, whether in + tort (including negligence), contract, or otherwise, unless required by applicable law (such as + deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable + to You for damages, including any direct, indirect, special, incidental, or consequential + damages of any character arising as a result of this License or out of the use or inability to + use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer + failure or malfunction, or any and all other commercial damages or losses), even if such + Contributor has been advised of the possibility of such damages. +</p> +<p><strong>9. Accepting Warranty or Additional Liability</strong>. While redistributing the Work or + Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights consistent with this License. + However, in accepting such obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such warranty or additional liability. +</p> diff --git a/app/src/main/res/raw/license_cc_0.html b/app/src/main/res/raw/license_cc_0.html index cc9bfdd986404844d0b0a4c405e3f4f91d31e5e7..9ee4437e85bb0483dbcc1049cf26695cc4ede654 100644 --- a/app/src/main/res/raw/license_cc_0.html +++ b/app/src/main/res/raw/license_cc_0.html @@ -1,21 +1,117 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>Creative Commons</h2> <h2>CC0 1.0 Universal</h2> -<h3><em>Statement of Purpose</em></h3> -<p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").</p> -<p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.</p> -<p>For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.</p> -<p><strong>1. Copyright and Related Rights.</strong>A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:</p> -<p>i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;</p> +<h3> + <em>Statement of Purpose</em> +</h3> +<p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and + Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an + "owner") of an original work of authorship and/or a database (each, a "Work"). +</p> +<p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of + contributing to a commons of creative, cultural and scientific works ("Commons") that the public + can reliably and without fear of later claims of infringement build upon, modify, incorporate in + other works, reuse and redistribute as freely as possible in any form whatsoever and for any + purposes, including without limitation commercial purposes. These owners may contribute to the + Commons to promote the ideal of a free culture and the further production of creative, cultural + and scientific works, or to gain reputation or greater distribution for their Work in part + through the use and efforts of others. +</p> +<p>For these and/or other purposes and motivations, and without any expectation of additional + consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the + extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily + elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge + of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect + of CC0 on those rights. +</p> +<p><strong>1. Copyright and Related Rights.</strong>A Work made available under CC0 may be protected + by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and + Related Rights include, but are not limited to, the following: +</p> +<p>i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a + Work; +</p> <p>ii. moral rights retained by the original author(s) and/or performer(s);</p> -<p>iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;</p> -<p>iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;</p> +<p>iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a + Work; +</p> +<p>iv. rights protecting against unfair competition in regards to a Work, subject to the limitations + in paragraph 4(a), below; +</p> <p>v. rights protecting the extraction, dissemination, use and reuse of data in a Work;</p> -<p>vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and</p> -<p>vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.</p> -<p><strong>2. Waiver.</strong>To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.</p> -<p><strong>3. Public License Fallback.</strong>Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.</p> -<p><strong>4. Limitations and Disclaimers.</strong></p> -<p>a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.</p> -<p>b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.</p> -<p>c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.</p> -<p>d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.</p> +<p>vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and + of the Council of 11 March 1996 on the legal protection of databases, and under any national + implementation thereof, including any amended or successor version of such directive); and +</p> +<p>vii. other similar, equivalent or corresponding rights throughout the world based on applicable + law or treaty, and any national implementations thereof. +</p> +<p><strong>2. Waiver.</strong>To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally + waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and + associated claims and causes of action, whether now known or unknown (including existing as well + as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for + the maximum duration provided by applicable law or treaty (including future time extensions), + (iii) in any current or future medium and for any number of copies, and (iv) for any purpose + whatsoever, including without limitation commercial, advertising or promotional purposes (the + "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and + to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall + not be subject to revocation, rescission, cancellation, termination, or any other legal or + equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by + Affirmer's express Statement of Purpose. +</p> +<p><strong>3. Public License Fallback.</strong>Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved + to the maximum extent permitted taking into account Affirmer's express Statement of + Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each + affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable + and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work + (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or + treaty (including future time extensions), (iii) in any current or future medium and for any + number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, + advertising or promotional purposes (the "License"). The License shall be deemed effective as of + the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason + be judged legally invalid or ineffective under applicable law, such partial invalidity or + ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer + hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and + Related Rights in the Work or (ii) assert any associated claims and causes of action with + respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. +</p> +<p> + <strong>4. Limitations and Disclaimers.</strong> +</p> +<p>a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or + otherwise affected by this document. +</p> +<p>b. Affirmer offers the Work as-is and makes no representations or warranties of any kind + concerning the Work, express, implied, statutory or otherwise, including without limitation + warranties of title, merchantability, fitness for a particular purpose, non infringement, or the + absence of latent or other defects, accuracy, or the present or absence of errors, whether or + not discoverable, all to the greatest extent permissible under applicable law. +</p> +<p>c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the + Work or any use thereof, including without limitation any person's Copyright and Related + Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the Work. +</p> +<p>d. Affirmer understands and acknowledges that Creative Commons is not a party to this document + and has no duty or obligation with respect to this CC0 or use of the Work. +</p> diff --git a/app/src/main/res/raw/license_cc_by_sa_3_0.html b/app/src/main/res/raw/license_cc_by_sa_3_0.html index 17d58c1e1b7569e61c1a069edbfeb5358f24a790..605a2c44487b14192f9514df4b5c087d5e774fce 100644 --- a/app/src/main/res/raw/license_cc_by_sa_3_0.html +++ b/app/src/main/res/raw/license_cc_by_sa_3_0.html @@ -1,46 +1,299 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>Creative Commons</h2> <h2>Attribution-ShareAlike 3.0 Unported</h2> -<h3><em>License</em></h3> -<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.</p> -<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.</p> -<p><strong>1. Definitions</strong></p> -<p>a. <strong>"Adaptation"</strong>means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.</p> -<p>b. <strong>"Collection"</strong>means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.</p> -<p>c. <strong>"Creative Commons Compatible License"</strong>means a license that is listed at https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.</p> -<p>d. <strong>"Distribute"</strong>means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.</p> -<p>e. <strong>"License Elements"</strong>means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.</p> -<p>f. <strong>"Licensor"</strong>means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.</p> -<p>g. <strong>"Original Author"</strong>means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.</p> -<p>h. <strong>"Work"</strong>means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.</p> -<p>i. <strong>"You"</strong>means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.</p> -<p>j. <strong>"Publicly Perform"</strong>means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.</p> -<p>k. <strong>"Reproduce"</strong>means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.</p> -<p><strong>2. Fair Dealing Rights.</strong>Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.</p> -<p><strong>3. License Grant.</strong>Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:</p> -<p>a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;</p> -<p>b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";</p> +<h3> + <em>License</em> +</h3> +<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE + ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE + OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. +</p> +<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS + OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR + GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND + CONDITIONS. +</p> +<p> + <strong>1. Definitions</strong> +</p> +<p>a.<strong>"Adaptation"</strong>means a work based upon the Work, or upon the Work and other + pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or + other alterations of a literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be recast, transformed, or + adapted including in any form recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for the purpose of this License. + For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image ("synching") will be + considered an Adaptation for the purpose of this License. +</p> +<p>b.<strong>"Collection"</strong>means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or + subject matter other than works listed in Section 1(f) below, which, by reason of the selection + and arrangement of their contents, constitute intellectual creations, in which the Work is + included in its entirety in unmodified form along with one or more other contributions, each + constituting separate and independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be considered an Adaptation (as + defined below) for the purposes of this License. +</p> +<p>c.<strong>"Creative Commons Compatible License"</strong>means a license that is listed at + https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as + being essentially equivalent to this License, including, at a minimum, because that license: (i) + contains terms that have the same purpose, meaning and effect as the License Elements of this + License; and, (ii) explicitly permits the relicensing of adaptations of works made available + under that license under this License or a Creative Commons jurisdiction license with the same + License Elements as this License. +</p> +<p>d.<strong>"Distribute"</strong>means to make available to the public the original and copies of + the Work or Adaptation, as appropriate, through sale or other transfer of ownership. +</p> +<p>e.<strong>"License Elements"</strong>means the following high-level license attributes as + selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. +</p> +<p>f.<strong>"Licensor"</strong>means the individual, individuals, entity or entities that offer(s) + the Work under the terms of this License. +</p> +<p>g.<strong>"Original Author"</strong>means, in the case of a literary or artistic work, the + individual, individuals, entity or entities who created the Work or if no individual or entity + can be identified, the publisher; and in addition (i) in the case of a performance the actors, + singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, + interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in + the case of a phonogram the producer being the person or legal entity who first fixes the sounds + of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that + transmits the broadcast. +</p> +<p>h.<strong>"Work"</strong>means the literary and/or artistic work offered under the terms of this + License including without limitation any production in the literary, scientific and artistic + domain, whatever may be the mode or form of its expression including digital form, such as a + book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a + dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a + musical composition with or without words; a cinematographic work to which are assimilated works + expressed by a process analogous to cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied art; an illustration, map, + plan, sketch or three-dimensional work relative to geography, topography, architecture or + science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is + protected as a copyrightable work; or a work performed by a variety or circus performer to the + extent it is not otherwise considered a literary or artistic work. +</p> +<p>i.<strong>"You"</strong>means an individual or entity exercising rights under this License who + has not previously violated the terms of this License with respect to the Work, or who has + received express permission from the Licensor to exercise rights under this License despite a + previous violation. +</p> +<p>j.<strong>"Publicly Perform"</strong>means to perform public recitations of the Work and to + communicate to the public those public recitations, by any means or process, including by wire + or wireless means or public digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a place and at a place individually + chosen by them; to perform the Work to the public by any means or process and the communication + to the public of the performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, sounds or images. +</p> +<p>k.<strong>"Reproduce"</strong>means to make copies of the Work by any means including without + limitation by sound or visual recordings and the right of fixation and reproducing fixations of + the Work, including storage of a protected performance or phonogram in digital form or other + electronic medium. +</p> +<p><strong>2. Fair Dealing Rights.</strong>Nothing in this License is intended to reduce, limit, or + restrict any uses free from copyright or rights arising from limitations or exceptions that are + provided for in connection with the copyright protection under copyright law or other applicable + laws. +</p> +<p><strong>3. License Grant.</strong>Subject to the terms and conditions of this License, Licensor + hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the + applicable copyright) license to exercise the rights in the Work as stated below: +</p> +<p>a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce + the Work as incorporated in the Collections; +</p> +<p>b. to create and Reproduce Adaptations provided that any such Adaptation, including any + translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise + identify that changes were made to the original Work. For example, a translation could be marked + "The original work was translated from English to Spanish," or a modification could indicate + "The original work has been modified."; +</p> <p>c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,</p> <p>d. to Distribute and Publicly Perform Adaptations.</p> <p>e. For the avoidance of doubt:</p> -<p>i. <strong>Non-waivable Compulsory License Schemes</strong>. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;</p> -<p>ii. <strong>Waivable Compulsory License Schemes</strong>. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,</p> -<p>iii. <strong>Voluntary License Schemes</strong>. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.</p> -<p>The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.</p> -<p><strong>4. Restrictions.</strong>The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:</p> -<p>a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.</p> -<p>b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.</p> -<p>c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor\'s copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.</p> -<p>d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author\'s honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author\'s honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.</p> -<p><strong>5. Representations, Warranties and Disclaimer</strong></p> -<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p> -<p><strong>6. Limitation on Liability.</strong>EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> -<p><strong>7. Termination</strong></p> -<p>a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.</p> -<p>b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.</p> -<p><strong>8. Miscellaneous</strong></p> -<p>a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.</p> -<p>b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.</p> -<p>c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.</p> -<p>d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.</p> -<p>e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.</p> -<p>f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.</p> +<p>i.<strong>Non-waivable Compulsory License Schemes</strong>. In those jurisdictions in which the + right to collect royalties through any statutory or compulsory licensing scheme cannot be + waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by + You of the rights granted under this License; +</p> +<p>ii.<strong>Waivable Compulsory License Schemes</strong>. In those jurisdictions in which the + right to collect royalties through any statutory or compulsory licensing scheme can be waived, + the Licensor waives the exclusive right to collect such royalties for any exercise by You of the + rights granted under this License; and, +</p> +<p>iii.<strong>Voluntary License Schemes</strong>. The Licensor waives the right to collect + royalties, whether individually or, in the event that the Licensor is a member of a collecting + society that administers voluntary licensing schemes, via that society, from any exercise by You + of the rights granted under this License. +</p> +<p>The above rights may be exercised in all media and formats whether now known or hereafter + devised. The above rights include the right to make such modifications as are technically + necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights + not expressly granted by Licensor are hereby reserved. +</p> +<p><strong>4. Restrictions.</strong>The license granted in Section 3 above is expressly made subject + to and limited by the following restrictions: +</p> +<p>a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must + include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of + the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work + that restrict the terms of this License or the ability of the recipient of the Work to exercise + the rights granted to that recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and to the disclaimer of + warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute + or Publicly Perform the Work, You may not impose any effective technological measures on the + Work that restrict the ability of a recipient of the Work from You to exercise the rights + granted to that recipient under the terms of the License. This Section 4(a) applies to the Work + as incorporated in a Collection, but this does not require the Collection apart from the Work + itself to be made subject to the terms of this License. If You create a Collection, upon notice + from any Licensor You must, to the extent practicable, remove from the Collection any credit as + required by Section 4(c), as requested. If You create an Adaptation, upon notice from any + Licensor You must, to the extent practicable, remove from the Adaptation any credit as required + by Section 4(c), as requested. +</p> +<p>b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this + License; (ii) a later version of this License with the same License Elements as this License; + (iii) a Creative Commons jurisdiction license (either this or a later license version) that + contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) + a Creative Commons Compatible License. If you license the Adaptation under one of the licenses + mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation + under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable + License"), you must comply with the terms of the Applicable License generally and the following + provisions: (I) You must include a copy of, or the URI for, the Applicable License with every + copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any + terms on the Adaptation that restrict the terms of the Applicable License or the ability of the + recipient of the Adaptation to exercise the rights granted to that recipient under the terms of + the Applicable License; (III) You must keep intact all notices that refer to the Applicable + License and to the disclaimer of warranties with every copy of the Work as included in the + Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the + Adaptation, You may not impose any effective technological measures on the Adaptation that + restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to + that recipient under the terms of the Applicable License. This Section 4(b) applies to the + Adaptation as incorporated in a Collection, but this does not require the Collection apart from + the Adaptation itself to be made subject to the terms of the Applicable License. +</p> +<p>c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, + unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the + Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or + Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, + journal) for attribution ("Attribution Parties") in Licensor\'s copyright notice, terms of + service or by other reasonable means, the name of such party or parties; (ii) the title of the + Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not refer to the copyright notice + or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of + an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French + translation of the Work by Original Author," or "Screenplay based on original Work by Original + Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will + appear, if a credit for all contributing authors of the Adaptation or Collection appears, then + as part of these credits and in a manner at least as prominent as the credits for the other + contributing authors. For the avoidance of doubt, You may only use the credit required by this + Section for the purpose of attribution in the manner set out above and, by exercising Your + rights under this License, You may not implicitly or explicitly assert or imply any connection + with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as + appropriate, of You or Your use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution Parties. +</p> +<p>d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by + applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as + part of any Adaptations or Collections, You must not distort, mutilate, modify or take other + derogatory action in relation to the Work which would be prejudicial to the Original Author\'s + honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any + exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) + would be deemed to be a distortion, mutilation, modification or other derogatory action + prejudicial to the Original Author\'s honor and reputation, the Licensor will waive or not + assert, as appropriate, this Section, to the fullest extent permitted by the applicable national + law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right + to make Adaptations) but not otherwise. +</p> +<p> + <strong>5. Representations, Warranties and Disclaimer</strong> +</p> +<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND + MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, + STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS + DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. +</p> +<p><strong>6. Limitation on Liability.</strong>EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN + NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, + CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, + EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +</p> +<p> + <strong>7. Termination</strong> +</p> +<p>a. This License and the rights granted hereunder will terminate automatically upon any breach by + You of the terms of this License. Individuals or entities who have received Adaptations or + Collections from You under this License, however, will not have their licenses terminated + provided such individuals or entities remain in full compliance with those licenses. Sections 1, + 2, 5, 6, 7, and 8 will survive any termination of this License. +</p> +<p>b. Subject to the above terms and conditions, the license granted here is perpetual (for the + duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves + the right to release the Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to withdraw this License (or + any other license that has been, or is required to be, granted under the terms of this License), + and this License will continue in full force and effect unless terminated as stated above. +</p> +<p> + <strong>8. Miscellaneous</strong> +</p> +<p>a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to + the recipient a license to the Work on the same terms and conditions as the license granted to + You under this License. +</p> +<p>b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a + license to the original Work on the same terms and conditions as the license granted to You + under this License. +</p> +<p>c. If any provision of this License is invalid or unenforceable under applicable law, it shall + not affect the validity or enforceability of the remainder of the terms of this License, and + without further action by the parties to this agreement, such provision shall be reformed to the + minimum extent necessary to make such provision valid and enforceable. +</p> +<p>d. No term or provision of this License shall be deemed waived and no breach consented to unless + such waiver or consent shall be in writing and signed by the party to be charged with such + waiver or consent. +</p> +<p>e. This License constitutes the entire agreement between the parties with respect to the Work + licensed here. There are no understandings, agreements or representations with respect to the + Work not specified here. Licensor shall not be bound by any additional provisions that may + appear in any communication from You. This License may not be modified without the mutual + written agreement of the Licensor and You. +</p> +<p>f. The rights granted under, and the subject matter referenced, in this License were drafted + utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic + Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty + of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright + Convention (as revised on July 24, 1971). These rights and subject matter take effect in the + relevant jurisdiction in which the License terms are sought to be enforced according to the + corresponding provisions of the implementation of those treaty provisions in the applicable + national law. If the standard suite of rights granted under applicable copyright law includes + additional rights not granted under this License, such additional rights are deemed to be + included in the License; this License is not intended to restrict the license of any rights + under applicable law. +</p> diff --git a/app/src/main/res/raw/license_dracula.html b/app/src/main/res/raw/license_dracula.html index 298a00ffee425f2b9fa4889fe44ec237eefc1975..23ae21e6ad2570836c2bbac203e705e473264f59 100644 --- a/app/src/main/res/raw/license_dracula.html +++ b/app/src/main/res/raw/license_dracula.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2016 Dracula Theme</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_emojijava.html b/app/src/main/res/raw/license_emojijava.html index ca0bc1d94f6f1e7ec432fa460487d59384e9320d..96a9b0a86463ce0792858e53071cb14f9a3a7379 100644 --- a/app/src/main/res/raw/license_emojijava.html +++ b/app/src/main/res/raw/license_emojijava.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2014-present Vincent DURMONT vdurmont@gmail.com</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_gpl_v3.html b/app/src/main/res/raw/license_gpl_v3.html index a211d326053076491ced1d5887cb0e8d69994408..8d0285f372d16adbfe419546047840bf2693cd6d 100644 --- a/app/src/main/res/raw/license_gpl_v3.html +++ b/app/src/main/res/raw/license_gpl_v3.html @@ -1,110 +1,498 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>GNU GENERAL PUBLIC LICENSE</h2> <h2>Version 3, 29 June 2007</h2> -<p>Copyright © 2007 Free Software Foundation, Inc. <<a href="https://fsf.org/">https://fsf.org/</a>></p> -<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</p> +<p>Copyright © 2007 Free Software Foundation, Inc. <<a href="https://fsf.org/"> + https://fsf.org/</a>> +</p> +<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but + changing it is not allowed. +</p> <h3>Preamble</h3> -<p>The GNU General Public License is a free, copyleft license for software and other kinds of works.</p> -<p>The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.</p> -<p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.</p> -<p>To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.</p> -<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</p> -<p>Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.</p> -<p>For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.</p> -<p>Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.</p> -<p>Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.</p> +<p>The GNU General Public License is a free, copyleft license for software and other kinds of + works. +</p> +<p>The licenses for most software and other practical works are designed to take away your freedom + to share and change the works. By contrast, the GNU General Public License is intended to + guarantee your freedom to share and change all versions of a program--to make sure it remains + free software for all its users. We, the Free Software Foundation, use the GNU General Public + License for most of our software; it applies also to any other work released this way by its + authors. You can apply it to your programs, too. +</p> +<p>When we speak of free software, we are referring to freedom, not price. Our General Public + Licenses are designed to make sure that you have the freedom to distribute copies of free + software (and charge for them if you wish), that you receive source code or can get it if you + want it, that you can change the software or use pieces of it in new free programs, and that you + know you can do these things. +</p> +<p>To protect your rights, we need to prevent others from denying you these rights or asking you to + surrender the rights. Therefore, you have certain responsibilities if you distribute copies of + the software, or if you modify it: responsibilities to respect the freedom of others. +</p> +<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must + pass on to the recipients the same freedoms that you received. You must make sure that they, + too, receive or can get the source code. And you must show them these terms so they know their + rights. +</p> +<p>Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the + software, and (2) offer you this License giving you legal permission to copy, distribute and/or + modify it. +</p> +<p>For the developers' and authors' protection, the GPL clearly explains that there is no + warranty for this free software. For both users' and authors' sake, the GPL requires + that modified versions be marked as changed, so that their problems will not be attributed + erroneously to authors of previous versions. +</p> +<p>Some devices are designed to deny users access to install or run modified versions of the + software inside them, although the manufacturer can do so. This is fundamentally incompatible + with the aim of protecting users' freedom to change the software. The systematic pattern of + such abuse occurs in the area of products for individuals to use, which is precisely where it is + most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice + for those products. If such problems arise substantially in other domains, we stand ready to + extend this provision to those domains in future versions of the GPL, as needed to protect the + freedom of users. +</p> +<p>Finally, every program is threatened constantly by software patents. States should not allow + patents to restrict development and use of software on general-purpose computers, but in those + that do, we wish to avoid the special danger that patents applied to a free program could make + it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to + render the program non-free. +</p> <p>The precise terms and conditions for copying, distribution and modification follow.</p> <h3>TERMS AND CONDITIONS</h3> <h4>0. Definitions.</h4> <p>“This License” refers to version 3 of the GNU General Public License.</p> -<p>“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.</p> -<p>“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.</p> -<p>To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.</p> +<p>“Copyright” also means copyright-like laws that apply to other kinds of works, such as + semiconductor masks. +</p> +<p>“The Program” refers to any copyrightable work licensed under this License. Each licensee is + addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. +</p> +<p>To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring + copyright permission, other than the making of an exact copy. The resulting work is called a + “modified version” of the earlier work or a work “based on” the earlier work. +</p> <p>A “covered work” means either the unmodified Program or a work based on the Program.</p> -<p>To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.</p> -<p>To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.</p> -<p>An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.</p> +<p>To “propagate” a work means to do anything with it that, without permission, would make you + directly or secondarily liable for infringement under applicable copyright law, except executing + it on a computer or modifying a private copy. Propagation includes copying, distribution (with + or without modification), making available to the public, and in some countries other activities + as well. +</p> +<p>To “convey” a work means any kind of propagation that enables other parties to make or receive + copies. Mere interaction with a user through a computer network, with no transfer of a copy, is + not conveying. +</p> +<p>An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes + a convenient and prominently visible feature that (1) displays an appropriate copyright notice, + and (2) tells the user that there is no warranty for the work (except to the extent that + warranties are provided), that licensees may convey the work under this License, and how to view + a copy of this License. If the interface presents a list of user commands or options, such as a + menu, a prominent item in the list meets this criterion. +</p> <h4>1. Source Code.</h4> -<p>The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.</p> -<p>A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.</p> -<p>The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.</p> -<p>The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.</p> -<p>The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.</p> +<p>The “source code” for a work means the preferred form of the work for making modifications to it. + “Object code” means any non-source form of a work. +</p> +<p>A “Standard Interface” means an interface that either is an official standard defined by a + recognized standards body, or, in the case of interfaces specified for a particular programming + language, one that is widely used among developers working in that language. +</p> +<p>The “System Libraries” of an executable work include anything, other than the work as a whole, + that (a) is included in the normal form of packaging a Major Component, but which is not part of + that Major Component, and (b) serves only to enable use of the work with that Major Component, + or to implement a Standard Interface for which an implementation is available to the public in + source code form. A “Major Component”, in this context, means a major essential component + (kernel, window system, and so on) of the specific operating system (if any) on which the + executable work runs, or a compiler used to produce the work, or an object code interpreter used + to run it. +</p> +<p>The “Corresponding Source” for a work in object code form means all the source code needed to + generate, install, and (for an executable work) run the object code and to modify the work, + including scripts to control those activities. However, it does not include the work's + System Libraries, or general-purpose tools or generally available free programs which are used + unmodified in performing those activities but which are not part of the work. For example, + Corresponding Source includes interface definition files associated with source files for the + work, and the source code for shared libraries and dynamically linked subprograms that the work + is specifically designed to require, such as by intimate data communication or control flow + between those subprograms and other parts of the work. +</p> +<p>The Corresponding Source need not include anything that users can regenerate automatically from + other parts of the Corresponding Source. +</p> <p>The Corresponding Source for a work in source code form is that same work.</p> <h4>2. Basic Permissions.</h4> -<p>All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.</p> -<p>You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.</p> -<p>Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.</p> +<p>All rights granted under this License are granted for the term of copyright on the Program, and + are irrevocable provided the stated conditions are met. This License explicitly affirms your + unlimited permission to run the unmodified Program. The output from running a covered work is + covered by this License only if the output, given its content, constitutes a covered work. This + License acknowledges your rights of fair use or other equivalent, as provided by copyright law. +</p> +<p>You may make, run and propagate covered works that you do not convey, without conditions so long + as your license otherwise remains in force. You may convey covered works to others for the sole + purpose of having them make modifications exclusively for you, or provide you with facilities + for running those works, provided that you comply with the terms of this License in conveying + all material for which you do not control copyright. Those thus making or running the covered + works for you must do so exclusively on your behalf, under your direction and control, on terms + that prohibit them from making any copies of your copyrighted material outside their + relationship with you. +</p> +<p>Conveying under any other circumstances is permitted solely under the conditions stated below. + Sublicensing is not allowed; section 10 makes it unnecessary. +</p> <h4>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4> -<p>No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.</p> -<p>When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.</p> +<p>No covered work shall be deemed part of an effective technological measure under any applicable + law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December + 1996, or similar laws prohibiting or restricting circumvention of such measures. +</p> +<p>When you convey a covered work, you waive any legal power to forbid circumvention of + technological measures to the extent such circumvention is effected by exercising rights under + this License with respect to the covered work, and you disclaim any intention to limit operation + or modification of the work as a means of enforcing, against the work's users, your or + third parties' legal rights to forbid circumvention of technological measures. +</p> <h4>4. Conveying Verbatim Copies.</h4> -<p>You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.</p> -<p>You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.</p> +<p>You may convey verbatim copies of the Program's source code as you receive it, in any + medium, provided that you conspicuously and appropriately publish on each copy an appropriate + copyright notice; keep intact all notices stating that this License and any non-permissive terms + added in accord with section 7 apply to the code; keep intact all notices of the absence of any + warranty; and give all recipients a copy of this License along with the Program. +</p> +<p>You may charge any price or no price for each copy that you convey, and you may offer support or + warranty protection for a fee. +</p> <h4>5. Conveying Modified Source Versions.</h4> -<p>You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:</p> -<p>a) The work must carry prominent notices stating that you modified it, and giving a relevant date.</p> -<p>b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.</p> -<p>c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.</p> -<p>d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.</p> -<p>A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.</p> +<p>You may convey a work based on the Program, or the modifications to produce it from the Program, + in the form of source code under the terms of section 4, provided that you also meet all of + these conditions: +</p> +<p>a) The work must carry prominent notices stating that you modified it, and giving a relevant + date. +</p> +<p>b) The work must carry prominent notices stating that it is released under this License and any + conditions added under section 7. This requirement modifies the requirement in section 4 to + “keep intact all notices”. +</p> +<p>c) You must license the entire work, as a whole, under this License to anyone who comes into + possession of a copy. This License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, regardless of how they are + packaged. This License gives no permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. +</p> +<p>d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; + however, if the Program has interactive interfaces that do not display Appropriate Legal + Notices, your work need not make them do so. +</p> +<p>A compilation of a covered work with other separate and independent works, which are not by their + nature extensions of the covered work, and which are not combined with it such as to form a + larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” + if the compilation and its resulting copyright are not used to limit the access or legal rights + of the compilation's users beyond what the individual works permit. Inclusion of a covered + work in an aggregate does not cause this License to apply to the other parts of the aggregate. +</p> <h4>6. Conveying Non-Source Forms.</h4> -<p>You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:</p> -<p>a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.</p> -<p>b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.</p> -<p>c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.</p> -<p>d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.</p> -<p>e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.</p> -<p>A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.</p> -<p>A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.</p> -<p>“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.</p> -<p>If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).</p> -<p>The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.</p> -<p>Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.</p> +<p>You may convey a covered work in object code form under the terms of sections 4 and 5, provided + that you also convey the machine-readable Corresponding Source under the terms of this License, + in one of these ways: +</p> +<p>a) Convey the object code in, or embodied in, a physical product (including a physical + distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium + customarily used for software interchange. +</p> +<p>b) Convey the object code in, or embodied in, a physical product (including a physical + distribution medium), accompanied by a written offer, valid for at least three years and valid + for as long as you offer spare parts or customer support for that product model, to give anyone + who possesses the object code either (1) a copy of the Corresponding Source for all the software + in the product that is covered by this License, on a durable physical medium customarily used + for software interchange, for a price no more than your reasonable cost of physically performing + this conveying of source, or (2) access to copy the Corresponding Source from a network server + at no charge. +</p> +<p>c) Convey individual copies of the object code with a copy of the written offer to provide the + Corresponding Source. This alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord with subsection 6b. +</p> +<p>d) Convey the object code by offering access from a designated place (gratis or for a charge), + and offer equivalent access to the Corresponding Source in the same way through the same place + at no further charge. You need not require recipients to copy the Corresponding Source along + with the object code. If the place to copy the object code is a network server, the + Corresponding Source may be on a different server (operated by you or a third party) that + supports equivalent copying facilities, provided you maintain clear directions next to the + object code saying where to find the Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is available for as long as needed + to satisfy these requirements. +</p> +<p>e) Convey the object code using peer-to-peer transmission, provided you inform other peers where + the object code and Corresponding Source of the work are being offered to the general public at + no charge under subsection 6d. +</p> +<p>A separable portion of the object code, whose source code is excluded from the Corresponding + Source as a System Library, need not be included in conveying the object code work. +</p> +<p>A “User Product” is either (1) a “consumer product”, which means any tangible personal property + which is normally used for personal, family, or household purposes, or (2) anything designed or + sold for incorporation into a dwelling. In determining whether a product is a consumer product, + doubtful cases shall be resolved in favor of coverage. For a particular product received by a + particular user, “normally used” refers to a typical or common use of that class of product, + regardless of the status of the particular user or of the way in which the particular user + actually uses, or expects or is expected to use, the product. A product is a consumer product + regardless of whether the product has substantial commercial, industrial or non-consumer uses, + unless such uses represent the only significant mode of use of the product. +</p> +<p>“Installation Information” for a User Product means any methods, procedures, authorization keys, + or other information required to install and execute modified versions of a covered work in that + User Product from a modified version of its Corresponding Source. The information must suffice + to ensure that the continued functioning of the modified object code is in no case prevented or + interfered with solely because modification has been made. +</p> +<p>If you convey an object code work under this section in, or with, or specifically for use in, a + User Product, and the conveying occurs as part of a transaction in which the right of possession + and use of the User Product is transferred to the recipient in perpetuity or for a fixed term + (regardless of how the transaction is characterized), the Corresponding Source conveyed under + this section must be accompanied by the Installation Information. But this requirement does not + apply if neither you nor any third party retains the ability to install modified object code on + the User Product (for example, the work has been installed in ROM). +</p> +<p>The requirement to provide Installation Information does not include a requirement to continue to + provide support service, warranty, or updates for a work that has been modified or installed by + the recipient, or for the User Product in which it has been modified or installed. Access to a + network may be denied when the modification itself materially and adversely affects the + operation of the network or violates the rules and protocols for communication across the + network. +</p> +<p>Corresponding Source conveyed, and Installation Information provided, in accord with this section + must be in a format that is publicly documented (and with an implementation available to the + public in source code form), and must require no special password or key for unpacking, reading + or copying. +</p> <h4>7. Additional Terms.</h4> -<p>“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.</p> -<p>When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.</p> -<p>Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:</p> -<p>a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or</p> -<p>b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or</p> -<p>c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or</p> -<p>d) Limiting the use for publicity purposes of names of licensors or authors of the material; or</p> -<p>e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or</p> -<p>f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.</p> -<p>All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.</p> -<p>If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.</p> -<p>Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.</p> +<p>“Additional permissions” are terms that supplement the terms of this License by making exceptions + from one or more of its conditions. Additional permissions that are applicable to the entire + Program shall be treated as though they were included in this License, to the extent that they + are valid under applicable law. If additional permissions apply only to part of the Program, + that part may be used separately under those permissions, but the entire Program remains + governed by this License without regard to the additional permissions. +</p> +<p>When you convey a copy of a covered work, you may at your option remove any additional + permissions from that copy, or from any part of it. (Additional permissions may be written to + require their own removal in certain cases when you modify the work.) You may place additional + permissions on material, added by you to a covered work, for which you have or can give + appropriate copyright permission. +</p> +<p>Notwithstanding any other provision of this License, for material you add to a covered work, you + may (if authorized by the copyright holders of that material) supplement the terms of this + License with terms: +</p> +<p>a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of + this License; or +</p> +<p>b) Requiring preservation of specified reasonable legal notices or author attributions in that + material or in the Appropriate Legal Notices displayed by works containing it; or +</p> +<p>c) Prohibiting misrepresentation of the origin of that material, or requiring that modified + versions of such material be marked in reasonable ways as different from the original version; + or +</p> +<p>d) Limiting the use for publicity purposes of names of licensors or authors of the material; or +</p> +<p>e) Declining to grant rights under trademark law for use of some trade names, trademarks, or + service marks; or +</p> +<p>f) Requiring indemnification of licensors and authors of that material by anyone who conveys the + material (or modified versions of it) with contractual assumptions of liability to the + recipient, for any liability that these contractual assumptions directly impose on those + licensors and authors. +</p> +<p>All other non-permissive additional terms are considered “further restrictions” within the + meaning of section 10. If the Program as you received it, or any part of it, contains a notice + stating that it is governed by this License along with a term that is a further restriction, you + may remove that term. If a license document contains a further restriction but permits + relicensing or conveying under this License, you may add to a covered work material governed by + the terms of that license document, provided that the further restriction does not survive such + relicensing or conveying. +</p> +<p>If you add terms to a covered work in accord with this section, you must place, in the relevant + source files, a statement of the additional terms that apply to those files, or a notice + indicating where to find the applicable terms. +</p> +<p>Additional terms, permissive or non-permissive, may be stated in the form of a separately written + license, or stated as exceptions; the above requirements apply either way. +</p> <h4>8. Termination.</h4> -<p>You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).</p> -<p>However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.</p> -<p>Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.</p> -<p>Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.</p> +<p>You may not propagate or modify a covered work except as expressly provided under this License. + Any attempt otherwise to propagate or modify it is void, and will automatically terminate your + rights under this License (including any patent licenses granted under the third paragraph of + section 11). +</p> +<p>However, if you cease all violation of this License, then your license from a particular + copyright holder is reinstated (a) provisionally, unless and until the copyright holder + explicitly and finally terminates your license, and (b) permanently, if the copyright holder + fails to notify you of the violation by some reasonable means prior to 60 days after the + cessation. +</p> +<p>Moreover, your license from a particular copyright holder is reinstated permanently if the + copyright holder notifies you of the violation by some reasonable means, this is the first time + you have received notice of violation of this License (for any work) from that copyright holder, + and you cure the violation prior to 30 days after your receipt of the notice. +</p> +<p>Termination of your rights under this section does not terminate the licenses of parties who have + received copies or rights from you under this License. If your rights have been terminated and + not permanently reinstated, you do not qualify to receive new licenses for the same material + under section 10. +</p> <h4>9. Acceptance Not Required for Having Copies.</h4> -<p>You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.</p> +<p>You are not required to accept this License in order to receive or run a copy of the Program. + Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer + transmission to receive a copy likewise does not require acceptance. However, nothing other than + this License grants you permission to propagate or modify any covered work. These actions + infringe copyright if you do not accept this License. Therefore, by modifying or propagating a + covered work, you indicate your acceptance of this License to do so. +</p> <h4>10. Automatic Licensing of Downstream Recipients.</h4> -<p>Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.</p> -<p>An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.</p> -<p>You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.</p> +<p>Each time you convey a covered work, the recipient automatically receives a license from the + original licensors, to run, modify and propagate that work, subject to this License. You are not + responsible for enforcing compliance by third parties with this License. +</p> +<p>An “entity transaction” is a transaction transferring control of an organization, or + substantially all assets of one, or subdividing an organization, or merging organizations. If + propagation of a covered work results from an entity transaction, each party to that transaction + who receives a copy of the work also receives whatever licenses to the work the party's + predecessor in interest had or could give under the previous paragraph, plus a right to + possession of the Corresponding Source of the work from the predecessor in interest, if the + predecessor has it or can get it with reasonable efforts. +</p> +<p>You may not impose any further restrictions on the exercise of the rights granted or affirmed + under this License. For example, you may not impose a license fee, royalty, or other charge for + exercise of rights granted under this License, and you may not initiate litigation (including a + cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, + using, selling, offering for sale, or importing the Program or any portion of it. +</p> <h4>11. Patents.</h4> -<p>A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.</p> -<p>A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.</p> -<p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.</p> -<p>In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.</p> -<p>If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.</p> -<p>If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.</p> -<p>A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.</p> -<p>Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.</p> +<p>A “contributor” is a copyright holder who authorizes use under this License of the Program or a + work on which the Program is based. The work thus licensed is called the contributor's + “contributor version”. +</p> +<p>A contributor's “essential patent claims” are all patent claims owned or controlled by the + contributor, whether already acquired or hereafter acquired, that would be infringed by some + manner, permitted by this License, of making, using, or selling its contributor version, but do + not include claims that would be infringed only as a consequence of further modification of the + contributor version. For purposes of this definition, “control” includes the right to grant + patent sublicenses in a manner consistent with the requirements of this License. +</p> +<p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the + contributor's essential patent claims, to make, use, sell, offer for sale, import and + otherwise run, modify and propagate the contents of its contributor version. +</p> +<p>In the following three paragraphs, a “patent license” is any express agreement or commitment, + however denominated, not to enforce a patent (such as an express permission to practice a patent + or covenant not to sue for patent infringement). To “grant” such a patent license to a party + means to make such an agreement or commitment not to enforce a patent against the party. +</p> +<p>If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source + of the work is not available for anyone to copy, free of charge and under the terms of this + License, through a publicly available network server or other readily accessible means, then you + must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive + yourself of the benefit of the patent license for this particular work, or (3) arrange, in a + manner consistent with the requirements of this License, to extend the patent license to + downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the + patent license, your conveying the covered work in a country, or your recipient's use of + the covered work in a country, would infringe one or more identifiable patents in that country + that you have reason to believe are valid. +</p> +<p>If, pursuant to or in connection with a single transaction or arrangement, you convey, or + propagate by procuring conveyance of, a covered work, and grant a patent license to some of the + parties receiving the covered work authorizing them to use, propagate, modify or convey a + specific copy of the covered work, then the patent license you grant is automatically extended + to all recipients of the covered work and works based on it. +</p> +<p>A patent license is “discriminatory” if it does not include within the scope of its coverage, + prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights + that are specifically granted under this License. You may not convey a covered work if you are a + party to an arrangement with a third party that is in the business of distributing software, + under which you make payment to the third party based on the extent of your activity of + conveying the work, and under which the third party grants, to any of the parties who would + receive the covered work from you, a discriminatory patent license (a) in connection with copies + of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and + in connection with specific products or compilations that contain the covered work, unless you + entered into that arrangement, or that patent license was granted, prior to 28 March 2007. +</p> +<p>Nothing in this License shall be construed as excluding or limiting any implied license or other + defenses to infringement that may otherwise be available to you under applicable patent law. +</p> <h4>12. No Surrender of Others' Freedom.</h4> -<p>If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.</p> +<p>If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict + the conditions of this License, they do not excuse you from the conditions of this License. If + you cannot convey a covered work so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may not convey it at all. + For example, if you agree to terms that obligate you to collect a royalty for further conveying + from those to whom you convey the Program, the only way you could satisfy both those terms and + this License would be to refrain entirely from conveying the Program. +</p> <h4>13. Use with the GNU Affero General Public License.</h4> -<p>Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.</p> +<p>Notwithstanding any other provision of this License, you have permission to link or combine any + covered work with a work licensed under version 3 of the GNU Affero General Public License into + a single combined work, and to convey the resulting work. The terms of this License will + continue to apply to the part which is the covered work, but the special requirements of the GNU + Affero General Public License, section 13, concerning interaction through a network will apply + to the combination as such. +</p> <h4>14. Revised Versions of this License.</h4> -<p>The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</p> -<p>Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.</p> -<p>If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.</p> -<p>Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.</p> +<p>The Free Software Foundation may publish revised and/or new versions of the GNU General Public + License from time to time. Such new versions will be similar in spirit to the present version, + but may differ in detail to address new problems or concerns. +</p> +<p>Each version is given a distinguishing version number. If the Program specifies that a certain + numbered version of the GNU General Public License “or any later version” applies to it, you + have the option of following the terms and conditions either of that numbered version or of any + later version published by the Free Software Foundation. If the Program does not specify a + version number of the GNU General Public License, you may choose any version ever published by + the Free Software Foundation. +</p> +<p>If the Program specifies that a proxy can decide which future versions of the GNU General Public + License can be used, that proxy's public statement of acceptance of a version permanently + authorizes you to choose that version for the Program. +</p> +<p>Later license versions may give you additional or different permissions. However, no additional + obligations are imposed on any author or copyright holder as a result of your choosing to follow + a later version. +</p> <h4>15. Disclaimer of Warranty.</h4> -<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> +<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN + OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS + IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK + AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE + DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. +</p> <h4>16. Limitation of Liability.</h4> -<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> +<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, + OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU + FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF + THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING + RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO + OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. +</p> <h4>17. Interpretation of Sections 15 and 16.</h4> -<p>If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.</p> +<p>If the disclaimer of warranty and limitation of liability provided above cannot be given local + legal effect according to their terms, reviewing courts shall apply local law that most closely + approximates an absolute waiver of all civil liability in connection with the Program, unless a + warranty or assumption of liability accompanies a copy of the Program in return for a fee. +</p> diff --git a/app/src/main/res/raw/license_gruvbox.html b/app/src/main/res/raw/license_gruvbox.html index a45fc6ec23b83125fdb1c9cc1fe02e71b5fbbedc..6d966b42a83aac5ef5dc28f7bc54b6cec1c315f4 100644 --- a/app/src/main/res/raw/license_gruvbox.html +++ b/app/src/main/res/raw/license_gruvbox.html @@ -1,4 +1,35 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The MIT License (MIT)</h2> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_materialdesignicons.html b/app/src/main/res/raw/license_materialdesignicons.html index 80060eb6080bd86edd3cc511805133f9260b3b71..c4b94d1c0769a77c7f82e2407e7e6a541c2b778c 100644 --- a/app/src/main/res/raw/license_materialdesignicons.html +++ b/app/src/main/res/raw/license_materialdesignicons.html @@ -1,28 +1,100 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <p>Copyright (c) 2014, Austin Andrews (<a href="http://materialdesignicons.com/"> http://materialdesignicons.com/</a>), with Reserved Font Name Material Design Icons. </p> -<p>Copyright (c) 2014, Google (<a href="http://www.google.com/design/">http://www.google.com/design/</a>) uses the license at <a href="https://github.com/google/material-design-icons/blob/master/LICENSE">https://github.com/google/material-design-icons/blob/master/LICENSE</a></p> +<p>Copyright (c) 2014, Google (<a href="http://www.google.com/design/"> + http://www.google.com/design/</a>) uses the license at + <a href="https://github.com/google/material-design-icons/blob/master/LICENSE"> + https://github.com/google/material-design-icons/blob/master/LICENSE + </a> +</p> <p>This Font Software is licensed under the SIL Open Font License, Version 1.1.</p> -<p>This license is copied below, and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> -<h2>SIL OPEN FONT LICENSE </h2> +<p>This license is copied below, and is also available with a FAQ at: + <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a> +</p> +<h2>SIL OPEN FONT LICENSE</h2> <p>Version 1.1 - 26 February 2007</p> <h3>PREAMBLE</h3> -<p>The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.</p> -<p>The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.</p> +<p>The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative + font projects, to support the font creation efforts of academic and linguistic communities, and + to provide a free and open framework in which fonts may be shared and improved in partnership + with others. +</p> +<p>The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long + as they are not sold by themselves. The fonts, including any derivative works, can be bundled, + embedded, redistributed and/or sold with any software provided that any reserved names are not + used by derivative works. The fonts and derivatives, however, cannot be released under any other + type of license. The requirement for fonts to remain under this license does not apply to any + document created using the fonts or their derivatives. +</p> <h3>DEFINITIONS</h3> -<p>"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.</p> +<p>"Font Software" refers to the set of files released by the Copyright Holder(s) under this license + and clearly marked as such. This may include source files, build scripts and documentation. +</p> <p>"Reserved Font Name" refers to any names specified as such after the copyright statement(s).</p> -<p>"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).</p> -<p>"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.</p> -<p>"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.</p> +<p>"Original Version" refers to the collection of Font Software components as distributed by the + Copyright Holder(s). +</p> +<p>"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in + part or in whole — any of the components of the Original Version, by changing formats or by + porting the Font Software to a new environment. +</p> +<p>"Author" refers to any designer, engineer, programmer, technical writer or other person who + contributed to the Font Software. +</p> <h3>PERMISSION & CONDITIONS</h3> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:</p> -<p>1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.</p> -<p>2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.</p> -<p>3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.</p> -<p>4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. </p> -<p>5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of the Font + Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and + unmodified copies of the Font Software, subject to the following conditions: +</p> +<p>1) Neither the Font Software nor any of its individual components, in Original or Modified + Versions, may be sold by itself. +</p> +<p>2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold + with any software, provided that each copy contains the above copyright notice and this license. + These can be included either as stand-alone text files, human-readable headers or in the + appropriate machine-readable metadata fields within text or binary files as long as those fields + can be easily viewed by the user. +</p> +<p>3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit + written permission is granted by the corresponding Copyright Holder. This restriction only + applies to the primary font name as presented to the users. +</p> +<p>4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used + to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) + of the Copyright Holder(s) and the Author(s) or with their explicit written permission. +</p> +<p>5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely + under this license, and must not be distributed under any other license. The requirement for + fonts to remain under this license does not apply to any document created using the Font + Software. +</p> <h3>TERMINATION</h3> <p>This license becomes null and void if any of the above conditions are not met.</p> <h3>DISCLAIMER</h3> -<p>THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.</p> +<p>THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE + AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, + SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT + OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_materialdialogs.html b/app/src/main/res/raw/license_materialdialogs.html index d5ac4c91e89c4ad1344b41161d764a12b5724061..6bdceb170708ef041fe6ea0fab05fc7b5f0f7bd1 100644 --- a/app/src/main/res/raw/license_materialdialogs.html +++ b/app/src/main/res/raw/license_materialdialogs.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2014-2016 Aidan Michael Follestad</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_solarized.html b/app/src/main/res/raw/license_solarized.html index 8af1a12935cce2cbbc589902b59ba999115bc05d..6d0546019ee9d6c661838664866bc3e2f47790be 100644 --- a/app/src/main/res/raw/license_solarized.html +++ b/app/src/main/res/raw/license_solarized.html @@ -1,5 +1,36 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The MIT License (MIT)</h2> <p>Copyright (c) 2011 Ethan Schoonover</p> -<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> -<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> +<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +</p> +<p>The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. +</p> +<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> diff --git a/app/src/main/res/raw/license_threetenbp.html b/app/src/main/res/raw/license_threetenbp.html index 1dc029c55c10397c17a004f0c98da263fa0b8567..ed16a46b6584f5571b1cd8da8b9bb4ba6f9e09e9 100644 --- a/app/src/main/res/raw/license_threetenbp.html +++ b/app/src/main/res/raw/license_threetenbp.html @@ -1,8 +1,45 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <h2>The 3-Clause BSD License</h2> <p>Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos</p> <p>All rights reserved.</p> -<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p> -<p>1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</p> -<p>2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</p> -<p>3. Neither the name of JSR-310 nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</p> -<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> +<p>Redistribution and use in source and binary forms, with or without modification, are permitted + provided that the following conditions are met: +</p> +<p>1. Redistributions of source code must retain the above copyright notice, this list of conditions + and the following disclaimer. +</p> +<p>2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials provided + with the distribution. +</p> +<p>3. Neither the name of JSR-310 nor the names of its contributors may be used to endorse or + promote products derived from this software without specific prior written permission. +</p> +<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +</p> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index f46cc0b6e1fec4e7b7fc967b2d35cca298e60bb6..9ea74db709787a20fbe743a01e11c0083b252298 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-de/strings_contributors.xml b/app/src/main/res/values-de/strings_contributors.xml index 6c513d88df378e9ca8242e7279cb2d72a6b2fb9f..cf114fd3d866889ccd800db2972a26ffa1544340 100644 --- a/app/src/main/res/values-de/strings_contributors.xml +++ b/app/src/main/res/values-de/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_defaults.xml b/app/src/main/res/values-de/strings_defaults.xml index 98a55db167c9231af84c49f7206a93b31d48f553..aee217860f7809599e2d73fb0d7c6a79863c806a 100644 --- a/app/src/main/res/values-de/strings_defaults.xml +++ b/app/src/main/res/values-de/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_error.xml b/app/src/main/res/values-de/strings_error.xml index 152a8daaddb2dd8bbec8a0a5693a36ce3f4818a6..22fdb4537f00061b27f2940c72c55830b70c3150 100644 --- a/app/src/main/res/values-de/strings_error.xml +++ b/app/src/main/res/values-de/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_format.xml b/app/src/main/res/values-de/strings_format.xml index af69ade635e3d56d5434180a497dde706114a501..87a74da2ce4d1a1ecaee058385d62da724d5bacc 100644 --- a/app/src/main/res/values-de/strings_format.xml +++ b/app/src/main/res/values-de/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_info.xml b/app/src/main/res/values-de/strings_info.xml index a4b9fd9d6187ab42510b097110d4c0a201f1220b..03cf886c94b3f7588f4e6c3681f668879f0e993d 100644 --- a/app/src/main/res/values-de/strings_info.xml +++ b/app/src/main/res/values-de/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_messages.xml b/app/src/main/res/values-de/strings_messages.xml index 44d070cc100eab8b8be31794c6e57150d49445aa..47389db154d3ef93079d86940431f1f3ae5c3197 100644 --- a/app/src/main/res/values-de/strings_messages.xml +++ b/app/src/main/res/values-de/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_preferences.xml b/app/src/main/res/values-de/strings_preferences.xml index ae6f7daed1fb016e86ed7003066da4b6dfefba6c..6d7bc79bea2e1293f933710ddc8b75aea76e7285 100644 --- a/app/src/main/res/values-de/strings_preferences.xml +++ b/app/src/main/res/values-de/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_settings.xml b/app/src/main/res/values-de/strings_settings.xml index 9942f45720ccbde765a14fecf2ee5be65a970705..8292d3ea4eaccec94e567bf8535340c20366f418 100644 --- a/app/src/main/res/values-de/strings_settings.xml +++ b/app/src/main/res/values-de/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_setup.xml b/app/src/main/res/values-de/strings_setup.xml index 8cfba0bdfcf8b1b247fae7766c070b29d5e3dd1e..7731c77ea09026b297303416cfed8e57c4f09e87 100644 --- a/app/src/main/res/values-de/strings_setup.xml +++ b/app/src/main/res/values-de/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-de/strings_status.xml b/app/src/main/res/values-de/strings_status.xml index 315949056023de629afaf79e64eaaad879401f32..e304e1ca3ffd9bde266049103723eed5faa4a9a7 100644 --- a/app/src/main/res/values-de/strings_status.xml +++ b/app/src/main/res/values-de/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml index 05ae4cb3469b877e17c38fba7734dc986a489d01..37c79e105de6e59aa1d440f95f02d76ac06ef607 100644 --- a/app/src/main/res/values-fr-rCA/strings.xml +++ b/app/src/main/res/values-fr-rCA/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-fr-rCA/strings_contributors.xml b/app/src/main/res/values-fr-rCA/strings_contributors.xml index 67dd52a0815b44c2913b00fa9ac58023dd07e141..b8347011aac1c6a42231f3f1fd823ca41fb36b21 100644 --- a/app/src/main/res/values-fr-rCA/strings_contributors.xml +++ b/app/src/main/res/values-fr-rCA/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_defaults.xml b/app/src/main/res/values-fr-rCA/strings_defaults.xml index 016cf3e4d70349b91a408e62cd96ddfb7b4a49f0..c6936c169dbd20b854e7cd7bbaaec5cc38dfbdef 100644 --- a/app/src/main/res/values-fr-rCA/strings_defaults.xml +++ b/app/src/main/res/values-fr-rCA/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_error.xml b/app/src/main/res/values-fr-rCA/strings_error.xml index 7469900398837cca82fd26aa9fcb114c3a4d3f9a..6bbc41d2fd831bd0a1b6f83a3fc5a4ccb5bd74ff 100644 --- a/app/src/main/res/values-fr-rCA/strings_error.xml +++ b/app/src/main/res/values-fr-rCA/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_format.xml b/app/src/main/res/values-fr-rCA/strings_format.xml index 47c2f4e37cb05a448151d5456cb4eed710fffbe9..f1a05d5793dbc3548ae1ac8b6fe7ac2411b52ed8 100644 --- a/app/src/main/res/values-fr-rCA/strings_format.xml +++ b/app/src/main/res/values-fr-rCA/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_info.xml b/app/src/main/res/values-fr-rCA/strings_info.xml index cd968c8fa75da34decf7fa608c6e379010f247cb..eaeddc84add730e9001ce6e71c3c07f6b0ec56ef 100644 --- a/app/src/main/res/values-fr-rCA/strings_info.xml +++ b/app/src/main/res/values-fr-rCA/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_messages.xml b/app/src/main/res/values-fr-rCA/strings_messages.xml index f628edc1b7c1566b2f77cc36b54cb93ec2585802..f4f51d26cd4ed47c5f54d3607ee4b8b404fa0e09 100644 --- a/app/src/main/res/values-fr-rCA/strings_messages.xml +++ b/app/src/main/res/values-fr-rCA/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_preferences.xml b/app/src/main/res/values-fr-rCA/strings_preferences.xml index 20f533bf0e1a84c1dbba03aed6d5d7484f4a66fa..a25641e8bc2d6adc69ac2693f1c20ad7b5fd39c7 100644 --- a/app/src/main/res/values-fr-rCA/strings_preferences.xml +++ b/app/src/main/res/values-fr-rCA/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_settings.xml b/app/src/main/res/values-fr-rCA/strings_settings.xml index 96f59fd0ab9515c645b71eeb8decb3be8bee447a..a0fb908ab7dffc9e636b5e8b208279a88d741751 100644 --- a/app/src/main/res/values-fr-rCA/strings_settings.xml +++ b/app/src/main/res/values-fr-rCA/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_setup.xml b/app/src/main/res/values-fr-rCA/strings_setup.xml index 974f5f70c9d2a9a7df5a3616cbb2c5ad9a7285ba..2b77b3f5732b4525adc3f2769b601e8b295a0f51 100644 --- a/app/src/main/res/values-fr-rCA/strings_setup.xml +++ b/app/src/main/res/values-fr-rCA/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-fr-rCA/strings_status.xml b/app/src/main/res/values-fr-rCA/strings_status.xml index ac4726757c6eac2561da9b81f9257fca20596d50..9b6bb42fe0e060a82a352424a90d9588c3b8cf99 100644 --- a/app/src/main/res/values-fr-rCA/strings_status.xml +++ b/app/src/main/res/values-fr-rCA/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-large/dimens.xml b/app/src/main/res/values-large/dimens.xml index 619f16d86bbc0a36035f212fdaa9a17c0b27b7c5..8271cba7b24729d008d880175e78f3f506dc3ecd 100644 --- a/app/src/main/res/values-large/dimens.xml +++ b/app/src/main/res/values-large/dimens.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 25876b1a9880e248e6e172998416397081f378bd..010f585c2e9b0f4e13dcd32f593ad91e6bdf1ebc 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-lt/strings_contributors.xml b/app/src/main/res/values-lt/strings_contributors.xml index 266ea3911d7312f8a48d0e22f098fd77145fa9ab..91ebd521bcf5bf5c879e6f65a5d06682ac03c14e 100644 --- a/app/src/main/res/values-lt/strings_contributors.xml +++ b/app/src/main/res/values-lt/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_defaults.xml b/app/src/main/res/values-lt/strings_defaults.xml index c835e5f5f0b971babe14f1ec46a066299c88e876..bb2d60aecd38ce372508631cad0d3a86ab4b18bb 100644 --- a/app/src/main/res/values-lt/strings_defaults.xml +++ b/app/src/main/res/values-lt/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_error.xml b/app/src/main/res/values-lt/strings_error.xml index dab1e0ed725786438e06501768d4fa03125944b0..8b7d04502dd311a4212f92bfb00eff0c741b6c85 100644 --- a/app/src/main/res/values-lt/strings_error.xml +++ b/app/src/main/res/values-lt/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_format.xml b/app/src/main/res/values-lt/strings_format.xml index 2054b386114ffd39db33fdf1f71272f2bc682b52..6e7e4c53b5c579db6a0bd2f1887c5753121c4d73 100644 --- a/app/src/main/res/values-lt/strings_format.xml +++ b/app/src/main/res/values-lt/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_info.xml b/app/src/main/res/values-lt/strings_info.xml index ea440571cb425f6a38b4f6610ee2b77ab7064a9e..8a75bff42eced296f3e9c23584a43635ef36daf2 100644 --- a/app/src/main/res/values-lt/strings_info.xml +++ b/app/src/main/res/values-lt/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_messages.xml b/app/src/main/res/values-lt/strings_messages.xml index 84f95c61e3cbd530fb70195dd92b1dc21a53c150..7c1cc129db19d675f39bebfd005840e5b131e4b7 100644 --- a/app/src/main/res/values-lt/strings_messages.xml +++ b/app/src/main/res/values-lt/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-lt/strings_preferences.xml b/app/src/main/res/values-lt/strings_preferences.xml index fbd7e3aad20e1e20a116d29a68b9da7ba64578bb..d79dcbc68a35a58de484ca5a561450e604609dbd 100644 --- a/app/src/main/res/values-lt/strings_preferences.xml +++ b/app/src/main/res/values-lt/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_settings.xml b/app/src/main/res/values-lt/strings_settings.xml index 765ee70fc8428e2317fe101d3b9b3a4b5924976f..f524888ebeaecd5c27ddd1e04ff2ca4eb96f40c8 100644 --- a/app/src/main/res/values-lt/strings_settings.xml +++ b/app/src/main/res/values-lt/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_setup.xml b/app/src/main/res/values-lt/strings_setup.xml index 550547b0fa9862135148a56810a84d3bacb681a1..0da275f61603c860f2114b473da8cae4f23554f3 100644 --- a/app/src/main/res/values-lt/strings_setup.xml +++ b/app/src/main/res/values-lt/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-lt/strings_status.xml b/app/src/main/res/values-lt/strings_status.xml index b1522ca374bb94b805cbf54a6f482d6ceab9cf02..928009c79d557827d0c1ba684e58758edbd72982 100644 --- a/app/src/main/res/values-lt/strings_status.xml +++ b/app/src/main/res/values-lt/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-night/themes_daynight.xml b/app/src/main/res/values-night/themes_daynight.xml index 49ed498ab8629a6fad9361eff4fec07b39b09fff..f96b364509dc9e4ea6f20db9694996b9e024f8bf 100644 --- a/app/src/main/res/values-night/themes_daynight.xml +++ b/app/src/main/res/values-night/themes_daynight.xml @@ -1,7 +1,29 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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> + <style name="Theme.ChatTheme.Material_DayNight" parent="Theme.ChatTheme.Material_Dark" /> + <style name="Theme.ChatTheme.Quassel_DayNight" parent="Theme.ChatTheme.Quassel_Dark" /> + <style name="Theme.ChatTheme.Solarized_DayNight" parent="Theme.ChatTheme.Solarized_Dark" /> + <style name="Theme.ChatTheme.Gruvbox_DayNight" parent="Theme.ChatTheme.Gruvbox_Dark" /> </resources> diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 43b40376ee057c0752a30550ae7e9852d03cf918..e6c7cd85560d0f12e2ec3d80378ff7af8fc84c07 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-pt/strings_contributors.xml b/app/src/main/res/values-pt/strings_contributors.xml index b8a2be2e6f8b96c45f83d5cd02ddb22b26d69c57..8e4fb59110594269a2cf8e846977ba685b643fda 100644 --- a/app/src/main/res/values-pt/strings_contributors.xml +++ b/app/src/main/res/values-pt/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_defaults.xml b/app/src/main/res/values-pt/strings_defaults.xml index 6b5f6609450830dbcf2526c68e82fb005b306358..039f37221defc2c2e80c2d971211b9eb50a844b5 100644 --- a/app/src/main/res/values-pt/strings_defaults.xml +++ b/app/src/main/res/values-pt/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_error.xml b/app/src/main/res/values-pt/strings_error.xml index 674e7183bda5ea19b06b4178e648ad1980d99d7f..b46d14928c61b9beeaa9eff855bc095f9e35bb1e 100644 --- a/app/src/main/res/values-pt/strings_error.xml +++ b/app/src/main/res/values-pt/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_format.xml b/app/src/main/res/values-pt/strings_format.xml index 92a1058f6cca629d74b58b57f358212c0aace0aa..32578f5a34d66bb6dad9eddc4416574bbe8dd0fe 100644 --- a/app/src/main/res/values-pt/strings_format.xml +++ b/app/src/main/res/values-pt/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_info.xml b/app/src/main/res/values-pt/strings_info.xml index b5ff07d87b5c66314bcf0806b16d832e2ccbd6f6..0cd82eb58562f91dc9b36e50051793fb07b176ea 100644 --- a/app/src/main/res/values-pt/strings_info.xml +++ b/app/src/main/res/values-pt/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_messages.xml b/app/src/main/res/values-pt/strings_messages.xml index 6cdd4501391fd84110e9b45441be2747e75d5231..7a371e8eff05748fc3c8c3b6e22168651c88030e 100644 --- a/app/src/main/res/values-pt/strings_messages.xml +++ b/app/src/main/res/values-pt/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_preferences.xml b/app/src/main/res/values-pt/strings_preferences.xml index 93a7ab7599ae4a5840602bb7e63d5b16f3dcaa05..bf5ed24c473bf082c24f58ee671ed0af75bbc361 100644 --- a/app/src/main/res/values-pt/strings_preferences.xml +++ b/app/src/main/res/values-pt/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_settings.xml b/app/src/main/res/values-pt/strings_settings.xml index 13c80f28380fba4aa06f042e00135ba622af78a1..436aaaab8a6a899df62579b6505871e54e498e31 100644 --- a/app/src/main/res/values-pt/strings_settings.xml +++ b/app/src/main/res/values-pt/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_setup.xml b/app/src/main/res/values-pt/strings_setup.xml index ae72f8aaee34871925c988f4d5c5ed7837720463..5c4670f0d2bd6116e86a35e2ef795c461c62eda6 100644 --- a/app/src/main/res/values-pt/strings_setup.xml +++ b/app/src/main/res/values-pt/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-pt/strings_status.xml b/app/src/main/res/values-pt/strings_status.xml index ba84e1142ad3c666253ccafd2684832b76d3df31..448e109bd12c9adad49a391581c5361f5c216595 100644 --- a/app/src/main/res/values-pt/strings_status.xml +++ b/app/src/main/res/values-pt/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 9c6e34cffe9345c83333429af3088e46ff13ad17..a15fe4e7b8a0052e943df2b97afa814824e1c568 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values-sr/strings_contributors.xml b/app/src/main/res/values-sr/strings_contributors.xml index 8532edf0d3562d3bd9cdea1e02fa0b7efdfbb33c..f30aeba5ddaf395f1bb79219bb26a50e3227ffab 100644 --- a/app/src/main/res/values-sr/strings_contributors.xml +++ b/app/src/main/res/values-sr/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_defaults.xml b/app/src/main/res/values-sr/strings_defaults.xml index 42ccef056d7e90c4611d822c035276edeb773da4..c5beb38d3f495af711a4290355b18058da5f1472 100644 --- a/app/src/main/res/values-sr/strings_defaults.xml +++ b/app/src/main/res/values-sr/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_error.xml b/app/src/main/res/values-sr/strings_error.xml index 3c87c0becb7f831188f45df504a6f77fef47f5de..5ac17749bb13a938d62189ce2e6677a710220e99 100644 --- a/app/src/main/res/values-sr/strings_error.xml +++ b/app/src/main/res/values-sr/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_format.xml b/app/src/main/res/values-sr/strings_format.xml index 4f785ddbe94d6f4d81a2d89567b9fb1772062256..4ad1d6553a539afeeead0c26b362474c59166aad 100644 --- a/app/src/main/res/values-sr/strings_format.xml +++ b/app/src/main/res/values-sr/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_info.xml b/app/src/main/res/values-sr/strings_info.xml index 76ea70b1f77e26f43e872b16514d5eb8b62d9065..0030a7fe9ffcf8fae405957051805258c4fc33b0 100644 --- a/app/src/main/res/values-sr/strings_info.xml +++ b/app/src/main/res/values-sr/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_messages.xml b/app/src/main/res/values-sr/strings_messages.xml index f0ab554307898fbf118c058c9180c4d725508dc7..ffa34326b3c3bb55f7eb3b83e898c32fd2643db5 100644 --- a/app/src/main/res/values-sr/strings_messages.xml +++ b/app/src/main/res/values-sr/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_preferences.xml b/app/src/main/res/values-sr/strings_preferences.xml index 3c3d8a0c342675ca366f6e3ac5655e2164ffedbf..80d5b9cf4b73e587938eb220948dd7f1eaabe8da 100644 --- a/app/src/main/res/values-sr/strings_preferences.xml +++ b/app/src/main/res/values-sr/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_settings.xml b/app/src/main/res/values-sr/strings_settings.xml index a3517b5b16e0dd4eea8b731a9634be8429d17dc1..5837f94cfa1c3ae6e65a738447922fa9e0f51b4c 100644 --- a/app/src/main/res/values-sr/strings_settings.xml +++ b/app/src/main/res/values-sr/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_setup.xml b/app/src/main/res/values-sr/strings_setup.xml index b75f96d16903eb39257297965aea515f544521b0..30dc0867f4b48ac531e5e93fa99b00edfed1a294 100644 --- a/app/src/main/res/values-sr/strings_setup.xml +++ b/app/src/main/res/values-sr/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sr/strings_status.xml b/app/src/main/res/values-sr/strings_status.xml index c53f23ce988118a9893f63ff91095fafc69e873e..215c9a78730852c33dfd312096e17ee44ea95637 100644 --- a/app/src/main/res/values-sr/strings_status.xml +++ b/app/src/main/res/values-sr/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw600dp/dimens.xml b/app/src/main/res/values-sw600dp/dimens.xml index 3993db5aaa3e1f20fe5e05e8615563bc25e536c5..487aef8e0079560aae2d7c8731f1e1aee7666199 100644 --- a/app/src/main/res/values-sw600dp/dimens.xml +++ b/app/src/main/res/values-sw600dp/dimens.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw600dp/themes_base.xml b/app/src/main/res/values-sw600dp/themes_base.xml index f19567c1f411ecbfee3d96153e9f1e0bf6e8e18c..7670d32d065f48e4ec6f2cd0d65e879a4f42fb8d 100644 --- a/app/src/main/res/values-sw600dp/themes_base.xml +++ b/app/src/main/res/values-sw600dp/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-sw720dp-land/bools.xml b/app/src/main/res/values-sw720dp-land/bools.xml index 6e9d2efa0577aac86139604dd1baa257ba0ec5a0..93513e3f356be358c9cb40f2d46fd31b2bf4951c 100644 --- a/app/src/main/res/values-sw720dp-land/bools.xml +++ b/app/src/main/res/values-sw720dp-land/bools.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v17/styles_widgets.xml b/app/src/main/res/values-v17/styles_widgets.xml index 879904ac42139a74ef1f8bab1b342e50989f7635..05758623d90b597ca6d22f01439a01d67105651a 100644 --- a/app/src/main/res/values-v17/styles_widgets.xml +++ b/app/src/main/res/values-v17/styles_widgets.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v21/themes_base.xml b/app/src/main/res/values-v21/themes_base.xml index 4fa80339a617ea696f152b489e75118024725440..b8a487fa6d8f7646e9bf1660f0116679617c3b0b 100644 --- a/app/src/main/res/values-v21/themes_base.xml +++ b/app/src/main/res/values-v21/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values-v28/strings_preferences.xml b/app/src/main/res/values-v28/strings_preferences.xml index dd2416877e570431c0fc7f519183fc07af636ebb..de8bc168974fc5b7aa4533eb9da69aabccdbd047 100644 --- a/app/src/main/res/values-v28/strings_preferences.xml +++ b/app/src/main/res/values-v28/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 5fbd71cddf6796c099cbe3a8fd34f1ac6b0ceecd..43ce8a211b72d2767ef4a4d00936cc2128c16240 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/bools.xml b/app/src/main/res/values/bools.xml index cc49e477a028bbb07f4d3bc0fc55642d836ea594..949a44e25fb8a797950f8acd39a2134d2abb44ad 100644 --- a/app/src/main/res/values/bools.xml +++ b/app/src/main/res/values/bools.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 40c85e7bc1659ec83dbddb94659e72cfd1fa5c72..ac4505fe6c74c132cf1b7743f0334c251773274c 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/defaults.xml b/app/src/main/res/values/defaults.xml index f6c6d6eecab474b81a4bd196068fcb62aca923f0..d87cee49915634449cafedc0e37874be6607a0c1 100644 --- a/app/src/main/res/values/defaults.xml +++ b/app/src/main/res/values/defaults.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 2966181b6a02309603673b1aa7e457b92444cab6..4b547ceca48012ae4c27b706d34f68acb7a0df91 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index 693cb0ccd610fb950ceb9b8113516a2bf3db7162..e41089e460c9bdb1249cadf30a15bb23206f1e39 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/mipmap.xml b/app/src/main/res/values/mipmap.xml index 2a1ce50f57abf5611c54b437bdddae7ab43aeeba..b21863aea70d6ee8afb5cf302e88fedca3092482 100644 --- a/app/src/main/res/values/mipmap.xml +++ b/app/src/main/res/values/mipmap.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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> <item name="ic_launcher" type="mipmap">@mipmap/ic_launcher_legacy</item> </resources> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 37428647243ed8022f582d78caccd3b2d98f7324..c89d1515a8fdbf61a62d9e202dfa9d4d8a2f09b2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> diff --git a/app/src/main/res/values/strings_contributors.xml b/app/src/main/res/values/strings_contributors.xml index dc8d40760e127be1aa62c63699b1830c6d054665..daad3e883ca8d3cff31a8d0929ad1efeb14f24ab 100644 --- a/app/src/main/res/values/strings_contributors.xml +++ b/app/src/main/res/values/strings_contributors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_defaults.xml b/app/src/main/res/values/strings_defaults.xml index 0460f647ed112155c28e03440583f69497e59911..ee7ba86236cdb1d8c70f7a3fcf7d98a1daecff09 100644 --- a/app/src/main/res/values/strings_defaults.xml +++ b/app/src/main/res/values/strings_defaults.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project - + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_error.xml b/app/src/main/res/values/strings_error.xml index 48336e1445aff9b7bdcfd0569ee28bddbab8b124..2e8fd0884eb10ce9f5d5f76b386ae1327da30fa7 100644 --- a/app/src/main/res/values/strings_error.xml +++ b/app/src/main/res/values/strings_error.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_format.xml b/app/src/main/res/values/strings_format.xml index f3568e70b058a749ec7e9fec555f6f126a0c65c8..ee41debd589f3e1e3dc70668187fa1bd784a7134 100644 --- a/app/src/main/res/values/strings_format.xml +++ b/app/src/main/res/values/strings_format.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_info.xml b/app/src/main/res/values/strings_info.xml index d5fffa90c0be7ca8aa0888a5c78f83b1a58af540..37bd66ccedb82d1fd3a4c34f39bb278ce00733dc 100644 --- a/app/src/main/res/values/strings_info.xml +++ b/app/src/main/res/values/strings_info.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_messages.xml b/app/src/main/res/values/strings_messages.xml index 537f8211eb2694ea938b085772d359d19a4d3abc..b5ae30ee293aa5668166613cef774650435ef86a 100644 --- a/app/src/main/res/values/strings_messages.xml +++ b/app/src/main/res/values/strings_messages.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 402611005a569225c5157dc0a7ffbf67818339bc..42694726a01f1b67728cd196fe4e04ded9a587b7 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_settings.xml b/app/src/main/res/values/strings_settings.xml index 69c30b73197187333ba7dcb4f66730ea13a812bc..7bd017251231e281ab7b94878f62396aa5fd787d 100644 --- a/app/src/main/res/values/strings_settings.xml +++ b/app/src/main/res/values/strings_settings.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_setup.xml b/app/src/main/res/values/strings_setup.xml index a89bfac8bf8abc2df84e0c9e1d10aa13f0a43019..484a07084b088c88a56afbd31afd16b173aa29c3 100644 --- a/app/src/main/res/values/strings_setup.xml +++ b/app/src/main/res/values/strings_setup.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/strings_status.xml b/app/src/main/res/values/strings_status.xml index 7319bf566875b5d591fc3e80598dd11ef28013e7..7fae76927606b585205939849b067ae29ab9a3e0 100644 --- a/app/src/main/res/values/strings_status.xml +++ b/app/src/main/res/values/strings_status.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/styles_widgets.xml b/app/src/main/res/values/styles_widgets.xml index aa4d1431df6014081fff8561031a1ee90d984c72..79b998d6f534e09366aa1174f1820821cfd336ae 100644 --- a/app/src/main/res/values/styles_widgets.xml +++ b/app/src/main/res/values/styles_widgets.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_amoled.xml b/app/src/main/res/values/themes_amoled.xml index f43bb84d7214d51a81ef539b179c62f9db7574df..f53273a6691c2faa2b3f35f7ea113613b893320d 100644 --- a/app/src/main/res/values/themes_amoled.xml +++ b/app/src/main/res/values/themes_amoled.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_base.xml b/app/src/main/res/values/themes_base.xml index 9cf22b9da51ca37d1fa9dd933571524cc0f28c40..5184500b7ea567995f23307ce618ffefe7f6eafe 100644 --- a/app/src/main/res/values/themes_base.xml +++ b/app/src/main/res/values/themes_base.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_daynight.xml b/app/src/main/res/values/themes_daynight.xml index 1077e105b68ef6ed757a3c4ee9409f1e116b88b7..85d87b7ee0ed9b0a9a3ffe95839781191f1e6315 100644 --- a/app/src/main/res/values/themes_daynight.xml +++ b/app/src/main/res/values/themes_daynight.xml @@ -1,7 +1,29 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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> + <style name="Theme.ChatTheme.Material_DayNight" parent="Theme.ChatTheme.Material_Light" /> + <style name="Theme.ChatTheme.Quassel_DayNight" parent="Theme.ChatTheme.Quassel_Light" /> + <style name="Theme.ChatTheme.Solarized_DayNight" parent="Theme.ChatTheme.Solarized_Light" /> + <style name="Theme.ChatTheme.Gruvbox_DayNight" parent="Theme.ChatTheme.Gruvbox_Light" /> -</resources> \ No newline at end of file +</resources> diff --git a/app/src/main/res/values/themes_dracula.xml b/app/src/main/res/values/themes_dracula.xml index cbed35825eb8fbb375b5d987c770eb56ae1fbf99..6d7e2d61333a89dbe962432bfc3a995b902af6c0 100644 --- a/app/src/main/res/values/themes_dracula.xml +++ b/app/src/main/res/values/themes_dracula.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_gruvbox.xml b/app/src/main/res/values/themes_gruvbox.xml index 0ddf26994b658a75d2af42fca39e8889d5edd286..fae90a1d9417db200df0797cb4a786b10b96449c 100644 --- a/app/src/main/res/values/themes_gruvbox.xml +++ b/app/src/main/res/values/themes_gruvbox.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_material.xml b/app/src/main/res/values/themes_material.xml index e79dcb798b211e3cf4939b00f8d798a74a0ad9d1..fd44a4f63776f01a9e09df067b54313729e72a76 100644 --- a/app/src/main/res/values/themes_material.xml +++ b/app/src/main/res/values/themes_material.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_quassel.xml b/app/src/main/res/values/themes_quassel.xml index d980cfe2b4bb8e846d270480c7a66d8412517dbd..57df75dd2409308b95008553c7d66577c7db6c6b 100644 --- a/app/src/main/res/values/themes_quassel.xml +++ b/app/src/main/res/values/themes_quassel.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/values/themes_solarized.xml b/app/src/main/res/values/themes_solarized.xml index d3582f40ce24c47c756fc8659c2bdd81efaf6432..257064c9fa7fd5b85cec2b329b83bb78e49e3d8f 100644 --- a/app/src/main/res/values/themes_solarized.xml +++ b/app/src/main/res/values/themes_solarized.xml @@ -3,8 +3,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -12,11 +12,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <resources> diff --git a/app/src/main/res/xml/backup_content.xml b/app/src/main/res/xml/backup_content.xml index 7eca143e8968530c1831fbee28181d901cea79af..cabb6c738f975cfd07229f3e543b3d185688d7c5 100644 --- a/app/src/main/res/xml/backup_content.xml +++ b/app/src/main/res/xml/backup_content.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <full-backup-content> diff --git a/app/src/main/res/xml/filepaths.xml b/app/src/main/res/xml/filepaths.xml index 84279f7b7b18ef2cceb04eb0d44b6300dbe15d57..1fa57aeb089ad4a9446bdcb8344a846be6cd7352 100644 --- a/app/src/main/res/xml/filepaths.xml +++ b/app/src/main/res/xml/filepaths.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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/>. + --> + <paths> <cache-path name="crashes" diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index dd53270ce8bc307ee10aa51700063cfa46e2e6c0..4609d67a2f797129ccd319957f3411b561cbf86c 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt index ad88daca896710a0eb7ea2696e03b507cab17061..f1e4ed188cb241dfb84e3288d46dbbf39b88f4b7 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/AvatarHelperTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt index 7b773547889a5ba2c2640dbe97f7b820ce5be45c..6488f6c13e6bde25525d90c9dc26dbf473517e1c 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/compatibility/AndroidCrashFixerTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.compatibility import org.junit.Assert.assertEquals diff --git a/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt b/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt index 0aa220b828178f52c83c9f2cd08ff6f8adba195f..235c9fa512694409dbdbe099df1f4e6c02b873b4 100644 --- a/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt +++ b/app/src/test/java/de/kuschku/quasseldroid/util/ui/LocaleHelperTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.util.ui import org.junit.Assert.assertEquals diff --git a/build.gradle b/build.gradle index 8974a3fe46491f3ff2e432b414132a4180c45f0f..a439b95c4cff7140b0a6fedad43fd450acd3e8cc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,10 +10,10 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 805de362efb9cd20572bce52d684068dc57ce458..b08bb3bc2eb671557b635cffaf5eecb20e8e01e4 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/buildSrc/src/main/kotlin/FancyVersionName.kt b/buildSrc/src/main/kotlin/FancyVersionName.kt index 58ac897946c55c3ef467141a0f7a4543f1b9682e..8239b41e47c3eb64b90fa1098f17bfb69b064fb7 100644 --- a/buildSrc/src/main/kotlin/FancyVersionName.kt +++ b/buildSrc/src/main/kotlin/FancyVersionName.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + import org.gradle.api.Project fun Project.fancyVersionName(): String? { diff --git a/buildSrc/src/main/kotlin/ProjectHelper.kt b/buildSrc/src/main/kotlin/ProjectHelper.kt index 1a9f2c31863975137fd0be0fd18a06a8287d0ae4..4836209632b8a2c702b339e4b02e772b750dbdc7 100644 --- a/buildSrc/src/main/kotlin/ProjectHelper.kt +++ b/buildSrc/src/main/kotlin/ProjectHelper.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/buildSrc/src/main/kotlin/VersionContext.kt b/buildSrc/src/main/kotlin/VersionContext.kt index eb0a4facfdcf66155669a7b69cfa04d9a5b422d8..716cf879bc7098e3a3e1629dd38c0aead4750bc3 100644 --- a/buildSrc/src/main/kotlin/VersionContext.kt +++ b/buildSrc/src/main/kotlin/VersionContext.kt @@ -1,3 +1,85 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/gradle.properties b/gradle.properties index 2907ece9cacc5c999a4dfb0eaf6851525b4b2345..09e2798091880adefe455c249c39d98bf6fc2435 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 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 @@ -9,11 +9,12 @@ # # 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 +# 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/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ab2e4614cdb00ae3dc39a51696879d3c797e5e06..93093924fc8ff8d794e1bed6aae2a98e58f881f3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 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 @@ -9,11 +9,11 @@ # # 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 +# 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/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java index 9181d480e9568b84d48a30f795629a852a859bc0..05848d171ec19da605e035e2960ab23be912f00a 100644 --- a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java +++ b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Slot.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java index 9e1a0d632439733c5daf4858aa04a4ad543c4cbb..f32f7d4c996ec576b9fc5fa4adc1e8cb4456efd6 100644 --- a/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java +++ b/invokerannotations/src/main/java/de/kuschku/libquassel/annotations/Syncable.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/invokergenerator/build.gradle.kts b/invokergenerator/build.gradle.kts index 793361ecad312b1a1a20d2475e4ed3dd8474061a..2a24b230da5ecaf986586a94ee7719f0400a027e 100644 --- a/invokergenerator/build.gradle.kts +++ b/invokergenerator/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java b/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java index 0cb9343ff52e946d595691501d69529958aaa8c8..a1fdccdbaf91d01ae77043735aabbe3af2db53c4 100644 --- a/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java +++ b/invokergenerator/src/main/java/de/kuschku/libquassel/annotations/InvokerProcessor.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.annotations; diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 899cfa3cfdf979154e358fca94b43679b4458378..ba5d090026c5f4f346ab8f8bc53515c37cc46367 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt b/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt index 2da792b9376fbfb45ecf0425aef362c318aee4d8..a3d85da60e366e2aaa9066afd464af30f53b1646 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/ConnectionState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt b/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt index bd2e3832d18c487fe1479f3b062be0ef3f5ba23a..21baefd9827e3ed23a49192c8e905d4ebb40d518 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/CoreConnection.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt b/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt index a8304f5231c86c478b09f382ab7bac210922f528..0194302abf53d81d4c3a896fcec2f6c6c217f819 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/Features.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt b/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt index 38738b973dcd7aee81d11c2da7c9f1dfcdfcfc9d..49309a64e56aa972e6f35ca63a57aebea78eb69f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/HostnameVerifier.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt b/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt index 3ab3570028fcb2940fee3563d7b87b6d04bb74b1..2236b83ea2eab124d549d050b4f1abc5df73c112 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/MessageRunnable.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt b/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt index 64942c9be45f066f06a3a4739e2994db6afbb1ce..10ea39097d191690c2657ddc616b4643db083a3f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/ProtocolVersionException.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.connection import de.kuschku.libquassel.quassel.ProtocolInfo diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt b/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt index 02be63e0cce7323b68a676960ecf4d9dbffafbe2..6cfc13ae5383827c439ed0b01fd9c4fe7b9ee024 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/QuasselSecurityException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt b/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt index 0e434018278c70b76ffeea919146284bbdfe4216..06530601dcc2096a59971a331b259a093c6b6815 100644 --- a/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt +++ b/lib/src/main/java/de/kuschku/libquassel/connection/SocketAddress.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.connection diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt index 41da5c7125c40aeb27b101e7ed6cd739297dc101..1a39495f90a237ee9e361737567f14114010080f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/ClientData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt index 140b625ec0351b8c27f12bf70ee419cda82694da..c3d69eaac21c041443cdc985965f90dbbfb60b69 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Message.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt index cbb205d1d095200658b4fd2835512208c4310ae4..5edd06c994403fe49a3450d6dd3956d713a143bd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/NetworkLayerProtocol.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt index 2ea010373c4c6df8e0784c54bb4e09a237e0c9fd..fabfb3b4dff0100e15b6ca8836fe9e2cd71236d3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Protocol.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt index 4190819052b789fb2ef0ac61c0f0233922dea1a0..dc4bb5d3b586bf2211c7ccef3d8a57200f17e9cf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QType.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt index 79a5070cf67d0a915df8faab85eec6683460bdde..25a7afc8634e93858a559ad19fd9cfed17b2d3a3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QTypes.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt index 1e76924e25b255c1f9d6787380a952343c32597e..68ca2d858dc2cad8fbbd6e9f425bda6308cdba6f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/QVariant.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt index b4d1ef9843cbcea1701448c2f75cbf9431df48a5..5793b20fa03ea3e33faec9c7c0c563170d0cb4ec 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/Type.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt index 83843021dc3ca7c7955e2b9d3201c4837c1b0f16..f51ccc0f151ce7e88bde494900a9de933d2d1c5a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt index 9495b4b878d8a9ef54cc637d96af098bdb535a0e..c7556067d96fc13edb225e066cf0cbcb7baf60d2 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt index 2d6420ca51501ef27f930f6098fd9a9e5077b369..a5274eda101645c4e5186322ec5696d53b6f734c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientInitSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt index 9baecb08cb2dacfaa985ad39eba3b5f4573ec9ac..9e408e91db0b3c9ad0e0efe531b7e080f8c351ec 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt index f92d86da1968f3cfd3bbb9212007ebbb4becb0f6..2d709e415385cfbaa4cb21fd6e44003d8279c26c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt index 38495d0c3dc37ce855509680be370234d68dc647..4de9689042a3388441a39df910e94d50e1e94dc6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/ClientLoginSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt index 7d009867d8c4b3dc8609b33badbd0a22ffd66e87..8823035f7a651f32e1381a1ac43895742367a9e0 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupAckSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt index f6fd49899eedb1f5274c95ba3b590e18c3f2e234..36e271c4cc8b1b541951fa9f53e24467a1006aae 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupDataSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt index 756354db4ec8bfaa950c7730a98162b6de27cd07..c3a7b3f5024c93744d8742a9f8b48542aae17e53 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/CoreSetupRejectSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt index 5ac73c88f4e588c2c961f469246f281dd9ed6781..45c8a17d5e65c9b1294a19178409ca894a39c880 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt index aaad049c77a7ed43ba110548ad3d38c803013eea..55f3667838b80c6f7dc7076bc7d2745f2dc6df0a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HandshakeMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt index 2ec2ea2882262f76b1ed64d99a21994beb4c632b..bad8add1a9c4e54557a3d57c087b229df1042f06 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatReplySerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt index 05961c809a36a56ced1dc18466a37e9bb9d202c1..1c4121af870bdab204589ad511f66d1728b8afb7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/HeartBeatSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt index 74b501176dd0f0a959d6e111487a3412585044b8..704bc471ef115bd87769435b265dcd9139139dec 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitDataSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt index b000d244a034ec6ee8962cac279a6604fcb1251b..c5bb53f922fb91d8df62b14c7f96149587c6d5f5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/InitRequestSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt index 6c82f0428484ae47d8974791b4a6234db724eab5..1d46bd7d30064ee81401e465e5a169cf51fdb5ee 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RequestType.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt index 70669ca87e2d220a6235f21e6115b1f78c65c84f..a5da9505b3602656b7d17fcad329df4bf0b6b1bd 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/RpcCallSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt index 66140681b0f4663fe702bfe711cb0ebfdacd5890..83be83e01b8a8983c43a2b74d955c64a299b677e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SessionInitSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt index 03c336f889619ea7fea643b842d61bb97fffc552..9ce80879cad1877bd0e5840bafcbf1e769dc11c5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt index aed46878b3d60f9581085409417cd5ce200417d4..75e97fd24f1e3332b24eae19ec27130b8c31ffa1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SignalProxyMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt index 447b23681f9a7fdf6e503e574c9c45833cde309e..203b8647f4c6181f74019296429bdf42dead148d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/message/SyncMessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.message diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt index f7362324c14547be3d74071a6a576195c03e937e..b26063c76736afe90f316ca88e1347c420054928 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt index 1f09b84b63eafb0e5adb54cab6092e93c67c8c19..ab9da5837077bde7e86a79283dad1c0a44df3555 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt index 025aa87367dfa98d2c2e9ce39eaaa87c8b675f12..0948e47c9210d03f1eb113058c16d52d23344d90 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt index 42ba8408a07053eb1f11bca51111eaa94a3ecd98..e65d56f3603f030fd32808e420c1c1332d017c8b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt index d82617da8e6881a1d56a6072ad3d11f79cf1cf6c..3216cd6030bf8817a9fc93886dd801cf77fddaf5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt index e92917f262c206c83cfa395eb02b3214721f0bcc..39af33ca990ee1e0c2661b87c1857a3039785456 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt index d6f4a24d4aeedbbd7a914fb322292503383f5f98..a8432beab8d222fbd021c5b540075135894fb7ee 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_IpDetectionModeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt index b9570a3126902ff75523602af7b26cbd689898be..b9f267932d2a3c3cfd5f0ea5cadbe8e6d6e4ff99 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/DccConfig_PortSelectionModeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt index 8d05fdca3526470f59b7ea1fc0c4a32845b6102f..ecf6256185dfa5a45bc22ba860bd132a3a4fe374 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HandshakeVariantMapSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt index 5f6616afc41e792cf0c3fd7feca355a31b4d96b0..0951a5d8d04dab2cbbede2b65c0ed22f20ccdc70 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/HostAddressSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt index 8f720b107403791376f9df806cf358472e29da4b..cb733a2ace620b46eb71e8babf0796f899fdf9c5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt index 422784da3b5c324b86080e8999a9abc88bd93b69..b7d39ce82a1730a2e5638e159101c96029bafeec 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt index 3445fb7ae1d9236bb36553e08a90bb7604679b43..4d1aa2a33fbbeca4ed740535248b9df5bc6b5d69 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt index 67305676919160292ac8aa84cbbbc811c69eaae0..2b84064d95d025b8cf04cf8c191d1e4b2959b5cb 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ProtocolInfoSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt index efe0b6c650dec47f5ee11ab9e98aa4e38f29f19e..eb0850e19a657176ad21252b9df2910adf9817ba 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt index bc8c21aadcf552f86ec79bf41af7bc63559c1ade..0f84cd2036bf5f96848301e112a11e92bc5c6ad4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/SignedId64Serializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt index 4af39ebd4ebb62fa5bd63712f932a11e06decd4d..77781a5b54e6d79fe36268b318e72754600f52ca 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringListSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt index d23a86d2d96d778633a8fabc84738063dfdb5f58..55305124a57b9f09bd50f15d4a98e220f733e2e5 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt index 0e8bc15f036c4134ec9e028bd25016ff06d9959b..7d8185ffce133c3436821d2d361cd7f618299d25 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/TimeSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt index 9bb7580c4d6318346040a8425c3594495065652f..cff27c88487049cb018783f19b297af8a3a2474b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantListSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt index d89f34bd044dd292020f4e462c1230aab287c786..96f576fb7b9c77f5d186f489e82acaa216a3a8db 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantMapSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt index 8c1e411bd89b75682958d419e74713beef431e91..d2d43499225e8ad2467e52912cbd616e04c53949 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VariantSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt index fc1c909ab176fc29a660303e5c35f66cd7b1ebe8..3cffc936be8fafaf64edfcb273b9a5ab3c887cc6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/protocol/primitive/serializer/VoidSerializer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt index 1d5284068708e58f8e6daaa4a0764cb409a2b8b4..6cb5745716bfb8e003120403b42d1cef4de66516 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt index d6f918de50b68a8cd38fd7c35b506450e1ab2737..9fbc4839a1ec446ba8165a5a0ec98f200bced65f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ExtendedFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt index 0ca6f14724414166090507651b3bff3726a2a37e..c429bb6cfbe0ecb9f4160a57bbea367ec602d97b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/LegacyFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt index 8f2510e989f67d094ca85cf1f0e0528981bcadb0..e61c88fcf494cfd7891b360c95bce051628a552a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolFeature.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt index 59acbf0afc934716ce57530f30a49f93a48a4aea..1c1486be5146babde2a1c9426525fd34d8791c53 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/ProtocolInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt index 9a646b45c1a5a21be74e949770b8538cfaa0c56b..808585a4fad1e29a2316ac91d34252f53c0d7593 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/QuasselFeatures.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt index ea48853aab0c187c9e50ed09f7dedc783fc99655..9c74b6d12ff7baf14c8d794724b2b27060eb7723 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/MessageHandlingException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt index 3a4635f0bf9cbcd383e14074c4974310269a289d..41f9acbbfc8d3e790cae7eb82aa8e18f9a1e6a49 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/ObjectNotFoundException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt index a8d003b56124e042a25f85610a440facbf2bf9fc..0602b04d6d893b323a80faba363d6cd0a44cd576 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/QuasselException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt index eacfe1afb3607b948b650b32686a9fb3252480ed..e5e6c42575f146ae574f27ef767f60fc694216ca 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/UnknownMethodException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt index 133d295aea9512c79b6f8a7921582fd543eee0f9..c29c41d154e6b5a87708b2170ccb3b841b940392 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/exceptions/WrongObjectTypeException.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.exceptions diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt index d1b6e2519abfacf17a981ad6d22461bc37808072..4457839025bc95dcb7dc88e67ed02112ecd39184 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/AliasManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt index d111394cce385e3cbdef5dbf9297b016afbc2669..0f50ef1e8caa7e3aa29d17475f2a9dcff7da6598 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BacklogManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables @@ -97,8 +97,8 @@ class BacklogManager( messages: QVariantList) { val list = messages.mapNotNull<QVariant_, Message>(QVariant_::value) if (loadingFiltered.remove(bufferId)?.invoke(list) != false) { - log(DEBUG, "BacklogManager", "storeMessages(${list.size})") - backlogStorage.storeMessages(session, list) + log(DEBUG, "BacklogManager", "storeMessages(${list.size})") + backlogStorage.storeMessages(session, list) } } diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt index 235aa911c0395e1e8a7ee63bc7d886671634074b..9d431723ad125bb1026410c5edcf969966a1cd4d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferSyncer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt index c4b7ed84195cfe1536afe202063767c62a8e388d..6dbda7b429d2c4812dc5902939c9dd72701119eb 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt index 83979dfbdb5daf4bf65ac48fbccd91bd01d6feec..179c60127075fc2c90ddf0b07f68e10797ffba38 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/BufferViewManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt index 915362d052617feae6a1072b90a46f101d637725..fdf6bc6d74d872b0974ac7a02371921452ae3116 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CertManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt index ec971f43f1bf1f5f5d103c408f206e4cd7e6f731..5f08c25876b05800241c1d778c6e0667735e7617 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/CoreInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables @@ -74,6 +74,7 @@ class CoreInfo constructor( } ?: emptyList() ) } + fun liveInfo() = live_coreData.map { info() } private val live_coreData = BehaviorSubject.createDefault(Unit) diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt index 03312f7d584d9a510d1193dc48030f430cac0cd3..db0e696728484c434c9646885bd8107d3803bf42 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/DccConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt index 4cff05de463e6e5665158c76182bc4ced576f281..cd4b9121bc6acc743f24f4e27e05e561afc0f6bf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt index 98909708c4a969d9d13f458b0ab056b1bb15b360..e036e1d7737fe7dfd63da931f47bed872636ccbb 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Identity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt index 1c21378bfa82d138bf6a8ff74b093890f3d9787b..132e6d9b3b5e15fe0d0ce9acc855f2c34ac1d446 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt index 7c2ad2d593fceb4f9747b6d66fd932b04fee38ac..34883177fb23b4ffb75d6c76fd8d857ccb1ad435 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt index 450780ea5a35e3c07915528ec12a8f259e8eee01..2dcf48ab33e24530d00ac755b0333d5bac096fa4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt index f57ba886172a9e7a8b5af9396210a709f208e936..77259f0f6a765df01cefe2cc595e406d54f967a8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/IrcUser.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt index beb5805bd44888d9f328cc7865e04d69508c5a0c..877a4acf41a400ff3757fc38261bb0deea5ace6d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/Network.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt index d54008ee8d336f82e71cd3e71a0a69b7e164bd02..4bd77a54334fa89fead923de46a5aff4915d55c8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/NetworkConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt index de985864fb7e26b975cdd8b1e64164fba7e31863..b106c9b09ad817b00ccc992b36f1bd9f5554bd47 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/RpcHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt index d9a4147a16c31633197471c4bdeaf86c9e25b7f6..28dde433e34de8039c45d1c77fb9789b173ceedc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/SyncableObject.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt index d45b8d48e80fa537184a73490bee4f0ec785d467..97a4428e11e48fdc6a0acde2cb7a7f40d9be805f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IAliasManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt index 8fac34a30a30897fddf9dd4335aaed6c485f1e20..f7b83e55c7dfc35d9bbf0b242adfecc3d3444c6f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBacklogManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt index 9f365d7a8d4a3a02f58eff5e7ff1eae0c5adfe7a..919fb860f743fc7c87469608464b4086250fae10 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferSyncer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt index efa67205df4d7435d96ecbd3de90acbf35b9e9b2..d779e9c5e0ae1889a01bc72e278a6fbdad485bee 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt index e2b4b9b0df2d6e281c0f1de31a14f481f0abe527..72b93b6d41be4b8ac9714461e559920447a38afc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IBufferViewManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt index bb3354b4381b443ab4051c2418250c782dbbf836..9f81cd271d934f9cfc6382df00e6e455bd414aff 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICertManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt index 8249284e7c7c83a79f267b221a7b582cbd949465..bd71153e01739f002fc7030250c3b7a555db0deb 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ICoreInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt index c4b6d194cdf9a9357370e286115545996c80efd4..ba79847e4cd4630d162b4bdd9cee3919e6199448 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IDccConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt index a98764ebaaeca61551e01c39493918e082adafcb..dc05691ee3dddbafcf172542fed13ad04dd3b262 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IHighlightRuleManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt index 46c73265225c97940b237b6cd8683ebf950a6e50..9760afdbdd86b349242d5765c50cae280ee479f1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIdentity.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt index e413a26dd41328a915bcef06abc786eaf19d62f1..e829187dda4f2c040818454904848fc27d8255e9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIgnoreListManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt index deca805f4b67b1d78e8ade6b68fd45f16219c0e4..8f1285cba8a2ef5d2a025625bee5196610c681f3 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt index f18c6f54680f53a669282f32168c8da7dcb55d76..78e407c7122fc14b71c3482b9c90df491973006c 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcListHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt index 7cdd5b007986423f7b23ea5b3ba4f91eeeac9f88..48a86930cefaa4ecdd3c6668480891e597343918 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IIrcUser.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt index 5e514160954c23c835029af1a5218abafb5d2834..f21a119507dc482a7b49638e99b0e2d24874253e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetwork.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt index 2648d9da0d8b5e4e1f3cb3b9711e2d76bfafc6fb..4767dce00f714827f395573c7c1706eff6e65c28 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt index 659b9286c85be27487cce49242df36b90be3a6cd..dd493d8f8b064a59236cfa2f782622d41ad9656b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/IRpcHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt index 5f75128bf49ee944306e712ab5a7548eea1d315e..a37688f6776aec729aa7a1df2426738fd4e407bf 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ISyncableObject.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt index dcf5bcd468f42a0e7101f2afddf9a5b718227eae..bf24b1bd84bb45f187f7d41af8fc6206bb5a0f69 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransfer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt index 71b76bc1e5e74c31ecd80818738cee2344f52537..b5e6f95f19e0025160cf3b1e7a41197cfbc90a4a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/ITransferManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt index 30d41fc5839034d3e3f7a769d6f91823e62d8813..0d852d54b1728b83a3ab7272ed45c091fb5c3596 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invoker.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces.invokers diff --git a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt index 714461b05a2e1b70bea87d1c03e952773742de82..f10966a75ba3988c0a0b7510e6965ef7e303a5fc 100644 --- a/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt +++ b/lib/src/main/java/de/kuschku/libquassel/quassel/syncables/interfaces/invokers/Invokers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces.invokers diff --git a/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt b/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt index d7fd682b2e8496e5584f33885aa4152de309b305..7c589533ca078e1d7e561b6d8aeeb119b23f39e9 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/AuthHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt b/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt index bc569371467d0c133f53f9fddddaa32384698edd..abf869f3d88de3878a0187439d1e7f8145b40e9b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Backend.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt b/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt index e122de5c0c471d59189cdb94087f48e56fb2143d..74c703b360d251cecae17294fd28fce2918c37ad 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/BacklogStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Error.kt b/lib/src/main/java/de/kuschku/libquassel/session/Error.kt index 6f1e7b4f04aaccd1311291553537138fca92cf91..0461ee6d3aac66e3ee85b1f304a4f37f4feef621 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Error.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Error.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt b/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt index 966f666e0e9dac606f428d8cf74fac3d19d60712..d3f8e9499661c791c34b782fabc4bd563110e3d7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/HeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.session import de.kuschku.libquassel.protocol.message.SignalProxyMessage diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt b/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt index 4f1e51cd7516de56124da440e8fb41285477b8f4..debab392dd2b7d112ae79d5148b4deb3ecc52dca 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ISession.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt b/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt index 76f32a5b9d8e9467cdb13478cf09f42922fc1b61..d158b27e6a465428073d880771f52d509f5a68b6 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/JavaHeartBeatRunner.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.session import de.kuschku.libquassel.protocol.message.SignalProxyMessage diff --git a/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt b/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt index 128a270fe3935df5e2186981bf9785523edc46f5..ac07a36633adefb48e0d95c9b0d21c94dc7a7e98 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/NotificationManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt b/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt index a1a753c03462f9a9326aea3e3c878993a232711e..79630f8423b1a8f87ad2bb363f630ed6cb4bb59b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ObjectStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt b/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt index 57f99ae94768d5473a1fb337ce1cd01e4e458f21..6fd36247fcc12bf1dcaf33d0b0ae3b66ea3f9356 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/ProtocolHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/Session.kt b/lib/src/main/java/de/kuschku/libquassel/session/Session.kt index 9f9867bda743b0976bc61c916cef965e922ebe36..84ab01c34cdb393fd03021b605cccaafcebabc3b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/Session.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/Session.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt b/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt index 4c7d4448b24aa2ede4c7520c5a50128c2efa609c..091393d89b5351cf3a84633d6ea451f7ca5ccc5e 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/SessionManager.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt b/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt index 0e90f6805605518e342555ca0937dca16027e266..fb563a0cd91a0f30f015936be8929217373758e7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt +++ b/lib/src/main/java/de/kuschku/libquassel/session/SignalProxy.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.session diff --git a/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt b/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt index 49fb1eb70d2b1f3606874a1dce8e7c938be41f33..c63631db5e874a96907fa510e55efca285998b0a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/CRCUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt b/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt index 9b705d094ea2f13101ccfc14d501a52a23c0458f..2ae52eb9050a99ab2f85b902e48dacabee24e1b1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/ExpressionMatch.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.util import de.kuschku.libquassel.util.compatibility.LoggingHandler.Companion.log diff --git a/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt b/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt index cab046bf9a322741883fc1e86d1c0de918604233..79ae92142e01f7128bbf9220e983f7c87af376ad 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/Optional.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt index 9caa43b76b6fb781d4bca56ccaa28ba400d6d488..663c9ab7b0bd9d9dd6429f1dcd9db45e43e45a30 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/CompatibilityUtils.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt index a6e32d18a635323b6aa1fe02869cf92e76d8c430..36d4939f59405f1132bb456ac0cc4de614de8e8b 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/HandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt index d21dfaf7885e97bdea5b38e9b4b19f0fb38ae769..81af4b7914112075d07704a0532744a7173430a0 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/LoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt index 70eadacc9e17b36b82e73cc512e1600facf0404f..737c141307527b073733b2ee270c6bfa4809c88f 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/StreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt index 23041f10123b383161ea5c98c0db9988364696e2..e7ba73af36390d93f5da76b72573632a9af0b932 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaHandlerService.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt index 0a28ca9c6f71d3208ad4cd4b90eb7c4993e1448e..08da6f1c45cb803f5a508e3ae53e9f5560039f3a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaLoggingHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt index ddc8828eb4e2750a593f07f475a63268aade8507..29ed50ee942936aec61e28cee96259edca3bd1d4 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/compatibility/reference/JavaStreamChannelFactory.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.compatibility.reference diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt index 8552031313d658df7116c7e65b11737bc2a698ff..2c4655efda433fc4ad6f498f2dc3f2d43089e003 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/Flag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt index 795ededeefb35235ab14221d550a9148ca037cd9..5e6e068a333cbacaa0d1f685cca7faeaba9d7802 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/LongFlag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt b/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt index ba34396ee037822e935dd9d12c42aa174c46e56e..69aeaf98f6efe98be1a0ce76acc6ac57a10a69c7 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/flag/ShortFlag.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.flag diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt index 1059c8a6edc467e20fd2876817bd158323e1ba2d..eac352e8d304b9e30cb081e00171d26915ef5915 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/AnyHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt index 59f8f59fb62099dec661cfc1b49311e7a10c2c60..0cad4c36f8df288efb1e5d4ace8cb89a8a730ab1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ArrayHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt index 411544408a38161413c0e5931168b5006c1bee61..88ca0e7d696534520a49c913d0d4acf7d10de3ac 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ByteBufferHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt index 5357e6741e2c3c38ff877b6843e7a44d75692e79..1c160581499f7fa9148f48d49e1584a7ad73865d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MapHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt index 20e01930ad7b7a9fc8c5ced507f13cc295953e51..0b5620c835e9553aff9c6d9fc815de96f7d44c40 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/MathHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt index 5b8122bbce7ce33f987c9bfcba161c57f550ee3e..310b5effc81f2b34c94b1a076ca1e9565682e23d 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/ObservableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt index 38b88fe392374ab28a1b039a35ea9c2a1633bb02..30ee8c52a5be24fad28507d5e140e3ca0579ae40 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/StringHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt index d3878fda0d877ac1ef83f6d14beddcc1e779297b..59d3e7fdc48ce5d076f44d890c1a477cfdda91de 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/helpers/WritableByteChannelHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.helpers diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt index f4156afa7c8851fa30b62b0f0fcda0735f130f43..5828730bae21d49e52e6bfc1f7406615f1cb191a 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/HostmaskHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt index ab9bddfb40c786563fb4435a994a7b9dca6d4f68..b551bb2a22ae7db7de676694818f2117627250b8 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/IrcCaseMappers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt b/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt index 6c5da692ee6abda14a542590d2ecb25dd3b173c8..84f0af817baa056e4dd361a981d3ed512c45a974 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/irc/SenderColorUtil.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.irc diff --git a/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt b/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt index 231959cb3ad4aa749f24b0480ff3320367797b6f..890db8e5df0405a6036d83771e8b1bce39e525ed 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/nio/ChainedByteBuffer.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.nio diff --git a/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt b/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt index 972ff2ff74fdcbd894f8a71ed19d5d74514551f3..9c8bbaf721fe69451aa456ebab73f0dff10d4bd1 100644 --- a/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt +++ b/lib/src/main/java/de/kuschku/libquassel/util/nio/WrappedChannel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util.nio diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt index 80b7037c136865d10de772b5dfd76a7bb1526833..4f8cc8b2418736394b45c1a8b7f1d11a5aa75f25 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BoolSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt index cdb2167c2dfb8bb2f2cad57e6eef9feeb18c85f7..124f460836e8a60d00893ea2a76e201b0565a8d8 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/BufferInfoSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt index 2f2563c9561a783f4938872c8edd2e5c4dad2205..f8378916c2813757539fd23d2baf13600896373c 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteArraySerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt index 2f7e5a7c964d322776e020647bfecb2e7e6ae185..8892bbfdc70d83cad684c02ba3d6f9d4f6351dff 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ByteSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt index d9310f03e7ace55a21852e4de8986520f5c60d1c..4cc17c512a296547a0f4acf525a7a8064772e130 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/CharSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt index 594cfbae11004937fdc26a203ca8eac5aec314e6..761fcc6efe1eb5852475981a797067754af282fe 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/DateTimeSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt index 77cd94ea4e4e15230e2accf9ff7bbc9d7b82137c..b28075ee0b2ba5ac818bd76c81dc32fa9df09af0 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/IntSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt index 7ae9c5e1273f167ed86e515bd91d2860853d1889..e69e7231f527d1293761456fde74dd5f3b5b71e4 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/LongSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt index 5f28aff0fc0abe1c3451de81f6d32c2cdd354de9..9f874a2e22b334808254a1c3f301b426bc8a79cb 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/MessageSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt index 45c250df5053860f0e604237a24bf4f0145f658c..983f13056ed9e06e8bd5302fe96c3e1c9c4dc7bc 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/ShortSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt index 0518d754613b80a50ab436dda023fdf12eeb727f..f17fc1982acf0d931e5f42f2b3629cc89b201486 100644 --- a/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/protocol/primitive/serializer/StringSerializerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.protocol.primitive.serializer diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt index 0fe36d65c45fbb746e737741aef44e857ef1c9da..0113ffaab6348edab7de594d428812cee2033140 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/AliasManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt index c06a5100ca54d919e1afdbe90e68c8a2727a4276..5179459971c33f2a12a9f0e60da881fedc5f49e3 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/BufferViewConfigTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt index 9f69e5be92413f5b2b2bf6262d0019812a2a8778..902e30f19e70b12a4ead0dba9f5add1ee17428fc 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/HighlightRuleManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt index 52498bcb9e26bd3a39ea092017cdbdfcc737b0b7..260fd485ea12f8c061ad824311ee08c3d2c04086 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IdentityTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt index c48c74127177b4c9f2ba1978f27782bc5746285e..e68af217b3d157a9c10ed1950093a51ab38b663b 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/IgnoreListManagerTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt index cdb95d63ca4a96a6b8045731504fa530ddd063f5..681f522eafb2a854dfbc1845e0083b8d5d9a255f 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkConfigTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt index 8d276ac5049fec71b02d12c4c71cf9e95fb22cbc..1be9bb4286b1114fb992e17ba2754eb73337b2a1 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/NetworkTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables diff --git a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt index 630ae31f43273fa50e7d1a28903aa4c2c11028ca..6176c8e37018b7556b41f4ddb565bbe55a0b152e 100644 --- a/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/quassel/syncables/interfaces/INetworkInfoTest.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.quassel.syncables.interfaces diff --git a/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt b/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt index 96e62fbded1f7d318830c01fdabeb3b9f97bff27..8a34ab6dec45e0222726ce13b6e544c01b5cd45e 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/ExpressionMatchTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.util import org.junit.Assert.* diff --git a/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt b/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt index 3e56347c8ed159609e05d414d29c615d77cd79fe..0f71164b600566f5c2470c07a261a48b457b9e4a 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/RandomHelpers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt b/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt index d3e5afea0be42d8593f27d5db9bf90a25fdc2f50..ea1ade487d0c151c234158fe413216ca69e46ee4 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/SerializerHelpers.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.libquassel.util diff --git a/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt b/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt index e227b110aefc159c895e47e32cfa9d23f0692fa2..d3cd088d8ad5c8045ccebcafa394196a6e4908ba 100644 --- a/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt +++ b/lib/src/test/java/de/kuschku/libquassel/util/irc/HostmaskHelperTest.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.libquassel.util.irc import org.junit.Assert.assertEquals diff --git a/lib/src/test/resources/logging.properties b/lib/src/test/resources/logging.properties index 7ce19642b505919401f4edc96832004694dc2927..42d358a8483d6eb869f9c500dd30b90be4171f23 100644 --- a/lib/src/test/resources/logging.properties +++ b/lib/src/test/resources/logging.properties @@ -1,7 +1,7 @@ # Quasseldroid - Quassel client for Android # -# Copyright (c) 2018 Janne Koschinski -# Copyright (c) 2018 The Quassel Project +# Copyright (c) 2019 Janne Koschinski +# Copyright (c) 2019 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 @@ -9,11 +9,11 @@ # # 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 +# 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/>. +# with this program. If not, see <http://www.gnu.org/licenses/>. handlers=java.util.logging.ConsoleHandler config= .level=ALL diff --git a/lifecycle-ktx/build.gradle.kts b/lifecycle-ktx/build.gradle.kts index b4c6c6af51a85b32cfcb74ae96eacc449a8a8d71..527e51fe81f3f70c15932d8823ab5dbfd6376f00 100644 --- a/lifecycle-ktx/build.gradle.kts +++ b/lifecycle-ktx/build.gradle.kts @@ -1,3 +1,63 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 Ken Børge Viktil + * Copyright (c) 2019 Magnus Fjell + * Copyright (c) 2019 Martin Sandsmark + * Copyright (c) 2019 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/>. + */ + /* * Quasseldroid - Quassel client for Android * diff --git a/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java b/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java index a241b66966622fafadfc6551832f2d132bf9c3c3..e0a9201eb7a2cbf69949acce58f783559454be94 100644 --- a/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java +++ b/lifecycle-ktx/src/main/java/androidx/lifecycle/FullLifecycleObserverProxy.java @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package androidx.lifecycle; diff --git a/lint.xml b/lint.xml index c9a8cdd988cf637df1a7840ed37d6934f1234d88..ba57de04c80757cedc85b0e3514c47afc86dd8ee 100644 --- a/lint.xml +++ b/lint.xml @@ -1,8 +1,8 @@ <!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <lint> diff --git a/malheur/src/main/AndroidManifest.xml b/malheur/src/main/AndroidManifest.xml index c6e75ef3d6e628a26ec26f870f0d7431125e4900..8e8db066f052a6096b91a8fc367bdb8f8be40a33 100644 --- a/malheur/src/main/AndroidManifest.xml +++ b/malheur/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.malheur" /> diff --git a/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt b/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt index 2a0ae463d523cf8c99fa805082f6c59f29e2aab4..ad41d80f6ee6977bb88fc803a218d2a7b5162f9e 100644 --- a/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt +++ b/malheur/src/main/java/de/kuschku/malheur/CrashContext.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur diff --git a/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt b/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt index 32afbe1fdd31d05cc29f414f72b64baf13693588..b78431d9c6e766f0570462758b567510f71b6e62 100644 --- a/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt +++ b/malheur/src/main/java/de/kuschku/malheur/CrashHandler.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt index 8524a215a3891b99befaf1404a536a95259f89cd..1afa49239ba8dca63a3bf8b765c15ac3c63cbc8c 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/AppCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt index 497451d44b5d7e929c660c8436c2b20443f42708..c5725752bac89bad68128bd1338541190e6e066a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/Collector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt index 6d8e6b1b609d4e9307f6720b35efc7b4292d9d0e..0c3c20e17af8e96a574671b74ddb005af6915134 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ConfigurationCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt index 1fea0884b0b39cfdef5e8037edfd8a593d71222d..481633dda4379d8b914f74bb815869a31c686278 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/CrashCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt index 556aedf42d505a12deae2c9006e4a90bd6b86655..fb2dd9f0bc175a4f685863fefcb4419dea344e4d 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/DeviceCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt index 16955d8f6ea6d7a379b97cd00e1a71bf010e3d14..607baea2f34203c49252f16390e1ff2ad3f14825 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/DisplayCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt index a244fd3cbfa5cd669e5ba8eacdd5b87cb7bbfe55..581bc015d4cf9938cbd9d6ebc0e017e311c97436 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/EnvCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt index 9cbd564d27a0562439f1054ba7aae7792220a5c3..4bb5abd2bf7878e5101dc1711c583b5f24e09809 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/LogCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt index 8356ace34f31c78e0f8f98f034892a47f4eccff0..495fd14f10b9a286ba522065efdb93960a4a9006 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ReportCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt b/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt index fff952c0b4845269691b8bcf6619e0f12dbdff5b..6931641ab8fbf0ba755f9bfd060bd06993571cce 100644 --- a/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt +++ b/malheur/src/main/java/de/kuschku/malheur/collectors/ThreadCollector.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.collectors diff --git a/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt index f9911cdd9df2a136bc040a71bc3e34e664c2b2f0..994ff8fd32c98b2211af570b9c2695140cbdfb0f 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/AppConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt index 7b4cd87bf1614e268aee13c00e3790299d431e07..2c65ffcfe6e55853c5c28f9ee6490648e82164a6 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/CrashConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt index af42924dc5a0c7cc36015ccfc5f8e69a496bbfc2..6526fffadbe8f52d6d8e2b7cc8b98d3950bd6bfa 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/DeviceConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt index 97c7ec3c39fab7603f1bd3b74ae6b70e8a188768..6cfb2e6871624ddd9dcbbd9513239e27c5a442e1 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/EnvConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt index 764b8f2875b7907afca2fdbed2da916fb1d1ddbf..90856e585e4e5477521e28d0999affae338b211d 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/LogConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt index 8181bf476b9d2a79b87cbfabdb333956bbf7bffd..35b823c9810e1189d96ba5accf0f34d0db1d4442 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/ReportConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt b/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt index 03330d67d3cf5b7abf2537aba67a6ac9e43ba141..cbd884469b377b085de50afa88f9a13786297844 100644 --- a/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt +++ b/malheur/src/main/java/de/kuschku/malheur/config/ThreadConfig.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.config diff --git a/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt index 75c3e4e492709b20c7c8afa4fb857118fea7b600..dde3621860e8df7f7dbb704774eefad32d6d246a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/AppInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt index 2c25265183c6a47adca4df36d3572caa78801bb6..4dada0d74daf632380195965fcc9f8b82d1a5d0e 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/CrashInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt index 51a8a9d3fec78c1f2b76a2f828ef38682b484f0d..7f8bc7d4fb2ac9fae0d4556ce5bb5e07443d828c 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/DeviceInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt index 06279c7e8d8b2ef57a5b091da08e9ae6c0c2fe7b..c816bed5c6f7018be088ccd19f21f490c66f3fb6 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/DisplayInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt index ec93d256e538e1f9b5ec0c6d8278af5e7de9bf5b..71e00da72d199c8892716d833a860eaf91e58621 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/EnvInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt index c8c9aa9d693a68c3a2ec8b936d71c5c47c4e81ba..6435f5dee3355873e84e9c24e98da2819775a460 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ExceptionInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt index 4ef15d742f6a928790562db055beffbe07fb8d42..96196eae74ce9e10af1846a732b3ab6991e4054c 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/MemoryInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt index 33d456e580a407a5359d09fce054e78f6e765dcf..abb04c80ade94f5c78efd5f329b2cfa2fe254c90 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/MetricsInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/Report.kt b/malheur/src/main/java/de/kuschku/malheur/data/Report.kt index 6183690c4adfc3f8e6f674d679bc18671d4302db..5f9986c5a724f5b9e88abfadcf17c82b308d392d 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/Report.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/Report.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt index ca3ed717508c8f54310582f91e8b044fed7afb50..6cd764b69347f45becf33cf39094325813c9586e 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ThreadInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt b/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt index 99bf416ed986e7faee445e7517b6783a4248a5f6..54f96678e06aa2f54a8f342095558591222bd241 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/ThreadsInfo.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt b/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt index 430429ca499619f5b2a0106cf63f2905fff8deaa..dbf51bf0a36c288eac061ce65fd9543245a0bf2a 100644 --- a/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt +++ b/malheur/src/main/java/de/kuschku/malheur/data/TraceElement.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.data diff --git a/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt b/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt index 5dea749f5369c254469ec953e32c7e39fabec325..7df57f8bc620e5c66cea6f13efadcece82abacd8 100644 --- a/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt +++ b/malheur/src/main/java/de/kuschku/malheur/util/DisplayHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.util diff --git a/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt b/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt index aba58eaa563223d0d9f4db31619414159072154b..94c8600470ede25d187fced003966695a76e7fc8 100644 --- a/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt +++ b/malheur/src/main/java/de/kuschku/malheur/util/ReflectionHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.malheur.util diff --git a/persistence/src/main/AndroidManifest.xml b/persistence/src/main/AndroidManifest.xml index 200c154a34b14b88c941095f3c91a9261c5c4f7a..cc77cac784d2a80c73b26e4d42d63f112d2d22a0 100644 --- a/persistence/src/main/AndroidManifest.xml +++ b/persistence/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.quasseldroid.persistence" /> diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt index 83a371d180fbd200ce2e179ca1512c8746a0051d..08d2df1712b10f486ae6ef93930022e97a2f0856 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/AccountDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt index 3f989879dd8b142b59f18e697b3440ac58cbdb77..fe370442c944ccf99b4900f9850ac93c4aacad4c 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/LegacyAccountDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt index 5f8d4f5f8cd2a4f442e990891ee6764b4b4ea693..2a678258e90d48423316842a24f3b1537e057d49 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/MessageTypeConverter.kt @@ -1,3 +1,22 @@ +/* + * Quasseldroid - Quassel client for Android + * + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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/>. + */ + package de.kuschku.quasseldroid.persistence import androidx.room.TypeConverter diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt index 241d12bb3c085718447bfd01fcde09ccb2bb9695..1416124c1f2d35961731ba41709c913e74ee037f 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselBacklogStorage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt index c41b55af1922901621ddc4b4a2facfe407d1b3b0..58a2f15e09bfa62b563f3240e14c75f6079d33a3 100644 --- a/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt +++ b/persistence/src/main/java/de/kuschku/quasseldroid/persistence/QuasselDatabase.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.persistence diff --git a/settings.gradle b/settings.gradle index 68b525eeb86ce580f54b645b2505c00848b0ced0..919e4870e4df32dd5f12405d1963c70db8c35773 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ include ':invokerannotations', ':lifecycle-ktx', diff --git a/viewmodel/src/main/AndroidManifest.xml b/viewmodel/src/main/AndroidManifest.xml index 2b88bf9dffd7959472f8c7a35f8fc1e745bf1982..e36c29d4b9dcfdc6739534745a7a657b6c410b2e 100644 --- a/viewmodel/src/main/AndroidManifest.xml +++ b/viewmodel/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?><!-- Quasseldroid - Quassel client for Android - Copyright (c) 2018 Janne Koschinski - Copyright (c) 2018 The Quassel Project + Copyright (c) 2019 Janne Koschinski + Copyright (c) 2019 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 @@ -10,11 +10,11 @@ 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 + 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/>. + with this program. If not, see <http://www.gnu.org/licenses/>. --> <manifest package="de.kuschku.quasseldroid.viewmodel" /> diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt index e04a14afd37f52b1f56d799a102828ce3938c9e6..da9b90af26733e93f749ccd6a2e9d83c50c8f2b7 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/LiveDataHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt index c6a3e36d5032c9e5e084fa04ee91fce511b89854..c0073c307d35faab4d64faafefe4cb36822368b4 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/util/helper/ObservableHelper.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.util.helper diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt index f7572653618b9f9aa8a94433030ee90e59d9c5a0..bb2e110d541f2f486e70f7bead3ba78dd2678eed 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/EditorViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt index c531de60452824d232ba67cf45409ca9b19d838d..192a8da9137945428b5ac4cbe41f4cad9ab92cac 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/QuasselViewModel.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt index 53e44b93b5b593123b8a9f21b8bd54e0dd1f7b17..260814b3dacb35ec93ba39cbb0defd30db6db410 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/AutoCompleteItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt index 8c83036467212117567fd718f418f5825186462d..99d2097b4bb3e056319e849c5b036c798eed2e0a 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/Avatar.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt index 9a247f6db875363f42b96453a3ae1c18f0f8f36c..c690828d00b2c76dea2180300e53bbc4beadcc93 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferData.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt index 24dc365249fca4c50556922cf7170ac5b34da9e0..75a799c424b41fb28835508a6ad26f5a6e74ded3 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferHiddenState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt index def5d7f01c7f393a88295bb1c2bf012bca7e536b..56e3c8fce77009e94741888026f8276ff4ebcacb 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferListItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt index be6084b1dfeedcf60e42fa8ad083d0b9839c5345..47c69a6a0c3282684b5f4259735a9a48f5653876 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferProps.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt index 354f7b742c32f5ec7ee4ae92acc556ed6aad6d30..0fb352bd89fd8ce778fc1e33b979e77653fa6845 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferState.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt index b98f08939fbcd7b32a244aada63e9b94a820bfcd..e29d9ff6c37c0adcda519652a69d6a5c417efd7a 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/BufferStatus.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt index e9b5613e708c66e60da17726b99824efc24e10b0..73fad333b9660badafdddff35889b816a7729c4b 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/FormattedMessage.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt index 8f88b84f3fb05ffb83ccb633e1ab1976851027e6..1c69bc98cc8e1832982aea0d7555dfa5d55c42ba 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/IrcUserItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data diff --git a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt index d421d199e63f981c99bd636a377d2c75557469ee..daaecc32d64055728f887e7266d652dbb8199716 100644 --- a/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt +++ b/viewmodel/src/main/java/de/kuschku/quasseldroid/viewmodel/data/SelectedBufferItem.kt @@ -1,8 +1,8 @@ /* * Quasseldroid - Quassel client for Android * - * Copyright (c) 2018 Janne Koschinski - * Copyright (c) 2018 The Quassel Project + * Copyright (c) 2019 Janne Koschinski + * Copyright (c) 2019 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 @@ -10,11 +10,11 @@ * * 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 + * 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/>. + * with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.kuschku.quasseldroid.viewmodel.data