Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MegatronKing/StringFog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mobcoding/StringFog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 23 files changed
  • 1 contributor

Commits on May 9, 2026

  1. Upgrade StringFog for AGP 9 and Gradle 9

    zhoutl
    zhoutl committed May 9, 2026
    Configuration menu
    Copy the full SHA
    0fcdc50 View commit details
    Browse the repository at this point in the history
  2. Update README with JitPack fork coordinates

    zhoutl
    zhoutl committed May 9, 2026
    Configuration menu
    Copy the full SHA
    51a9279 View commit details
    Browse the repository at this point in the history
  3. Add JitPack JDK 17 config

    zhoutl
    zhoutl committed May 9, 2026
    Configuration menu
    Copy the full SHA
    eed333e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. 同步外部AAR加密到AGP9主分支

    zhoutl
    zhoutl committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    47596aa View commit details
    Browse the repository at this point in the history
  2. 发布StringFog v5.3.2-agp9

    zhoutl
    zhoutl committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    f8a54c3 View commit details
    Browse the repository at this point in the history
  3. 调整发布版本号为v5.3.2

    zhoutl
    zhoutl committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    7f106eb View commit details
    Browse the repository at this point in the history
  4. 修复JitPack发布构建并发布v5.3.3

    zhoutl
    zhoutl committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    0578d2e View commit details
    Browse the repository at this point in the history
  5. 完善StringFog集成说明文档

    zhoutl
    zhoutl committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    320a25d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2026

  1. 补充StringFog版本兼容性说明

    zhoutl
    zhoutl committed Jul 19, 2026
    Configuration menu
    Copy the full SHA
    a9e7838 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. 补充StringFog项目徽章与维护说明

    zhoutl
    zhoutl committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    0314b24 View commit details
    Browse the repository at this point in the history
  2. 修复StringFog JitPack徽章显示

    zhoutl
    zhoutl committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    a9524d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. docs: 增加StringFog集成技能

    新增外部AAR加密、AGP版本适配、旧方案迁移和Release产物验证技能。
    
    提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    0a17808 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. docs: 明确工程源码与AAR包名要求

    更新StringFog集成技能和README,说明非空fogPackages会限制工程及依赖类,并要求加密外部AAR时同时指定工程源码根包和AAR根包。
    
    提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    ee1a0ad View commit details
    Browse the repository at this point in the history
  2. docs: 补充StringFog多模块配置说明

    移除fogPackages未配置时默认加密当前模块全部代码的误导性注释,明确每个需要加密源码的模块都要独立配置自身包名,并更新技能验证流程。
    
    提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    e593ead View commit details
    Browse the repository at this point in the history
  3. fix: 修复Kotlin类的StringFogIgnore注解失效问题

    保留已识别的忽略注解状态,避免后续Kotlin编译器注解覆盖该状态。
    
    提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    ca26cb4 View commit details
    Browse the repository at this point in the history
  4. docs: 明确StringFog依赖坐标迁移要求

    说明接入 mobcoding 版本时必须删除 megatronking 的旧插件和 xor 依赖,并统一使用新的 JitPack 坐标。\n\n提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    f5c01cc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. docs: 强化StringFog xor classpath配置要求

    明确根 buildscript classpath 与模块 implementation 必须同时声明 xor,补充 5.3.3 Kotlin DSL 示例和配置失败排查说明。\n\n提交模型:GPT-5
    zhoutl
    zhoutl committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    3e4c850 View commit details
    Browse the repository at this point in the history
Loading