Files
fast-messenger/README.md
T
melod1n 82fb78e9ea Release 0.2.0 (#150)
Release Notes

* Bumped haze, agp, and guava dependencies
* Implemented ordering functionality for friends list
* Added scroll to top feature in friends and conversations screens
* Improved messages handling
* Fixed coloring issues
* Cache improvements
* Implemented logout functionality
* Implemented new authorization flow (no auto-token re-request)
* Added support for sticker pack preview attachments
* Bump LongPoll to version 19
* Markdown support for messages bubbles
* Adjust app name font size based on screen width

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 21:47:05 +03:00

63 lines
1.7 KiB
Markdown

# fast-messenger
Unofficial messenger for russian social network VKontakte
**Functionality**
- [x] Authorization
- [x] 2FA support
- [x] Resend otp
- [x] Captcha support
- [ ] Support for new authorization with service and refresh tokens
- [x] Conversations list
- [x] Pagination
- [x] Manual refresh
- [x] Pin & unpin conversations
- [x] Delete conversations
- [ ] Archive
- [ ] View archived conversations
- [ ] Archive & unarchive conversations
- [x] Friends list
- [x] Sort alphabetically, by priority or random
- [x] Separate tab with only friends who are online
- [x] Settings screen
- [ ] TODO
- [x] Chat screen
- [x] Pagination
- [x] Manual refresh
- [x] Message bubbles
- [x] Text
- [x] Date
- [x] Read status
- [x] Edit status
- [x] Sending status
- [ ] Message's attachments
- [ ] Photo
- [ ] Video
- [ ] Audio
- [ ] File
- [ ] Link
- [ ] TODO
- [x] Send messages
- [x] Pinned message
- [x] Pin & unpin messages
- [ ] Reply to message
- [x] Delete message
- [x] Select multiple messages
- [x] Delete
- [ ] Forward
- [ ] Forward in current chat
- [ ] Send attachments to chat
- [ ] TODO
- [x] Chat materials (attachments)
- [x] Separate tabs for each attachment type
- [x] Pagination
- [x] Manual refresh
- [x] View attachments
- [x] Open photo
- [x] Internal viewer
- [ ] External viewer
- [ ] Open video in external player
- [ ] TODO
- [ ] Caching
- [ ] TODO