mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 01:35:22 +08:00
63 lines
3.0 KiB
Markdown
63 lines
3.0 KiB
Markdown
# ColorOS 通知图标增强
|
|
|
|

|
|

|
|

|
|
<br/><br/>
|
|
<img src="https://github.com/fankes/ColorOSNotifyIcon/blob/master/app/src/main/ic_launcher-playstore.png" width = "100" height = "100"/>
|
|
<br/>
|
|
Optimize notification icons for ColorOS and adapt to native notification icon specifications.<br/>
|
|
为 ColorOS 优化通知图标以及适配原生通知图标规范,理论支持 OxygenOS 和 RealmeOS。
|
|
|
|
# 开始使用
|
|
|
|
点击下载最新版本
|
|
<a href='https://github.com/fankes/ColorOSNotifyIcon/releases'></a>
|
|
<br/><br/>
|
|
⚠️ 适配说明<br/>
|
|
|
|
- 此模块仅支持 LSPosed(作用域“系统界面”)、~~EdXposed(随时停止支持)~~、不支持太极无极
|
|
- 目前仅在 ColorOS 12 for OnePlus 上测试通过,如有问题请提交 `issues`
|
|
- 建议在不低于 ColorOS 11 的版本上使用
|
|
|
|
# 请勿用于非法用途
|
|
|
|
- 本模块完全开源免费,如果好用你可以打赏支持开发,但是请不要用于非法用途。
|
|
- 本模块发布地址仅有 [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.coloros.notify/releases)、
|
|
[Release](https://github.com/fankes/ColorOSNotifyIcon/releases)
|
|
及[蓝奏云](https://fankes.lanzouy.com/b030rvjyf),从其他非正规渠道下载到的版本或对您造成任何影响均与我们无关。
|
|
|
|
# 贡献通知图标优化名单
|
|
|
|
此项目是 `AndroidNotifyIconAdapt` 项目的一部分,详情请参考下方。<br/>
|
|
|
|
- [Android 通知图标规范适配](https://github.com/fankes/AndroidNotifyIconAdapt)
|
|
|
|
# 历史背景
|
|
|
|
继 MIUI 之后的第二大系统 ColorOS 虽然支持原生通知图标,但是第三方推送五颜六色的图标系统并没有做适配,甚至系统自己的图标都是彩色的,极其不友好。<br/><br/>
|
|
而且从 ColorOS 12 开始,原生图标丢失了着色属性,这也是一种对原生 Android 生态的破坏。
|
|
|
|
# 许可证
|
|
|
|
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
|
|
|
|
```
|
|
Copyright (C) 2019-2022 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
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope 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 Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
```
|
|
|
|
Powered by [YukiHookAPI](https://github.com/fankes/YukiHookAPI)<br/><br/>
|
|
版权所有 © 2019-2022 Fankes Studio(qzmmcn@163.com) |