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

[WIP] feat: App-specific ApplicationData on Skia #12314

Conversation

MartinZikmund
Copy link
Member

@MartinZikmund MartinZikmund commented May 16, 2023

Waiting for #12321 to be merged into breaking changes branch to avoid conflicts

TODO

  • Move the PreferredWindowSize usage to later in the lifecycle (separate PR)

GitHub Issue (If applicable): closes #

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@MartinZikmund MartinZikmund self-assigned this May 16, 2023
@github-actions github-actions bot added area/automation Categorizes an issue or PR as relevant to project automation area/skia ✏️ Categorizes an issue or PR as relevant to Skia labels May 16, 2023
Comment on lines +96 to +99
foreach (char c in Path.GetInvalidFileNameChars())
{
fileName = fileName.Replace(c, '_');
}
Copy link
Member

Choose a reason for hiding this comment

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

Not super efficient, I'd guess.

@MartinZikmund MartinZikmund changed the title feat: App-specific ApplicationData on Skia [WIP] feat: App-specific ApplicationData on Skia May 17, 2023
@github-actions github-actions bot added platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform platform/macos 🍏 Categorizes an issue or PR as relevant to the macOS platform platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform labels Jun 9, 2023
@jeromelaban jeromelaban deleted the branch unoplatform:feature/breaking-changes June 9, 2023 17:39
@jeromelaban jeromelaban closed this Jun 9, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 9, 2023

⚠️ The sha of the head commit of this PR conflicts with #12596. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/automation Categorizes an issue or PR as relevant to project automation area/skia ✏️ Categorizes an issue or PR as relevant to Skia platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform platform/macos 🍏 Categorizes an issue or PR as relevant to the macOS platform platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants