Skip to content

TaskMind — Update 5.1.2 (v5.1.2)

Latest

Choose a tag to compare

@SMK1705 SMK1705 released this 13 Jul 04:55
6961799

🧠 TaskMind — Update 5.1.2

The reach point release. Same TaskMind as 5.1 — it just runs on a lot more phones now.

📱 Wider device support

  • Android floor lowered from 15 to 8.0minSdk dropped from 35 to 26, so TaskMind installs on the vast majority of Android phones instead of only the newest ones. Every platform call added after API 26 is version-guarded, so older devices route to the correct fallback (verified on-device on Android 8.0).
  • Three CPU architectures — the APK now ships arm64-v8a + armeabi-v7a + x86_64 (was arm64-only), so it also installs on 32-bit ARM phones and x86_64 emulators / ChromeOS. The native Whisper second pass stays arm64-only and gracefully no-ops elsewhere (Vosk, the primary transcriber, covers every architecture).

🧪 Under the hood

  • Robolectric tests exercise the new API-version guards across API 26–34, so the older-device fallbacks can't silently regress.
  • Version synced across the phone and Wear OS modules and the technical documentation; the in-app Settings footer reads TASKMIND · v5.1.2.

🔒 Privacy

Unchanged — on-device by default, an auditable egress log that normally reads "No data has left this device", and SQLCipher (AES-256-CBC + HMAC-SHA512) encryption at rest.

📥 Install

Download taskmind-v5.1.2-debug.apk below and open it on your phone (allow "install unknown apps"). Signed with the debug key, so it updates an existing install in place and keeps your data. Full details in the CHANGELOG.

versionName 5.1.2 · versionCode 7 · minSdk 26 · arm64-v8a / armeabi-v7a / x86_64