diff --git a/README.md b/README.md index cfd2092..e12a225 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ MIUI 再不重写,怕是永远会变成安卓之光。雷军,金凡!! - [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) ``` -Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) +Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -137,4 +137,4 @@ along with this program. If not, see . Powered by [YukiHookAPI](https://github.com/fankes/YukiHookAPI) -版权所有 © 2019-2022 Fankes Studio(qzmmcn@163.com) \ No newline at end of file +版权所有 © 2017-2023 Fankes Studio(qzmmcn@163.com) \ No newline at end of file diff --git a/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt b/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt index a2154ea..825460c 100644 --- a/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt +++ b/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt b/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt index 7cbcb0a..9227378 100644 --- a/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt +++ b/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt b/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt index 2534774..4abdd2a 100644 --- a/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt b/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt index 753aade..f474bc1 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt b/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt index 016b98f..17a5a2c 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt b/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt index 5e61d9a..ac030a8 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt b/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt index 8aca107..46486b1 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt index 0ad577c..d437525 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt b/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt index 04b34d2..fbf4b1f 100644 --- a/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt +++ b/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt b/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt index fe6f23b..fc8da30 100644 --- a/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt b/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt index 150de8c..e305afb 100644 --- a/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt +++ b/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt index 18568f8..25462a4 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt index c3412ca..13cdcf4 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt index 9dfd726..dd45ef9 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt index 9ec4da9..e750be6 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt b/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt index 6b3d973..4134fbe 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt index 0a09116..218392d 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt index 6470b76..f710583 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt index 6ecc4b0..e279caa 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt index 94f6b8c..62f4bd7 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt index 2f2d0bd..f640e08 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt index f8a5f19..32def5e 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt index 3b17faa..fcf8f86 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt index b17f065..a69b49e 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt index 551fbd6..9f0f1aa 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt index 6a6f57e..c445bd1 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt index 124bd94..78cda81 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/YukiPromoteTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/YukiPromoteTool.kt index 534e1c8..ac14677 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/YukiPromoteTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/YukiPromoteTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it