2 مستودعات
Rapid delivery of binary updates to specific application components to resolve bugs without full installation.
Distinct from Incremental Updates: Focuses on rapid application binary hotfixes rather than knowledge base or model updates.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Application Component Hotfixes. Refine with filters or upvote what's useful.
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
Delivers rapid updates and hotfixes to specific application components without requiring a full installation.
Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot. The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly. The sy
Delivers rapid binary hotfixes to specific application components to resolve bugs without requiring full app updates.