-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[embedder][glfw] Add support for locales to glfw shell #22657
Merged
Merged
Commits on Nov 20, 2020
-
Add support for locales to glfw shell
The other linux shell (and all the other embedding) have support for getting the locales from the system and sending them over the flutter/localization channel. The glfw shell does not have that which is causing us to crash on an assert now that Locale is no longer nullable in Platform. This adds a similar approach to what is going on over in the other linux shell to this one. I haven't added tests or anything yet, just wanted to get this out there to see if this is reasonable.
Configuration menu - View commit details
-
Copy full SHA for efc980a - Browse repository at this point
Copy the full SHA efc980aView commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3c3dab - Browse repository at this point
Copy the full SHA d3c3dabView commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 85117d5 - Browse repository at this point
Copy the full SHA 85117d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd9dbd - Browse repository at this point
Copy the full SHA ebd9dbdView commit details -
Move locale parsing to a system_utils.h, reduce exposed functions and…
… use environment variables in the tests
Configuration menu - View commit details
-
Copy full SHA for 7fbf3ac - Browse repository at this point
Copy the full SHA 7fbf3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fc6db - Browse repository at this point
Copy the full SHA a4fc6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 656bfa6 - Browse repository at this point
Copy the full SHA 656bfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0a87f - Browse repository at this point
Copy the full SHA 2d0a87fView commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d38ec35 - Browse repository at this point
Copy the full SHA d38ec35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280b5f5 - Browse repository at this point
Copy the full SHA 280b5f5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.