├── README.md └── README_CN.MD /README.md: -------------------------------------------------------------------------------- 1 | # Launcher3Customizer 2 | 3 | English | [简体中文](README_CN.MD) 4 | 5 | Utilities for `Launcher3` customizations 6 | 7 | # Prerequisite 8 | 9 | `LSPosed` installed. 10 | 11 | # Features 12 | 13 | + Change icon packs 14 | + Change label for app icons as you want 15 | + Customized icon touch effect 16 | + Adaptive icon supported 17 | + Able to hide icon text on workspace 18 | + Able to hide icon text on apps drawer 19 | + Able to change icon size 20 | + Able to change icon text size 21 | + Able to change icon text drawable padding 22 | + Change color of notification dots 23 | + Show notification count on badges 24 | + Hide SpringLoaded background 25 | + Hide useless Qsb on first screen 26 | + Center opened folder 27 | + Manage privacy apps 28 | + ... May be more 29 | 30 | # Updates 31 | 32 | Any feature or bugfix updates will depend on my plans. Maybe you could do it yourself. 33 | 34 | Btw, there's no AOSP-like roms for my Mi-13 device, so I will probably not spend too much time on this project right now. 35 | 36 | # Notice 37 | 38 | Tested on `PixelExperience`, AndroidT only, it's not guaranteed to work on every rom. Some AOSP-like roms may work, as long as they haven't changed too much of AOSP codes. 39 | 40 | For those highly-customized roms like MIUI, I am quite sure it's not working at all, and there's no need to use this module on those roms since they've already provided lots of features. 41 | 42 | 43 | # Stargazers over time 44 | 45 | [![Stargazers over time](https://starchart.cc/gitofleonardo/Launcher30.svg)](https://starchart.cc/gitofleonardo/Launcher30) 46 | 47 | -------------------------------------------------------------------------------- /README_CN.MD: -------------------------------------------------------------------------------- 1 | # Launcher3Customizer 2 | 3 | [English](README.MD) | 简体中文 4 | 5 | 安卓原生桌面的定制模块 6 | 7 | # 前置条件 8 | 9 | 需要安装 `LSPosed` 模块。 10 | 11 | # 特性 12 | 13 | + 更改图标包 14 | + 更改应用的名字 15 | + 使用自定义的图标点击效果 16 | + 支持自适应图标 17 | + 支持隐藏桌面图标标题 18 | + 支持隐藏应用抽屉图标标题 19 | + 支持改变图标大小 20 | + 支持改变图标标题大小 21 | + 支持改变图标与标题之间的间距大小 22 | + 更改桌面红点通知的颜色 23 | + 支持在通知红点上显示通知数量 24 | + 隐藏桌面拖动的时候的背景 25 | + 关闭没有用的 `At A Glance` 组件 26 | + 打开文件夹居中 27 | + 管理隐私应用 28 | + ... 待开发 29 | 30 | # 更新 31 | 32 | 功能更新或者是 bug 修复将取决于我的计划。或者是你也可以自己来提交新功能。 33 | 34 | Btw, 我的小米13还没有可用的类原生包,所以目前可能不会投入很多时间在这个项目中。 35 | 36 | # 注意 37 | 38 | 只在 `PixelExperience` 安卓13上测试过,不保证能够在所有的系统中运行。一些类原生的包应该可以运行,只要他们没有在原生的基础上改太多东西的话。 39 | 40 | 对于那些高度自定义的系统,例如 MIUI,我敢肯定是没法正常运行的,而且也完全没必要在那些系统上安装本模块,因为他们已经提供了很多高度自定义的功能。 41 | --------------------------------------------------------------------------------