File tree Expand file tree Collapse file tree
java/com/sevtinge/hyperceiler/module/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112import com .sevtinge .hyperceiler .module .hook .home .title .DisableHideTheme ;
113113import com .sevtinge .hyperceiler .module .hook .home .title .DownloadAnimation ;
114114import com .sevtinge .hyperceiler .module .hook .home .title .EnableIconMonoChrome ;
115+ import com .sevtinge .hyperceiler .module .hook .home .title .FakeNonDefaultIcon ;
115116import com .sevtinge .hyperceiler .module .hook .home .title .FixAnimation ;
116117import com .sevtinge .hyperceiler .module .hook .home .title .HiddenAllTitle ;
117118import com .sevtinge .hyperceiler .module .hook .home .title .IconTitleColor ;
@@ -223,6 +224,7 @@ public void handleLoadPackage() {
223224 initHook (DisableHideTheme .INSTANCE , mPrefsMap .getBoolean ("home_title_disable_hide_theme" ));
224225 initHook (DisableHideFile .INSTANCE , mPrefsMap .getBoolean ("home_title_disable_hide_file" ));
225226 initHook (DisableHideGoogle .INSTANCE , mPrefsMap .getBoolean ("home_title_disable_hide_google" ));
227+ initHook (FakeNonDefaultIcon .INSTANCE , mPrefsMap .getBoolean ("fake_non_default_icon" ));
226228 initHook (new AnimParamCustom (), mPrefsMap .getBoolean ("home_title_custom_anim_param_main" ));
227229 // initHook(new IconScaleHook()/*, mPrefsMap.getInt("home_title_icon_scale", 100) != 100*/);
228230
Original file line number Diff line number Diff line change 11661166 <string name =" home_title_disable_hide_file" >禁止隐藏 \"文件\" 图标</string >
11671167 <string name =" home_title_disable_hide_theme" >禁止隐藏 \"主题壁纸\" 图标</string >
11681168 <string name =" home_title_disable_hide_google" >禁止隐藏 \"Google\" 图标</string >
1169+ <string name =" home_title_fake_non_default_icon" >伪装为非默认图标</string >
11691170 <string name =" home_title_custom_anim_param" >自定义动画曲线</string >
11701171 <string name =" home_title_custom_anim_param_damping_title" >阻尼</string >
11711172 <string name =" home_title_custom_anim_param_stiffness_title" >刚度</string >
Original file line number Diff line number Diff line change 11441144 <string name =" home_title_disable_hide_file" >Disable hiding the \"File\" icon</string >
11451145 <string name =" home_title_disable_hide_theme" >Do not hide \"Theme Manager\" icon</string >
11461146 <string name =" home_title_disable_hide_google" >Don\'t hide the \"Google\" icon</string >
1147+ <string name =" home_title_fake_non_default_icon" >Fake non-default icon</string >
11471148 <string name =" home_title_custom_anim_param" >Custom Animation Parameter</string >
11481149 <string name =" home_title_custom_anim_param_damping_title" >Damping</string >
11491150 <string name =" home_title_custom_anim_param_stiffness_title" >Stiffness</string >
Original file line number Diff line number Diff line change 8686 android : action =" android.intent.action.VIEW"
8787 android : data =" https://github.com/Henvy-Mango" />
8888 </Preference >
89+ <Preference
90+ android : summary =" GitHub@Memory2314"
91+ android : title =" Memory" >
92+ <intent
93+ android : action =" android.intent.action.VIEW"
94+ android : data =" https://github.com/Memory2314" />
95+ </Preference >
8996 <Preference
9097 android : summary =" CoolApk@MonetCarlos"
9198 android : title =" MonetCarlos" >
You can’t perform that action at this time.
0 commit comments