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
62d3c9c7d1
Fix unit test
2026-01-27 12:50:24 +01:00
Quasi Kili
0f7a2c03e9
updated icons helloworld, wifi, settings, appstore, nostr
2026-01-27 00:00:04 +01:00
Thomas Farstrike
de48c4a88c
Update version
2026-01-26 23:22:23 +01:00
Thomas Farstrike
8f916b55f1
Update CHANGELOG
2026-01-26 22:04:41 +01:00
Thomas Farstrike
01db1aa59c
Fix unit test
2026-01-26 21:17:11 +01:00
Thomas Farstrike
03ad82e71c
Improve CHANGELOG
2026-01-26 21:15:23 +01:00
Thomas Farstrike
29e7d2ea18
Update CHANGELOG
2026-01-26 20:59:01 +01:00
Thomas Farstrike
1bef944115
Increment versions
2026-01-26 20:21:53 +01:00
Thomas Farstrike
e8c3cb84d5
Change confetti icon
...
The old one was a bit too big, but looked better than the new one, IMHO.
So this updated one is the old one, but a bit smaller (55x55) like the others.
2026-01-26 20:12:49 +01:00
Thomas Farstrike
06389ab8de
Alternative Hello World icon
...
The new one looked very good for a chat app, with the text bubble,
so let's save it for a messaging app. The old one was a bit too big
and the "World" in blue on yellow was hard to write, so here's an alternative.
2026-01-26 20:11:38 +01:00
Thomas Farstrike
047f0aa6a5
Comments
2026-01-26 20:11:19 +01:00
Thomas Farstrike
6a22281ad6
Fix unit test
2026-01-26 19:08:53 +01:00
Thomas Farstrike
74cc105b6b
Merge pull request #25 from QuasiKili/main
...
added icon redesigns for every app
2026-01-26 19:02:50 +01:00
Quasi Kili
488b92514f
added icon redesigns for every app, including a standard usable app icon (now in launcher)
2026-01-26 18:28:28 +01:00
Thomas Farstrike
ad1e5ed6c9
Update lvgl_micropython
2026-01-26 16:07:48 +01:00
Thomas Farstrike
053851fe3a
Fix confetti icon
2026-01-26 15:39:53 +01:00
Thomas Farstrike
6c27c520b5
CHANGELOG
2026-01-26 15:13:47 +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
94d29d8202
Add test_audiomanager.py
2026-01-26 14:50:44 +01:00
Thomas Farstrike
52972b4beb
Replace binary logging with source copy
2026-01-26 14:50:18 +01:00
Thomas Farstrike
1bfcd3a618
Cleanup __pycache__ directories
...
To prevent polluting the freezefs etc.
2026-01-26 14:49:45 +01:00