Releases: linagora/Twake-Mobile
Releases · linagora/Twake-Mobile
ver. 2.2.9
Change Log:
- User input is cleared after successful channel creation
- Channel title is updated after channel has been edited
- When changing server, the server is validated first, before proceeding to login
- Direct chat list is reordered when sending the message (on prod only)
- Workspace creation bug fix
ver. 2.2.8
Change log:
- iOS emoticons are now fully visible on bottom most message
- Quotation now doesn't encompass all the text one line below
- User is now able to select server (proxy) to work with different backends
- Bug fix on infinite load when starting a new thread
- Bug fix on realtime update from different threads
- Reply counter is now updated automatically when sending or receiving messages in thread
- Server connection selection is almost done but contains an unresolved issue: in order to switch between servers after logout user has to restart the application.
ver. 2.2.7
Change log:
- Notifications (by default only mentions and thread replies) was added.
- Notifications can now be clicked to navigate to correct screen
- Message sending bug fix
- Elongated loader fix when changing company
- Internet connection loss detection has been improved
ver. 2.2.6
Change log:
- Realtime message sync in selected workspace
- Realtime channel state sync in selected workspace (icon, name, description)
- Proxy switched to chat.twake.app
ver. 2.2.5
Change log:
- Added messages sync via socketio (addition, removal, updates)
- Switched the proxy to web.qa.twake.app, notifications should arrive now
ver. 2.2.4
Change log:
- Fixed creation of private channels
- New feature: creation of workspaces
- Private channels now have lock icon indicator
- Direct chat creation has been improved
- New channel/direct is automatically opened right after successful creation
- Grey screen after new message deletion has been fixed
- System keyboard doesn't conflict with modal bottom sheet anymore
- Markdown parser now supports url opening in web browser
- Message editing has been fixed (no keyboard issue)
ver. 2.2.3
Change log:
- Removed loader icon and messages area collapse, when there's no messages
- Message Editing has been improved, you can edit new messages almost instantly after sending
- Emoji keyboard and system keyboard do not appear on screen at the same time
- User now can log in from different account without restarting the app
- Screen flicker after sending message has been removed, message sending is way smoother now
- Line breaks are now show up as they were typed by user
ver. 2.2.2
Change log:
- New feature - message editing (only user's own)
- Sent messages are now displayed instantly (if the phone has an active internet connection)
- Added support for registering new account and resetting password (via webview for now)
- Internet connection loss detection has been reworked and improved
- Threads: scroll behavior and messages alignment have been fixed.
ver. 2.2.1
Change log:
- Font sizes have been adjusted (message display and composition)
- WebView authentication has been moved to the background, user only interacts with flutter form now
- Android back button press handling has been fixed
- Parent message in the thread now displays full date time
- Empty threads do not attempt to load messages
- Twacode has been (experimentally) replaced by a markdown parser
- Modal popup for context actions on messages updated
- Logout confirmation dialog added
- Collapsable messages have been removed
- Channel creation: 2 pages flow merged in 1
- Direct creation option removed from Channel creation flow
- Direct creation: participants suggestions turned off
- Channel/Direct creation - keyboard behavior fixed
- Sliding panel of Channel/Direct creation flow has been completely replaced with speed and behavior improvements
- Minor UI fixes
ver. 2.2.0
Change log:
- Added Emoji Board, it's a minimalist emoji picker with categories support, it's available during text typing and when reacting to a message
- All emojis are now sent and saved in their UTF-16 representation, which removes the necessity to keep around a giant map of emoji short names
- Usernames are now visible when mentioned and can be copied with the rest of the message
- Message tile background appearance on long-press fixed.
- Input text caching/retrieving functionality was adopted to be available in threads.
- Channel and Direct creation screens opening behavior resolved.
- Thread messages vertical alignment issue fixed.
- Direct creation flow extracted from Channel creation screen to make it more convenient and better fit the current API.