From f23034639ee94c3d1b8c57883a5bb120a382c071 Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Sun, 20 Feb 2022 03:42:59 +0800 Subject: [PATCH] Merge code --- .../java/com/fankes/tsbattery/application/TSApplication.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/hook/HookConst.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/ui/MainActivity.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/utils/DialogBuilder.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/utils/Utils.kt | 3 +-- .../tsbattery/utils/drawable/drawabletoolbox/Compatible.kt | 3 +-- .../tsbattery/utils/drawable/drawabletoolbox/Constants.kt | 3 +-- .../utils/drawable/drawabletoolbox/DrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/DrawableProperties.kt | 3 +-- .../utils/drawable/drawabletoolbox/DrawableWrapperBuilder.kt | 3 +-- .../tsbattery/utils/drawable/drawabletoolbox/FlipDrawable.kt | 3 +-- .../utils/drawable/drawabletoolbox/FlipDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/LayerDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/PathShapeDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/RippleDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/RotateDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/ScaleDrawableBuilder.kt | 3 +-- .../utils/drawable/drawabletoolbox/StateListDrawableBuilder.kt | 3 +-- app/src/main/java/com/fankes/tsbattery/view/MaterialSwitch.kt | 3 +-- 20 files changed, 20 insertions(+), 40 deletions(-) diff --git a/app/src/main/java/com/fankes/tsbattery/application/TSApplication.kt b/app/src/main/java/com/fankes/tsbattery/application/TSApplication.kt index c16fe45..8093834 100644 --- a/app/src/main/java/com/fankes/tsbattery/application/TSApplication.kt +++ b/app/src/main/java/com/fankes/tsbattery/application/TSApplication.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/hook/HookConst.kt b/app/src/main/java/com/fankes/tsbattery/hook/HookConst.kt index 4c54fe4..7f0598d 100644 --- a/app/src/main/java/com/fankes/tsbattery/hook/HookConst.kt +++ b/app/src/main/java/com/fankes/tsbattery/hook/HookConst.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt b/app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt index 9df8ea3..dd8b842 100644 --- a/app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt +++ b/app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/ui/MainActivity.kt b/app/src/main/java/com/fankes/tsbattery/ui/MainActivity.kt index 6333e14..9254776 100644 --- a/app/src/main/java/com/fankes/tsbattery/ui/MainActivity.kt +++ b/app/src/main/java/com/fankes/tsbattery/ui/MainActivity.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/DialogBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/DialogBuilder.kt index 291de3a..1eaba66 100644 --- a/app/src/main/java/com/fankes/tsbattery/utils/DialogBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/DialogBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/Utils.kt b/app/src/main/java/com/fankes/tsbattery/utils/Utils.kt index 00aef07..f30d1b1 100644 --- a/app/src/main/java/com/fankes/tsbattery/utils/Utils.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/Utils.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Compatible.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Compatible.kt index eadb1a6..f9d037e 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Compatible.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Compatible.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Constants.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Constants.kt index 995bb37..b74473c 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Constants.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/Constants.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableBuilder.kt index c593372..4dcdccc 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableProperties.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableProperties.kt index 7c6a8f3..d697d63 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableProperties.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableProperties.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableWrapperBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableWrapperBuilder.kt index db0c53b..22c779a 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableWrapperBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/DrawableWrapperBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawable.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawable.kt index a1fdcba..0cca759 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawable.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawable.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawableBuilder.kt index 0f704f2..8cc1ef1 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/FlipDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/LayerDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/LayerDrawableBuilder.kt index be9d325..23dbbf5 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/LayerDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/LayerDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/PathShapeDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/PathShapeDrawableBuilder.kt index e268e4c..9bcd4e9 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/PathShapeDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/PathShapeDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RippleDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RippleDrawableBuilder.kt index dd96fd5..b90bb40 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RippleDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RippleDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RotateDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RotateDrawableBuilder.kt index e8b13d6..0e0071f 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RotateDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/RotateDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/ScaleDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/ScaleDrawableBuilder.kt index 8e4746f..35a80f3 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/ScaleDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/ScaleDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/StateListDrawableBuilder.kt b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/StateListDrawableBuilder.kt index 7f4afc8..e23ed3a 100755 --- a/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/StateListDrawableBuilder.kt +++ b/app/src/main/java/com/fankes/tsbattery/utils/drawable/drawabletoolbox/StateListDrawableBuilder.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/app/src/main/java/com/fankes/tsbattery/view/MaterialSwitch.kt b/app/src/main/java/com/fankes/tsbattery/view/MaterialSwitch.kt index 1b295de..3402879 100644 --- a/app/src/main/java/com/fankes/tsbattery/view/MaterialSwitch.kt +++ b/app/src/main/java/com/fankes/tsbattery/view/MaterialSwitch.kt @@ -6,8 +6,7 @@ * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation; either - * version 3 of the License, or any later version and our eula as published - * by ferredoxin. + * version 3 of the License, or any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of