File tree Expand file tree Collapse file tree 5 files changed +24
-6
lines changed Expand file tree Collapse file tree 5 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Yuki Hook API
2
2
3
3
![ Blank] ( https://img.shields.io/badge/license-MIT-blue )
4
- ![ Blank] ( https://img.shields.io/badge/version-v1.1.10 -green )
4
+ ![ Blank] ( https://img.shields.io/badge/version-v1.1.11 -green )
5
5
[ ![ Telegram] ( https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram )] ( https://t.me/YukiHookAPI )
6
6
<br /><br />
7
7
<img src =" https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true " width = " 100 " height = " 100 " />
Original file line number Diff line number Diff line change 1
1
# Yuki Hook API
2
2
3
3
![ Blank] ( https://img.shields.io/badge/license-MIT-blue )
4
- ![ Blank] ( https://img.shields.io/badge/version-v1.1.10 -green )
4
+ ![ Blank] ( https://img.shields.io/badge/version-v1.1.11 -green )
5
5
[ ![ Telegram] ( https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram )] ( https://t.me/YukiHookAPI )
6
6
<br /><br />
7
7
<img src =" https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true " width = " 100 " height = " 100 " />
Original file line number Diff line number Diff line change 26
26
repository : [
27
27
groupId : ' com.highcapable.yukihookapi' ,
28
28
apiVersion : [
29
- name : ' 1.1.10 ' ,
30
- code : 43
29
+ name : ' 1.1.11 ' ,
30
+ code : 44
31
31
],
32
32
name : ' YukiHookAPI' ,
33
33
description : ' An efficient Hook API and Xposed Module solution built in Kotlin.' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,16 @@ Time zone of version release date: **UTC+8**
16
16
17
17
:::
18
18
19
- ### 1.1.10 | 2023.04.21 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
19
+ ### 1.1.11 | 2023.04.25 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
20
+
21
+ - Fixed a critical issue since ` 1.1.5 ` version where the ` Member ` cache did not take effect and persistent storage eventually caused app out of memory (OOM), thanks to [ Art-Chen] ( https://github.com/Art-Chen )
22
+ - Remove the direct cache function of ` Member ` and deprecated ~~ ` YukiReflection.Configs.isEnableMemberCache ` ~~ , keep the cache function of ` Class `
23
+ - Modified finder to ` Sequence ` , optimize the finding speed and performance of ` Member `
24
+ - Remove the ` YukiHookPrefsBridge ` 's direct key-value cache function and removed ` LruCache ` related functions
25
+ - Deprecated ~~ ` YukiHookAPI.Configs.isEnablePrefsBridgeCache ` ~~
26
+ - Deprecated ~~ ` direct ` ~~ , ~~ ` clearCache ` ~~ functions in ` YukiHookPrefsBridge `
27
+
28
+ ### 1.1.10 | 2023.04.21 &ensp ; <Badge type =" warning " text =" stale " vertical =" middle " />
20
29
21
30
- The ` Activity ` proxy function adds the function of specifying a separate proxy ` Activity ` for each proxied ` Activity `
22
31
- Fixed problem that the ` contains ` and ` all ` methods in ` YukiHookPrefsBridge ` did not judge the ` native ` function
Original file line number Diff line number Diff line change 8
8
9
9
:::
10
10
11
- ### 1.1.10 | 2023.04.21 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
11
+ ### 1.1.11 | 2023.04.25 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
12
+
13
+ - 修复从 ` 1.1.5 ` 版本开始的一个严重问题,` Member ` 缓存未生效且持续存储最终引发 APP 内存溢出 (OOM),感谢 [ Art-Chen] ( https://github.com/Art-Chen )
14
+ - 移除 ` Member ` 的直接缓存功能并作废 ~~ ` YukiHookAPI.Configs.isEnableMemberCache ` ~~ ,保留 ` Class ` 的缓存功能
15
+ - 对接查找功能到 ` Sequence ` ,优化 ` Member ` 的查找速度与性能
16
+ - 移除 ` YukiHookPrefsBridge ` 的直接键值缓存功能并移除 ` LruCache ` 相关功能
17
+ - 作废了 ~~ ` YukiHookAPI.Configs.isEnablePrefsBridgeCache ` ~~
18
+ - 作废了 ` YukiHookPrefsBridge ` 中的 ~~ ` direct ` ~~ 、~~ ` clearCache ` ~~ 方法
19
+
20
+ ### 1.1.10 | 2023.04.21 &ensp ; <Badge type =" warning " text =" 过旧 " vertical =" middle " />
12
21
13
22
- ` Activity ` 代理功能新增每个被代理的 ` Activity ` 指定单独的代理 ` Activity ` 功能
14
23
- 修复 ` YukiHookPrefsBridge ` 中的 ` contains ` 、` all ` 方法未判断 ` native ` 功能的问题
You can’t perform that action at this time.
0 commit comments