forked from melod1n/fast-messenger
f48878f00345f1225588ad4a4fb9bf42a8a9a05c
This commit introduces the ability to reply to a message by swiping it to the right. The message input bar and related components have been redesigned and refactored for a cleaner look and better user experience. Key changes: - Added a swipe-to-reply gesture on message bubbles. - Redesigned the message `InputBar` with updated styling, animations, and rounded corners that adapt to the reply state. - Renamed `MessagesHistoryInputBar` to a more generic `InputBar`. - Introduced `FastTextField`, a customized `BasicTextField`, for better performance and control. - Replaced `IconButton` with `FastIconButton` and `RippledClickContainer` in several places for consistent click handling. - Refactored `PinnedMessageContainer` and `ReplyContainer` with improved UI. - Updated the Compose BOM to `2025.12.00`.
fast-messenger
Unofficial messenger for russian social network VKontakte
Functionality
- Authorization
- 2FA support
- Resend otp
- Captcha support
- Support for new authorization with service and refresh tokens
- Handle token expiration
- Ability to export/import tokens
- 2FA support
- Conversations list
- Pagination
- Manual refresh
- Pin & unpin conversations
- Delete conversations
- Archive
- View archived conversations
- Archive & unarchive conversations
- Friends list
- Sort alphabetically, by priority or random
- Separate tab with only friends who are online
- Settings screen
- TODO
- Chat screen
- Pagination
- Manual refresh
- Message bubbles
- Text
- Date
- Read status
- Edit status
- Sending status
- Message's attachments
- Photo
- Video
- Audio
- File
- Link
- Sticker
- Reply
- Forwarded messages
- Wall post
- Comment in wall post
- Poll
- TODO
- Send messages
- Pinned message
- Pin & unpin messages
- Reply to message
- Delete message
- Select multiple messages
- Delete
- Forward
- Forward in current chat
- Send attachments to chat
- TODO
- Chat materials (attachments)
- Separate tabs for each attachment type
- Pagination
- Manual refresh
- View attachments
- Open photo
- Internal viewer
- External viewer
- Open video in external player
- TODO
- Open photo
- Separate tabs for each attachment type
- Caching
- TODO
Languages
Kotlin
100%