Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Version: 3.3.0

Compare
Choose a tag to compare
@philipbrito philipbrito released this 28 Mar 18:43
· 574 commits to master since this release
25efdb1

📄 Release notes

- Supports receiving and making a video conference;
- Groups the chat list by favorites;
- Supports erasing an image while drawing it;
- Requests a confirmation before sending a photo from the camera;
- Avoids closing the app from some screens from the menu list (user is now redirected to the chat list screen);
- Improves the chat list user interface;
- Improves the chat room user interface;
- Improves the delete account user interface;
- Improves the about page user interfaces. 
- Improves the app's button interface;
- Fixes the bug that sent multiples copies of the same message;
- Fixes the bug the makes the uses unable to clear the draft messages;
- Fixes the avatar cache bug;
- Fixes the null username being shown while sending messages without internet;
- Fixes some app bar title changing when rotating the screen;
- Fixes the messages not showing in RTL layouts;
- Fixes the crash when the channel details button is clicked while scrolling;
- Fixes the bug resets the user password when editing the user profile;
- Adds a default avatar image when the user removes its avatar;
- Shows only e-mail apps when contacting the Rocket.Chat support;
- Clears the notification view after opening the app;
- Changes the message actions menu order.
- Adds the Portuguese (Portugal), Persian, Arabic and Chinese translations;
- Improves the French, Russian and Hindi translations;
- Keeps the scroll position in a chat room after rotating screen;
- Updates the library versions and refactors the app module code.

✅ Pull requests merged

  • [NEW] Video conference (#2139)
  • [I18N] Adds Arabic translation #2173
  • [IMPROVEMENT] Change message actions menu order #2162
  • [IMPROVEMENT] Set searchView width to max in ChatRoomFragment #2134
  • [IMPROVEMENT] Chat list UI improvements (#2110)
  • [I18N] Add French and Some Hindi Translations (#2129)
  • [FIX] About Screen in landscape view (#2069)
  • [I18N] Portuguese (Portugal) (#2127)
  • [IMPROVEMENT] Save the scroll Position of chatRoomsFragment (#2124)
  • [REFACTOR] refactor app module (#2125)
  • [REFACTOR] Handle nullable on arguments extra (#2093)
  • [IMPROVEMENT] Changing search field width should be the max width (#2111)
  • [NEW] Group chats by favorites (#1959)
  • [IMPROVEMENT] Delete account dialog UI (#2097)
  • [FIX] Saving unsend message (#2057)
  • [NEW] Add erase feature in drawing (#1961)
  • [FIX] Mistakes on the README.md (#2053)
  • [FIX] Fixes app crashes when channel Details button is clicked while scrolling (#2051)
  • [FIX] Added default background image for avatar image view (#2075)
  • [FIX] Chatroom showing empty messages in RTL layout (#2089)
  • [FIX] About fragment app bar title is change from "About" to "Rocket.Chat" on rotate. (#2092)
  • [FIX] App bar title changes when rotating the screen. (#2105)
  • [FIX] Show only email apps for sending email (#2039)
  • [FIX] Null username being shown while sending messages without internet (#2054)
  • [FIX] Avatar cache bug (#2048)
  • [I18n] Fix typo in Russian language file (#2020)
  • [FIX] Edit your profile and your password is reset (#2035)
  • [FIX] Fix new direct chat message bug (#2001)
  • [FIX] Clear notifications after opening the app (#2095)
  • [FIX] Disable send button while sending message (#2096)
  • [I18N] Add Persian language (#1985)
  • [IMPROVEMENT] Request confirmation before sending a photo from the camera (#1992)
  • [IMPROVEMENT] Avoid closing the app from some screens (#1998)
  • [I18N] Chinese translation(#1993)
  • [BUG] Fix alert dialog Button (#1994)
  • [i18N] Update RU strings.xml (#1954)

👩‍💻👨‍💻 Contributors