https://github.com/fankes/ColorOSNotifyIcon
Optimize notification icons for ColorOS and adapt to native notification icon specifications.
https://github.com/fankes/ColorOSNotifyIcon
android xposedmodule
Last synced: 6 months ago
JSON representation
Optimize notification icons for ColorOS and adapt to native notification icon specifications.
- Host: GitHub
- URL: https://github.com/fankes/ColorOSNotifyIcon
- Owner: fankes
- License: agpl-3.0
- Created: 2022-02-27T15:42:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T10:55:46.000Z (7 months ago)
- Last Synced: 2024-12-16T03:44:22.656Z (6 months ago)
- Topics: android, xposedmodule
- Language: Kotlin
- Homepage:
- Size: 1.02 MB
- Stars: 119
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-root - ColorOS Notify Icon - Optimize notification icons for ColorOS and adapt to native notification icon specifications. `FOSS` (Root Apps / Customizations)
README
# ColorOS 通知图标增强
[](https://github.com/fankes/ColorOSNotifyIcon/blob/master/LICENSE)
[](https://github.com/fankes/ColorOSNotifyIcon/actions/workflows/commit_ci.yml)
[](https://github.com/fankes/ColorOSNotifyIcon/releases)

[](https://t.me/ColorOSNotifyIcon_CI)
[](https://t.me/XiaofangInternet)
[](https://qm.qq.com/cgi-bin/qm/qr?k=dp2h5YhWiga9WWb_Oh7kSHmx01X8I8ii&jump_from=webapi&authKey=Za5CaFP0lk7+Zgsk2KpoBD7sSaYbeXbsDgFjiWelOeH4VSionpxFJ7V0qQBSqvFM)
[](https://pd.qq.com/s/44gcy28h)
Optimize notification icons for ColorOS and adapt to native notification icon specifications.
为 ColorOS 优化通知图标以及适配原生通知图标规范,理论支持 OxygenOS 和 RealmeUI。
## For Non-Chinese Users
This project will not be adapted i18n, please stay tuned for my new projects in the future.
## 项目迁移公告
由于本人同时维护 **MIUI** 与 **ColorOS** 两个系统需要同时维护两个模块,十分不方便,所以我决定在后期逐渐合并两个项目并解耦合为一个新项目并计划适配更多系统与设备,例如原生与类原生系统。
在新的项目确定后,会在这里添加新项目的链接,届时我会终止维护这个项目并建议大家转移到新项目。
## 适配说明
- 此模块仅支持 **LSPosed** (作用域“系统界面”)、**~~EdXposed(随时停止支持)~~**、不支持**太极、无极**
- 目前仅在 ColorOS 12、12.1、13 for OnePlus 上测试通过,如有问题请提交 `issues`
- 建议在不低于 ColorOS 11 的版本上使用
## 历史背景
继 MIUI 之后的第二大系统 ColorOS 虽然支持原生通知图标,但是第三方推送五颜六色的图标系统并没有做适配,甚至系统自己的图标都是彩色的,极其不友好。
而且从 ColorOS 12 开始,原生图标丢失了着色属性,这也是一种对原生 Android 生态的破坏。
## 贡献通知图标优化名单
此项目是 `AndroidNotifyIconAdapt` 项目的一部分,详情请参考下方。
- [Android 通知图标规范适配计划](https://github.com/fankes/AndroidNotifyIconAdapt)
## 发行渠道
|
| [GitHub CI](https://github.com/fankes/ColorOSNotifyIcon/actions/workflows/commit_ci.yml) | CI 自动构建 (测试版) |
|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|---------------||
| [Telegram CI 频道](https://t.me/ColorOSNotifyIcon_CI) | CI 自动构建 (测试版) |
|-----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|---------------||
| [GitHub Releases](https://github.com/fankes/ColorOSNotifyIcon/releases) | 正式版 (稳定版) |
|------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|-----------||
| [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.coloros.notify/releases) | 正式版 (稳定版) |
|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|-----------||
| [123 云盘 **(密码:al5u)**](https://www.123pan.com/s/5SlUVv-C8DBh.html) | 正式版 (稳定版) |
|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|-----------|本模块发布地址仅限于上述所列出的地址,从其他非正规渠道下载到的版本或对您造成任何影响均与我们无关。
## 请勿用于非法用途
1. 本软件免费、由兴趣使然、仅供学习交流而开发,如果你是从其他不明来源的渠道付费得到本软件,则你已上当受骗,若发现欢迎向我们举报。
2. 未经本人许可,禁止转载、搬运本软件的安装包及源代码到 GitHub 以外的平台并提供下载链接。
## 项目推广
嘿,还请君留步!👋
这里有 Android 开发工具、UI 设计、Gradle 插件、Xposed 模块和实用软件等相关项目。
如果下方的项目能为你提供帮助,不妨为我点个 star 吧!
所有项目免费、开源,遵循对应开源许可协议。
→ 查看更多关于我的项目,请点击这里 ←
## Star History

## 隐私政策
- [PRIVACY](PRIVACY.md)
## 许可证
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
```
Copyright (C) 2017-2024 Fankes Studio([email protected])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 .
```Powered by [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)
版权所有 © 2017-2024 Fankes Studio([email protected])