12 Commits

Author SHA1 Message Date
melod1n bb40d1b36c Merge branch 'master' into dev 2025-03-23 17:55:40 +03:00
melod1n e645448852 more improvements 2025-03-23 17:37:13 +03:00
melod1n 314ff806c0 improvements in longpoll's stuff 2025-03-23 17:27:46 +03:00
melod1n 3beb382334 Merge remote-tracking branch 'origin/dev' into dev 2025-03-23 11:53:51 +03:00
melod1n 5b5ba747d8 some updates 2025-03-23 11:53:28 +03:00
melod1n b8937a1590 Merge branch 'master' into dev 2025-03-23 09:23:38 +03:00
melod1n a4feb8978f message sending status 2025-03-23 09:08:29 +03:00
melod1n 79f539a27b - read indicator, edit status and time for message in messages history 2025-03-23 08:45:01 +03:00
melod1n 4cc6ec6b5d Chat creation feature (#138) 2025-03-23 07:33:58 +03:00
melod1n 36a119ffa9 Refactor: Enhance conversations and friends features
-   In `ConversationsScreen`, removed `isNeedToScrollToTop` and `onScrolledToTop`, and refactored toolbar container color logic. Added `NoItemsView` for empty conversation lists.
-   In `MainGraph`, added `onMessageClicked` for navigation to message history.
-   In `ApiEvent`, introduced `parseOrNull` for handling unknown event types.
-   In `ConversationsViewModel`, removed `scrollToTop` logic and refactored error handling.
-   In `FriendsViewModel`, refactored error handling and introduced `onErrorConsumed` and `handleError`.
-   In `FriendItem`, added an icon button to initiate sending a message to a friend.
-   In `strings.xml`, added or updated strings for session expiration, log out, refreshing, and empty friend lists.
-   In `RootScreen`, added `onMessageClicked` for navigating to messages.
-   In `FriendsList`, added `onMessageClicked` for handling message clicks.
-   In `MainScreen`, removed unused `MutableSharedFlow`.
-   In `FriendsScreen`, added support for showing errors, added `onMessageClicked`, and replaced `hazeChild` with `hazeEffect` and `hazeSource`.
-   In `FriendsNavigation`, added `onMessageClicked` for handling message clicks.
-   In `ConversationsNavigation`, removed the unused `scrollToTopFlow` parameter.
-   In `ErrorView`, added text alignment.
-   In `NoItemsView`, added support for a button and custom text.
-   In `LongPollUpdatesParser`, replaced try-catch with `parseOrNull`.
2025-03-21 12:43:22 +03:00
melod1n 1a78a51017 * fixed visual bug in progress bar in chat history 2025-03-21 04:49:17 +03:00
melod1n cbe3313b87 * pagination in chat fixed
* other fixes and improvements
2025-03-21 04:44:09 +03:00

Diff Content Not Available