ar
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، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 6 286، وفي آخر 24 ساعة بمقدار 280، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 52.77‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً 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