Thomas Farstrike
95dfc1b93b
MposKeyboard: fix focus issue
2025-12-19 19:23:03 +01:00
Thomas Farstrike
47923a492a
MposKeyboard: simplify
2025-12-19 18:45:48 +01:00
Thomas Farstrike
c8982c930f
battery_voltage.py: fix output
2025-12-19 18:44:57 +01:00
Thomas Farstrike
3915522bde
WifiService: also auto connect to hidden networks
2025-12-19 16:01:06 +01:00
Thomas Farstrike
67592c7886
Move wifi busy logic to wifi service
2025-12-19 15:06:20 +01:00
Thomas Farstrike
73cba70d55
WiFi app: delegate to WiFiService where possible
2025-12-19 14:39:02 +01:00
Thomas Farstrike
be99f6e91d
Fix tests
2025-12-19 11:30:31 +01:00
Thomas Farstrike
08d1b28691
Update tests
2025-12-19 11:13:40 +01:00
Thomas Farstrike
a31ac2f112
Update tests
2025-12-19 11:01:09 +01:00
Thomas Farstrike
6378a75026
MposKeyboard: fix scroll
2025-12-19 10:12:39 +01:00
Thomas Farstrike
1edbd643ef
Cleanups
2025-12-18 18:23:21 +01:00
Thomas Farstrike
b821cdbfcd
MposKeyboard: scroll into view when opening, restore scroll after closing
2025-12-18 15:07:21 +01:00
Thomas Farstrike
29af03e6b3
stream_record.py: avoid seeking by writing large file size
2025-12-17 23:34:27 +01:00
Thomas Farstrike
d2f80dbfc9
stream_record.py: add periodic flushing
2025-12-17 23:00:08 +01:00
Thomas Farstrike
ddf8656943
Improve recording UX
2025-12-17 22:52:57 +01:00
Thomas Farstrike
9286260453
Fix delay when finalizing sound recording
2025-12-17 22:20:24 +01:00
Thomas Farstrike
da9f912ab7
AudioFlinger: add support for I2S microphone recording to WAV
2025-12-17 21:49:51 +01:00
Thomas Farstrike
e64b475b10
AudioFlinger: revert to threaded method
...
The TaskManager (asyncio) was jittery when under heavy CPU load.
2025-12-17 20:07:51 +01:00
Thomas Farstrike
4836db557b
stream_wav.py: back to 8192 chunk size
...
Still jitters during QuasiBird.
2025-12-17 19:36:32 +01:00
Thomas Farstrike
736b146eda
Increment version number
2025-12-17 19:14:29 +01:00
Thomas Farstrike
740f239acc
fix(ui/testing): use send_event for reliable label clicks in tests
...
click_label() now detects clickable parent containers and uses
send_event(lv.EVENT.CLICKED) instead of simulate_click() for more
reliable UI test interactions.
This fixes sporadic failures in test_graphical_imu_calibration_ui_bug.py
where clicking "Check IMU Calibration" would sometimes fail because
simulate_click() wasn't reliably triggering the click event on the
parent container.
- Add use_send_event parameter to click_label() (default: True)
- Detect clickable parent containers and send events directly to them
- Verified with 15 consecutive test runs (100% pass rate)
2025-12-17 19:09:40 +01:00
Thomas Farstrike
afe8434bc7
AudioFlinger: eliminate thread by using TaskManager (asyncio)
...
Also simplify, and move all testing mocks to a dedicated file.
2025-12-17 17:03:42 +01:00
Thomas Farstrike
23a8f92ea9
OSUpdate app: show download speed
...
DownloadManager: add support for download speed
2025-12-17 15:02:31 +01:00
Thomas Farstrike
5dd24090f4
Move download_url() to DownloadManager
2025-12-17 12:26:02 +01:00
Thomas Farstrike
ac7daa0018
WebSocket: fix asyncio task not always stopping
2025-12-15 12:00:27 +01:00