mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Update version to 1.1.10
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Yuki Hook API
|
# Yuki Hook API
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Yuki Hook API
|
# Yuki Hook API
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||||
|
@@ -26,8 +26,8 @@ ext {
|
|||||||
repository : [
|
repository : [
|
||||||
groupId : 'com.highcapable.yukihookapi',
|
groupId : 'com.highcapable.yukihookapi',
|
||||||
apiVersion : [
|
apiVersion : [
|
||||||
name: '1.1.9',
|
name: '1.1.10',
|
||||||
code: 42
|
code: 43
|
||||||
],
|
],
|
||||||
name : 'YukiHookAPI',
|
name : 'YukiHookAPI',
|
||||||
description: 'An efficient Hook API and Xposed Module solution built in Kotlin.',
|
description: 'An efficient Hook API and Xposed Module solution built in Kotlin.',
|
||||||
|
@@ -16,7 +16,16 @@ Time zone of version release date: **UTC+8**
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### 1.1.9 | 2023.04.17  <Badge type="tip" text="latest" vertical="middle" />
|
### 1.1.10 | 2023.04.21  <Badge type="tip" text="latest" vertical="middle" />
|
||||||
|
|
||||||
|
- The `Activity` proxy function adds the function of specifying a separate proxy `Activity` for each proxied `Activity`
|
||||||
|
- Fixed problem that the `contains` and `all` methods in `YukiHookPrefsBridge` did not judge the `native` function
|
||||||
|
- Integrate the cache function in `YukiHookPrefsBridge` into `PreferencesCacheManager` and use `LruCache` as a key-value pair cache
|
||||||
|
- Modify `YukiHookPrefsBridge` key-value pair caching function to take effect in all environments (Module Apps, Host Apps)
|
||||||
|
- Modify part of `HashMap` used for caching to `ArrayMap` to reduce memory consumption
|
||||||
|
- Fix some other possible problems
|
||||||
|
|
||||||
|
### 1.1.9 | 2023.04.17  <Badge type="warning" text="stale" vertical="middle" />
|
||||||
|
|
||||||
- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
|
- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
|
||||||
- Remove the inspection function of internal methods and parameters through Hook or reflection API
|
- Remove the inspection function of internal methods and parameters through Hook or reflection API
|
||||||
|
@@ -8,7 +8,16 @@
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### 1.1.9 | 2023.04.17  <Badge type="tip" text="最新" vertical="middle" />
|
### 1.1.10 | 2023.04.21  <Badge type="tip" text="最新" vertical="middle" />
|
||||||
|
|
||||||
|
- `Activity` 代理功能新增每个被代理的 `Activity` 指定单独的代理 `Activity` 功能
|
||||||
|
- 修复 `YukiHookPrefsBridge` 中的 `contains`、`all` 方法未判断 `native` 功能的问题
|
||||||
|
- 整合 `YukiHookPrefsBridge` 中的缓存功能到 `PreferencesCacheManager` 并使用 `LruCache` 作为键值对前置缓存
|
||||||
|
- 修改 `YukiHookPrefsBridge` 键值对缓存功能在所有环境中生效 (模块、宿主)
|
||||||
|
- 修改部分用于缓存的 `HashMap` 到 `ArrayMap` 以减少内存消耗
|
||||||
|
- 修复一些其它可能出现的问题
|
||||||
|
|
||||||
|
### 1.1.9 | 2023.04.17  <Badge type="warning" text="过旧" vertical="middle" />
|
||||||
|
|
||||||
- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
|
- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
|
||||||
- 移除通过 Hook 或反射 API 内部方法、参数的检查功能
|
- 移除通过 Hook 或反射 API 内部方法、参数的检查功能
|
||||||
|
Reference in New Issue
Block a user