Commit Graph

316 Commits

Author SHA1 Message Date
70f5f9b9f9 fix: fix ImageEditorScreen animation smoothness 2026-02-05 02:05:26 +05:00
659f0c097d fix: fix image flashing 2026-02-05 02:05:26 +05:00
9d7c016b70 fix: fix image loading & caching state 2026-02-05 02:05:26 +05:00
be80e0eba8 fix: add localUri support for image attachments and optimize optimistic message handling 2026-02-05 02:05:26 +05:00
dd7d7b19cf fix: implement optimistic UI for image sending and enhance attachment handling 2026-02-05 02:05:26 +05:00
44a816dedb fix: update swipe direction for reply functionality in MessageBubble 2026-02-05 02:05:26 +05:00
a7268bb986 fix: remove logs 2026-02-05 02:05:26 +05:00
6bb0a90ea0 fix: add caption support to image viewer with animated display 2026-02-05 02:05:26 +05:00
c2283fe0e5 fix: smooth sidebar 2026-02-05 02:05:26 +05:00
fa22c2dccd fix: fix message bubble 2026-02-05 02:05:26 +05:00
3953f66986 fix: simplify horizontal swipe gesture for reply functionality in MessageBubble 2026-02-05 02:05:26 +05:00
c9c4cb65fc fix: adjust padding in MessageBubble for consistent vertical spacing 2026-02-05 02:05:26 +05:00
3b553865cd fix: implement swipe gesture to open navigation drawer in ChatsListScreen 2026-02-05 02:05:26 +05:00
4b8524f092 fix: enable swipe gestures for opening the navigation drawer in ChatsListScreen 2026-02-05 02:05:26 +05:00
da76243e3a fix: update status bar color management for improved visibility in ChatDetailScreen and OtherProfileScreen 2026-02-05 02:05:26 +05:00
7d90a9d744 fix: adjust padding and status bar colors in ImageEditorScreen for improved UI experience 2026-02-05 02:05:26 +05:00
5c5c5e45ee fix: improve emoji picker and keyboard transition animations for smoother user experience 2026-02-05 02:05:26 +05:00
eb96d269f6 feat: add emoji picker with smooth transition and keyboard height management 2026-02-05 02:05:26 +05:00
dc23ba9d36 fix: fix biometric auth manager 2026-02-05 02:05:26 +05:00
6cb4a80666 fix: set black status and navigation bar colors in ImageEditorScreen for better visibility 2026-02-05 02:05:26 +05:00
0c5abd976e feat: implement custom profile photo picker with smooth animations and gallery integration 2026-02-05 02:05:26 +05:00
c41c27e6d9 fix: improve message ID generation and enhance pagination handling in chat screen 2026-02-05 02:05:26 +05:00
311144ff4d fix: fix crashes 2026-02-05 02:05:26 +05:00
7cf20429a5 fix: streamline emoji picker and keyboard dismissal logic in ImageEditorScreen 2026-02-05 02:05:25 +05:00
44df5691d8 fix: enhance gallery and image editor interactions with improved animations and state management 2026-02-05 02:05:25 +05:00
330f9e77ed fix: implement instant keyboard dismissal using native API in ChatDetailScreen 2026-02-05 02:05:25 +05:00
78a8bfe6de feat: improve media picker bottom sheet 2026-02-05 02:05:25 +05:00
5e5c2af494 fix: improve MediaPickerBottomSheet animations and expand/collapse functionality 2026-02-05 02:05:25 +05:00
e1cc49c12b fix: enhance avatar expansion and collapse animations with overscroll support and haptic feedback in OtherProfileScreen 2026-02-05 02:05:25 +05:00
f78bd0edeb fix: adjust image dimensions and bubble width for better layout in chat components 2026-02-05 02:05:25 +05:00
0ba33419dd fix: input style 2026-02-05 02:05:25 +05:00
b05f526b43 fix: close keyboard before dismissing ImageEditorScreen 2026-02-05 02:05:25 +05:00
b44fd3da29 fix: fix image components behavior 2026-02-05 02:05:25 +05:00
1e9860a221 feat: enhance avatar expansion and collapse animations with dynamic timing and haptic feedback in ProfileScreen 2026-02-05 02:05:25 +05:00
196cc9c4a2 fix: improve dots indicator layout and enhance image counter visibility in ImageViewerScreen 2026-02-05 02:05:25 +05:00
2c3b34783c fix: fix avatar animation & profile colors 2026-02-05 02:05:25 +05:00
c249278421 Remove unnecessary logging statements across various components to clean up code and improve readability. This includes removing debug, error, and warning logs from attachment handling, image processing, media loading, and profile management functionalities. Additionally, a script has been added to automate the removal of log statements from Kotlin files. 2026-02-05 02:05:25 +05:00
430c7d9007 feat: Add Palette library for color extraction and enhance avatar handling in ProfileScreen 2026-02-05 02:05:25 +05:00
5fdd30b0ae Refactor code structure for improved readability and maintainability 2026-02-05 02:05:25 +05:00
56a9fc4c20 Implement feature X to enhance user experience and fix bug Y in module Z 2026-02-05 02:05:25 +05:00
116398d00d feat: Enhance MultiImageEditorScreen with synchronous image saving and improved editing tools 2026-01-30 04:24:17 +05:00
5091eb557a feat: Add avatar deletion functionality and update ProfileScreen to handle avatar presence 2026-01-30 03:36:01 +05:00
7691926ef6 feat: Implement multi-image editing with captions in ChatDetailScreen and enhance ProfileScreen with overscroll effects 2026-01-30 02:59:43 +05:00
6720057ebc feat: Add photo preview with caption functionality in MediaPickerBottomSheet 2026-01-30 01:05:30 +05:00
8c30fc3549 feat: Add camera button to MediaGrid for quick access 2026-01-29 21:54:17 +05:00
5d1ba8144f feat: Hide keyboard on opening ImageViewerScreen 2026-01-29 20:59:12 +05:00
9afd9c1d67 feat: Integrate ChatsListViewModel for user block/unblock functionality in OtherProfileScreen 2026-01-28 02:26:35 +05:00
6b59ed9bd8 feat: Replace avatar placeholder with real image loading in ChatItem and RecentUserItem components 2026-01-28 02:10:00 +05:00
3b4e4ee594 feat: Implement blurhash preview loading for images in ReplyBubble component 2026-01-28 01:48:05 +05:00
5b17cff6f1 feat: Parse and utilize attachments from JSON replies in ChatViewModel 2026-01-28 01:30:23 +05:00