Skip to content

Commit f474c73

Browse files
committed
docs: update todo.md with #35, #70 fixes
— claude opus 4.5
1 parent 9213de8 commit f474c73

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

memory/todo.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
- Rows scale up to fill full keyboard height for easier tapping
2626
- Theme.kt modified row_height calculation logic
2727

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+
2837
### Greek Language Pack + Keyboard Command Routing (0fb56dc0)
2938
- ✅ Created Greek (Ελληνικά) language pack (langpack-el.zip, 46k words, 632KB)
3039
- ✅ Improved CustomShortSwipeExecutor command routing (#30)
@@ -97,6 +106,7 @@
97106
- ✅ Added custom language pack creation guide for #50/#49 (72411d3d)
98107

99108
**Recent Commits**:
109+
- `9213de83` feat: settings follow system theme + Intent automation (#35, #70)
100110
- `0fb56dc0` feat: add Greek language pack + improve keyboard command routing (#68, #30)
101111
- `a9dbc7fb` fix: add TIMESTAMP case to CommandPaletteDialog when expression
102112
- `ba53b955` feat: add timestamp commands to UI + Turkish/Swedish language packs
@@ -149,6 +159,8 @@
149159
- #52 MessageEase layout contribution - Provided gesture tuning tips, offered to add layout
150160

151161
**Recently Fixed**:
162+
- #70 ✅ Programmatic Intent automation - Added 6 backup/restore Intent actions (9213de83)
163+
- #35 ✅ Settings dark mode - Now follows system theme (9213de83)
152164
- #68 ✅ Greek language support - CREATED langpack-el.zip (0fb56dc0)
153165
- #50 ✅ Swedish language support - CREATED langpack-sv.zip (ba53b955)
154166
- #49 ✅ Turkish language support - CREATED langpack-tr.zip (ba53b955)

0 commit comments

Comments
 (0)