App Manager | CHANNEL
https://muntashir.dev/AppManager Community channel: @AppManagerCommunity
إظهار المزيد📈 نظرة تحليلية على قناة تيليجرام App Manager | CHANNEL
تُعد قناة App Manager | CHANNEL (@appmanagerchannel) في القطاع اللغوي الإنكليزية لاعباً نشطاً. يضم المجتمع حالياً 12 884 مشتركاً، محتلاً المرتبة 9 742 في فئة التكنولوجيات والتطبيقات والمرتبة 881 في منطقة المملكة المتحدة.
📊 مؤشرات الجمهور والحراك
منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 12 884 مشتركاً.
بحسب آخر البيانات بتاريخ 25 يوليو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 140، وفي آخر 24 ساعة بمقدار 6، مع بقاء الوصول العام مرتفعاً.
- حالة التحقق: غير موثّقة
- معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 46.20%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً N/A% من ردود الفعل نسبةً إلى إجمالي المشتركين.
- وصول المنشورات: يحصل كل منشور على متوسط 0 مشاهدة. وخلال اليوم الأول يجمع عادةً 0 مشاهدة.
- التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 0.
📝 الوصف وسياسة المحتوى
يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
“https://muntashir.dev/AppManager
Community channel: @AppManagerCommunity”
بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 26 يوليو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التكنولوجيات والتطبيقات.
In order to provide a convenient option for non-Telegram users to follow the updates, they will also be posted on my personal blog. Past updates will also be gradually added there. You can subscribe to my blog posts via RSS or follow my personal Mastodon/X account. Transparency reports will also be posted to App Manager's official Mastodon/X accounts. An archive of the reports will be maintained in a GitHub gist for now.I think many testers already knows this: I've implemented a new type of profile that allows filtering apps by the set of filters offered by the Finder feature. This feature is going to be very useful for recurrent activities like force-stopping all the user apps that are currently running. Again, the possibilities are endless. Although the regular apps-based profile is kind of a subset of this profile, I decided to implement them separately to keep the apps-based profile very simple and fast to execute (since filter-based profiles are inherently slower than apps-based profile). The feature will be available to stable users from v4.1.0 (release date not fixed yet). The filters in the main page are also being migrated to use the Finder-style filters so that the users can generate and use their own set of filters instead of the predefined ones. Finder itself along with this exclusive filtering options will be available to stable users in a future release. I have done some progress on the updater implementation and can share some of the ideas to the readers for both transparency and scrutiny. But at first, let's take a look at the issues that we need to handle in order to implement a unified updater: 1. App Manager app itself has limited internet features, and we intend to keep it this way 2. It's necessary to enforce a static single source assignment, that is, once an installed app is assigned to a source, subsequent updates should also be sourced from that source 3. It's also necessary to establish the levels of trust and the priority of sources should be assigned based on the trust 4. It's crucial that the users can amend 2-3 depending on their threat model. These are very challenging issues, and addressing them completely is nearly impossible. But I've designed a protocol and a framework to address those issues in an optimal way. In this protocol, App Manager effectively acts an updater client that retrieves updates from the sources which are basically extensions to App Manager. The update process itself works in two independent steps. In the first step, App Manager queries the sources for new updates (based on the source assignment). Upon receiving such a query, the sources check for updates and return a list of updates to App Manager. In the second step, App Manager ask the sources to download some (or all) of those updates which the sources download (or retrieve from caches) and return a list of URIs that App Manager has access to. App Manager later retrieves those updates and installs them. This design has several advantages: 1. Each source remains separate and can be installed or removed independently 2. For each source, it's possible to assign a trust level and handle per source security (HPKP, GPG, etc.) 3. Each source only uses the minimum number of permissions to function which reduces the attack surface even if some of the security mechanisms are bypassed 4. It's easy to provide per extension updates compared to the monolithic approach where any simple changes to any sources requires a new update 5. Using modern Android platform features, it's easy to persist single source assignments beyond App Manager.
package:package-nameApp Manager inherently does not check for permissions when such requests are directly made to its installer. Therefore, it will attempt to install the requested package directly and fail if there are not enough permissions. Install requests are also allowed to be mixed together. Therefore, a third-party application can combine different URIs (e.g., file, content, package) with the
SEND_MULTIPLE action.
Log viewer
- Activated "Omit sensitive info" option by default for new users.
Profile
- Fixed updating profile modification status when an application is deleted from the list.
Terminal
- Handled common colors and cursor movements.
Others
- Display vector icon on the splash screen in Android 7.1 and earlier
- Enabled predictive back in Android 14 onwards
- Improved accessibility by updating the content description of the action items
- Fixed selecting texts in the list items due to framework bugs.
Full Changelog: https://github.com/MuntashirAkon/AppManager/compare/v4.0.4...v4.0.5app-manager URLs from the web browsers
- Fixed updating SSAID
- Prevented a crash in Android < 9.0 that occurs due to invalid app ops.
Full Changelog: https://github.com/MuntashirAkon/AppManager/compare/v4.0.1...v4.0.2