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

Move general configuration from Coordinator to DeviceSettings. #235

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Move general configuration from Coordinator to DeviceSettings.

    This change moves some device configuration settings out of `Coordinator` to a
    new class `DeviceSettings`, which for now contains logic for setting visual
    debug ("show touch" and "show pointer location"), status/navigation bars, and
    the device orientation. The class is also thoroughly tested.
    
    PiperOrigin-RevId: 688949117
    kenjitoyama authored and copybara-github committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6e73777 View commit details
    Browse the repository at this point in the history