Commit Graph

581 Commits

Author SHA1 Message Date
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
c6f1998dc9 refactor: Clean up imports and improve code formatting in OtherProfileScreen 2026-02-05 02:05:25 +05:00
3ed4986393 feat: Enhance avatar animation with sharp expansion effect for smoother transitions 2026-02-05 02:05:25 +05:00
e9386c21dc feat: Update avatar behavior in CollapsingProfileHeader to handle presence of avatar for animations and haptic feedback 2026-02-05 02:05:25 +05:00
0cb8573efc feat: Add haptic feedback for avatar expansion completion and adjust corner radius behavior 2026-02-05 02:05:25 +05:00
d9453edd05 Implement feature X to enhance user experience and optimize performance 2026-02-05 02:05:15 +05:00
5f87f091f7 feat: Improve overscroll handling in ProfileScreen with enhanced snapping and state management 2026-01-30 21:40:43 +05:00
489820eae6 feat: Enhance ProfileScreen with improved overscroll handling and animation for avatar transition 2026-01-30 19:23:46 +05:00
976a9d7ab2 Refactor code structure for improved readability and maintainability 2026-01-30 18:21:26 +05:00
f7240ddfe6 feat: Update ProfileScreen to include conditional save button and adjust avatar positioning 2026-01-30 05:00:38 +05:00
116398d00d feat: Enhance MultiImageEditorScreen with synchronous image saving and improved editing tools 2026-01-30 04:24:17 +05:00
c4424683cb feat: Always use FullSizeAvatar in ProfileScreen to prevent flickering during transitions 2026-01-30 03:45:52 +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
c2b7dab5f1 feat: Enhance avatar handling with improved database saving and display in chat UI 2026-01-27 18:46:47 +05:00
3247f2b284 AVATAR & IMAGES ARE WORKING ON DESKTOP 2026-01-27 18:16:14 +05:00
f906dc9cf8 feat: Add detailed logging for encryptReplyBlob function in MessageCrypto 2026-01-27 00:22:34 +05:00
b3873a759f feat: Update PBKDF2 key derivation to use custom UTF-8 implementation for compatibility with crypto-js 2026-01-26 23:30:31 +05:00
0d1903691f feat: Update avatar handling to include data URL prefix and improve encryption process in ChatViewModel 2026-01-26 22:25:11 +05:00
9ea4726a9b feat: Add logging for avatar blob length and first 100 characters in ChatViewModel 2026-01-26 22:18:30 +05:00
4752954c65 feat: Enhance file upload logging and error handling in TransportManager and ChatViewModel 2026-01-26 21:23:12 +05:00
98ccb9078d feat: Implement avatar sending functionality and update MediaPicker with avatar selection option 2026-01-26 20:45:46 +05:00
91eb8a4b63 feat: Revamp UnlockScreen layout and enhance user experience with improved avatar display and dropdown account selection 2026-01-26 19:53:33 +05:00
6b232006b0 feat: Enhance OtherProfileScreen with keyboard management and dialog deletion; expose myPublicKey in ChatViewModel 2026-01-26 19:34:51 +05:00
b5d0c2915f feat: Add clear chat functionality in OtherProfileScreen; update header to handle chat history clearing 2026-01-26 19:19:30 +05:00
f98e529042 feat: Add support for image attachments in replies; implement preview functionality similar to Telegram 2026-01-26 19:10:40 +05:00
9445f11010 feat: Update media selection logic for Telegram-style interaction; improve user experience for image and video selection 2026-01-26 18:14:11 +05:00
fe9bc50d32 feat: Enhance image attachment handling with collage display; support multiple layouts for images in messages 2026-01-26 18:07:07 +05:00
0f652bea86 feat: Implement AttachmentFileManager for handling image attachments; add methods for saving, reading, and managing attachment files 2026-01-26 17:43:23 +05:00
44c0151294 feat: Update database version to 10 and implement migration to clear large blob attachments; adjust blob handling for IMAGE/FILE types in MessageRepository and ChatViewModel 2026-01-26 17:19:30 +05:00
7f3edd2ad8 feat: Update database version to 9 and implement migration to clear large blob attachments 2026-01-26 15:04:55 +05:00
25814f7de7 refactor: Simplify message loading logic and remove workaround for large messages in ChatViewModel 2026-01-26 14:32:54 +05:00
3c08adb516 feat: Add detailed logging for dialog management and message loading in ChatViewModel 2026-01-26 14:28:04 +05:00