Skip to content

Releases: VocaHQ/vocaphone

vocaphone Android v0.1.0-beta.11

Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:14

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

Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11

vocaphone Android v0.1.0-beta.10

Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:06
e46ac77

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

Full Changelog: v0.1.0-beta.7...v0.1.0-beta.10

vocaphone Android v0.1.0-beta.9

Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 05:46
97d0d08

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

Full Changelog: v0.1.0-beta.7...v0.1.0-beta.9

vocaphone Android v0.1.0-beta.8

Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:16
227ccd2

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

Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8

VocaPhone Android — Beta Release 1 (Release Candidate)

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:54
fa3fbd8

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.apk

Android 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, and x86_64 ABIs

This is a release candidate: the gateway is required, and OEM-specific keyboard behavior still deserves wider device testing.