feat: Enhance socket service for club management and event handling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 46s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user