Commit Graph

309 Commits

Author SHA1 Message Date
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
e6f88952c7 feat: Enhance reply functionality with public and private key support for attachment decryption 2026-01-28 01:21:57 +05:00
a8f5ae63fd feat: Add loading of blur preview for images in ZoomableImage component 2026-01-28 01:14:29 +05:00
29b023c39f feat: Add image viewer functionality with swipe and zoom capabilities 2026-01-28 01:07:44 +05:00
8702539d09 feat: Integrate AvatarRepository into chat components for improved avatar handling and caching 2026-01-28 00:28:56 +05:00
abe0705a70 feat: Improve logging for image and avatar downloads with detailed status updates 2026-01-27 20:48:33 +05:00
017f13cb90 feat: Implement local file management for avatar attachments with download status checks 2026-01-27 19:12:46 +05:00
3ef61700b3 feat: Enhance image attachment handling with local file management and download status logic 2026-01-27 19:05:50 +05:00