Android1500 / GpsSetter

Xposed module which will set location where you want without effect mock location.
321 stars 44 forks source link

Bump com.highcapable.yukihookapi:api from 1.1.6 to 1.1.11 #59

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.highcapable.yukihookapi:api from 1.1.6 to 1.1.11.

Release notes

Sourced from com.highcapable.yukihookapi:api's releases.

1.1.11

YukiHookAPI 1.1.11 Released

  • 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
  • Remove the direct cache function of Member and deprecated YukiReflection.Configs.isEnableMemberCache, keep the cache function of Class
  • Modified finder to Sequence, optimize the finding speed and performance of Member
  • Remove the YukiHookPrefsBridge's direct key-value cache function and removed LruCache related functions
  • Deprecated YukiHookAPI.Configs.isEnablePrefsBridgeCache
  • Deprecated direct, clearCache functions in YukiHookPrefsBridge

For more details, please check the changelog.


YukiHookAPI 1.1.11 已发布

  • 修复从 1.1.5 版本开始的一个严重问题,Member 缓存未生效且持续存储最终引发 APP 内存溢出 (OOM),感谢 @​Art-Chen
  • 移除 Member 的直接缓存功能并作废 YukiHookAPI.Configs.isEnableMemberCache,保留 Class 的缓存功能
  • 对接查找功能到 Sequence,优化 Member 的查找速度与性能
  • 移除 YukiHookPrefsBridge 的直接键值缓存功能并移除 LruCache 相关功能
  • 作废了 YukiHookAPI.Configs.isEnablePrefsBridgeCache
  • 作废了 YukiHookPrefsBridge 中的 directclearCache 方法

详情请查看更新日志

1.1.10

YukiHookAPI 1.1.10 Released

  • 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

For more details, please check the changelog.


YukiHookAPI 1.1.10 已发布

  • Activity 代理功能新增每个被代理的 Activity 指定单独的代理 Activity 功能
  • 修复 YukiHookPrefsBridge 中的 containsall 方法未判断 native 功能的问题
  • 整合 YukiHookPrefsBridge 中的缓存功能到 PreferencesCacheManager 并使用 LruCache 作为键值对前置缓存
  • 修改 YukiHookPrefsBridge 键值对缓存功能在所有环境中生效 (模块、宿主)
  • 修改部分用于缓存的 HashMapArrayMap 以减少内存消耗
  • 修复一些其它可能出现的问题

详情请查看更新日志

... (truncated)

Commits
  • e986a85 Automatically compile documentation (1.1.11)
  • 0454c6f Update version to 1.1.11
  • a398720 Update demo
  • f609672 Modify remove Members cache function and remove LruCache function, optimizing...
  • 0b5bb7f Added Sequence.findLastIndex, Sequence.lastIndex functions in UtilsFactory
  • 160856e Update demo
  • 21970d1 Modify remove prefs cache function in YukiHookPrefsBridge, YukiHookAPI
  • c2e4651 Modify refactor code style in ReflectionTool
  • 495aa08 Automatically compile documentation (1.1.10)
  • 48ed263 Update version to 1.1.10
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)