Android Changelog
Per-version changes for the Android SDK
This page contains the full release history of the Android SDK.
For the latest release, see the Changelog main page.
[1.4.5] - 2026-09-03
UI Module v1.4.5
- Internal improvements and stability fixes.
[1.4.0] - 2026-06-08
UI Module v1.4.0
✨ Added
- Server-side license validation in
initializeCamera()— a rejected key fails withPetnowUIError.InvalidLicense.
💥 Changed (breaking)
- Initialization failures are thrown as
PetnowUIError(InvalidLicense/PermissionDenied/CameraOpenFailed);switchCamera()failures asPetnowCaptureException. → v1.3 → v1.4 migration
🔧 Changed
- R8/ProGuard release builds keep the public
configandsoundtypes.
[1.3.2] - 2026-04-28
UI Module v1.3.2
🐛 Fixed
- Fixed camera teardown crash: Resolved an issue where the app intermittently crashed when closing the camera
- Stability improvements
[1.3.1] - 2026-04-09
UI Module v1.3.1
🐛 Fixed
- Fixed camera preview display error: Resolved an issue where the preview was not displayed at the correct aspect ratio when entering the camera
[1.3.0] - 2026-01-29
UI Module v1.3.0
✨ Added
- Overlay customization: Custom UI can be placed on top of the detection area
- Sound control:
playSound,stopSoundAPI - Capture progress tracking: Provides real-time detection state and detection area coordinates
🐛 Fixed
- Improved preservation of settings when switching cameras
- Stability improvements
[1.2.4] - 2025-10-29
UI Module v1.2.4
🐛 Fixed
- Improved event tracking accuracy
[1.2.3] - 2025-09-23
UI Module v1.2.3
✨ Added
- Support for the 16 KB page size policy applied from Android 15
[1.2.2] - 2025-07-29
UI Module v1.2.2
🐛 Fixed
- Stability and performance improvements
[1.2.1] - 2025-07-29
UI Module v1.2.1
🐛 Fixed
- Stability improvements
[1.2.0] - 2025-07-29
UI Module v1.2.0
Initial public release
[1.0.1] - 2025-06-05
UI Module v1.0.1
🐛 Fixed
- Stability improvements
[1.0.0] - 2025-06-05
UI Module v1.0.0
✨ Added
- Initial release
- Fragment-based camera detection feature
- Provides PetnowCameraFragment