The app is now OverMobile by OverBuild Labs — matches the
website, OverManager desktop app, and OverMiner hardware line. Application
identity (applicationId), on-disk preferences, and the signing keypair
are unchanged: existing PoPMobile installs upgrade to OverMobile in place
with no loss of wallet, pool, pairing, or settings state.
Tag: v1.2.0
versionCode: 23
applicationId: com.proofofprints.kasminer (unchanged — v1.x installs upgrade in place)
Changed
- Brand → OverBuild Labs / OverMobile. Every user-facing surface — launcher label, splash, top bar, About card, settings, log copy/paste reports, notification text, OverManager pairing prose — now reads OverMobile / OverBuild Labs / OverManager / OverMiner.
- New launcher icon. Full adaptive + legacy + round set across all five densities, generated from the OverBuild hex/cube on a
#0C0C0Fbackground. - OverBuild Labs palette. Emerald-500 primary (
#10B981), violet-500 accent (#8B5CF6), neutral grey-black surfaces (#0C0C0Fpage,#16161Bcards) — matches the website and OverManager. ~80 hardcoded Kaspa-teal / gold / navy color literals migrated alongside the Material3 colorScheme so the entire dashboard tracks the brand instead of just the Theme. - Coin-agnostic logo. The in-app Kaspa hex (top bar, splash, About card) is replaced by the OverBuild hex — OverMobile is no longer visually locked to Kaspa as the SoC roadmap broadens.
- Dashboard typography polish. Card titles (SHARES / HASHES / THREADS / TEMP / BATTERY / THERMAL) move to a 10sp sans-serif with letter-spacing for a cleaner data-dashboard feel; values stay in monospace so digits + units line up across each row. HASHRATE value now white against the emerald label.
- Splash is single-phase. One 2-second hold of the OverBuild hex + white "OverMobile" wordmark, then into the dashboard. Company attribution moves to the About card.
- About card refreshed.
support@overbuildlabs.comandhttps://www.overbuildlabs.com. Info button replaced with Material'sIcons.Outlined.Info— crisp at every density. - Worker name default for fresh installs is now
OverMobile; existing installs keep their saved value. - Device telemetry reports
manufacturer="OverBuild Labs"to OverManager (was"Proof of Prints"). - Top bar fits on one line. Title shrunk to 15sp white monospace + 28dp icon so the OverBuild hex, wordmark, info button, Dashboard toggle, and Settings toggle all fit without wrapping.
Fixed
THERMAL WARNINGno longer clipped toWARNINon narrow screens. Compact stat-card values drop to 16sp + ellipsis overflow so the longest labels fit cleanly.
Deferred to a later release
- GitHub repository URLs still point at
github.com/proofofprints/...— the org has not been renamed yet. pool.proofofprints.cominfrastructure unchanged.- QR pairing wire-type identifier
popmanager-registeraccepted as-is until OverManager flips to emitovermanager-register.
Notes
applicationId,namespace, JNI symbol names, and on-disk SharedPreferences file names (kas_miner,popmanager) are unchanged. The rebrand is brand-only — protocol- and state-stable.
Checksums
- Windows:
certutil -hashfile popmobile-v1.2.0.apk SHA256 - macOS / Linux:
shasum -a 256 popmobile-v1.2.0.apk
SHA-256: <paste lowercase hash from your PowerShell $hash>
Or verify against the .sha256 file in the assets:
- Linux / macOS:
sha256sum -c popmobile-v1.2.0.apk.sha256