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

Add APIs for system settings #2

Closed
HidenoriMatsubayashi opened this issue Mar 8, 2021 · 0 comments
Closed

Add APIs for system settings #2

HidenoriMatsubayashi opened this issue Mar 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@HidenoriMatsubayashi
Copy link
Contributor

Some system settings are fixed at specific values. It is necessary to make these APIs so that the settings can be changed from the upper layer.

 settings.AddMember("alwaysUse24HourFormat", true, allocator);
 settings.AddMember("textScaleFactor", 1.0, allocator);
 settings.AddMember("platformBrightness", "light", allocator);

See: https:/sony/flutter-embedded-linux/blob/master/src/flutter/shell/platform/linux_embedded/flutter_linuxes_engine.cc#L342

@HidenoriMatsubayashi HidenoriMatsubayashi self-assigned this Apr 26, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi removed their assignment May 14, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi added the enhancement New feature or request label Aug 8, 2023
HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Aug 8, 2023
Related issue sony#2

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Aug 8, 2023
Related issue sony#2

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit that referenced this issue Aug 8, 2023
Related issue #2

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Aug 10, 2023
Related issue sony#2

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit that referenced this issue Aug 10, 2023
This change adds text-scaling-factor to command-line option.

Related issue #2

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Aug 16, 2023
This change add "enable-high-contrast" command-line option to request that UI be rendered with darker colors.

Related issues sony#2, sony#168

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit to HidenoriMatsubayashi/flutter-embedded-linux that referenced this issue Aug 16, 2023
This change add "enable-high-contrast" command-line option to request that UI be rendered with darker colors.

Related issues sony#2, sony#168

Signed-off-by: Hidenori Matsubayashi <[email protected]>
HidenoriMatsubayashi added a commit that referenced this issue Aug 16, 2023
This change add "--enable-high-contrast" command-line option to request that UI be rendered with darker colors.

Related issues #2, #168

Signed-off-by: Hidenori Matsubayashi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant