-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feature: Added Uno support #2067
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 13 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0c38232
Added wasm files.
weitzhandler bee2b58
Fixed ReactivePage.OnViewModelChanging implementation
weitzhandler 08a8c04
Merge branch 'master' into master
glennawatson 7bbab71
Merge branch 'master' into master
glennawatson ea5fd6c
Merge branch 'master' into master
glennawatson 009d692
Added Uno platform initial support
weitzhandler 21ae794
Fixed linked files references
weitzhandler 5f788b6
Merge branch 'master' into master
weitzhandler 99e1f39
Fix wrong preprocessor directive
weitzhandler 10ee94a
Merge branch 'master' of https://github.com/weitzhandler/ReactiveUI
weitzhandler c284a5e
Fixes
glennawatson fc9e3bc
Updated message suppression
weitzhandler 3472b76
Expanded suppression messages
weitzhandler 780abf2
Deleting g.cs file manually
weitzhandler 684c979
extensions for reactiveui
ghuntley ba00181
Remove HAS_UNO directive from production
weitzhandler 7497685
Updated Uno Platform brand name
weitzhandler 36bdda5
Updated Reactive.Wasm to the new NuGet package
weitzhandler bf55094
further work
glennawatson d20cb8e
merge
glennawatson 0e3932c
Add back in the ReactivePage.cs
glennawatson 14ea219
remove the reactive page since that will be added to the windows-comm…
glennawatson 1bcfb19
Merge branch 'master' into master
glennawatson 335034d
Add Uno to RxUI initialization
weitzhandler 9f064fb
Added some README stuff about Uno
weitzhandler a1db0c2
Update README.md
weitzhandler 0973481
Merge branch 'master' into master
glennawatson fe9c1c7
Reverted README changes
weitzhandler d774634
Merge branch 'master' into master
glennawatson 8b637b0
Merge branch 'master' into master
glennawatson aaf53e7
adding results to parent directories
glennawatson f6148b7
Further work on getting uno in
glennawatson 214b5a8
Remove the events project, will be back in another iteration
glennawatson a25e37f
turn off exception when in WASM mode
glennawatson 0df2271
grouped registrations
RLittlesII 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<Project Sdk="MSBuild.Sdk.Extras"> | ||
<PropertyGroup> | ||
<TargetFrameworks>xamarinmac20;MonoAndroid90;xamarinios10;netstandard2.0</TargetFrameworks> | ||
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.17763</TargetFrameworks> | ||
<PackageId>ReactiveUI.Uno</PackageId> | ||
<Title></Title> | ||
<Description>Uno-Platform specific extensions to ReactiveUI</Description> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DefineConstants>HAS_UNO</DefineConstants> | ||
weitzhandler marked this conversation as resolved.
Show resolved
Hide resolved
|
||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\ReactiveUI\Platforms\windows-common\**\*.cs" /> | ||
|
||
<Compile Include="..\ReactiveUI\Interfaces\IPlatformOperations.cs" Link="IPlatformOperations.cs" /> | ||
<Compile Include="..\ReactiveUI\Observable.cs" Link="Observable.cs" /> | ||
<Compile Include="..\ReactiveUI\Platforms\uap\TransitioningContentControl.Empty.cs" Link="TransitioningContentControl.Empty.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Uno.UI" Version="1.44.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard'))"> | ||
<PackageReference Include="Rx.Uno.Wasm" Version="0.1.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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
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
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
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
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.