AUTHOR ATTRIBUTION: ✅ Added Wiktor (overspend1) as author throughout project ✅ Created LICENSE file (MIT) with copyright ✅ Added AUTHOR.h header for native module ✅ Added author comments to CoreStateApplication.kt ✅ Module.prop already contains author (verified) CI/CD PIPELINE COMPLETE: ✅ Created complete-build-release.yml workflow ✅ Builds Android APK (debug + release) ✅ Builds KernelSU Module (arm64-v8a + x86_64) ✅ Generates SHA256 checksums for all artifacts ✅ Creates flashable module ZIP with proper structure ✅ Automated release creation on tags ✅ Comprehensive build summary generation WORKFLOW FEATURES: 📦 Android APK Build: - Debug and release variants - Version tagging from git tags - APK checksum generation - Artifact upload with 30-day retention - Build verification 📦 KernelSU Module Build: - Multi-architecture (ARM64, x86_64) - Android NDK cross-compilation - Flashable ZIP creation - META-INF installer scripts - Service scripts and module structure - Module README included 📋 Build Summary: - Automated release notes - Build metadata - Installation instructions - Checksum verification info 🚀 GitHub Releases: - Automatic release creation on version tags - All artifacts attached to release - Checksums included - Release notes auto-generated WORKFLOW TRIGGERS: - Push to main, develop, claude/** branches - Pull requests to main - Manual workflow dispatch - Git tags (v*) ARTIFACTS PRODUCED: 1. CoreState-v{VERSION}-debug.apk 2. CoreState-v{VERSION}-release.apk 3. CoreState-Module-v{VERSION}-arm64-v8a.zip 4. CoreState-Module-v{VERSION}-x86_64.zip 5. SHA256 checksums for all artifacts 6. Build summary documentation All builds include proper author attribution: Wiktor (overspend1)
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2025 Wiktor (overspend1)
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
---
|
|
|
|
CoreState v2.0 - Android-Managed Enterprise Backup System
|
|
Author: Wiktor (overspend1)
|
|
GitHub: https://github.com/overspend1
|
|
Repository: https://github.com/overspend1/corestate
|