Commit Graph

562 Commits

Author SHA1 Message Date
3f3dd956cb feat: enhance file opening logic in OtherProfileScreen to support local, downloaded, and blob files 2026-03-02 23:54:16 +05:00
8c7ac53506 feat: Enhance chat UI with group invite handling and new download indicator
- Added support for standalone group invites in MessageBubble component.
- Improved bubble padding and width handling for group invites.
- Refactored MessageBubble to streamline background and border logic.
- Introduced AnimatedDownloadIndicator for a more engaging download experience.
- Created ThemeWallpapers data structure to manage chat wallpapers.
- Implemented WallpaperSelectorRow and WallpaperSelectorItem for theme customization.
- Updated ThemeScreen to allow wallpaper selection and preview.
- Added new drawable resources for download and search icons.
2026-03-02 23:40:44 +05:00
16c48992a5 feat: implement group members caching and enhance emoji picker functionality in GroupSetupScreen 2026-03-02 15:31:38 +05:00
df8fbfc5d3 feat: add delay for focus request in GroupSetupScreen during details step 2026-03-02 14:19:59 +05:00
8f7544c655 feat: enhance camera handling and UI state management in chat components 2026-03-02 14:07:42 +05:00
6d379148b0 feat: improve message delivery status handling and UI indicators in chat screens 2026-03-02 11:35:03 +05:00
7bf3db52a6 feat: update version to 1.1.1 and enhance group chat features, sync stability, and UI improvements
Some checks failed
Android Kernel Build / build (push) Failing after 19m6s
2026-03-01 19:16:45 +05:00
a0569648e8 feat: Enhance group chat functionality and UI improvements
- Added support for group action system messages in MessageBubble.
- Implemented group invite handling with inline cards for joining groups.
- Updated MessageBubble to display group sender labels and admin badges.
- Enhanced image decryption logic for group attachments.
- Modified BlurredAvatarBackground to load system avatars based on public keys.
- Improved SwipeBackContainer with layer management for better swipe effects.
- Updated VerifiedBadge to use dynamic icons based on user verification status.
- Added new drawable resource for admin badge icon.
2026-03-01 00:01:01 +05:00
3f2b52b578 feat: improve swipe back scale behavior across screens 2026-02-27 23:56:21 +05:00
507c26d3c6 feat: add step to restore debug keystore in Android build workflow 2026-02-27 22:16:19 +05:00
a1849eb558 fix: remove Java 17 home configuration from Gradle properties 2026-02-27 21:49:15 +05:00
530605ab6c feat: update version to 1.1.0 and enhance sync cycle handling in ProtocolManager
Some checks failed
Android Kernel Build / build (push) Failing after 2m6s
2026-02-27 21:42:53 +05:00
b45ca7dcdd fix: streamline JDK 17 installation process in Android build workflow 2026-02-27 19:40:52 +05:00
d2379e0133 fix: update branch name from main to master in workflow trigger 2026-02-27 19:24:53 +05:00
b3c6acd007 feat: Update Android build workflow to run on Linux and enhance sync cycle handling in ProtocolManager 2026-02-27 19:20:11 +05:00
52efcdf111 feat: Update JDK installation and enhance Android SDK setup for cross-platform compatibility 2026-02-27 15:37:06 +05:00
702b85a9a7 feat: Replace wget with curl for downloading Android command line tools 2026-02-27 15:25:37 +05:00
c7dcfd03ef feat: Enhance Android build workflow by adding JDK 17 and Android SDK installation steps 2026-02-27 15:21:54 +05:00
a36a37844d feat: Update Android build workflow to use android-builders and install Node.js 2026-02-27 15:19:40 +05:00
5eabd79a96 feat: Simplify Android build workflow by removing JDK setup and Gradle caching steps 2026-02-27 15:01:41 +05:00
ce41bbc329 feat: Add Android Kernel Build workflow for APK assembly and deployment 2026-02-27 14:33:34 +05:00
2da2c6ab36 feat: Bump version to 1.0.11, add ConnectionLogsScreen, and enhance message synchronization logic 2026-02-27 02:43:30 +05:00
829e19364a feat: Add account verification status handling in MainScreen, ChatsListScreen, and ProfileScreen 2026-02-26 20:32:05 +05:00
388d279ea9 feat: Bump version to 1.0.9 and update release notes; remove debug logs functionality 2026-02-26 16:02:01 +05:00
f526a442b0 feat: Enhance FCM token management by adding unsubscribe logic to prevent duplicate registrations 2026-02-26 14:56:21 +05:00
48861633ee feat: Implement deduplication for FCM token subscription and update related logic 2026-02-25 23:03:28 +05:00
b7b99cdb40 feat: Remove FCM token display and copy functionality from ChatsListScreen 2026-02-25 21:20:09 +05:00
dd473db8ff feat: Add FCM token display and copy functionality in ChatsListScreen 2026-02-25 21:16:14 +05:00
dd5bee5e42 feat: Simplify tint color handling for icons in FileAttachment component 2026-02-25 20:39:36 +05:00
3bdd92e8a9 feat: Bump version to 1.0.8 and update release notes with new features and fixes 2026-02-25 19:49:25 +05:00
a5fb90e072 feat: Enhance error handling for downloads and memory issues in ImageAttachment and TransportManager 2026-02-25 19:43:07 +05:00
c1f9114251 feat: Remove unused rosettaBadgeBlue color variable from OtherProfileScreen 2026-02-25 19:04:01 +05:00
31d100e9ac feat: Update color handling for typing indicator and verified badge in dark theme 2026-02-25 18:35:43 +05:00
0cbd2b84c3 feat: Remove debug log button and status text from ChatsListScreen for cleaner UI 2026-02-25 11:20:18 +05:00
aed685ee73 feat: Bump version to 1.0.7, enhance message delivery handling, and add connection logs screen 2026-02-25 11:16:31 +05:00
75810a0696 feat: Add total unread count from other chats for back-chevron badge in MainScreen 2026-02-24 21:04:27 +05:00
6643e0e069 feat: Update ChatDetailScreen and ChatsListScreen for improved UI responsiveness and consistency; add custom verified badge icon 2026-02-24 20:35:33 +05:00
73ec5d77f4 feat: Update version to 1.0.6 and enhance release notes with new features and improvements 2026-02-24 09:02:39 +05:00
fba95c0516 feat: Enhance selection mode animations and adjust bottom padding in ChatDetailScreen 2026-02-23 17:08:03 +05:00
f4cb3f8253 feat: Implement pinch-to-zoom functionality in InAppCameraScreen and add zoom controls 2026-02-23 00:49:29 +05:00
290143dfc4 feat: Add Lottie animation for avatar in attachment UI and refactor file layout by removing search functionality 2026-02-22 18:32:03 +05:00
14ab10a1a0 feat: Implement file selection and gallery-as-file functionality in attachment UI 2026-02-22 15:59:27 +05:00
ba7182abe6 Refactor image blurring to use RenderScript for improved performance and quality
- Replaced custom fast blur implementation with RenderScript-based Gaussian blur in BlurredAvatarBackground and AppearanceScreen.
- Updated image processing logic to scale down bitmaps before applying blur for efficiency.
- Simplified blur logic by removing unnecessary pixel manipulation methods.
- Enhanced media preview handling in OtherProfileScreen to utilize new Gaussian blur function.
- Improved code readability and maintainability by consolidating blur functionality.
2026-02-22 12:32:19 +05:00
5b9b3f83f7 Промежуточный результат для 1.0.4 версии 2026-02-22 08:54:46 +05:00
3aa18fa9ac fix: Improve error handling for image bounds decoding in MediaUtils 2026-02-20 05:46:39 +05:00
b6f266faa4 feat: Enhance background color animation on theme change in SwipeableDialogItem 2026-02-20 05:39:27 +05:00
f1252bf328 feat: Enhance message selection and forwarding logic, ensuring avatar messages are excluded 2026-02-20 03:46:06 +05:00
88e2084f8b Refactor image handling and decoding logic
- Introduced a maximum bitmap decode dimension to prevent excessive memory usage.
- Enhanced base64 to bitmap conversion by extracting payload and applying EXIF orientation.
- Improved error handling for image downloads and decoding processes.
- Simplified media picker and chat input components to manage keyboard visibility more effectively.
- Updated color selection grid to adaptively adjust based on available width.
- Added safety checks for notifications and call actions in profile screens.
- Optimized bitmap decoding in uriToBase64Image to handle large images more efficiently.
2026-02-20 02:45:00 +05:00
5cf8b2866f feat: Enhance DeviceConfirmScreen with animated color transitions and improved layout 2026-02-19 17:50:25 +05:00
53d0e44ef8 feat: Enhance search functionality and user experience
- Added local account metadata handling in SearchScreen for improved "Saved Messages" search fallback.
- Updated search logic to include username and account name checks when searching for the user.
- Introduced search logging in SearchUsersViewModel for better debugging and tracking of search queries.
- Refactored image download process in AttachmentComponents to include detailed logging for debugging.
- Created AttachmentDownloadDebugLogger to manage and display download logs.
- Improved DeviceVerificationBanner UI for better user engagement during device verification.
- Adjusted OtherProfileScreen layout to enhance information visibility and user interaction.
- Updated network security configuration to include new Let's Encrypt certificate for CDN.
2026-02-19 17:34:16 +05:00