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

Remove device_profile #131

Merged

Conversation

swift-kim
Copy link
Member

It's unnecessary to read the current device profile at runtime.

The use of preprocessor macro is discouraged by the Google style guide, so it's

constexpr double kProfileFactor = 0.7;

rather than

#define PROFILE_FACTOR 0.7

@swift-kim swift-kim requested a review from bbrto21 June 29, 2021 06:45
@swift-kim swift-kim force-pushed the remove-device-profile branch from 4d83d96 to aaf315e Compare June 29, 2021 06:47
@bbrto21
Copy link

bbrto21 commented Jun 29, 2021

Have you test the behavior on each device? or Do you need help testing on each device?

@swift-kim
Copy link
Member Author

@bbrto21 No, I haven't. I'm out of the office until tomorrow. I'll be grateful if you run the test for me (if you think this change is reasonable).

@bbrto21
Copy link

bbrto21 commented Jun 30, 2021

I've test this on wearable, tv, mobile device. it works properly!

Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

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

Others look good to me

Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

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

LGTM!

@swift-kim swift-kim merged commit 044ba9f into flutter-tizen:flutter-2.2.1-tizen Jul 2, 2021
swift-kim added a commit that referenced this pull request Sep 27, 2021
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Nov 14, 2021
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Dec 9, 2021
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Dec 17, 2021
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Feb 7, 2022
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Feb 11, 2022
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request May 12, 2022
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim added a commit that referenced this pull request Aug 5, 2022
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
swift-kim added a commit that referenced this pull request Sep 1, 2022
* Remove device_profile

* Remove flutter:: from key_event_channel.cc

* Remove system_info dependency
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