-
Notifications
You must be signed in to change notification settings - Fork 781
[Device Management] Show correct device type icons (PSG-775) #7292
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
Conversation
5f6c740
to
f02b689
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of questions.
@@ -0,0 +1 @@ | |||
[Device Management] Show correct device type icons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be 'wip'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have used ".wip" for all related PRs for the new device manager feature since it is under development (behind feature flag).
@@ -30,7 +30,7 @@ import org.matrix.android.sdk.internal.util.database.RealmMigrator | |||
* mark existing keys as safe. | |||
* This migration can take long depending on the account | |||
*/ | |||
internal class MigrateCryptoTo019(realm: DynamicRealm) : RealmMigrator(realm, 18) { | |||
internal class MigrateCryptoTo019(realm: DynamicRealm) : RealmMigrator(realm, 19) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this cause any issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully no. The target version is only used in RealmMigrator
for log purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM then
SonarCloud Quality Gate failed. |
Type of change
Content
Display the correct device type icon on item in lists and in the session overview view.
Adding mapping from
DeviceInfo
to Realm entity for the user agent field with the corresponding migration.Motivation and context
Closes #7277
Screenshots / GIFs
Tests
Tested devices
Checklist