This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
Version: 1.8.0
π Release notes
- REACTIONS!!! You can now see, add and remove reactions to any message!!!
- COMMANDS!!! Just type "/" and you'll see the list of commands that your server supports (required 0.60+);
- PERFORMANCE!!! The app is much faster now with lots of optimizations we made;
- We fixed the layout of autocomplete to show the type of channel, or command "/";
- We changed the way we send messages (on 0.60+) and now the realibility is much better;
- Now you can invite users to the channel while creating a new one;
- We improved the list of users on autocomplete to show the best results for you;
- We made lots of improvements for accessibility on the app regarding VoiceOver and text sizes;
- Now if you're an admin, you've access to the admin panel;
- We also squashed a lot of crashes and bugs, like always;
β Pull requests merged
- [NEW] Add support and autocompletion for server commands (#1015)
- [NEW] Show admin panel for users that has access to it (#1004)
- [NEW] Invite user while creating channel (#963)
- [NEW] Emoji picker to add new reactions (#1084 & #1082)
- [NEW] Send messages via HTTP + WebSockets fallback (#1053)
- [NEW] Improve VoiceOver for messages accessibility (#1045)
- [NEW] Add support for reactions (#1077)
- [NEW] Show loading messages banner (#1112)
- [NEW] Add support for custom emojis in reactions (#1108)
- [I18N] German localisation update i18n (#1110)
- [I18N] Localize reaction feature to german (#1109)
- [IMPROVEMENT] Rounded background for mentions/highlights (#834)
- [IMPROVEMENT] Improve mention autocompletion (#1047)
- [CHORE] Improve the performance of the app, reducing calls on main-thread and the number of reutilization of the cells (#1067)
- [CHORE] Replace deprecated pod Google/SignIn with GoogleSignIn (#1037)
- [CHORE] fix cocoapods warning about ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES (#1029)
- [FIX] Message staying gray after sending with success via REST (#1104)
- [FIX] Layout issue on userView for iPhone X (#1103)
- [FIX] Issue on connecting to old servers or trying to close connect screen (#1101)
- [FIX] Remove size information when uploading a file (to prevent mistakes) (#1091)
- [FIX] Check for title_link_download real value instead of always true (#1090)
- [FIX] Some layout fixes for reactions (#1083)
- [FIX] Messages not updating after opening app or changing servers (#1078)
- [FIX] Random crashes on calling Realm in background (#1072)
- [FIX] Receiving notifications from removed server (#1066)
- [FIX] Autocompletion icon to each kind of cell: channels, mentions & commands (#1054)
- [FIX] Rooms names cutting off if using larger text (accessibility) (#1042)
- [FIX] Remove duplicated slashes from any URL that opens embedded in a WebView (#1115)
- [FIX] Fixed missing of messages when the app starts (#1114)
- [FIX] Check for HTTP/HTTPS before encoding image URL (#1119)