Releases: VocaHQ/vocaphone
Release list
vocaphone Android v0.1.0-beta.11
Release-signed APK covering every ABI (arm64-v8a, armeabi-v7a, x86_64) and all Android 13+ devices. Install with adb install vocaphone.apk or open the APK on the device. SHA-256 checksum and signing-certificate fingerprint files are attached for verification. Android may still scan or restrict APKs installed outside an app store.
What's Changed
- fix(android): use VocaPhone app label for F-Droid by @sesav in #83
- Bump Android version to v0.1.0-beta.11 by @Mr-Sunglasses with @Copilot in #84
New Contributors
- @Mr-Sunglasses with @Copilot made their first contribution in #84
Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11
vocaphone Android v0.1.0-beta.10
Release-signed APK covering every ABI (arm64-v8a, armeabi-v7a, x86_64) and all Android 13+ devices. Install with adb install vocaphone.apk or open the APK on the device. SHA-256 checksum and signing-certificate fingerprint files are attached for verification. Android may still scan or restrict APKs installed outside an app store.
What's Changed
- Improve iOS and Android transcription latency by @Mr-Sunglasses in #58
- feat(mobile): add local model picker and transcription by @Mr-Sunglasses in #59
- build(android): merge beta.8 version bump by @Mr-Sunglasses in #60
- fix(ios): make local model downloads reliable by @Mr-Sunglasses in #61
- fix(android): keep keyboard above gesture navigation by @jatinkrmalik in #62
- fix(mobile): survive another app holding the microphone by @Mr-Sunglasses in #63
- ci: add /build for on-demand Android and iOS PR artifacts by @jatinkrmalik in #64
- fix(ios,android): stop dictation state and its indicators outliving the dictation by @Mr-Sunglasses in #65
- build(android): prepare beta.9 release by @Mr-Sunglasses in #66
- Improve on-device transcription accuracy by @Mr-Sunglasses in #67
- Add typing extras and overhaul Android Settings by @jatinkrmalik in #71
- feat(web): add the VocaPhone product website by @Mr-Sunglasses in #80
- build(android): add F-Droid flavor and prepare beta.10 release with screenshots by @sesav in #70
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.10
vocaphone Android v0.1.0-beta.9
Release-signed APK covering every ABI (arm64-v8a, armeabi-v7a, x86_64) and all Android 13+ devices. Install with adb install vocaphone.apk or open the APK on the device. SHA-256 checksum and signing-certificate fingerprint files are attached for verification. Android may still scan or restrict APKs installed outside an app store.
What's Changed
- Improve iOS and Android transcription latency by @Mr-Sunglasses in #58
- feat(mobile): add local model picker and transcription by @Mr-Sunglasses in #59
- build(android): merge beta.8 version bump by @Mr-Sunglasses in #60
- fix(ios): make local model downloads reliable by @Mr-Sunglasses in #61
- fix(android): keep keyboard above gesture navigation by @jatinkrmalik in #62
- fix(mobile): survive another app holding the microphone by @Mr-Sunglasses in #63
- ci: add /build for on-demand Android and iOS PR artifacts by @jatinkrmalik in #64
- fix(ios,android): stop dictation state and its indicators outliving the dictation by @Mr-Sunglasses in #65
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.9
vocaphone Android v0.1.0-beta.8
Release-signed APK covering every ABI (arm64-v8a, armeabi-v7a, x86_64) and all Android 13+ devices. Install with adb install vocaphone.apk or open the APK on the device. SHA-256 checksum and signing-certificate fingerprint files are attached for verification. Android may still scan or restrict APKs installed outside an app store.
What's Changed
- Improve iOS and Android transcription latency by @Mr-Sunglasses in #58
- feat(mobile): add local model picker and transcription by @Mr-Sunglasses in #59
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8
VocaPhone Android — Beta Release 1 (Release Candidate)
VocaPhone Android — Beta Release 1
This is the first VocaPhone Android release candidate. It ships the native keyboard path and connects to your own self-hosted vocaphone gateway. The old Local Flow/vocaphone beta.1–beta.6 release entries were retired before this release.
What is included
- Native Android input method with a dedicated dictation key; Gboard, Samsung Keyboard, and other keyboards remain available.
- Transcript insertion through Android’s
InputConnection; VocaPhone does not read surrounding field text and disables dictation for password and other sensitive fields. - Streaming transcription with automatic batch fallback, a five-minute recording cap, foreground recording notification, and microphone route selection.
- QR pairing, gateway health/model checks, per-device encrypted bearer-token storage, and retry-safe sessions.
- Language and writing-style controls in the keyboard.
- Privacy-safe diagnostics containing state and error metadata only—not transcripts, typed text, audio, gateway URLs, or tokens.
- No accessibility-service or overlay permission is required.
Install
Download vocaphone.apk, then install it from Android or run:
adb install -r vocaphone.apkAndroid 13 or newer is required. After installation, enable VocaPhone under Settings → System → Keyboard → On-screen keyboard, select it in an editable field, and pair it with a reachable vocaphone gateway.
If you are upgrading from the old Local Flow package (io.github.mrsunglasses.localflow), uninstall that old package first; the application ID changed to com.vocahq.vocaphone.
Verify the download
Use SHA256SUMS.txt to verify the APK checksum and SIGNING-CERTIFICATE-SHA256.txt to verify the signing identity. This release is signed with APK Signature Scheme v2 and certificate fingerprint:
E6:13:14:46:F8:AF:EF:F1:35:16:F7:80:36:DB:9E:A2:6A:AA:16:E0:1B:39:F3:71:82:BF:26:2C:CD:1D:45:B0
Release details
- Package:
com.vocahq.vocaphone - Version:
0.1.0-beta.7 - Version code:
7 - Minimum Android:
13(API 33) - Target Android:
16(API 36) - APK includes
arm64-v8a,armeabi-v7a, andx86_64ABIs
This is a release candidate: the gateway is required, and OEM-specific keyboard behavior still deserves wider device testing.