YukiHookAPI 1.1.10 Released
- The
Activity
proxy function adds the function of specifying a separate proxyActivity
for each proxiedActivity
- Fixed problem that the
contains
andall
methods inYukiHookPrefsBridge
did not judge thenative
function - Integrate the cache function in
YukiHookPrefsBridge
intoPreferencesCacheManager
and useLruCache
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 toArrayMap
to reduce memory consumption - Fix some other possible problems
For more details, please check the changelog.
YukiHookAPI 1.1.10 已发布
Activity
代理功能新增每个被代理的Activity
指定单独的代理Activity
功能- 修复
YukiHookPrefsBridge
中的contains
、all
方法未判断native
功能的问题 - 整合
YukiHookPrefsBridge
中的缓存功能到PreferencesCacheManager
并使用LruCache
作为键值对前置缓存 - 修改
YukiHookPrefsBridge
键值对缓存功能在所有环境中生效 (模块、宿主) - 修改部分用于缓存的
HashMap
到ArrayMap
以减少内存消耗 - 修复一些其它可能出现的问题
详情请查看更新日志。