Skip to content

Commit 5d81049

Browse files
committed
v1.1.77: fix swipe typing coordinate mapping for non-uniform margins
- Fixed ProbabilisticKeyDetector key position calculations for margins - Fixed SwipeTrajectoryProcessor X normalization to use key area width - Added setMargins() method threaded through neural engine chain - Swipe typing now works correctly with asymmetric horizontal margins — opus-4.5
1 parent 915763a commit 5d81049

2 files changed

Lines changed: 3 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 = 76
53+
ext.VERSION_PATCH = 77
5454
// =============================================================================
5555
// DERIVED VALUES (auto-calculated, do not edit):
5656
// - versionCode = MAJOR*10000 + MINOR*100 + PATCH

memory/todo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@
258258
- NeuralLayoutHelper now passes config.margin_left/margin_right to neural engine
259259
- Both fixes required for correct swipe typing with non-uniform margins
260260

261-
**Current Version**: 1.1.76 (versionCode 101763 for x86_64)
262-
**GitHub Release**: https://github.com/tribixbite/CleverKeys/releases/tag/v1.1.76
261+
**Current Version**: 1.1.77 (versionCode 101773 for x86_64)
262+
**GitHub Release**: https://github.com/tribixbite/CleverKeys/releases/tag/v1.1.77
263263
**F-Droid MR**: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/30449
264264
**Final Config**: No srclibs, no postbuild - just gradle + prebuild sed!
265265

0 commit comments

Comments
 (0)