xpunge 0.1.9
xpunge: ^0.1.9 copied to clipboard
On-device NSFW/explicit content detection SDK for Android and iOS. No images leave the device.
0.1.9 #
- Update homepage and dashboard links to xpunge-backend.onrender.com/dashboard/.
- Add repository link to GitHub (markatlarge/xpunge-flutter).
0.1.8 #
- All platforms: Key material updated to match rotated backend secret — fixes "API key signature invalid" for keys issued after the backend rotation.
- iOS: Keychain account bumped to hmac_secret_v3 to clear stale cached secret from prior installs.
0.1.7 #
- iOS: Bump Keychain account to hmac_secret_v2 — prevents stale secret after key rotation on devices that had a prior install.
0.1.6 #
- iOS: Fix model resource lookup — remove incorrect subdirectory parameter so CocoaPods-bundled model.mlenc is found at the framework root.
- iOS: Fix misaligned memory crash in model archive parser — use explicit byte-shift reads instead of typed pointer loads.
0.1.5 #
- iOS: CoreML model now AES-256-CBC encrypted at rest — decrypted to a temp directory at runtime and immediately deleted after loading.
- All key material rotated.
0.1.4 #
- Improve README call-to-action — free API key link now prominent with direct link.
0.1.3 #
- Add Terms of Service link to README.
0.1.2 #
- Android: AES decryption key stored in Android Keystore — raw key bytes no longer persist in JVM memory after first use.
- iOS: HMAC secret stored in Keychain with device-bound protection — not included in iCloud backups.
0.1.1 #
- Fix homepage URL.
0.1.0 #
- Initial release — Android (LiteRT 1.4.0) and iOS (CoreML/Vision).
analyzeImage,analyzeFile,analyzeXFileon both platforms.- Free tier returns detections without bounding boxes.
- AES-256-CBC model encryption on Android; CoreML bundle on iOS.