Skip to content

Commit 3ad9e26

Browse files
committed
v1.1.81: add View/Delete buttons for Collected Data
- View button opens dialog with swipe data stats and entries - Delete button with confirmation clears all collected data - Changelog includes v1.1.80 neural tuning changes — claude-opus-4-5-20251101
1 parent e9d704d commit 3ad9e26

5 files changed

Lines changed: 33 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
// UPDATE ONLY THESE THREE VALUES FOR A NEW RELEASE:
5151
ext.VERSION_MAJOR = 1
5252
ext.VERSION_MINOR = 1
53-
ext.VERSION_PATCH = 80
53+
ext.VERSION_PATCH = 81
5454
// =============================================================================
5555
// DERIVED VALUES (auto-calculated, do not edit):
5656
// - versionCode = MAJOR*10000 + MINOR*100 + PATCH
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v1.1.81 - Collected Data Management
2+
- Add View button to inspect collected swipe data with stats
3+
- Add Delete button with confirmation to clear all data
4+
- Dialog shows target word, date, keys traversed, trace points
5+
6+
v1.1.80 - Neural Prediction Tuning
7+
- Fixed beam search defaults for better long word prediction
8+
- Added configurable Touch Smoothing in Neural Settings
9+
- Consolidated duplicate settings
10+
- Tuned frequency weight and early stopping thresholds
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v1.1.81 - Collected Data Management
2+
- Add View button to inspect collected swipe data with stats
3+
- Add Delete button with confirmation to clear all data
4+
- Dialog shows target word, date, keys traversed, trace points
5+
6+
v1.1.80 - Neural Prediction Tuning
7+
- Fixed beam search defaults for better long word prediction
8+
- Added configurable Touch Smoothing in Neural Settings
9+
- Consolidated duplicate settings
10+
- Tuned frequency weight and early stopping thresholds
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v1.1.81 - Collected Data Management
2+
- Add View button to inspect collected swipe data with stats
3+
- Add Delete button with confirmation to clear all data
4+
- Dialog shows target word, date, keys traversed, trace points
5+
6+
v1.1.80 - Neural Prediction Tuning
7+
- Fixed beam search defaults for better long word prediction
8+
- Added configurable Touch Smoothing in Neural Settings
9+
- Consolidated duplicate settings
10+
- Tuned frequency weight and early stopping thresholds

memory/todo.md

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

33
**Last Updated**: 2026-01-03
4-
**Status**: v1.1.80 - Collected Data View/Delete UI
4+
**Status**: v1.1.81 - Collected Data View/Delete UI
55

66
---
77

@@ -406,7 +406,7 @@ Now confidence values are COMPARABLE across word lengths!
406406
| Token map | a=4..z=29 | a=4..z=29 ||
407407
| Coordinates | [0,1] normalized | [0,1] normalized ||
408408

409-
**Current Version**: 1.1.80 (versionCode 101803 for x86_64)
409+
**Current Version**: 1.1.81 (versionCode 101813 for x86_64)
410410
**GitHub Release**: https://github.com/tribixbite/CleverKeys/releases/tag/v1.1.79
411411
**F-Droid MR**: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/30449
412412
**Final Config**: No srclibs, no postbuild - just gradle + prebuild sed!

0 commit comments

Comments
 (0)