-
Notifications
You must be signed in to change notification settings - Fork 473
Fix statusBar color changes on modal pages #2413
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0630c5c
create services for DialogFragment
pictos 0a7d0c8
register the service on android during the builder phase
pictos 410fe31
move interface to Interfaces folder
pictos 2364d10
move services to CommunityToolkit.Maui
pictos 29aac74
add option to not use the default MCT impl
pictos 1e2142f
move the registration bits into to CommunityToolkit.Maui project
pictos 0e38c75
removed files
pictos b2fa42f
code cleanup
pictos 03eb3cf
add trace
pictos d7a53c7
remove debug assert
pictos 048a024
Update Naming
TheCodeTraveler 6704cd7
Move to `CommunityToolkit.Maui.Core`
TheCodeTraveler 5753c2d
`dotnet format`
TheCodeTraveler 6e45f20
`dotnet format`
TheCodeTraveler 4cdb611
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler bcd13da
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler c78e1ba
Promote to `public`
TheCodeTraveler d9145dd
Update CONTRIBUTING.md
TheCodeTraveler 1775a81
Add XML Comments
TheCodeTraveler 0462d85
Add `[EditorBrowsable(EditorBrowsableState.Never)]`
TheCodeTraveler b490d35
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler 1752606
Merge branch 'pj/fix-status-bar-on-modal' of https://github.com/Commu…
TheCodeTraveler 6f4220c
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler fd4c9c8
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler 6c85020
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler 1205dd6
Merge branch 'main' into pj/fix-status-bar-on-modal
jfversluis ae5a867
Merge branch 'main' into pj/fix-status-bar-on-modal
TheCodeTraveler b2e1019
Show it to the world
pictos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../Services/DialogFragmentService.shared.cs → .../Services/DialogFragmentService.shared.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
.../Services/MCTFragmentLifecycle.android.cs → ...vices/FragmentLifecycleManager.android.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.