Commit Graph

1 Commits

Author SHA1 Message Date
5e280d4cbe feat: add APK filename parser utilities
- Add detectEnvironment() to parse environment from APK filenames
- Add parseApkFilename() to extract environment and commit ID metadata
- Support dev, sandbox, product, and other environment types
- Map environment patterns: timeshift, lan, dev -> dev; sandbox -> sandbox
- Detect product APKs when no environment suffix present
- Handle invalid formats gracefully
2026-03-04 22:17:31 +08:00