Commit Graph

514 Commits

Author SHA1 Message Date
Troy Stanger 915f96fd29 Prevent the "broken image" icon from being displayed when an Image does not have an image source. 2018-11-14 09:35:20 -06:00
Troy Stanger 12c532fd3d Image elements without dimensions defined in Xamarin forms will now have their dimensions defined by attempting to scale it to the bounding box. 2018-11-14 09:18:22 -06:00
Troy Stanger 0784b98c8e Resize and re-layout ViewCells when the parent ListView is resized. 2018-11-12 13:09:51 -06:00
Troy Stanger e4cb4e1123 Changes to cell separators now happen more reactively. 2018-11-09 15:20:52 -06:00
Troy Stanger 1e5561c1a8 Properly dispose of the prototype renderer. 2018-11-09 11:51:55 -06:00
Troy Stanger fe75391962 ListViewRenderer now properly lays out custom cell views. As a result of this fix the renderer will now respect row heights set in Xamarin.Forms and should support lists with uneven cell heights. 2018-11-09 10:52:22 -06:00
Troy Stanger eb2a8ec367 Ooui.Forms ListViews now respect the values of SeparatorColor and SeparatorVisibility 2018-11-07 12:31:11 -06:00
Troy Stanger b29060fea5 Implemented actionsheets for Ooui.Forms.
AddNumberUnits() should be called for margin values.
2018-11-07 11:20:39 -06:00
Troy Stanger 0d316279ec Fix incorrect style when AddUrl is passed null 2018-11-07 10:41:29 -06:00
Troy Stanger 7d1cf22fb6 Implemented button images as background images. 2018-11-07 10:33:51 -06:00
Frank A. Krueger a75d44b573
Update ASP.NET Core to 2.0.9 for security 2018-11-06 13:30:29 -08:00
Frank A. Krueger 3db746929b
Merge pull request #195 from mallibone/master
Compile warnings and sample improvements
2018-09-06 07:20:43 -07:00
Frank A. Krueger 72a6281072
Merge pull request #163 from bjorndaniel/master
Add the ability to set ClassName from Xamarin Forms StyleId
2018-09-06 07:19:38 -07:00
Frank A. Krueger 86e40fb4cf
Merge pull request #196 from mallibone/UpdateMonoWasm
Update mono wasm
2018-09-06 07:14:22 -07:00
mallibone 33810c974e
Update README.md 2018-09-06 16:00:19 +02:00
mallibone 13fa657580
Update README.md 2018-09-06 15:59:08 +02:00
mallibone 7f67af8f49
Update BuildDistTask.cs
Take Azure blob URL for the WASM artifact.
2018-09-06 15:55:30 +02:00
mallibone 550d415571 Add readme for how to update the Ooui.Wasm.Build.Task 2018-09-04 07:24:17 +02:00
mallibone b34879f40c Update referenced sdk build to latest 2018-09-03 22:00:27 +02:00
mallibone 58b32c0c78 Update mono linker submodule 2018-09-02 17:33:02 +02:00
mallibone f714f60d75 Show correct unit in weather sample 2018-09-02 16:54:46 +02:00
mallibone bfb9713484 Add a sample chooser 2018-09-02 06:56:35 +02:00
Mark Allibone 4131c6ba2c Solve compile warnings in samples 2018-09-02 06:40:12 +02:00
Frank A. Krueger f7c763e8e2 Fix Bitrise link 2018-08-25 12:59:06 -04:00
Frank A. Krueger 5e4a3e2d83
Merge pull request #180 from kenwilcox/master
allow the user to set unit of measure.
2018-08-25 12:49:06 -04:00
Frank A. Krueger 6a2ee75782
Merge pull request #168 from limefrogyank/minimal
(mostly) Implementation of NavigationPage
2018-08-25 12:43:06 -04:00
Frank A. Krueger 1c545c8d4f
Merge pull request #182 from mallibone/master
Use https path for mono submodule
2018-08-25 12:40:20 -04:00
mallibone 2cc1d3707a Use https path for mono submodule 2018-07-20 09:09:33 +02:00
Ken Wilcox 8806bc0d7b allow the user to set unit of measure. 2018-06-29 09:30:18 -06:00
Frank A. Krueger efc7bc2676
Merge pull request #164 from KevinGliewe/master
Update Xamarin.Forms to v3.0.0 to fix https://github.com/praeclarum/Ooui/issues/26
2018-05-24 09:40:54 -07:00
Lee McPherson 3b1587f723 (mostly) Implementation of NavigationPage 2018-05-20 13:42:22 -07:00
Kevin Gliewe e700308e7c Update Xamarin.Forms to v3.0.0.482510 (fixes https://github.com/praeclarum/Ooui/issues/26) 2018-05-15 10:30:42 +02:00
Daniel Sandberg 723d09c73b Added some styles
Added mapping StyleId -> ClassName
2018-05-14 21:26:19 +02:00
Frank A. Krueger 2c5efd7cf8
Merge pull request #155 from mrange/pr/mrange/text_optimization
Node.Text optimization
2018-05-13 11:08:22 -07:00
mrange 18d198f6b6 Node.Text optimization
Reuses existing TextNode if available.
2018-05-03 13:51:49 +02:00
Frank A. Krueger 4f9f46ce38
Make an Element for each cell type 2018-04-26 16:55:23 -07:00
Frank A. Krueger 010982b08a
Use standard colors for all controls 2018-04-25 22:23:26 -07:00
Frank A. Krueger 900a0095c8
Reuse cell views in ListViews
Fixes #132
2018-04-25 19:55:26 -07:00
Frank A. Krueger 8190f9103c
Add stress test of EventHandler
Fixes #138
2018-04-25 18:32:55 -07:00
Frank A. Krueger a04b511461
Rename wasm dlls to bins
This is to help them get through corporate networks.

Fixes #92
2018-04-25 18:12:37 -07:00
Frank A. Krueger 3c6c1ecf66
Link the BCL
Enable the Link option for BCL assemblies.

Mscorlib is excluded because the CSLA library wasn't working
when it gets linked.

Fixes #89
2018-04-25 17:38:31 -07:00
Frank A. Krueger 0877dfb7df
Trying resolving System.Runtime types to mscorlib
This works around what seems to be missing entries in the SDK.

Fixes #98
2018-04-25 16:26:59 -07:00
Frank A. Krueger 6b3581bb6c
Use custom assembly resolver
Before, I was relying on a bit of luck that the resolver would
use the correct asms - now I make sure it does.

The build step will now fail if a resolution failure occurs -
this is better than runtime errors.
2018-04-25 15:46:01 -07:00
Frank A. Krueger bb78f433e3
Bump linker 2018-04-25 15:45:37 -07:00
Frank A. Krueger bde1e55cd6
Merge pull request #140 from akoeplinger/patch-1
Update link to mono-wasm-a14f41ca260.zip
2018-04-19 15:59:36 -07:00
Alexander Köplinger e94436c987
Update link to mono-wasm-a14f41ca260.zip 2018-04-19 21:10:43 +02:00
Frank A. Krueger 0e51219234
Update the wasm sdk to 108
Fixes #135
2018-04-18 18:18:04 -07:00
Frank A. Krueger 3848e43e7c
Implement Focus 2018-04-18 18:03:02 -07:00
Frank A. Krueger 23177464ec
Fix name collision 2018-04-18 17:14:34 -07:00
Frank A. Krueger ac41e017d8
Implement INotifyPropertyChanged 2018-04-18 17:14:21 -07:00