Cemiuiler icon indicating copy to clipboard operation
Cemiuiler copied to clipboard

Make MIUI Great Again!

Results 92 Cemiuiler issues
Sort by recently updated
recently updated
newest added

This change hardens all instances of [Runtime#exec()](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Runtime.html) to offer protection against attack. Left unchecked, `Runtime#exec()` can execute any arbitrary system command. If an attacker can control part of the strings...

### 需求内容 急切需要恢复默认值功能,或更改历史记录功能 在软件中调节某些设置后导致桌面异常卡顿,而且还不想每次都Delete userdata ### 实现思路&截图 我不太会写代码,如有错误请指正 仅供参考。 //`定义默认值 private static final String DEFAULT_SETTING_1 = "default_setting_1"; private static final String DEFAULT_SETTING_2 = "default_setting_2"; // ... // 在您的软件中存储默认值 private SharedPreferences...

enhancement

### 问题描述 The setting "Disable Mi share automatic closing" no longer does anything. ### 模块日志 [LSPosed_2023-11-02T07_07_20.714986.zip](https://github.com/saraSakuHj/Cemiuiler/files/13235388/LSPosed_2023-11-02T07_07_20.714986.zip) ### 复现步骤 ```bash 1. Enable "Disable automatic closing of Mi Share" 2. Enable Mi...

bug

### 需求内容 系统桌面应用图标长按显示的shortcuts菜单允许拖拽某个shortcut至桌面 ### 实现思路&截图 _No response_ ### 简单例子 为系统桌面添加应用图标长按显示shortcuts菜单允许拖拽某个shortcut至桌面的功能

enhancement

### 问题描述 更新1.3版本后,亮屏状态下,在桌面任意空白处双击锁屏,此时会询问root权限且不给予root权限会导致桌面无响应,之前1.2版本没有这个问题的 ### 模块日志 无 ### 复现步骤 _No response_ ### 问题截图 _No response_ ### 机型 Xiaomi 12s pro ### MIUI 版本 MIUI14 ### Android 版本 Android 13 ### Cemiuiler...

bug

This change hardens all [`BufferedReader#readLine()`](https://docs.oracle.com/javase/8/docs/api/java/io/BufferedReader.html#readLine--) operations against memory exhaustion. There is no way to call `readLine()` safely since it is, by its nature, a read that must be terminated by...

### 问题描述 folds dock favorite app won't update, when you restart device, you have to manually restart system launcher for it to have apps ### 模块日志 no logs for that...

bug

### 需求内容 ![IMG_20231005_102158](https://github.com/Team-Cemiuiler/Cemiuiler/assets/104283815/339a0bc2-2647-4121-88df-8bb243e27c64) ### 实现思路&截图 _No response_ ### 简单例子 米客中拥有这个功能,但是很多人都希望只用一个xposed模块解决大部分问题,所以希望添加这个功能

enhancement

### 问题描述 如题,开启系统桌面-其他-允许反向竖屏后出现 ### 模块日志 这种问题没必要吧 ### 复现步骤 _No response_ ### 问题截图 ![Uploading Screenshot_2023-10-28-23-37-12-579_com.miui.home-edit.jpg…]() ### 机型 小米pad6pro ### MIUI 版本 MIUI14 ### Android 版本 Android 13 ### Cemiuiler 版本 2.3.132_20231028_4cc1db5d

bug

### 需求内容 希望可以增加控制中心时间跟随系统字体的设置项,米客有这个功能,但是实在不想为了这一个功能再额外装一个模块了 ### 实现思路&截图 _No response_ ### 简单例子 使控制中心、通知中心以及经典样式的控制中心左上角大时间的字体,跟随系统字体样式,而不是固定不变

enhancement