This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 457
Add LocalizedString class for automatic ViewModel string updates #750
Merged
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
af6aaf1
Add LocalizedString
maxkoshevoi 4805bf1
Update test name
maxkoshevoi b359d3f
Remove from NETSTANDARD1_0
maxkoshevoi ef7c9e0
LangVersion latest
maxkoshevoi e3707cb
Revert "LangVersion latest"
maxkoshevoi 9c99f7d
Not using linq discard
maxkoshevoi 9201937
Fix test
maxkoshevoi 77c8a7b
Fix test. Add constructor with localizationManager
maxkoshevoi cf7ac1c
Add new feature to sample app
maxkoshevoi a67f822
Add Dispose() to unsubscribe from localizationManager.PropertyChanged
maxkoshevoi 40a9390
Fix Sample localization resources generation
maxkoshevoi 50f1779
Update sample app to change AppResources.Culture
maxkoshevoi 1b508cf
Update LocalizedString to use ObservableObject
maxkoshevoi 0017038
Return unsubscribing from localizationManager.PropertyChanged
maxkoshevoi e2b916c
Add WeakSubscribe
maxkoshevoi 7575f02
Refactor LocalizedString to use WeakSubscribe
maxkoshevoi e8d769f
Add test to ensure instance of LocalizedString is disposed
maxkoshevoi 29ef8d1
Dont create instance of LocalizationResourceManager
maxkoshevoi 04be0c8
Add null checks to WeakSubscribe
maxkoshevoi 02e9940
Invoke action with less code
maxkoshevoi c8eae99
Replace spaces with tabs
maxkoshevoi 96b2769
Revert "Use Single for getting culture"
maxkoshevoi e4434f0
added one more unit test
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.