Rick
|
d6d69c41c4
|
Changed the way Android is reading assets on IStorage implementation and fixed AdHocPage
|
2022-11-25 16:46:06 -06:00 |
Nick Randolph
|
44b48a6dd3
|
Merge pull request #943 from unoplatform/dev/ds/appbuilder-nav
feat: add generic support for displaying Shell
|
2022-11-25 13:33:28 +11:00 |
Nick Randolph
|
1df398b7b8
|
feat: Refactoring and tidy up
|
2022-11-25 12:41:51 +11:00 |
Jérôme Laban
|
40bb36651a
|
Merge pull request #946 from unoplatform/dev/jela/enable-xaml-trimming
perf: Enable XAML trimming for reactive
|
2022-11-24 17:23:23 -05:00 |
Jérôme Laban
|
5269bdef4f
|
ci: remove duplicate toolsets
|
2022-11-24 16:24:22 -05:00 |
Jérôme Laban
|
c862a7cd36
|
ci: remove duplicate playground compiler override
|
2022-11-24 13:51:08 -05:00 |
Jerome Laban
|
bbb32e9bff
|
perf: Enable XAML trimming for reactive
|
2022-11-24 11:50:01 -05:00 |
Dan Siegel
|
06be83a535
|
feat: add generic support for displaying Shell
|
2022-11-24 08:54:50 -06:00 |
Nick Randolph
|
ae2d2db934
|
Merge pull request #926 from unoplatform/dev/ds/appbuilder
feat: adding IApplicationBuilder
|
2022-11-22 23:12:10 +11:00 |
Nick Randolph
|
3438e0d87d
|
fix: Build error with template
|
2022-11-22 21:45:45 +11:00 |
Nick Randolph
|
d2fb5eed42
|
fix: Remove UWP from build configuration for playground
|
2022-11-22 21:35:14 +11:00 |
Nick Randolph
|
f7191f4e17
|
fix: Removing app.xaml.host.cs
|
2022-11-22 19:53:09 +11:00 |
Nick Randolph
|
d0c8535d35
|
fix: Temp disable image comparison in test
|
2022-11-22 18:16:17 +11:00 |
Nick Randolph
|
80df5b1e02
|
fix: Compile errors
|
2022-11-22 17:49:59 +11:00 |
Dan Siegel
|
7b733818f7
|
chore: rename to ApplicationExtensions
|
2022-11-21 21:12:51 -06:00 |
Dan Siegel
|
77b9ebdecc
|
chore: use records
|
2022-11-21 21:06:10 -06:00 |
Dan Siegel
|
de6cd91652
|
chore: rename extension methods - drop prefix
|
2022-11-21 10:29:43 -06:00 |
Dan Siegel
|
92be856c4e
|
chore: cleanup project reference
|
2022-11-21 10:29:43 -06:00 |
Dan Siegel
|
fa5e411e2d
|
feat: add Logging initialization to UseLogging extension
|
2022-11-21 10:29:43 -06:00 |
Dan Siegel
|
0a63074c2f
|
feat: adding IApplicationBuilder
|
2022-11-21 10:29:43 -06:00 |
Nick Randolph
|
081dad60b5
|
Merge pull request #920 from unoplatform/dev/sb/itemsrepeater
feat: [Navigation] Adding handler for ItemsRepeater
|
2022-11-21 19:23:32 +11:00 |
Nick Randolph
|
e7c0a15404
|
fix: Reduce Android build time
|
2022-11-21 18:20:31 +11:00 |
Nick Randolph
|
c30e0f2324
|
feat: Adding tree walking to find Data attribute for navigation
|
2022-11-21 18:19:45 +11:00 |
Steve Bilogan
|
ebbceaf0a2
|
itemsrepeater
|
2022-11-21 18:19:45 +11:00 |
Nick Randolph
|
3ac09b9606
|
Merge pull request #928 from unoplatform/dev/nr/removenet5win
feat: Remove net5windows tfm
|
2022-11-19 03:34:41 +11:00 |
Nick Randolph
|
2ced6fb747
|
feat: Remove net5windows tfm
|
2022-11-19 01:29:13 +11:00 |
David
|
a076d45148
|
Merge pull request #925 from unoplatform/dev/dr/nullRefBinEnum
fix: Possible null ref when initialiazing BindableImmutableList
|
2022-11-17 17:59:35 -05:00 |
David
|
d4f072ebaa
|
fix: Possible null ref when initialiazing BindableImmutableList
|
2022-11-17 16:59:37 -05:00 |
David
|
9e77ddf64d
|
Merge pull request #917 from unoplatform/dev/dr/corePresentation
feat(reactive): Allow generation of VM on non UI assembly
|
2022-11-17 16:58:56 -05:00 |
David
|
a7fcce6fe6
|
chore: Remove old file header from fast async sync lock
This has removal has been approved by nventive
|
2022-11-17 12:26:35 -05:00 |
David
|
dd5bb81631
|
chore: Move some usings to global
|
2022-11-17 11:18:59 -05:00 |
David
|
b229da197a
|
chore: Add missing ref to Core generators in Playground app
|
2022-11-17 11:18:58 -05:00 |
David
|
2776e77b83
|
chore: Remove extensive InternalsVisisbleTo
|
2022-11-17 11:18:58 -05:00 |
David
|
28d8febcfe
|
chore: Fix dispatcher implementation on UWP
|
2022-11-17 11:18:58 -05:00 |
David
|
cd20651230
|
feat(reactive): Make the generated bindable code to not rely on UI module
|
2022-11-17 11:18:58 -05:00 |
David
|
59c8e7b74f
|
chore: [Reactive] Move presentation classes to the core project
|
2022-11-17 11:18:58 -05:00 |
David
|
25ab23508f
|
feat: Genearte VM in non nested classes
|
2022-11-17 11:18:58 -05:00 |
David
|
a59fa209c2
|
feat: Make sure to initialize the dispatcher even if reative UI package not loaded yet
|
2022-11-17 11:18:58 -05:00 |
David
|
4e8af4df7a
|
feat: Move dispatcher resolution to the core recative project + unify IDispactherInternal and IDispatcher
|
2022-11-17 11:18:58 -05:00 |
David
|
6858649b48
|
test: Ensure that command parameter is invoked on bg thread
|
2022-11-17 11:18:58 -05:00 |
David
|
2d0a5e9d36
|
Merge pull request #922 from unoplatform/dev/dr/bindListNullRef
fix: Fix possible null in Bindable init
|
2022-11-16 18:18:32 -05:00 |
David
|
96d296459d
|
fix: Fix possible null in Bindable init
|
2022-11-16 16:59:13 -05:00 |
David
|
d056527959
|
Merge pull request #921 from unoplatform/dev/dr/lsFromLF
feat: Add ListState.FromFeed
|
2022-11-16 14:58:37 -05:00 |
David
|
56f757543d
|
feat: Add ListState.FromFeed
|
2022-11-16 13:45:18 -05:00 |
Nick Randolph
|
d5be9c43ee
|
Merge pull request #906 from unoplatform/dev/nr/navrefactor
chore: Refactoring navigation
|
2022-11-14 23:10:05 +11:00 |
Nick Randolph
|
9d91397955
|
feat: Adding example for strongly typed json serialization
|
2022-11-14 17:01:14 +11:00 |
Nick Randolph
|
a4eaa13c49
|
fix: Adding android device log output
|
2022-11-14 15:10:11 +11:00 |
Nick Randolph
|
7038c9742d
|
fix: Removing //ignore attributes
|
2022-11-11 18:15:58 +11:00 |
Nick Randolph
|
6a106a79c9
|
fix: updating uno and tidy up
|
2022-11-11 17:59:44 +11:00 |
Nick Randolph
|
6d61a1a211
|
fix: Adding tolerance to content dialog test
|
2022-11-11 17:32:54 +11:00 |