Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1324841
start to integrate swipetype with keyboardstate
oneshinyboi Feb 25, 2026
5db05a7
successful debug implementation
oneshinyboi Feb 25, 2026
b7ed163
change to git dependency
oneshinyboi Feb 25, 2026
66f06ab
add manual trigger to app image build to test
oneshinyboi Feb 25, 2026
452ccf5
use latest swipeType lib to test including binaries
oneshinyboi Feb 25, 2026
e45756d
use clipboard to paste swipe output
oneshinyboi Feb 28, 2026
84b43f3
use new prediction engine, move swipe type related logic to its own m…
oneshinyboi Mar 12, 2026
c9d99fb
Merge branch 'wlx-team:main' into main
oneshinyboi Mar 12, 2026
ff03f8a
update appimage bulid to support building ort runtime
oneshinyboi Mar 12, 2026
fb4e4d5
Merge remote-tracking branch 'origin/main'
oneshinyboi Mar 12, 2026
74e8c4b
implement swipe selection ui in keyboard overlay
oneshinyboi Mar 15, 2026
f8f38f6
only add motion data for the device that started the swipe
oneshinyboi Mar 15, 2026
0ee7671
process swipes on separate thread to not block ui
oneshinyboi Mar 15, 2026
55756e6
add toggle to settings.rs
oneshinyboi Mar 15, 2026
5891c4b
default swipe to type config to false
oneshinyboi Mar 15, 2026
9382af6
remove println, minor fix
oneshinyboi Mar 16, 2026
5cf1a0c
use correct key_dimensions
oneshinyboi Mar 16, 2026
47a3c65
use latest swipe_type library version
oneshinyboi Mar 16, 2026
1c272fc
optionally use wayvr compositor clipboard when pasting
oneshinyboi Mar 16, 2026
f7be9ca
remove unused imports
oneshinyboi Mar 16, 2026
9651152
fix typo in log::error
oneshinyboi Mar 20, 2026
e91b587
fix within key positioning
oneshinyboi Mar 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build AppImage

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand All @@ -15,7 +16,7 @@ env:

jobs:
build_appimage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./wayvr
Expand Down
Loading