Skip to content

LocalFlow for Android 0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 02:38
· 3 commits to main since this release

The floating dot for LocalFlow, now signed with a permanent key.

What changed

  • Every release from here on is signed with the same key, so updates install in place over the previous version and keep your settings.
  • The dot appears only when a text field is active or the keyboard is on screen, and hides everywhere else. A switch in the app turns that off if you want it always visible.
  • With no PC connected yet, the app no longer records and then fails. It tells you it is not connected and opens its setup screen.

One-time step if you have 0.1.0 or 0.1.1 installed

Those builds were signed with throwaway keys, so this one cannot replace them. Uninstall LocalFlow, install this APK, then paste the setup line from your PC again (right-click the desktop dot, Phone setup, Copy setup line). You will never need to do this again.

Verify the download

The APK is signed by a certificate with SHA-256 fingerprint
1C:8F:39:86:F4:97:D8:97:47:E0:98:17:12:CB:4C:1D:4F:FF:B7:41:B6:2D:ED:F6:9F:21:13:CB:92:5E:A0:13.
apksigner verify --print-certs LocalFlow-android-v0.1.2.apk should show it.

Setup and troubleshooting: docs/ANDROID.md in the repository.