Skip to content

Commit f331808

Browse files
committed
docs: update todo.md with Settings Activities changes
-- opus-4.5
1 parent 2c5987e commit f331808

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

memory/todo.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
# CleverKeys Working TODO List
22

33
**Last Updated**: 2026-01-14
4-
**Status**: v1.2.5 - Language pack autocorrect fix (issue #63)
4+
**Status**: v1.2.5 - Settings Activities update
5+
6+
---
7+
8+
## Settings Activities Update - COMPLETE (2026-01-14)
9+
10+
**New Activity Shortcuts in Settings > Activities**:
11+
12+
1. **Short Swipe Calibration**
13+
- Card with 📐 icon
14+
- Launches `ShortSwipeCalibrationActivity`
15+
- Description: "Practice and tune gesture sensitivity"
16+
- Also added to searchable settings
17+
18+
2. **What's New**
19+
- Card with ✨ icon
20+
- Opens external URL: `https://github.com/AltairGeo/cleverkeys/releases/latest`
21+
- Description: "See latest features and changelog"
22+
- Added to searchable settings (keywords: changelog, release, update, features, version)
23+
- Special handling in `navigateToSetting()` for settingId "whats_new"
24+
25+
**Release Workflow Update**:
26+
- Modified `.github/workflows/release.yml` to read from fastlane changelogs
27+
- Changelog file: `fastlane/metadata/android/en-US/changelogs/{versionCode}.txt`
28+
- Falls back to commit-based changelog if fastlane file not found
29+
- GitHub release notes now match F-Droid changelog format
30+
31+
**Files Modified**:
32+
- `SettingsActivity.kt`: Added two Activity cards, searchable setting, URL handling
33+
- `.github/workflows/release.yml`: Read from fastlane instead of commits
534

635
---
736

0 commit comments

Comments
 (0)