awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesAndroid Application Update Systems

Frameworks for delivering and merging binary patches to maintain stability between official releases.

Distinct from Android Application Management: None of the candidates focus on the delivery and merging of binary patches specifically for app updates.

Explore 4 awesome GitHub repositories matching mobile development · Android Application Update Systems. Refine with filters or upvote what's useful.

Awesome Android Application Update Systems GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • alibaba/atlasالصورة الرمزية لـ alibaba

    alibaba/atlas

    8,149عرض على GitHub↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Pushes small code and resource patches to specific application components without requiring a full binary reinstall.

    Javaandroidatlasdynamic
    عرض على GitHub↗8,149
  • alibaba/andfixالصورة الرمزية لـ alibaba

    alibaba/AndFix

    6,998عرض على GitHub↗

    AndFix is a binary patching framework and update system for Android applications. It provides tools for generating binary diffs and applying runtime method replacements to fix bugs without requiring a full application update. The system utilizes a binary diff generator to isolate minimal code changes between package versions. It supports the consolidation of multiple incremental patches into a single update file and employs native hooks to replace specific method implementations in memory during the application initialization phase. The framework covers capabilities for binary patch generati

    Delivers and merges small binary patches to maintain application stability between official release cycles.

    C++androidhotfix
    عرض على GitHub↗6,998
  • uazo/cromiteالصورة الرمزية لـ uazo

    uazo/cromite

    6,684عرض على GitHub↗

    Cromite is a privacy-focused browser built as a fork of Chromium that embeds a network-level content blocking engine to intercept advertisements, pop-ups, and tracking scripts before they reach the page. It applies community-maintained public filter lists directly within the browser, eliminating the need for external extensions, and uses a curated patch system applied to the Chromium source tree at build time to add or modify features without maintaining a separate codebase. The browser is hardened against tracking and data leakage through a comprehensive set of privacy and security measures.

    Checks for and installs new browser versions automatically on Android, notifying the user and requesting activation on first startup.

    C++
    عرض على GitHub↗6,684
  • alibaba/freelineالصورة الرمزية لـ alibaba

    alibaba/freeline

    5,463عرض على GitHub↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Provides a framework for delivering and merging binary patches to maintain stability and update mobile applications.

    Java
    عرض على GitHub↗5,463
  1. Home
  2. Mobile Development
  3. Android Application Update Systems