fa
Feedback
LSPosed

LSPosed

رفتن به کانال در Telegram

Official webpage: lsposed.org Discussion Group: @LSPosedDiscussion CI Builds: @LSPosedArchives Admin Log: @lsposed_log

نمایش بیشتر

📈 تحلیل کانال تلگرام LSPosed

کانال LSPosed (@lsposed) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 174 834 مشترک است و جایگاه 627 را در دسته فناوری و برنامه‌ها و رتبه 662 را در منطقه الصين دارد.

📊 شاخص‌های مخاطب و پویایی

از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 174 834 مشترک جذب کرده است.

بر اساس آخرین داده‌ها در تاریخ 09 ژوئن, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 6 286 و در ۲۴ ساعت گذشته برابر 280 بوده و همچنان دسترسی گسترده‌ای حفظ شده است.

  • وضعیت تأیید: تأیید نشده
  • نرخ تعامل (ER): میانگین تعامل مخاطب 52.77% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً 16.37% واکنش نسبت به کل مشترکان کسب می‌کند.
  • دسترسی پست‌ها: هر پست به طور میانگین 92 136 بازدید دریافت می‌کند. در اولین روز معمولاً 28 572 بازدید جمع‌آوری می‌شود.
  • واکنش‌ها و تعامل: مخاطبان به‌طور فعال حمایت می‌کنند؛ میانگین واکنش به هر پست 534 است.

📝 توضیح و سیاست محتوایی

نویسنده این فضا را محل بیان دیدگاه‌های شخصی توصیف می‌کند:
Official webpage: lsposed.org Discussion Group: @LSPosedDiscussion CI Builds: @LSPosedArchives Admin Log: @lsposed_log

به لطف به‌روزرسانی‌های پرتکرار (آخرین داده در تاریخ 10 ژوئن, 2026)، کانال همواره به‌روز و دارای دسترسی بالاست. تحلیل‌ها نشان می‌دهد مخاطبان به‌طور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامه‌ها تبدیل کرده‌اند.

174 834
مشترکین
+28024 ساعت
+1 9447 روز
+6 28630 روز
آرشیو پست ها
LSPosed
174 834
Changes since latest release:
Added Provided high-speed CDN for the module repository. If you dislike ads, please switch to backup CDN in settings. Added SystemUI safe mode. Improved - Enhanced hook compatibility and performance - Improved homepage device name recognition. Fixed - Fixed Android 17 QPR1 Beta 3 crash issues - Fixed a series of M3E theme-related issues - Fixed Markdown WebView reload handling issues 自上次更新以来的改动: 新增 - 提供模块仓库高速 CDN,若不喜欢广告请在设置切换备用 CDN - 新增 SystemUI 安全模式 改进 - 提升 hook 兼容性和性能 - 增强首页设备名称识别 修复 - 修复 Android 17 QPR1 Beta 3 崩溃问题 - 修复一系列 M3E 主题相关问题 - 修复 Markdown WebView 重载处理问题

LSPosed
174 834
libxposed API 102 is now under RFC. Please give us suggestions regarding the API design. https://github.com/libxposed/api/pull/62

LSPosed
174 834
libxposed API 102 snapshots are now available. Open an issue on GitHub if you have any suggestion. Usage: add snapshot maven to settings.gradle.kts
maven {
    url = uri("https://central.sonatype.com/repository/maven-snapshots/")
    mavenContent {
        snapshotsOnly()
    }
    content {
        includeGroup("io.github.libxposed")
    }
}
Use snapshot builds:
compileOnly("io.github.libxposed:api:102.0.0-SNAPSHOT")
implementation("io.github.libxposed:service:102.0.0-SNAPSHOT")

LSPosed
174 834

LSPosed
174 834
kind reminder: you can also use lsposed.zip to download the latest public lsposed.

LSPosed
174 834
Repost from Magisk alpha
无法规避的Magisk识别方案已经公开:https://github.com/eltavine/Duck-Detector-Refactoring/pull/22 检测方法说明和概念验证app:https://github.com/LSPosed/DirtySepolicy

LSPosed
174 834
LSPosed-v2.0.2-7668-release.zip11.08 MB

LSPosed
174 834
LSPosed-v2.0.2-7668-release.zip11.08 MB

LSPosed
174 834
我们也同步发布了 libxposed 101.0.1 版本,带来了更详细的行为规范和开发文档。 We also released libxposed version 101.0.1, which brings more detailed behavior specifications and development documentation.

LSPosed
174 834
重大行为变更: - 基于 libxposed API 100 的模块已不再受支持,基于 rovo89 Xposed API 的模块不受影响 - 某些模块查询调用栈时硬编码深度(如 AnyWebView),责任链模式下调用栈将变深,可能超出模块查询长度导致功能异常,这是模块问题,请向模块作者反馈 - 某些模块通过查询调用栈等非正规方式判断框架实现(如 XChat),可能与框架冲突导致功能异常,这是模块问题,请向模块作者反馈 Major Behavioral Changes: - Modules based on libxposed API 100 are no longer supported. Modules based on the rovo89 Xposed API are not affected. - Some modules hardcode stack depth when inspecting the call stack, such as AnyWebView. In chain-of-responsibility mode, the call stack becomes deeper and may exceed the range expected by those modules, which can cause functionality issues. This is a module issue; please report it to the module author. - Some modules attempt to detect the framework implementation through unsupported methods such as call stack inspection, such as XChat. This may conflict with the framework and cause functionality issues. This is a module issue; please report it to the module author.

LSPosed
174 834
LSPosed-v2.0.1-7639-release.zip10.86 MB

LSPosed
174 834
Repost from N/a
LSPosed-v2.0.1-7639-release.zip10.86 MB

LSPosed
174 834
最期待API102实装哪些功能? What features are you most looking forward to seeing implemented in API 102?
Anonymous voting

LSPosed
174 834
libxposed API 101 has been released to the Maven Central Repository API 101 includes significant changes compared to API 82. We now only support API 82 and 101+, and other temporary solutions will be removed soon. JavaDoc: https://libxposed.github.io/api/ https://libxposed.github.io/service/

LSPosed
174 834
libxposed API 101 已定稿。待模块开发者测试无误后,将发布到 MavenCentral。API 101 的 LSP 测试包在 Developers 话题获取。参考开发文档: https://libxposed.github.io/api/ https://libxposed.github.io/service/ 相比 API 100 变更记录

LSPosed
174 834
API level 100 won't be supported anymore after 101 releases, so please give us your idea to the draft in advance.

LSPosed
174 834
We are finalizing the draft. Here's the full breaking change logs: https://github.com/libxposed/api/pull/51#issue-3970278302

LSPosed
174 834
libxposed is now under RFC. We are planning the final version of the api, which is the last breaking change before publishing to MavenCentral. Please post issues if you have any suggestion or question. See https://github.com/libxposed/api/pull/51

LSPosed
174 834
Shamiko-v1.2.5.1-417-release.zip1.02 MB

LSPosed
174 834
Shamiko-v1.2.5.1-417-release (1).zip1.02 MB

LSPosed - آمار و تحلیل کانال تلگرام @lsposed