Bug-fix build on 0.1.3. iOS build 14, Android versionCode 29.
Fix: fiat-mode Ark Lightning invoices double-converted the amount. A dollar entry requested roughly 1000x the intended sats (a $100 entry asked the ASP for about 1.1 BTC), which it cannot invoice, so invoice creation failed. The screen now reads the keyboard's already-converted sat value directly. Plus a one-line invoice-amount UI fix so large amounts no longer wrap.
Full source diff vs the previous release (4 files: the two fixes and the version-number bumps, nothing else): v0.1.3-vc28...v0.1.3-vc29
Reproducibility
cypherbox-0.1.3-vc29.aabis the unsigned real-config build: sha2560c0e58a1...- A secrets-free build from public source is byte-reproducible via CI: sha256
d9f7f9b5...(run linked inREPRODUCIBILITY.txt). The real-config AAB differs from that CI build only in the four entries that carry injected config (index.android.bundle,classes2.dex,resources.pb,baseline.prof) and is otherwise byte-identical. REPRODUCIBILITY.txthas every hash, the CI run, the exact differing entries, and the upload-key fingerprint.