Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase onto vector-im/riot-ios #97

Merged
merged 2 commits into from
Nov 14, 2018
Merged

Rebase onto vector-im/riot-ios #97

merged 2 commits into from
Nov 14, 2018

Conversation

giomfo
Copy link
Contributor

@giomfo giomfo commented Nov 14, 2018

No description provided.

Improvements:
 * Replace the deprecated MXMediaManager and MXMediaLoader interfaces use (see matrix-org/matrix-ios-sdk/pull/593).
 * Replace the deprecated MXKAttachment and MXKImageView interfaces use (see matrix-org/matrix-ios-kit/pull/487).
 * Server Quota Notices: Implement the blue banner (1937).
 * Lazy loading: Enable it by default (if the homeserver supports it).
 * i18n: Add Spanish (sp).
 * Settings: Make advanced info copyable (2023).
 * Settings: Made cryptography info copyable, thanks to @daverPL (PR 1999).

Bug fix:
 * Notifications: old notifications can reappear (1985).
 * Fix missing read receipts when lazy-loading room members.
 * Weird text color when selecting a message (2046).
 * Fix input toolbar reset in RoomViewController on MXSession state change (2006 and 2008).
 * User defaults: the preset application language (if any) is ignored.
 * Recents: Avoid to open a room twice (it crashed on room creation on quick HSes).
 * Riot-bot: Do not try to create a room with it if the user homeserver is not federated.
 * Empty app if initial /sync fails (1975).
 * Fix possible race conditions in direct rooms management.
- Remove deprecated MXKImageView interface use
@@ -19,12 +19,28 @@ import Foundation
@objcMembers
final class AvatarImageViewModel: NSObject {

let thumbStringUrl: String?
let avatarContentURI: String?
let mediaManager: MXMediaManager?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should find a way to not set the MXMediaManager on the view model in the future
.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree

@giomfo giomfo merged commit 44660ea into develop Nov 14, 2018
@giomfo giomfo deleted the tchap_rebase_1 branch November 14, 2018 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants