Commit Graph

533 Commits

Author SHA1 Message Date
Thomas Farstrike f053037186 Prepare for 0.7.1 release 2026-01-27 13:45:23 +01:00
Thomas Farstrike a50e3722c9 DownloadManager: don't share aiohttp.ClientSession
It seems to cause SSL/TLS session corruption on ESP32.

There is a performance impact, so maybe it should be reintroduced again later,
but for now, let's keep it simple and fix this bug.
2026-01-27 13:41:15 +01:00
Thomas Farstrike 1bdb63e34e Add source of unittest package 2026-01-26 15:12:01 +01:00
Thomas Farstrike 9021a40560 Remove unused collections library
At least on desktop it is unused - we'll have to test on esp32 to be 100% certain.
2026-01-26 15:07:44 +01:00
Thomas Farstrike 39ea299839 Replace aiorepl with source copy 2026-01-26 15:04:32 +01:00
Thomas Farstrike c15256ba85 Use source copies of base64, binascii and shutil 2026-01-26 14:59:14 +01:00
Thomas Farstrike 52972b4beb Replace binary logging with source copy 2026-01-26 14:50:18 +01:00
Thomas Farstrike 1f9eee3a9d Rename AudioFlinger to AudioManager framework 2026-01-26 13:13:54 +01:00
Thomas Farstrike a32a020e57 Replace 'magic' value 0 with semantic lv.PART.MAIN 2026-01-26 12:30:50 +01:00
Thomas Farstrike 81f17dd07e Settings app: make "Cancel" button more "ghosty" to discourage accidental misclicks 2026-01-26 11:53:00 +01:00
Thomas Farstrike cd5fe31bbf About app: show logo at the top 2026-01-26 11:05:32 +01:00
Thomas Farstrike b23107ee14 Move ResetIntoBootloader activity to Settings app 2026-01-25 23:37:39 +01:00
Thomas Farstrike d7e49d04dc Add new BatteryManager framework 2026-01-25 23:22:53 +01:00
Thomas Farstrike 6837d568f0 Update fri3d_2026 2026-01-25 22:42:34 +01:00
Thomas Farstrike 8e734b1e53 InputManager: add has_indev_type to figure out if there are buttons 2026-01-25 21:52:25 +01:00
Thomas Farstrike 2a70e32375 Add InputManager framework 2026-01-25 21:17:20 +01:00
Thomas Farstrike 310c60ad40 Move mpos.time.refresh_timezone_preference() to TimeZone.refresh_timezone_preference() 2026-01-25 15:42:38 +01:00
Thomas Farstrike a2ffd35997 Eliminate traceback library 2026-01-25 00:30:01 +01:00
Thomas Farstrike c2ae169638 Rename PackageManager to AppManager 2026-01-25 00:19:38 +01:00
Thomas Farstrike 31dcfba683 Move mpos.apps functionality to PackageManager 2026-01-25 00:08:01 +01:00
Thomas Farstrike f772fc4b80 Add DeviceInfo and VersionInfo frameworks 2026-01-24 23:32:10 +01:00
Thomas Farstrike b8cc049e0e Increment version numbers 2026-01-24 23:00:31 +01:00
Thomas Farstrike ff6e35de24 Fix boot and logo showing 2026-01-24 22:11:09 +01:00
Thomas Farstrike 281c93739d Fix imports on esp32
Weirdly enough, these worked on desktop but not esp32...
2026-01-24 20:13:50 +01:00
Thomas Farstrike ba21d86bd7 Add TimeZone framework 2026-01-24 19:31:54 +01:00