This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
Version: 1.7.3
π Release notes
- We improved a lot the performance when opening the app, now you'll be able to see all offline data you have while the app is connecting to your servers;
- The app now handles redirects when your server changes it's URL. An alert will pop up to you if that's your case;
- We improved a lot our notification system, now when you tap in a notification, you'll be redirect directly to the correct chat;
- We squashed lots of bugs & crashes;
β Pull requests merged
- [NEW] Improve the performance of opening the app & more (#980)
- [NEW] Show offline values before even connecting into WebSocket (#973)
- [NEW] Use UserNotifications API & open channel on notification tap (#969)
- [NEW] Handle errors & redirect into API requests (#959)
- [NEW] Send messages via REST API (#958)
- [IMPROVEMENT] Make the refresh of data much more smooth & transparent when the app connects to a new server (or starts) (#978)
- [IMPROVEMENT] Remove text selection on the cell (#1001)
- [UPDATE] Update Realm, SwiftyJSON & SDWebImage (#981)
- [FIX] Bug on ChatTitleView after a few changes (#998)
- [FIX] Turn all users offline before connecting/reconnecting to the server (#994)
- [FIX] Handle edge connection lost cases on authentication (#989)
- [FIX] Last day separator sometimes not showing (#986)
- [FIX] Avoid accessing invalidated objects in some places (#985)
- [FIX] Data getting mixed between servers (#979)
- [FIX] Turn all users offline before connecting/reconnecting to the server (#994)
- [FIX] Only invalidate user if user is authenticated in currently socket (#1012)
- [REFACTOR] OAuthManager + increase test coverage (#951)