Pidom 1.0.2 (Android 11)
Release
Pidom 1.0.2 for Android, build 11.
- APK:
Pidom-11.apk - SHA-256 checksum:
Pidom-11.apk.sha256 - EAS build ID:
2bd0e310-f8cf-4260-bc9d-df93fa0dbd56 - Commit:
467a195430709bc6fbdf9f1bc4f585057e44b4ec
Install and Verify
Download Pidom-11.apk and Pidom-11.apk.sha256 from this release, then verify the APK before installing:
sha256sum -c Pidom-11.apk.sha256A matching checksum means the APK is byte-for-byte the file produced and attached by this release workflow.
What's Changed
What's Changed
- Codex/expo observe by @BotCoder254 in #29
Full Changelog: v1.0.2-android.10...v1.0.2-android.11
Security and Integrity
- The APK is signed by the EAS-managed Android keystore for
com.pidom.app. - No local Firebase files, EAS tokens, Convex deploy keys, R2 credentials, keystores, or private keys are committed to this repository.
- Release assets include a SHA-256 checksum for independent download verification.
- Production builds upload JavaScript source maps for EAS Observe symbolication; Expo removes embedded source content before storing them.
- PDF rendering keeps certificate validation enabled by explicitly setting
trustAllCerts={false}on everyreact-native-pdfmount.
Observability
- EAS Observe is enabled for production startup metrics.
- Expo Router navigation metrics are enabled with sensitive route/query parameters filtered from exported events.
- SDK 57 JavaScript error reporting is enabled for unhandled and render errors; handled-error reporting is intentionally left out until each recovered error path has a dedicated redaction review.
Updates and Runtime
This release adds the native expo-observe dependency, so it ships as a new APK on app version runtime 1.0.2. Future JavaScript-only fixes can be published with EAS Update to the matching production runtime.
Release tag: https://github.com/PiDom-app/pidom/releases/tag/v1.0.2-android.11