feat: Enhance socket service for club management and event handling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 46s

- Implemented club connection management in SocketService to handle joining and leaving clubs.
- Added event handling for various real-time updates including participant changes and diary notes.
- Updated AppRoot and DiaryDetailScreen to utilize new socket service features for real-time data synchronization.
- Introduced member portrait upload functionality in DiaryDetailScreen.
- Improved clipboard management across multiple screens for better user experience.
- Updated versioning in libs.versions.toml for app version increment.
- Refactored navigation icons to use AutoMirrored icons for better compatibility.
This commit is contained in:
Torsten Schulz (local)
2026-05-20 11:36:00 +02:00
parent 1c5457ae8c
commit 6aa544a1de
7 changed files with 586 additions and 241 deletions

View File

@@ -1,7 +1,7 @@
[versions]
# composeApp (Play Store / „Über die App“-Build)
appVersionCode = "13"
appVersionName = "1.4.3"
appVersionCode = "14"
appVersionName = "1.5.0"
agp = "9.2.1"
android-compileSdk = "35"
android-minSdk = "24"