Upgrade dependencies, android sdk, flutter, gradle, etc

This commit is contained in:
2025-04-12 10:52:39 +02:00
parent 8ebd95a4b8
commit 05e2fcf185
18 changed files with 273 additions and 489 deletions

View File

@@ -27,6 +27,13 @@
- [ ] fix time format (in message-list, in card, top right) - midnight is shown as "24:05" instead of "00:05" - thats weird
- [ ] Add scrollbar
-> https://api.flutter.dev/flutter/material/Scrollbar-class.html
- [ ] you cant unsubscribe from foreign channel without completely loosing subscription.
perhaps subscriptions should have two cofirmed bool (both must be true to receive messages): confirmed-owner && confirmed-subscriber
Then the subscriber can unconfirm his half - without loosing the owner confirmation
-----
# TODO iOS specific