Граф коммитов

2551 Коммитов

Автор SHA1 Сообщение Дата
Nick Randolph f4503adcd9 fix: Removing debugging sln file 2022-10-31 12:09:51 +11:00
Nick Randolph 22e95d0f6b fix: Removing WINUI constant 2022-10-31 12:08:04 +11:00
Nick Randolph 358d7a9f49
Merge pull request #867 from unoplatform/dev/nr/nullreffix
fix: Null ref when accessing static property not on wasm
2022-10-31 11:07:13 +11:00
David 958c4204cb
Merge pull request #868 from unoplatform/dev/dr/vmToModel
feat(feeds): Add ability to generate [Bindable]VM from Model instead of ViewModel
2022-10-28 16:36:28 -04:00
David 6903244878 test: Update reactive tests to use new default generation names 2022-10-28 14:58:51 -04:00
David bc806009d6 feat(feeds): Add ability to generate [Bindable]VM from Model instead of ViewModel 2022-10-28 13:38:20 -04:00
David c439932faa
Merge pull request #860 from unoplatform/dev/dr/selection
feat(selection): Add support for selection in Feeds
2022-10-28 13:36:51 -04:00
Nick Randolph e2c7110778 fix: Null ref when accessing static property not on wasm 2022-10-28 17:36:00 +11:00
Nick Randolph 132c98fc8a fix: Correcting mac slnf 2022-10-28 15:43:29 +11:00
Nick Randolph 038eb26ad4 fix: Mobile build errors with >dev.962 2022-10-28 15:40:53 +11:00
Nick Randolph 535292ac79 fix: Solution creation 2022-10-28 15:07:20 +11:00
Nick Randolph 994dc8225f feat: Conditionally including solution items 2022-10-28 13:45:48 +11:00
Nick Randolph d9f4ffd7fc feat: Adding extra solution to make it easier to debug extensions template 2022-10-28 13:14:20 +11:00
Nick Randolph 7793750f7f docs: Adding comment about running uitests 2022-10-28 13:10:53 +11:00
Nick Randolph 9700a30ae6 fit: Getting sln file to be used by template 2022-10-28 12:38:52 +11:00
Nick Randolph 8cf661fb3c feat: Updating template 2022-10-28 12:38:52 +11:00
Nick Randolph f26a7f78d7 feat: Updating vscode files for template 2022-10-28 12:38:52 +11:00
Nick Randolph d835f4a55d fix: Correcting guid creation for projects and solution file 2022-10-28 12:38:52 +11:00
Nick Randolph d2c798eb36 feat: Tidying up template csproj 2022-10-28 12:38:52 +11:00
Nick Randolph df78de5c21 feat: Adding quick way to reinstall template 2022-10-28 12:38:52 +11:00
Nick Randolph df51544787
Merge pull request #865 from unoplatform/dev/nr/vmthread
feat: Moving navigation to background thread
2022-10-28 11:47:59 +11:00
David e14ffcfa57 chore: Fix CI 2022-10-27 16:01:56 -04:00
David 2fdbb10c83 test: Add extentions to test Selection 2022-10-27 14:25:56 -04:00
David 41712ad5bc feat(keyEq): Generate the IKeyed implementation 2022-10-27 14:25:56 -04:00
David 3103de8293 fix(selection): Fix support of initial selection in BindableCollection 2022-10-27 14:25:56 -04:00
David 07c553e972 fix(feeds): Make sure to not re-wrap states in states 2022-10-27 14:25:56 -04:00
David 16d7c3a1a9 test(selection): Test the ListFeedSlection operator 2022-10-27 14:25:56 -04:00
David 2a5de9b696 feat(selection): Make the BindableCollection to push back selection into its source ListState 2022-10-27 14:25:55 -04:00
David 543098e9e3 feat(selection): Add ability to test selection axis 2022-10-27 14:25:55 -04:00
David ff61854503 feat(selection): Add the .Selection operator 2022-10-27 14:25:55 -04:00
David f793616cf9 chore(selection): Adjust the internal UpdateFeed to allow better management of updates from users 2022-10-27 14:25:55 -04:00
David e8d1cbbf42 feat(selection): Add the selection axis 2022-10-27 14:25:55 -04:00
David d1aeeb650f chore(feeds): Improve code auto-completion
- Remove generic Data method, typed constrained on IMessageBuilder, as it was suggested even on Feed. Even if does not compile, it's confusing for users.
- Add overloads for ListFeed that accepts concrete ImmutableList as .ToImmutable() returns that type which is not implciitly convertible to the interface (T is not covariant)
2022-10-27 14:25:55 -04:00
Nick Randolph ecbbac8a6f
Update src/Uno.Extensions.Core/PlatformHelper.cs
Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
2022-10-28 03:59:43 +11:00
Nick Randolph dfe57bab23 feat: Adding threading support detection 2022-10-28 01:11:17 +11:00
Nick Randolph ac79ffd568 fix: Correct dispatching issue on wasm 2022-10-27 14:39:57 +11:00
Nick Randolph 728a5e731b fix: Getting win target to build and updating slnf for testharness 2022-10-27 14:23:27 +11:00
Nick Randolph bbc4da84ee fix: Making PlatformHelper a static class 2022-10-27 14:22:52 +11:00
Nick Randolph bad93af52d fix: Adding InProgress property on request to prevent re-entrance to thread switching 2022-10-27 11:34:02 +11:00
Nick Randolph 6de6477176 feat: Moving navigation to background thread 2022-10-27 10:35:48 +11:00
Nick Randolph 4cca53fc5f feat: Moving navigation to background thread 2022-10-27 10:35:48 +11:00
David c23c7b64bd
Merge pull request #834 from unoplatform/dev/dr/coreTests
chore: NS cleanup + Mv core tests to their project
2022-10-26 15:26:30 -04:00
David b01edb9ed6 chore: Force compiler version to be at least 4.2.0 for samples and app template 2022-10-26 09:58:02 -04:00
David 8c6777dffc chore: Force compiler version to be at least 4.2.0 for all extensions packages (needed for core code gen tools) 2022-10-26 09:54:34 -04:00
David 69b0f624f8 chore: Update CI conf to get Android binlog file 2022-10-26 09:54:34 -04:00
David 9e297342a9 fix(compatTypes): Fix IsExternalInit not gen'ed on some cases. 2022-10-26 09:54:34 -04:00
David 08e6cdc95e chore: Move core tests from reactive to the new core.test project 2022-10-26 09:54:34 -04:00
David 44f2b3eec6 chore: Adjust Generators namespaces 2022-10-26 09:54:34 -04:00
Nick Randolph cc3ba9a1ff
Merge pull request #848 from unoplatform/dev/nr/keyvalueperf
feat: Adding caching to each of the native keyvalue stores
2022-10-26 16:54:04 +11:00
Nick Randolph db60472ca7 fix: template build error 2022-10-26 15:45:08 +11:00