Rocket.Chat.Android Versions Save

Legacy mobile Rocket.Chat client in Kotlin for Android

v3.1.0

5 years ago

πŸ“„ Release notes

- Much better support for attachments with β€œfields” and colors;
- Added support to basic HTTP authentication;
- Added support to β€œCopy Permalink” from a message;
- Improved the compression of the files on uploading;
- Updated the application icon to the new one for all Android versions;
- Do not show last message when searching for some room/user;
- Fixed CAS authentication method;
- Fixed GIFs not being animated sometimes;

βœ… Pull requests merged

  • [NEW] Refactor attachments (#1812)
  • [NEW] Add message action menu item to copy permalink from tapped message (#1808)
  • [NEW] Not show last message on search icon click (#1735)
  • [NEW] Provides support for http basic authentication (#1753)
  • [IMPROVEMENT] Add dialog confirmation for logout (#1782)
  • [IMPROVEMENT] Add support to regular line breaks (\n) (#1788)
  • [IMPROVEMENT] Dismiss emoji keyboard when starting search (#1783)
  • [IMPROVEMENT] Image compression (#1810)
  • [IMPROVEMENT] Use isVisible Ktx function rather than extension function (#1732)
  • [FIX] Gif files not being animated (#1789)
  • [FIX] Reactions counter not showing (#1816)
  • [FIX][IMPROVEMENT] CAS button not showing and CAS button style (#1817)
  • [LAYOUT] Update app icon (#1798)
  • [CHORE] CircleCi version updates and fixes (#1801)
  • [CHORE] Fixes spelling in README.md: beeing -> being (#1805)

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @divyanshub024
  • @Drintios
  • @filipedelimabrito
  • @kb0304
  • @leonardoaramaki
  • @luciofm
  • @rafaelks
  • @shubhsherl

v3.0.0

5 years ago

πŸ“„ Release notes

- Messages are now saved in database and can be viewed offline;
- Redesign on the onboarding experience of the app;
- Removed all markdown tags from the list of rooms on the last message;
- Autocomplete for emojis;
- Collapse/Uncollapse feature for text attachments;
- Custom Emojis on Reactions;
- Draft message per channel;
- Many fixes and improvements on Markdown parsing;
- Fixed 2FA authentication with email;
- Added support to "room privacy changed" system message;
- Improvement on the Members list title;
- Couple of refactors in the suggestions code;

βœ… Pull requests merged

  • [NEW] Initial message db support (#1669)
  • [NEW] Add collapsable feature to quotes (#1695)
  • [NEW] Add room_privacy_changed system message handling (#1716)
  • [NEW] Add support for custom emojis on reactions (#1674)
  • [NEW] Adds analytics when opening the admin panel. (#1737)
  • [NEW] Adds onboarding icon (#1503)
  • [NEW] Autocomplete emojis (#1690)
  • [NEW] Key icon (#1562)
  • [NEW] Redesign authentication views (#1700)
  • [NEW] Save unfinished message (#958)
  • [IMPROVEMENT] Set members list toolbar title immediately (#1738)
  • [IMPROVEMENT] Show last message on chats list with stripped markdown syntax (#1778)
  • [FIX] 3.0.0 beta fixes (#1750)
  • [FIX] 3.0.0-beta2 fixes (#1767)
  • [FIX] admin panel crash (#1752)
  • [FIX] Fix markdown parsing for mentions, emphasis and strong emphasis (#1697)
  • [FIX] Fix random crash emoji keyboard (#1666)
  • [FIX] Links not correctly being parsed (#1745)
  • [FIX] Mentions were being fetch from favorites instead of the mentions table (#1743)
  • [FIX] Text being cut off (#1751)
  • [FIX] Two factor authentication when using email. (#1728)
  • [FIX] View less/view more button getting lost (#1729)
  • [I18N] Fixed typo on Miembros string for Spanish language (#1739)
  • [REFACTOR] Modularize all suggestions autocompletion code (#1675)

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm
  • @Pancor
  • @rafaelks
  • @Tunous

v2.6.1

5 years ago

πŸ“„ Release notes

- Fixed an important change related to 0.70 release;
- Fixed a random crash with custom emojis;

βœ… Pull requests merged

  • [RELEASE] 2.6.1 (#1694);
  • [I18N] Update french translations (#1667);
  • [I18N] Fix French translation (#1663);

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @luciofm
  • @qmarie
  • @Zed314

v2.6.0

5 years ago

πŸ“„ Release notes

- Added support to Admin panel if you're admin (see in left sidebar menu);
- Added support to custom emojis;
- Added support to German, Ukranian and Japanese languages;
- Added support to Rich Messaging;
- Upload/Reset your avatar;
- Updated app icon;
- Fixed tons of bugs and crashes;
- Now you can use the app without Google Play Services (check our forum);

βœ… Pull requests merged

  • [NEW] Add support for initial Rich Messaging (#1557)
  • [NEW] Add the support for the Google Analytics For Firebase (#1618)
  • [NEW] Adds the admin panel. (#1570)
  • [NEW] Emoji custom support (#1567)
  • [NEW] German language support (#1528)
  • [NEW] Permission list (#1582)
  • [NEW] Upload/reset avatar. (#1527)
  • [NEW] Implement FOSS build flavour (#1232)
  • [NEW] Implement FOSS build flavour (#1585)
  • [IMPROVEMENT] Better RU localization (#1591)
  • [IMPROVEMENT] Change date format (#1534)
  • [IMPROVEMENT] immediately try to reconnect when coming from the Background. (#1593)
  • [CHORE] Update dependencies (#1571)
  • [FIX] Fixed black colour not selected (#1560)
  • [FIX] Analytics manager not initialized (#1633)
  • [FIX] Check file size after compressing the image (#1659)
  • [FIX] Create channel fragment (#1635)
  • [FIX] File size validation (#1596)
  • [FIX] fix emoji crash (#1656)
  • [FIX] Fix HandlerContext error (#1612)
  • [FIX] fix multiserver (#1650)
  • [FIX] Fixes for FCM registration. (#1649)
  • [FIX] Out of memory when sending large image (#1639)
  • [FIX] Preserves the image aspect ratio (#1653)
  • [FIX] Show day marker on newly arrived messages (#1530)
  • [FIX] Typing status appearing for the current logged in user. (#1500)
  • [FIX] Chat history sync (#1615)
  • [I18N] Add Japanese translation file (#1628)
  • [I18N] Add Ukrainian language (#1652)
  • [I18N] German translation (#1536)
  • [I18N] Hindi translations (#1654)
  • [i18n] Improvements in Russian translation (#1488)
  • [i18n] Improvements in Russian translation (#1516)
  • [I18N] Improvements in Russian translation (#1538)
  • [I18n] Russian languague support (#1513)
  • [I18N] Russian translation (#1641)
  • [LAYOUT] App icon (#1642)
  • [LAYOUT] App icon. (#1651)
  • [LAYOUT] Update round icons (#1655)

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @Bubu
  • @divyanshub024
  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm
  • @luckcoolla
  • @MasterMNB
  • @Pitstopper
  • @Shailesh351
  • @TacoTheDank
  • @twi123

v2.5.1

5 years ago

πŸ“„ Release notes

- Improve the deeplink support to not require auth values;
- Clear notifications when opening a room;
- Added support to authenticate using WordPress;
- Fixed typing status to the logged in user;
- Fixed a problem with uppercased URL scheme;
- Fixed some crashes introduced in 2.5.0;

βœ… Pull requests merged

  • [NEW] WordPress Oauth login support (#1553)
  • [FIX] Check if we are in a RESUMED state before showing the Dialog (#1555)
  • [FIX] fix auth deeplink (#1551)
  • [FIX] Fix cast exception when parsing an OrderedList object (#1540)
  • [FIX] fix crash uninitialized adapter (#1543)
  • [FIX] Fix deeplinking when only providing the host (#1529)
  • [FIX] fix typing status for 2.5.1 (#1544)
  • [FIX] Fix uppercase url scheme (#1548)
  • [FIX] Opened notifications not cleared (#1550)

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm

v2.5.0

5 years ago

πŸ“„ Release notes

- Date separation on the messages (YES!!!);
- Search Messages in a channel;
- SAML support & OAuth fixes;
- Draw anything you want and share;
- Image compression on upload (with new prompt super nice);
- New connecting banner (not intrusive);
- Support to Russian;
- Started saving data in database to access offline (not everything yet!);
- New reply/quote view;
- Many bugs and crashes fixed!

βœ… Pull requests merged

  • [NEW] DB Spotlight + fixes (#1438)
  • [NEW] Add day marker in chatroom (#845)
  • [NEW] Android draw (#1249)
  • [NEW] Compress image (#1384)
  • [NEW] Create channel (#1355)
  • [NEW] Notify new message in the chat room (#1437)
  • [NEW] SAML support (#1326)
  • [NEW] Search message (#1480)
  • [NEW] Send message with attachments (#1387)
  • [NEW] Set user agent (#1413)
  • [NEW] Wear Module (#1311)
  • [IMPROVEMENT] Added project improvements (#1446
  • [IMPROVEMENT] Added text and description fields for Image Attachment (#1407)
  • [IMPROVEMENT] Choose default skin tone for emoji (#1426)
  • [IMPROVEMENT] Connecting view at top of the chat list (#1481
  • [IMPROVEMENT] Improvement in Hindi translations (#1359)
  • [IMPROVEMENT] Improvements in Russian translation (#1404)
  • [IMPROVEMENT] Removes web view cookies for OAuth and SSO (#1344)
  • [IMPROVEMENT] Show toast on copy message (#1336)
  • [CHORE] Update dependencies (#1482)
  • [FIX] Cannot change server (#1483)
  • [FIX] Custom OAuth url (#1469)
  • [FIX] Empty file view (#1348)
  • [FIX] fix crashes 2.5.0 beta (#1509)
  • [FIX] fix fullname on chatrooms (#1501)
  • [FIX] Fix Reply with attachment (#1451)
  • [FIX] fix temporary status on reconnection (#1519)
  • [FIX] Improvements on the chatrooms list (#1510)
  • [FIX] Member, Pinned, Favorite and File list not showing bug (#1422)
  • [FIX] Message retain (#1466)
  • [FIX] More fixes for 2.5.0 release (#1515)
  • [FIX] Noop'ing ordered list (#1487)
  • [FIX] Removes mention and member list on DM's (#1484)
  • [FIX] SaveInstanceState on orientation change (#1337)
  • [FIX] Update strings.xml (RU) (#1339)
  • [I18N] A few more spanish translations (#1496)
  • [I18N] Improvements in Russian translation (#1431)
  • [I18N] Russian translation file (#1329)

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

  • @divyanshub024
  • @ear-dev
  • @ericrosenthal
  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm
  • @Pitstopper
  • @shubhsherl
  • @ubarsaiyan

v2.4.0

5 years ago

πŸ“„ Release notes

This update introduces a new feature:
- Read receipts; Now you can see who read the message and when. The feature needs to be enabled on the server that you're logged in in order to appear on the app.

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

Thank you all for making this release happen! ❀️

  • @leonardoaramaki
  • @luciofm

βœ… Pull requests merged

  • [NEW] Add read receipt support (#1338)

v2.3.2

5 years ago

πŸ“„ Release notes

- Files list; Now you can see all the files list from a channel/group/DM;
- Migrate push notification from GCM to FCM;
- Tons of fixes related to push notification;
- Fixed a bug related to starting new DMs after a search;
- Fixed a bug related to offline sending messages and they not being sent;
- Fixed a bug related to RTM layout;
- Fixed a bug that could cause the "Send" button to stay hidden;

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

Thank you all for making this release happen! ❀️

  • @divyanshub024
  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm
  • @Poussinou

βœ… Pull requests merged (2.3.2)

  • [FIX] Crash fixes for 2.3.1 (#1351)

βœ… Pull requests merged (2.3.1)

  • [FIX] Crash fixes for 2.3.0 (#1345)

βœ… Pull requests merged (2.3.0)

  • [NEW] File list (#1304)
  • [NEW] Hop to chat room when tapping on notification (#1322)
  • [IMPROVEMENT] FCM in place of GCM (#1312)
  • [IMPROVEMENT] Google Smart Lock feature refactor (#1334)
  • [IMPROVEMENT] Shows only the chat icon on the chat room view. (#1309)
  • [IMPROVEMENT] Update gradle-wrapper.properties by adding SHA-256 comparasion (#1290)
  • [CHORE] Update recommended server version (#1340)
  • [FIX] Better multi-server support for push notifications (#1300)
  • [FIX] Check if fragment already has a view and is still attached (#1330)
  • [FIX] Composer buttons vanishing in thin air (#1320)
  • [FIX] Download button (#1318)
  • [FIX] Notification not showing after logging out and log in with different user on the same server (#1299)
  • [FIX] Offline messaging not working properly (#1316)
  • [FIX] Open DM showing Join Chat button (#1321)
  • [FIX] Test notifications not showing (#1297)
  • [FIX] Use named arguments to avoid overriding the password on profile updating (#1331)
  • [FIX] Wrong shown pinned/favorite messages with attachment (#1319)
  • [FIX] RTL layout fixed for chatroom (#1301)

v2.3.1

5 years ago

πŸ“„ Release notes

- Files list; Now you can see all the files list from a channel/group/DM;
- Migrate push notification from GCM to FCM;
- Tons of fixes related to push notification;
- Fixed a bug related to starting new DMs after a search;
- Fixed a bug related to offline sending messages and they not being sent;
- Fixed a bug related to RTM layout;
- Fixed a bug that could cause the "Send" button to stay hidden;

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

Thank you all for making this release happen! ❀️

  • @divyanshub024
  • @filipedelimabrito
  • @leonardoaramaki
  • @luciofm
  • @Poussinou

βœ… Pull requests merged (2.3.1)

  • [FIX] Crash fixes for 2.3.0 (#1345)

βœ… Pull requests merged (2.3.0)

  • [NEW] File list (#1304)
  • [NEW] Hop to chat room when tapping on notification (#1322)
  • [IMPROVEMENT] FCM in place of GCM (#1312)
  • [IMPROVEMENT] Google Smart Lock feature refactor (#1334)
  • [IMPROVEMENT] Shows only the chat icon on the chat room view. (#1309)
  • [IMPROVEMENT] Update gradle-wrapper.properties by adding SHA-256 comparasion (#1290)
  • [CHORE] Update recommended server version (#1340)
  • [FIX] Better multi-server support for push notifications (#1300)
  • [FIX] Check if fragment already has a view and is still attached (#1330)
  • [FIX] Composer buttons vanishing in thin air (#1320)
  • [FIX] Download button (#1318)
  • [FIX] Notification not showing after logging out and log in with different user on the same server (#1299)
  • [FIX] Offline messaging not working properly (#1316)
  • [FIX] Open DM showing Join Chat button (#1321)
  • [FIX] Test notifications not showing (#1297)
  • [FIX] Use named arguments to avoid overriding the password on profile updating (#1331)
  • [FIX] Wrong shown pinned/favorite messages with attachment (#1319)
  • [FIX] RTL layout fixed for chatroom (#1301)

v2.3.0

5 years ago

πŸ“„ Release notes

- Files list; Now you can see all the files list from a channel/group/DM;
- Migrate push notification from GCM to FCM;
- Tons of fixes related to push notification;
- Fixed a bug related to starting new DMs after a search;
- Fixed a bug related to offline sending messages and they not being sent;
- Fixed a bug related to RTM layout;
- Fixed a bug that could cause the "Send" button to stay hidden;

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Contributors

Thank you all for making this release happen! ❀️

  • @divyanshub024
  • @filipedelimabrito
  • @leonardoaramaki
  • @Poussinou

βœ… Pull requests merged

  • [NEW] File list (#1304)
  • [NEW] Hop to chat room when tapping on notification (#1322)
  • [IMPROVEMENT] FCM in place of GCM (#1312)
  • [IMPROVEMENT] Google Smart Lock feature refactor (#1334)
  • [IMPROVEMENT] Shows only the chat icon on the chat room view. (#1309)
  • [IMPROVEMENT] Update gradle-wrapper.properties by adding SHA-256 comparasion (#1290)
  • [CHORE] Update recommended server version (#1340)
  • [FIX] Better multi-server support for push notifications (#1300)
  • [FIX] Check if fragment already has a view and is still attached (#1330)
  • [FIX] Composer buttons vanishing in thin air (#1320)
  • [FIX] Download button (#1318)
  • [FIX] Notification not showing after logging out and log in with different user on the same server (#1299)
  • [FIX] Offline messaging not working properly (#1316)
  • [FIX] Open DM showing Join Chat button (#1321)
  • [FIX] Test notifications not showing (#1297)
  • [FIX] Use named arguments to avoid overriding the password on profile updating (#1331)
  • [FIX] Wrong shown pinned/favorite messages with attachment (#1319)
  • [FIX] RTL layout fixed for chatroom (#1301)