|
25 | 25 | - Rows scale up to fill full keyboard height for easier tapping |
26 | 26 | - Theme.kt modified row_height calculation logic |
27 | 27 |
|
| 28 | +### Settings Theme + Intent Automation (9213de83) |
| 29 | +- ✅ Fixed #35: Settings now follow system dark/light mode |
| 30 | + - Removed hardcoded `darkTheme=true` from 6 activities |
| 31 | + - LauncherActivity intentionally stays dark (matrix aesthetic) |
| 32 | +- ✅ Fixed #70: Programmatic backup/restore via Intent |
| 33 | + - 6 Intent actions: EXPORT_SETTINGS, IMPORT_SETTINGS, EXPORT_DICTIONARIES, |
| 34 | + IMPORT_DICTIONARIES, EXPORT_CLIPBOARD, IMPORT_CLIPBOARD |
| 35 | + - Usage: `am start -a tribixbite.cleverkeys.action.EXPORT_SETTINGS -d file:///path/to/backup.json` |
| 36 | + |
28 | 37 | ### Greek Language Pack + Keyboard Command Routing (0fb56dc0) |
29 | 38 | - ✅ Created Greek (Ελληνικά) language pack (langpack-el.zip, 46k words, 632KB) |
30 | 39 | - ✅ Improved CustomShortSwipeExecutor command routing (#30) |
|
97 | 106 | - ✅ Added custom language pack creation guide for #50/#49 (72411d3d) |
98 | 107 |
|
99 | 108 | **Recent Commits**: |
| 109 | +- `9213de83` feat: settings follow system theme + Intent automation (#35, #70) |
100 | 110 | - `0fb56dc0` feat: add Greek language pack + improve keyboard command routing (#68, #30) |
101 | 111 | - `a9dbc7fb` fix: add TIMESTAMP case to CommandPaletteDialog when expression |
102 | 112 | - `ba53b955` feat: add timestamp commands to UI + Turkish/Swedish language packs |
|
149 | 159 | - #52 MessageEase layout contribution - Provided gesture tuning tips, offered to add layout |
150 | 160 |
|
151 | 161 | **Recently Fixed**: |
| 162 | +- #70 ✅ Programmatic Intent automation - Added 6 backup/restore Intent actions (9213de83) |
| 163 | +- #35 ✅ Settings dark mode - Now follows system theme (9213de83) |
152 | 164 | - #68 ✅ Greek language support - CREATED langpack-el.zip (0fb56dc0) |
153 | 165 | - #50 ✅ Swedish language support - CREATED langpack-sv.zip (ba53b955) |
154 | 166 | - #49 ✅ Turkish language support - CREATED langpack-tr.zip (ba53b955) |
|
0 commit comments