|
15 | 15 | - Fixed SettingsActivity defaults from VIBRATE_CUSTOM to HAPTIC_ENABLED |
16 | 16 | - Added to BackupRestoreManager for backup/restore support |
17 | 17 |
|
| 18 | +### Numpad Scaling Fix (#58) |
| 19 | +- ✅ Fixed "keyboard for number input has same size as letter input" complaint |
| 20 | +- **Horizontal scaling** (be23db40): Removed explicit `width="6.0"` from pin.xml |
| 21 | + - Layout auto-computes to 5.0 units (4 keys + 1 shift margin) |
| 22 | + - Keys are now 20% wider (eliminating right-side padding) |
| 23 | +- **Vertical scaling** (74580c22): Added `scale_numpad_height` setting |
| 24 | + - When enabled and `bottom_row=false`, uses actual `keysHeight` as divisor |
| 25 | + - Rows scale up to fill full keyboard height for easier tapping |
| 26 | + - Theme.kt modified row_height calculation logic |
| 27 | + |
18 | 28 | ### Specs Rewrite for LLM Agents |
19 | 29 | - ✅ Rewrote 25 docs/specs files for LLM coding agent consumption |
20 | 30 | - ✅ Removed: dates, TODOs, sprints, bugs, verification checklists |
|
59 | 69 | - ✅ Added custom language pack creation guide for #50/#49 (72411d3d) |
60 | 70 |
|
61 | 71 | **Recent Commits**: |
| 72 | +- `74580c22` feat: add numpad height scaling for larger keys (#58) |
| 73 | +- `be23db40` fix: enlarge PIN keyboard keys by 20% (#58) |
62 | 74 | - `ef7369a0` fix: vibration feedback toggle now properly disables all haptics (#46) |
63 | 75 | - `f697f528` docs(specs): complete spec rewrite for LLM agents |
64 | 76 | - `3603fc01` docs(specs): rewrite 4 more specs for LLM agent audience |
|
103 | 115 |
|
104 | 116 | **Open CleverKeys Issues**: |
105 | 117 | - #61 Active multi-language switching |
106 | | -- #58 Scaling number keyboard |
107 | 118 | - #52 MessageEase layout contribution |
108 | 119 | - #50 Swedish language support |
109 | 120 | - #49 Turkish language support |
110 | 121 | - #42 Integrate add-to-dictionary to typing |
111 | 122 |
|
| 123 | +**Recently Fixed**: |
| 124 | +- #58 ✅ Scaling number keyboard - FIXED (be23db40, 74580c22) |
| 125 | + - Horizontal: PIN keys 20% wider via auto-width calculation |
| 126 | + - Vertical: numpad rows scale to fill keyboard height |
| 127 | + |
112 | 128 | **Already Implemented (needs user documentation)**: |
113 | 129 | - #48 ✅ Password Manager autofill - ALREADY IMPLEMENTED (b769b0fc) |
114 | 130 | - Requires Android 11+ (API 30) |
|
0 commit comments