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

Improve Device Name in Firefox/Mozilla Sync #1071

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Improve Device Name in Firefox/Mozilla Sync #1071

merged 3 commits into from
Oct 30, 2023

Conversation

HollowMan6
Copy link
Collaborator

  • Improve device name in mozilla account and make it translatable
    Use the pre-defined device name according to device type. If the device type is unknown (i.e. no-api), use Build.MANUFACTURER + " " + Build.MODEL as fall back.
  • Enable setting device name in firefox account options
  • Extend the height of the options panel
    So that we don't need to scroll for newly added haptic feedback in controllers settings in Enable haptic feedback for controllers #1068 and device name in accounts settings.

Resolves #1069
image
image
image

@HollowMan6 HollowMan6 changed the title Device name Improve Device Name in Firefox/Mozilla Sync Oct 19, 2023
Copy link
Member

@svillar svillar left a comment

Choose a reason for hiding this comment

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

A bit busy to review it properly. Just a couple of nits I quickly spotted

Copy link
Member

@svillar svillar left a comment

Choose a reason for hiding this comment

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

Works pretty well. I just have a couple of nits to be addressed before landing. Thanks!

@HollowMan6 HollowMan6 force-pushed the device-name branch 3 times, most recently from fac6f26 to 041adc0 Compare October 27, 2023 16:59
Use the pre-defined device name according to device type.
If the device type is unknown (i.e. no-api), use Build.MANUFACTURER +
" " + Build.MODEL as fall back.

Signed-off-by: Songlin Jiang <sjiang@igalia.com>
Resolve #1069

Signed-off-by: Songlin Jiang <sjiang@igalia.com>
So that we don't need to scroll for device name
in accounts settings.

Signed-off-by: Songlin Jiang <sjiang@igalia.com>
@HollowMan6
Copy link
Collaborator Author

I just fixed the rebase error @svillar

@svillar svillar merged commit 8a3db54 into main Oct 30, 2023
18 checks passed
@svillar svillar deleted the device-name branch October 30, 2023 10:05
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.

Allow 'Device Name' change in Firefox/Mozzila Sync settings.
2 participants