Commit Graph

479 Commits

Author SHA1 Message Date
k1ngsterr1
727ae9b5b5 fix: Adjust width constraints and layout for MessageBubble and ReplyBubble for improved responsiveness 2026-01-22 13:00:49 +05:00
k1ngsterr1
7d7b402773 fix: Update background color in ChatDetailScreen for improved dark theme aesthetics 2026-01-22 12:53:08 +05:00
k1ngsterr1
94ffd99fc7 fix: Update background color in SwipeableDialogItem and RequestsScreen for improved UI consistency 2026-01-22 12:48:20 +05:00
k1ngsterr1
932c77e273 fix: Update color scheme in ChatsListScreen for improved visibility and consistency 2026-01-22 12:13:06 +05:00
k1ngsterr1
0027aee1d9 feat: Update UnlockScreen to display account initials and username for better user identification 2026-01-22 12:08:14 +05:00
k1ngsterr1
60d4d1e6bc Refactor Chat Detail Screen components and models for better organization
- Added reusable UI components for the Chat Detail Screen in ChatDetailComponents.kt, including DateHeader, TypingIndicator, MessageBubble, and more.
- Introduced MessageInputBar in ChatDetailInput.kt to handle message input and emoji picker functionality.
- Created data models for chat messages and replies in ChatDetailModels.kt, including ChatMessage and ReplyData.
- Implemented utility functions for chat details in ChatDetailUtils.kt, such as date formatting and avatar color generation.
2026-01-22 04:56:17 +05:00
k1ngsterr1
ae8e1b0376 fix: Update MessageBubble modifier to fill available space 2026-01-22 03:54:33 +05:00
k1ngsterr1
7adfe1ce86 feat: Update chat navigation to use full user data for improved context 2026-01-22 03:30:59 +05:00
k1ngsterr1
bebab34359 commit 2026-01-22 02:26:01 +05:00
k1ngsterr1
ab2084673a feat: Add username field to AccountInfo and update display logic in SelectAccountScreen 2026-01-22 01:28:54 +05:00
k1ngsterr1
c9cd3dc69b feat: Implement account info update handling in MainScreen for reactive UI updates 2026-01-22 01:21:36 +05:00
k1ngsterr1
9f0e29c4cd feat: Sync edited fields in ProfileScreen when account data changes 2026-01-22 01:03:41 +05:00
k1ngsterr1
fa7e88e5b6 feat: Prevent immediate reload from DB after profile updates for better async handling 2026-01-22 00:51:37 +05:00
k1ngsterr1
7cdd43402d feat: Add accountUsername to ChatsListScreen for improved user identification 2026-01-22 00:41:53 +05:00
k1ngsterr1
6ad539e90e feat: Enhance account name and username handling in MainScreen and ProfileScreen for reactive updates 2026-01-22 00:33:35 +05:00
k1ngsterr1
1764fded5e feat: Update profile saving logic to follow desktop version pattern and enhance local data handling 2026-01-22 00:05:37 +05:00
k1ngsterr1
7d85d2c6e9 feat: Add window insets padding to ChatsListScreen and adjust button height in BackupScreen 2026-01-21 16:58:30 +05:00
k1ngsterr1
5e0c8dc1a8 feat: Add window insets padding to ChatsListScreen for better layout on status bar 2026-01-21 16:51:29 +05:00
k1ngsterr1
7d81dedfab Implement password verification and enhance BackupScreen UI
- Added password verification logic in MainActivity to decrypt the private key and seed phrase.
- Updated BackupScreen to handle password verification asynchronously using coroutines.
- Improved UI layout for displaying seed phrases in two columns with colored words.
- Added a copy button for the seed phrase with clipboard functionality.
- Introduced a new composable function, WordItem, for better visual representation of seed phrase words.
2026-01-21 16:44:35 +05:00
k1ngsterr1
d443592435 feat: Refactor ProfileScreen to adopt Telegram-style components and improve UI consistency 2026-01-21 16:13:24 +05:00
k1ngsterr1
dcfbb020be feat: Update ProfileNavigationItem to use a rounded corner shape with increased radius 2026-01-21 03:09:39 +05:00
k1ngsterr1
5145388e02 feat: Enhance ProfileScreen with improved collapsing header and back navigation 2026-01-21 02:17:17 +05:00
k1ngsterr1
f856459494 feat: Implement collapsing header for ProfileScreen with enhanced navigation and logging features 2026-01-21 00:08:33 +05:00
k1ngsterr1
db61ebb79f feat: Add Profile Logs Screen and integrate logging functionality
- Introduced ProfileLogsScreen for displaying logs related to profile operations.
- Enhanced MainScreen to include navigation to the new logs screen.
- Updated ProfileViewModel to manage logs and handle profile save operations.
- Implemented back navigation and log clearing functionality in ProfileLogsScreen.
- Improved SafetyScreen and ThemeScreen with back gesture handling.
- Refactored BackupScreen and OtherProfileScreen for consistency and better UX.
- Adjusted UI elements for better visibility and interaction feedback.
2026-01-20 23:42:02 +05:00
k1ngsterr1
9edcb712fc feat: Add navigation for contacts in MainScreen and update ProfileCard visibility 2026-01-20 21:42:57 +05:00
k1ngsterr1
c42dd57e3d feat: Enhance user profile and settings screens
- Updated ChatDetailScreen to pass user data on profile click.
- Added BackupScreen for seed phrase recovery with password verification.
- Introduced OtherProfileScreen for viewing and managing other users' profiles.
- Created SafetyScreen for account security options including backup and deletion.
- Developed ThemeScreen for theme customization with light, dark, and system modes.
- Implemented UpdatesScreen to display app version and check for updates.
- Removed unused navigation item for updates from ProfileScreen.
2026-01-20 18:59:44 +05:00
k1ngsterr1
d78000aa3f feat: Implement Profile Screen with full functionality and navigation
- Added ProfileScreen.kt for user profile management.
- Updated MainActivity.kt to integrate ProfileScreen and manage navigation states.
- Created documentation for Profile Screen implementation, navigation flow, and testing checklist.
- Removed SettingsScreen.kt as part of the refactor.
- Added helper components for profile display and editing.
- Ensured compliance with Material 3 design principles and dark/light theme support.
2026-01-20 04:38:13 +05:00
k1ngsterr1
0c4c636823 refactor: Clean up OnboardingScreen code for improved readability and maintainability 2026-01-20 03:06:06 +05:00
k1ngsterr1
6b1c84a7bc Refactor ChatsListScreen: Remove FCM logs dialog and related functionality
- Eliminated the FCM logs dialog and its associated state management.
- Removed FCM logs display logic from the UI.
- Updated drawer menu by removing FCM Token Logs option and other unused items.
- Changed icon for Saved Messages from Outlined to Default.
2026-01-20 01:54:29 +05:00
k1ngsterr1
b26aa53333 feat: Implement back gesture handling in SearchScreen for improved navigation 2026-01-19 18:11:30 +05:00
k1ngsterr1
b7cbc35868 Refactor code structure for improved readability and maintainability 2026-01-19 17:20:35 +05:00
k1ngsterr1
19a89ea00e feat: Enhance message status tracking and logging in MessageRepository and ChatsListViewModel for improved clarity and debugging 2026-01-19 00:32:14 +05:00
k1ngsterr1
8bc1eecf10 feat: Simplify message query conditions in DialogDao for improved clarity and performance 2026-01-18 23:15:12 +05:00
k1ngsterr1
6b839d2729 feat: Disable logging in Protocol and ProtocolManager for improved performance and cleaner UI 2026-01-18 22:57:53 +05:00
k1ngsterr1
89d639a474 feat: Enhance logging and state management in ChatsList and MessageRepository for improved user experience 2026-01-18 21:48:02 +05:00
k1ngsterr1
f141145245 feat: Implement keyboard dismissal on ChatsListScreen to enhance user experience 2026-01-18 21:31:37 +05:00
k1ngsterr1
aac5081dec feat: Add screen orientation setting and improve padding for navigation bars in ChatsList and Onboarding screens 2026-01-18 19:52:56 +05:00
k1ngsterr1
fcc7755fb5 feat: Update message delivery status logic and improve UI feedback for read messages 2026-01-18 19:13:33 +05:00
k1ngsterr1
4393fa9036 feat: Add support for Saved Messages flag in MessageBubble and update display status accordingly 2026-01-18 19:06:05 +05:00
k1ngsterr1
988494ca9c feat: Add logging for message read status updates and improve message delivery status handling 2026-01-18 19:02:53 +05:00
k1ngsterr1
f7e63dbee1 feat: Improve screen transition animations and simplify account handling in MainActivity 2026-01-18 18:18:32 +05:00
k1ngsterr1
b8aba7714c feat: Enhance account handling and message delivery status updates; improve UI feedback for saved messages 2026-01-18 18:12:45 +05:00
k1ngsterr1
61995e9286 feat: Simplify animations across multiple screens by replacing slide transitions with fade animations for improved user experience 2026-01-18 17:26:04 +05:00
k1ngsterr1
89e5f3cfa2 feat: Optimize search animations and improve content rendering in SearchScreen; update Saved Messages icon handling in DialogItemContent 2026-01-18 13:12:43 +05:00
k1ngsterr1
5833237c3a feat: Implement special handling for Saved Messages, including dedicated methods for retrieval, display, and dialog updates 2026-01-18 12:28:28 +05:00
k1ngsterr1
52523d91fb fix: stable build right now but without saved messages 2026-01-18 11:13:55 +05:00
k1ngsterr1
a3810af4a0 Refactor UI components in ChatsListScreen, ForwardChatPickerBottomSheet, and SearchScreen for improved readability and maintainability; adjust text color alpha values, streamline imports, and enhance keyboard handling functionality. 2026-01-17 21:09:47 +05:00
k1ngsterr1
c9136ed499 feat: Update menu icon color for improved visibility in ChatsListScreen 2026-01-17 21:03:19 +05:00
k1ngsterr1
569aa34432 feat: Add comprehensive encryption architecture documentation for Rosette Messenger
feat: Implement Firebase Cloud Messaging (FCM) integration documentation for push notifications

docs: Outline remaining tasks for complete FCM integration in the project

fix: Resolve WebSocket connection issues after user registration
2026-01-17 19:04:05 +05:00
k1ngsterr1
a9e426506b feat: Enhance connection handling and add debug logs feature; improve user experience and troubleshooting 2026-01-17 06:21:26 +05:00