Commit Graph

1321 Commits

Author SHA1 Message Date
Thomas Farstrike 7a13f63cef Fix flash_over_usb.sh 2025-11-20 22:19:39 +01:00
Thomas Farstrike ca99bcaccc UI: improve swipes
- UI: only show back and down gesture icons on swipe, not on tap
- UI: double size of back and down swipe gesture starting areas for easier gestures
2025-11-20 16:36:14 +01:00
Thomas Farstrike d368db1611 Merge pull request #11 from QuasiKili/patch-4
fixed bug where clicking in swipe areas was ignored
2025-11-19 14:53:07 +01:00
Kili 588a17fa62 fixed bug where clicking in swipe areas was ignored
Added a short movement detection for back_swipe and top_swipe because otherwise clicks in these areas where ignored. Since I (Quasi Kili) couldn't type the Q on the new mpos_keyboard on an esp32 touchscreen this was an urgent issue. You can test the before and after by clicking on the leftmost part of the q key in the wifi app or the upper bar in the connect 4 app.
Sending pressed AND clicked AND released events to the object below might not be the cleanest solution, but the simplest and most universal.
2025-11-19 12:34:16 +01:00
Thomas Farstrike a292b5a3d0 Fix Q button bug 2025-11-18 15:46:38 +01:00
Thomas Farstrike 7e9e235721 Add q button test 2025-11-18 15:40:01 +01:00
Thomas Farstrike 10c869a493 Add .gitignore 2025-11-18 15:29:30 +01:00
Thomas Farstrike 5596ac42b5 Add internal_filesystem/lib/mpos/ui/testing.py 2025-11-18 15:25:47 +01:00
Thomas Farstrike b6869d592a Add more tests 2025-11-18 15:09:12 +01:00
Thomas Farstrike 5827d40091 Move internal_filesystem/lib/mpos/wifi.py to internal_filesystem/lib/mpos/net/wifi_service.py 2025-11-18 13:19:10 +01:00
Thomas Farstrike 8ed59476c6 Simplify OSUpdate by using ConnectivityManager 2025-11-18 12:20:01 +01:00
Thomas Farstrike aa1b358fac Add unit tests 2025-11-18 12:04:00 +01:00
Thomas Farstrike 92ca020979 Increment version numbers 2025-11-17 22:06:46 +01:00
Thomas Farstrike 58edbf574d Add test 2025-11-17 21:58:16 +01:00
Thomas Farstrike 94e1439bf4 Add ConnectivityManager 2025-11-17 19:16:05 +01:00
Thomas Farstrike ebf8a98262 Remove debug output 2025-11-17 19:15:47 +01:00
Thomas Farstrike a7f640038b Add simulate_click() to graphical_test_helper.py 2025-11-17 14:41:09 +01:00
Thomas Farstrike 2341c16ab8 CHANGELOG 2025-11-17 14:17:38 +01:00
Thomas Farstrike 15698520d0 Improve About info 2025-11-17 13:39:48 +01:00
Thomas Farstrike 0bb7835e11 MposKeyboard: disable debug output 2025-11-17 13:17:56 +01:00
Thomas Farstrike 8e66a2d3c6 Consistent naming 2025-11-17 13:04:29 +01:00
Thomas Farstrike a21727ffdf Fix failing unit tests 2025-11-17 13:01:12 +01:00
Thomas Farstrike cc8858d247 Remove useless test 2025-11-17 12:29:46 +01:00
Thomas Farstrike a9943303e8 Remove useless manual tests 2025-11-17 12:29:23 +01:00
Thomas Farstrike 25b3bc00c6 Fix all keyboard tests 2025-11-17 12:27:08 +01:00