Releases: andybeg/AndroidFlipperZeroKBD
Release list
v0.5.7
Highlights
- ~127 bundled language label packs generated from CLDR Windows keyboards (
make language-packs) - Enabled languages stay at the top of the Settings list
- Cleaner language picker (no ■/○/✎/✓ debug markers)
- Languages without a pack still fall back to English QWERTY on keys
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.7.apk |
Android companion |
android_keyboard_bridge-0.5.7.fap |
Flipper app (C), uFBT / firmware 1.4.3 (API 87.1) |
android_keyboard_bridge_rust-0.5.7.fap |
Flipper app (Rust, educational) |
v0.5.6
Highlights
- Searchable list of all system-known languages in Settings (pick what you use)
- Bundled label packs remain EN / RU; others fall back to English QWERTY on keys
- Removed Settings detection diagnostics
- Docs: Android limitations on preferred-language list + keyboard glyph maps; tips welcome via issues
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.6.apk |
Android companion |
android_keyboard_bridge-0.5.6.fap |
Flipper app (C), uFBT / firmware 1.4.3 (API 87.1) |
android_keyboard_bridge_rust-0.5.6.fap |
Flipper app (Rust, educational) |
v0.5.5
Highlights
- Stacked keys in templates: ↑ and ↓ share one key slot (
stack: "v") - macOS and PC templates updated
- Also supports horizontal stacks (
stack: "h") for future use
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.5.apk |
Android companion |
android_keyboard_bridge-0.5.5.fap |
Flipper app (C), uFBT / official firmware 1.4.3 (API 87.1) |
android_keyboard_bridge_rust-0.5.5.fap |
Flipper app (Rust, educational) |
v0.5.4
Highlights
- Dual-language key labels: current language large, next enabled language small (Settings toggle)
- Screenshots updated (PC/macOS dual-label keyboards + Settings)
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.4.apk |
Android companion |
android_keyboard_bridge-0.5.4.fap |
Flipper app (C), built with uFBT against official firmware 1.4.3 (API 87.1) |
android_keyboard_bridge_rust-0.5.4.fap |
Flipper app (Rust, educational) |
The C FAP matches stock/release Flipper firmware 1.4.3.
v0.5.3
Highlights
- Keyboard layouts composed from templates + language packs
- Bundled templates: macOS, PC (Ctrl/Win/Alt labels), Number
- Bundled languages: EN, RU; drop custom JSON into the app languages folder
- Settings UI updated (template + language pickers); screenshots refreshed
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.3.apk |
Android companion |
android_keyboard_bridge-0.5.3.fap |
Flipper app (C) |
android_keyboard_bridge_rust-0.5.3.fap |
Flipper app (Rust, educational) |
FAP is version-aligned with the companion app (no Flipper behavior change in this release).
v0.5.2
Highlights
- Flipper catalog screenshots recolored to qFlipper orange/black palette (RGB 254,138,44)
- FAP 0.5.2 for Apps Catalog resubmission
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.2.apk |
Android companion |
android_keyboard_bridge-0.5.2.fap |
Flipper app (C) |
android_keyboard_bridge_rust-0.5.2.fap |
Flipper app (Rust, educational) |
Catalog PR: flipperdevices/flipper-application-catalog#1138
v0.5.1
Highlights
- Exit is Back-only (USB unplug does not close the FAP)
- Fast teardown after cable unplug when you press Back
- Catalog README links the companion Android APK to this release
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.1.apk |
Android companion |
android_keyboard_bridge-0.5.1.fap |
Flipper app (C, recommended) |
android_keyboard_bridge_rust-0.5.1.fap |
Flipper app (Rust, educational only) |
Companion APK (for Apps Catalog / store): https://github.com/andybeg/AndroidFlipperZeroKBD/releases/tag/v0.5.1
Catalog PR: flipperdevices/flipper-application-catalog#1138
v0.5.0
Highlights
- Exit is Back-only again (USB unplug no longer closes the FAP)
- Still keeps fast teardown after unplug: no HID release without a host, BLE disconnect before profile restore, drain HID queue while USB is down
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.5.0.apk |
Android app |
android_keyboard_bridge-0.5.0.fap |
Flipper app (C, recommended) |
android_keyboard_bridge_rust-0.5.0.fap |
Flipper app (Rust, educational only) |
Do not run the C and Rust FAPs at the same time.
Catalog PR: flipperdevices/flipper-application-catalog#1138
v0.4.0
Highlights
- Flipper FAP exits promptly when the USB cable is unplugged (~400ms debounce)
- Faster teardown: skip HID release without a host; disconnect BLE before profile restore
- Drain HID queue on USB loss / exit so Back is not stalled
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.4.0.apk |
Android app |
android_keyboard_bridge-0.4.0.fap |
Flipper app (C, recommended) |
android_keyboard_bridge_rust-0.4.0.fap |
Flipper app (Rust, educational only) |
Do not run the C and Rust FAPs at the same time.
Catalog PR: flipperdevices/flipper-application-catalog#1138
v0.3.0
Highlights
- Architecture polish for Flipper Apps Catalog submission (modularity, packaging)
- FAP
0.3: safer zero-init,storageonly when screenshots enabled - Android:
InputSinkfor touchpad, shared mouse button constants, BLE LE not required for Direct BT - Catalog PR open: flipperdevices/flipper-application-catalog#1138
Downloads
| File | What |
|---|---|
FlipperZeroKbd-0.3.0.apk |
Android app |
android_keyboard_bridge-0.3.0.fap |
Flipper app (C, recommended) |
android_keyboard_bridge_rust-0.3.0.fap |
Flipper app (Rust, educational only) |
Do not run the C and Rust FAPs at the same time.
Install FAP via qFlipper / Flipper Lab, or copy to SD apps/Bluetooth/. Pair phone with Flipper, open the FAP, then Connect from the Android app (Via Flipper mode).
See README for Motivation, setup, and Direct Bluetooth HID mode.