awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mcxiaoke avatar

mcxiaoke/packer-ng-pluginArchived

0
View on GitHub↗
4,797 Stars·857 Forks·Java·Apache-2.0·4 Aufrufegithub.com/mcxiaoke↗

Packer Ng Plugin

Dieses Projekt ist ein Android-Gradle-Build-Plugin, das darauf ausgelegt ist, die Erstellung mehrerer kanalspezifischer Anwendungspakete aus einem einzigen Build-Prozess zu automatisieren. Es fungiert als APK-Varianten-Generator, der eindeutige Distributionskennungen in Anwendungspakete injiziert, um Installationsquellen über verschiedene App-Stores hinweg zu verfolgen.

Das Tool verwaltet den gesamten Distributions-Lebenszyklus, von der Definition der Zielkanäle über externe Konfiguration bis hin zur Generierung der entsprechenden Paketvarianten. Es verwendet template-basierte Artefakt-Benennung mit dynamischen Platzhaltern, um Ausgabedateien zu organisieren, und enthält ein System zum Hochladen signierter Binärdateien und Metadaten auf entfernte Maven-Repositories via Release- und Snapshot-Endpunkte.

Das Plugin handhabt Post-Build-Pakettransformationen, um Distributionsmarker einzubetten, ohne eine vollständige Neukompilierung zu erfordern. Es bietet zudem Funktionen zur Laufzeit-Kanalidentifizierung, um umgebungsspezifisches Verhalten auszulösen, sowie Validierungs-Utilities, um zu verifizieren, dass die korrekten Kanal-Tags während des Builds eingebettet wurden.

Features

  • Channel Package Generation - Generates multiple versions of Android packages specifically for distribution channel differentiation.
  • Android Build Automation - Automates the Android build pipeline for generating and naming artifacts using dynamic templates.
  • Gradle Build Systems - Implements a Gradle-based build system to automate the generation of multiple application package variants.
  • Android Gradle Distribution Plugins - Provides a Gradle build plugin to automate the creation of multiple channel-specific application packages from a single process.
  • APK Distribution Automators - Automates the generation of APK variants by injecting unique distribution identifiers for different app stores.
  • Channel Definitions - Defines target distribution channels through inline lists or external files to determine which variants to create.
  • Channel Identifier Injection - Embeds unique distribution channel identifiers into signed application packages to differentiate installation sources.
  • Android App Distribution - Manages the creation of multiple application package versions with unique channel identifiers for app store distribution.
  • Installation Source Tracking - Embeds and retrieves distribution source identifiers from application packages to track where a user installed the app.
  • Maven Artifact Publishing - Publishes signed binaries and metadata to remote Maven repositories using release and snapshot endpoints.
  • Bytecode Transformers - Modifies compiled application files after the build to embed metadata without requiring a full recompilation.
  • Build Artifact Transformation - Transforms build artifacts by modifying compiled files to embed metadata post-build.
  • Runtime Extractions - Provides a mechanism to extract injected channel identifiers during execution to trigger environment-specific application behavior.

Star-Verlauf

Star-Verlauf für mcxiaoke/packer-ng-pluginStar-Verlauf für mcxiaoke/packer-ng-plugin

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Packer Ng Plugin

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Packer Ng Plugin.
  • meituan-dianping/walleAvatar von Meituan-Dianping

    Meituan-Dianping/walle

    6,852Auf GitHub ansehen↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Javaandroidapk-signature-scheme-v2gradle
    Auf GitHub ansehen↗6,852
  • crimera/twitter-apkAvatar von crimera

    crimera/twitter-apk

    3,835Auf GitHub ansehen↗

    This project is a suite of tools for scraping remote assets, applying binary modifications, and orchestrating the distribution of patched Android applications. It functions as an automated build pipeline that fetches remote assets and compiles patched binaries into installable packages. The system includes a specialized remote asset downloader designed to fetch application files and version metadata from remote servers while bypassing bot protections. It also operates as an Android app distribution system that uploads modified binaries to a repository and sends update notifications via Telegr

    Pythonrevanced
    Auf GitHub ansehen↗3,835
  • evant/gradle-retrolambdaAvatar von evant

    evant/gradle-retrolambda

    5,258Auf GitHub ansehen↗

    gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda expressions in legacy Java and Android runtime environments. It functions as a backporting tool that ensures modern functional programming syntax remains compatible with older virtual machines. The project transforms compiled class files to make them compatible with Java 6 and 7 environments. This allows for the use of modern Java features in projects that must maintain backward compatibility with older API levels and legacy Android devices. The tool integrates into the Gradle buil

    Java
    Auf GitHub ansehen↗5,258
  • gradle/kotlin-dsl-samplesAvatar von gradle

    gradle/kotlin-dsl-samples

    3,683Auf GitHub ansehen↗

    This repository provides a collection of example configurations demonstrating how to define project build logic and dependencies using the Kotlin domain-specific language. It serves as a reference for implementing build automation within the Gradle ecosystem, focusing on the transition from traditional scripting to a type-safe, expressive approach for managing software lifecycles. The samples illustrate how to leverage the Kotlin compiler to validate build scripts during development, enabling features such as IDE autocompletion and early error detection. By utilizing this approach, developers

    Kotlingradlekotlin
    Auf GitHub ansehen↗3,683
Alle 30 Alternativen zu Packer Ng Plugin anzeigen→

Häufig gestellte Fragen

Was macht mcxiaoke/packer-ng-plugin?

Dieses Projekt ist ein Android-Gradle-Build-Plugin, das darauf ausgelegt ist, die Erstellung mehrerer kanalspezifischer Anwendungspakete aus einem einzigen Build-Prozess zu automatisieren. Es fungiert als APK-Varianten-Generator, der eindeutige Distributionskennungen in Anwendungspakete injiziert, um Installationsquellen über verschiedene App-Stores hinweg zu verfolgen.

Was sind die Hauptfunktionen von mcxiaoke/packer-ng-plugin?

Die Hauptfunktionen von mcxiaoke/packer-ng-plugin sind: Channel Package Generation, Android Build Automation, Gradle Build Systems, Android Gradle Distribution Plugins, APK Distribution Automators, Channel Definitions, Channel Identifier Injection, Android App Distribution.

Welche Open-Source-Alternativen gibt es zu mcxiaoke/packer-ng-plugin?

Open-Source-Alternativen zu mcxiaoke/packer-ng-plugin sind unter anderem: meituan-dianping/walle — Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed… crimera/twitter-apk — This project is a suite of tools for scraping remote assets, applying binary modifications, and orchestrating the… evant/gradle-retrolambda — gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda… gradle/kotlin-dsl-samples — This repository provides a collection of example configurations demonstrating how to define project build logic and… jetbrains/intellij-platform-plugin-template — This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It… gcssloop/androidnote — AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive…