-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backswipe: change to prepend swipe listener
(WIP) Seems to mitigate some conflicts when switching between `edgeclk` (with seconds active) and `dtlaunch`. Sometimes the seconds redraw timeout of `edgeclk` would draw over `dtlaunch`.
- Loading branch information
thyttan
committed
Nov 5, 2024
1 parent
d376a7a
commit 3eb7d19
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
0.01: New App! | ||
0.02: Don't fire if the app uses swipes already. | ||
0.03: Only count defined handlers in the handler array. | ||
0.04: Fix messages auto opened by `messagegui` could not be blacklisted. Needs | ||
a refresh by deselecting and reselecting the "Messages" app throught Back Swipe | ||
settings. | ||
0.04: Fix messages auto opened by `messagegui` could not be blacklisted. Needs a refresh by deselecting and reselecting the "Messages" app throught Back Swipe settings. | ||
0.05: React on swipes before the active app (for the most part) by using `prependListener`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters