Skip to content

Commit dc28eb6

Browse files
committed
docs: update todo.md with Quick Settings tile feature
— claude-opus-4-5-20251101
1 parent 7db976d commit dc28eb6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

memory/todo.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- #62 ✅ Password manager clipboard exclusion - IMPLEMENTED (2026-01-15)
1919
- #1134 ✅ Test keyboard field in settings - IMPLEMENTED (2026-01-15)
2020
- #940 ✅ Clipboard delete individual items - IMPLEMENTED (2026-01-15)
21+
- #1113 ✅ Quick Settings tile for keyboard - IMPLEMENTED (2026-01-15)
2122

2223
**Open Feature Requests** (for future consideration):
2324
- #61 Active multi-language switching
@@ -75,6 +76,20 @@
7576

7677
---
7778

79+
## Quick Settings Tile - IMPLEMENTED (2026-01-15)
80+
81+
**Feature**: Add Quick Settings tile for keyboard switching (#1113).
82+
83+
**Implementation**:
84+
- **KeyboardTileService.kt**: TileService implementation (Android 7.0+)
85+
- Shows active/inactive state based on current input method
86+
- Tapping opens system input method picker
87+
- **AndroidManifest.xml**: Register service with BIND_QUICK_SETTINGS_TILE permission
88+
89+
**Commit**: `7db976d1 feat: add Quick Settings tile for keyboard switching`
90+
91+
---
92+
7893
## User Guide Wiki System - COMPLETE & VERIFIED (2026-01-15)
7994

8095
**Goal**: Create comprehensive user guide wiki with paired technical specs.

0 commit comments

Comments
 (0)