Skip to content

swipe-tracker: Split begin-swipe and prepare

Alice Mikhaylenko requested to merge wip/exalm/begin-prepare into main

Move begin-swipe to when the swipe actually starts, replace what it was before with a prepare signal.

Currently we have a hack in AdwFlap to check starting swipe in update-swipe instead of begin-swipe because the latter runs too early. Now it can be removed.

Update migration guides.

Fixes #79 (closed)

Merge request reports