From e507c8262fcb263d602754b41a862d29910b1432 Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Sat, 13 Feb 2021 12:51:31 +0800 Subject: [PATCH] [app] Update copyright header --- app/build.gradle | 20 ++++++++++++++++ app/src/main/AndroidManifest.xml | 20 ++++++++++++++++ .../java/io/github/lsposed/manager/App.java | 20 ++++++++++++++++ .../io/github/lsposed/manager/Constants.java | 20 ++++++++++++++++ .../lsposed/manager/adapters/AppHelper.java | 20 ++++++++++++++++ .../manager/adapters/ScopeAdapter.java | 20 ++++++++++++++++ .../manager/receivers/EdServiceReceiver.java | 20 ++++++++++++++++ .../manager/ui/activity/AboutActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/AppListActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/BaseActivity.java | 20 ++++++++++++++++ .../ui/activity/CrashReportActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/LogsActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/MainActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/ModulesActivity.java | 20 ++++++++++++++++ .../manager/ui/activity/SettingsActivity.java | 20 ++++++++++++++++ .../ui/fragment/CompileDialogFragment.java | 20 ++++++++++++++++ .../ui/fragment/StatusDialogBuilder.java | 20 ++++++++++++++++ .../ui/widget/IntegerListPreference.java | 20 ++++++++++++++++ .../manager/ui/widget/LinkifyTextView.java | 24 +++++++++++-------- .../ui/widget/ThemeColorPreference.java | 20 ++++++++++++++++ .../lsposed/manager/util/AppModule.java | 20 ++++++++++++++++ .../lsposed/manager/util/BackupUtils.java | 20 ++++++++++++++++ .../manager/util/CustomThemeColor.java | 19 +++++++++++++-- .../manager/util/CustomThemeColors.java | 20 ++++++++++++++++ .../lsposed/manager/util/GlideHelper.java | 20 ++++++++++++++++ .../manager/util/InsetsViewInflater.java | 10 ++++---- .../manager/util/LinearLayoutManagerFix.java | 20 ++++++++++++++++ .../lsposed/manager/util/ModuleUtil.java | 20 ++++++++++++++++ .../github/lsposed/manager/util/NavUtil.java | 20 ++++++++++++++++ .../manager/util/NotificationUtil.java | 20 ++++++++++++++++ .../github/lsposed/manager/util/Version.java | 20 ++++++++++++++++ .../lsposed/manager/util/svg/SvgDecoder.java | 20 ++++++++++++++++ .../util/svg/SvgDrawableTranscoder.java | 20 ++++++++++++++++ app/src/main/res/drawable/ic_android.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_assignment.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_check_circle.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_chip.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_error.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_framework.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_get_app.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_github.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_info.xml | 20 ++++++++++++++++ .../res/drawable/ic_launcher_background.xml | 20 ++++++++++++++++ .../res/drawable/ic_launcher_foreground.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_manager.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_modules.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_notification.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_phone.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_refresh.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_save.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_send.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_settings.xml | 20 ++++++++++++++++ .../res/drawable/ic_telegram_2019_logo.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ic_warning.xml | 20 ++++++++++++++++ app/src/main/res/drawable/item_background.xml | 20 ++++++++++++++++ .../item_background_round_nopadding.xml | 20 ++++++++++++++++ app/src/main/res/drawable/ph_drawable.xml | 20 ++++++++++++++++ .../main/res/drawable/shortcut_ic_logs.xml | 20 ++++++++++++++++ .../main/res/drawable/shortcut_ic_modules.xml | 20 ++++++++++++++++ app/src/main/res/layout/activity_about.xml | 20 ++++++++++++++++ .../main/res/layout/activity_crash_report.xml | 20 ++++++++++++++++ app/src/main/res/layout/activity_logs.xml | 20 ++++++++++++++++ app/src/main/res/layout/activity_main.xml | 20 ++++++++++++++++ app/src/main/res/layout/activity_settings.xml | 20 ++++++++++++++++ .../res/layout/dialog_install_warning.xml | 20 ++++++++++++++++ .../res/layout/fragment_compile_dialog.xml | 20 ++++++++++++++++ app/src/main/res/layout/item_log.xml | 20 ++++++++++++++++ app/src/main/res/layout/item_module.xml | 20 ++++++++++++++++ app/src/main/res/layout/status_installer.xml | 20 ++++++++++++++++ .../main/res/menu/context_menu_modules.xml | 20 ++++++++++++++++ app/src/main/res/menu/menu_app_item.xml | 20 ++++++++++++++++ app/src/main/res/menu/menu_app_list.xml | 20 ++++++++++++++++ app/src/main/res/menu/menu_logs.xml | 20 ++++++++++++++++ app/src/main/res/menu/menu_modules.xml | 20 ++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 20 ++++++++++++++++ app/src/main/res/values-night-v29/colors.xml | 20 ++++++++++++++++ app/src/main/res/values-night/bool.xml | 20 ++++++++++++++++ app/src/main/res/values-night/colors.xml | 20 ++++++++++++++++ app/src/main/res/values-night/styles.xml | 20 ++++++++++++++++ app/src/main/res/values-ru/strings.xml | 20 ++++++++++++++++ app/src/main/res/values-uk/strings.xml | 20 ++++++++++++++++ app/src/main/res/values-v27/colors.xml | 20 ++++++++++++++++ app/src/main/res/values-v29/colors.xml | 20 ++++++++++++++++ app/src/main/res/values-zh-rCN/strings.xml | 20 ++++++++++++++++ app/src/main/res/values-zh-rHK/strings.xml | 20 ++++++++++++++++ app/src/main/res/values-zh-rTW/strings.xml | 20 ++++++++++++++++ app/src/main/res/values/arrays.xml | 20 ++++++++++++++++ app/src/main/res/values/attrs.xml | 20 ++++++++++++++++ app/src/main/res/values/bool.xml | 20 ++++++++++++++++ app/src/main/res/values/colors.xml | 20 ++++++++++++++++ app/src/main/res/values/colors_material.xml | 20 ++++++++++++++++ app/src/main/res/values/dimens.xml | 20 ++++++++++++++++ app/src/main/res/values/strings.xml | 20 ++++++++++++++++ app/src/main/res/values/styles.xml | 20 ++++++++++++++++ app/src/main/res/values/themes_custom.xml | 20 ++++++++++++++++ app/src/main/res/xml/file_paths.xml | 20 ++++++++++++++++ app/src/main/res/xml/prefs.xml | 22 ++++++++++++++++- app/src/main/res/xml/shortcuts.xml | 20 ++++++++++++++++ 98 files changed, 1937 insertions(+), 18 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f6f86603..1e193e6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + apply plugin: 'com.android.application' android { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3b9cbd72..012596ac 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,4 +1,24 @@ + + diff --git a/app/src/main/java/io/github/lsposed/manager/App.java b/app/src/main/java/io/github/lsposed/manager/App.java index f773c4cb..3200a07b 100644 --- a/app/src/main/java/io/github/lsposed/manager/App.java +++ b/app/src/main/java/io/github/lsposed/manager/App.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/Constants.java b/app/src/main/java/io/github/lsposed/manager/Constants.java index 6a269a85..d3b05cd3 100644 --- a/app/src/main/java/io/github/lsposed/manager/Constants.java +++ b/app/src/main/java/io/github/lsposed/manager/Constants.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager; import android.widget.Toast; diff --git a/app/src/main/java/io/github/lsposed/manager/adapters/AppHelper.java b/app/src/main/java/io/github/lsposed/manager/adapters/AppHelper.java index 73053db5..b052a180 100644 --- a/app/src/main/java/io/github/lsposed/manager/adapters/AppHelper.java +++ b/app/src/main/java/io/github/lsposed/manager/adapters/AppHelper.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.adapters; import android.content.Intent; diff --git a/app/src/main/java/io/github/lsposed/manager/adapters/ScopeAdapter.java b/app/src/main/java/io/github/lsposed/manager/adapters/ScopeAdapter.java index 7e7cacac..4ebf9881 100644 --- a/app/src/main/java/io/github/lsposed/manager/adapters/ScopeAdapter.java +++ b/app/src/main/java/io/github/lsposed/manager/adapters/ScopeAdapter.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.adapters; import android.content.Intent; diff --git a/app/src/main/java/io/github/lsposed/manager/receivers/EdServiceReceiver.java b/app/src/main/java/io/github/lsposed/manager/receivers/EdServiceReceiver.java index a48b5014..d7af08d7 100644 --- a/app/src/main/java/io/github/lsposed/manager/receivers/EdServiceReceiver.java +++ b/app/src/main/java/io/github/lsposed/manager/receivers/EdServiceReceiver.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.receivers; import android.content.BroadcastReceiver; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/AboutActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/AboutActivity.java index 6056eec6..70f10b87 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/AboutActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/AboutActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.os.Bundle; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/AppListActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/AppListActivity.java index 6f6709f8..292b5f88 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/AppListActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/AppListActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.content.Intent; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/BaseActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/BaseActivity.java index 8ee0cf75..5e30d45d 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/BaseActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/BaseActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/CrashReportActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/CrashReportActivity.java index 325f5ff7..a63a0a5e 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/CrashReportActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/CrashReportActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.content.ClipData; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/LogsActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/LogsActivity.java index 0db4094c..177f9b30 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/LogsActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/LogsActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/MainActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/MainActivity.java index 96316a6a..f2f9f000 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/MainActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/MainActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/ModulesActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/ModulesActivity.java index 3e31be0f..9c72a9c4 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/ModulesActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/ModulesActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.content.Intent; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/activity/SettingsActivity.java b/app/src/main/java/io/github/lsposed/manager/ui/activity/SettingsActivity.java index 411caa92..3d7ee7b9 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/activity/SettingsActivity.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/activity/SettingsActivity.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.activity; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/fragment/CompileDialogFragment.java b/app/src/main/java/io/github/lsposed/manager/ui/fragment/CompileDialogFragment.java index b0646fc4..254bdc40 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/fragment/CompileDialogFragment.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/fragment/CompileDialogFragment.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.fragment; import android.app.Dialog; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/fragment/StatusDialogBuilder.java b/app/src/main/java/io/github/lsposed/manager/ui/fragment/StatusDialogBuilder.java index d57bd6d1..3eee9704 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/fragment/StatusDialogBuilder.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/fragment/StatusDialogBuilder.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.fragment; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/widget/IntegerListPreference.java b/app/src/main/java/io/github/lsposed/manager/ui/widget/IntegerListPreference.java index 0911a0e0..371386d2 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/widget/IntegerListPreference.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/widget/IntegerListPreference.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.widget; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/widget/LinkifyTextView.java b/app/src/main/java/io/github/lsposed/manager/ui/widget/LinkifyTextView.java index 1d52a2ed..70a788a1 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/widget/LinkifyTextView.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/widget/LinkifyTextView.java @@ -1,17 +1,21 @@ /* - * Copyright 2015 Hippo Seven + * This file is part of LSPosed. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * http://www.apache.org/licenses/LICENSE-2.0 + * LSPosed is distributed in the hope 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. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU General Public License + * along with LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors */ package io.github.lsposed.manager.ui.widget; diff --git a/app/src/main/java/io/github/lsposed/manager/ui/widget/ThemeColorPreference.java b/app/src/main/java/io/github/lsposed/manager/ui/widget/ThemeColorPreference.java index d96849d5..08551107 100644 --- a/app/src/main/java/io/github/lsposed/manager/ui/widget/ThemeColorPreference.java +++ b/app/src/main/java/io/github/lsposed/manager/ui/widget/ThemeColorPreference.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.ui.widget; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/util/AppModule.java b/app/src/main/java/io/github/lsposed/manager/util/AppModule.java index f8fb7baa..9298e09b 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/AppModule.java +++ b/app/src/main/java/io/github/lsposed/manager/util/AppModule.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/util/BackupUtils.java b/app/src/main/java/io/github/lsposed/manager/util/BackupUtils.java index 606dfa94..adcbf0dd 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/BackupUtils.java +++ b/app/src/main/java/io/github/lsposed/manager/util/BackupUtils.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColor.java b/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColor.java index cdfd656c..912ec69b 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColor.java +++ b/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColor.java @@ -1,6 +1,21 @@ /* - * Copyright (c) 2019 Hai Zhang - * All Rights Reserved. + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors */ package io.github.lsposed.manager.util; diff --git a/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColors.java b/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColors.java index b909adb4..0bc414c8 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColors.java +++ b/app/src/main/java/io/github/lsposed/manager/util/CustomThemeColors.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import androidx.annotation.ColorRes; diff --git a/app/src/main/java/io/github/lsposed/manager/util/GlideHelper.java b/app/src/main/java/io/github/lsposed/manager/util/GlideHelper.java index e24e7b14..c3573bca 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/GlideHelper.java +++ b/app/src/main/java/io/github/lsposed/manager/util/GlideHelper.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.content.pm.ApplicationInfo; diff --git a/app/src/main/java/io/github/lsposed/manager/util/InsetsViewInflater.java b/app/src/main/java/io/github/lsposed/manager/util/InsetsViewInflater.java index 99de65f7..4753f1e6 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/InsetsViewInflater.java +++ b/app/src/main/java/io/github/lsposed/manager/util/InsetsViewInflater.java @@ -1,21 +1,21 @@ /* - * This file is part of EdXposed. + * This file is part of LSPosed. * - * EdXposed is free software: you can redistribute it and/or modify + * LSPosed is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * EdXposed is distributed in the hope that it will be useful, + * LSPosed is distributed in the hope 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 EdXposed. If not, see . + * along with LSPosed. If not, see . * * Copyright (C) 2020 EdXposed Contributors - * Copyright (C) 2021 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors */ package io.github.lsposed.manager.util; diff --git a/app/src/main/java/io/github/lsposed/manager/util/LinearLayoutManagerFix.java b/app/src/main/java/io/github/lsposed/manager/util/LinearLayoutManagerFix.java index 3ac76292..fd641375 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/LinearLayoutManagerFix.java +++ b/app/src/main/java/io/github/lsposed/manager/util/LinearLayoutManagerFix.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.content.Context; diff --git a/app/src/main/java/io/github/lsposed/manager/util/ModuleUtil.java b/app/src/main/java/io/github/lsposed/manager/util/ModuleUtil.java index b7bc4628..b6ffd677 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/ModuleUtil.java +++ b/app/src/main/java/io/github/lsposed/manager/util/ModuleUtil.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.content.pm.ApplicationInfo; diff --git a/app/src/main/java/io/github/lsposed/manager/util/NavUtil.java b/app/src/main/java/io/github/lsposed/manager/util/NavUtil.java index 29b3915a..720d33a5 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/NavUtil.java +++ b/app/src/main/java/io/github/lsposed/manager/util/NavUtil.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.net.Uri; diff --git a/app/src/main/java/io/github/lsposed/manager/util/NotificationUtil.java b/app/src/main/java/io/github/lsposed/manager/util/NotificationUtil.java index 5eba7e15..a9e18f24 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/NotificationUtil.java +++ b/app/src/main/java/io/github/lsposed/manager/util/NotificationUtil.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; import android.annotation.SuppressLint; diff --git a/app/src/main/java/io/github/lsposed/manager/util/Version.java b/app/src/main/java/io/github/lsposed/manager/util/Version.java index 49f4135b..a83e8fac 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/Version.java +++ b/app/src/main/java/io/github/lsposed/manager/util/Version.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util; // https://stackoverflow.com/a/11024200 diff --git a/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDecoder.java b/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDecoder.java index 5979f6eb..3838b777 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDecoder.java +++ b/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDecoder.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util.svg; import androidx.annotation.NonNull; diff --git a/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDrawableTranscoder.java b/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDrawableTranscoder.java index 0d007507..e7709c60 100644 --- a/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDrawableTranscoder.java +++ b/app/src/main/java/io/github/lsposed/manager/util/svg/SvgDrawableTranscoder.java @@ -1,3 +1,23 @@ +/* + * This file is part of LSPosed. + * + * LSPosed is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * LSPosed is distributed in the hope 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 LSPosed. If not, see . + * + * Copyright (C) 2020 EdXposed Contributors + * Copyright (C) 2021 LSPosed Contributors + */ + package io.github.lsposed.manager.util.svg; import android.graphics.Picture; diff --git a/app/src/main/res/drawable/ic_android.xml b/app/src/main/res/drawable/ic_android.xml index 575b4406..8fcd27d3 100644 --- a/app/src/main/res/drawable/ic_android.xml +++ b/app/src/main/res/drawable/ic_android.xml @@ -1,3 +1,23 @@ + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + + + + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + diff --git a/app/src/main/res/drawable/shortcut_ic_logs.xml b/app/src/main/res/drawable/shortcut_ic_logs.xml index e1b546f5..3ed5203f 100644 --- a/app/src/main/res/drawable/shortcut_ic_logs.xml +++ b/app/src/main/res/drawable/shortcut_ic_logs.xml @@ -1,4 +1,24 @@ + + diff --git a/app/src/main/res/drawable/shortcut_ic_modules.xml b/app/src/main/res/drawable/shortcut_ic_modules.xml index bc69ea28..bbca99a6 100644 --- a/app/src/main/res/drawable/shortcut_ic_modules.xml +++ b/app/src/main/res/drawable/shortcut_ic_modules.xml @@ -1,4 +1,24 @@ + + diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index 54a5a2c4..babdc61b 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -1,4 +1,24 @@ + + + + + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + + + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + . + ~ + ~ Copyright (C) 2020 EdXposed Contributors + ~ Copyright (C) 2021 LSPosed Contributors + --> + + + + + + + + + diff --git a/app/src/main/res/menu/menu_logs.xml b/app/src/main/res/menu/menu_logs.xml index 265fb148..ecdb271d 100644 --- a/app/src/main/res/menu/menu_logs.xml +++ b/app/src/main/res/menu/menu_logs.xml @@ -1,4 +1,24 @@ + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index eca70cfe..1303455d 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,4 +1,24 @@ + + diff --git a/app/src/main/res/values-night-v29/colors.xml b/app/src/main/res/values-night-v29/colors.xml index dcedf5da..61f7235e 100644 --- a/app/src/main/res/values-night-v29/colors.xml +++ b/app/src/main/res/values-night-v29/colors.xml @@ -1,4 +1,24 @@ + + @android:color/transparent \ No newline at end of file diff --git a/app/src/main/res/values-night/bool.xml b/app/src/main/res/values-night/bool.xml index 63ba97b3..0578a5da 100644 --- a/app/src/main/res/values-night/bool.xml +++ b/app/src/main/res/values-night/bool.xml @@ -1,4 +1,24 @@ + + false diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 03bf4c23..57be59cc 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,4 +1,24 @@ + + @color/material_blue_700 #303030 diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 5770f131..91380652 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -1,3 +1,23 @@ + +