Paul DiPietro
df67dff982
[UWP] Use toolbar foreground color on primary items ( #640 )
2016-12-19 12:45:15 +00:00
adrianknight89
e0165abbcd
Slider should show user-set value on initial load ( #378 )
2016-12-19 12:42:16 +00:00
Jimmy Garrido
6c8abfdc14
[Windows] Fix modal pages being laid out below soft buttons ( #395 )
2016-12-17 01:08:03 +00:00
Rui Marinho
3216ce4ccd
Add sample HanselForms and TwitterDemo to ControlGallery ( #651 )
...
* [Controls] Add Hanselforms sample
* Remove extra twitter sample
* [Controls]Add TwitterDemo sample
* [Controls] Fix build
2016-12-16 18:05:28 +00:00
Paul DiPietro
db4486db8f
[WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash ( #347 )
...
* [WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash
* Make change to use Device.IsInvokeRequired
2016-12-16 15:58:47 +00:00
Jason Smith
3716c57aab
Remove overload causing backwards compatibility issues
2016-12-15 10:48:00 -08:00
E.Z. Hart
8f1bb7b4b2
Fix potential NRE in ConditionalFocusLayout ( #587 )
2016-12-14 17:13:17 -07:00
Kangho
1c5de53573
Add Tizen to TargetPlatform ( #590 )
...
* Add Tizen to TargetPlatform
* Adds Device.OnPlatform methods having Tizen
2016-12-14 13:24:59 -08:00
E.Z. Hart
2a9c6f75cf
Removing now non-existent IsiOS8OrNewer check
2016-12-14 14:11:39 -07:00
Jason Smith
9535315986
Deprecate versions of iOS older than 8 ( #630 )
2016-12-14 20:38:46 +00:00
Stephane Delcroix
eca25db80e
Revert "Update README.md"
...
This reverts commit f2282a7da3
.
2016-12-14 17:48:27 +01:00
Stephane Delcroix
651ffddc41
Revert "Update README.md"
...
This reverts commit 51565d7289
.
2016-12-14 17:48:16 +01:00
Stephane Delcroix
51565d7289
Update README.md
...
larger badges
2016-12-14 17:42:54 +01:00
Stephane Delcroix
f2282a7da3
Update README.md
...
align badges...
2016-12-14 17:40:49 +01:00
Stephane Delcroix
859b058874
Xamlc compiled trigger ( #629 )
...
* [XamlC] compiled Trigger
* remove file header
* name bool parameters
2016-12-14 13:50:15 +01:00
Stephane Delcroix
d4792dc98d
[XamlC] Allow compilation of IValueProviders ( #622 )
...
* [XamlC] Allow compilation of IValueProviders
`IValueProvider`s tagged with the appropriate attribute will be bypassed
and the compiled version, if found, will be used.
This first version contains a compiled version of Setter's
IValueProvider and it already reduces the amount of generated IL by 39%
in, e.g. StyleTests.
It's a huge gain because XamlC no longer have to generate
ServiceProviders for those, so the methodbody is smaller, takes less
time to jit, less time to execute and nothing is invoked at runtime,
which probably saves a tons of time as well, as most IValueProvider
implementation heavily uses reflection.
* name bool parameters
2016-12-14 13:25:42 +01:00
adrianknight89
f2fe64ac23
Update readme ( #644 )
...
* update readme
* change header
2016-12-14 12:59:10 +01:00
E.Z. Hart
5ad5752f3c
Disable using EstimatedRowHeight for uneven rows with known heights ( #454 )
2016-12-13 13:33:49 -08:00
Stephane Delcroix
4625f6976a
[XamlC] remove unused variables ( #620 )
2016-12-13 16:41:41 +01:00
E.Z. Hart
db727808a8
Add missing interface implementations
2016-12-12 16:41:44 -07:00
E.Z. Hart
bb942eb29f
Updating UITest package to 2.0.3
2016-12-12 16:22:44 -07:00
Stephane Delcroix
6112526432
[XamlC] Compile TypeTypeConverter ( #615 )
2016-12-12 22:02:37 +01:00
Stephane Delcroix
354e27c096
[XamlC] Optimize Stloc/Ldloc ( #614 )
2016-12-12 21:49:05 +01:00
Stephane Delcroix
e45bce1a64
[XamlC] Box valueTypes on Add() ( #624 )
...
This doesn't happen often, and I haven't found any valid XAML file out
there requiring this, but in the case of 49307, it at least generates
valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-12 21:03:30 +01:00
Rui Marinho
8257753d1b
Revert "Remove iOS8 build badge"
...
This reverts commit 19982b5bd1
.
2016-12-12 15:56:24 +00:00
Rui Marinho
19982b5bd1
Remove iOS8 build badge
2016-12-12 12:28:07 +00:00
Stephane Delcroix
4a86f9481a
[XamlC] optimize Datatemplate IL as well ( #612 )
2016-12-12 11:13:41 +01:00
Stephane Delcroix
22bdca3233
[XamlC] fix loading ulongs, optimize bytecode for ulongs ( #611 )
2016-12-12 10:57:01 +01:00
Stephane Delcroix
f0ea0fa4bf
[XamlC] compile ThicknessTypeConverter ( #603 )
2016-12-12 10:35:42 +01:00
Stephane Delcroix
1c796c3a9e
[XamlC] support setting values on ValueTypes ( #596 )
2016-12-12 10:14:37 +01:00
Jason Smith
899e2bd591
Revert "Deprecate iOS 8 and earlier ( #626 )"
...
This reverts commit c4b1c88f50
.
2016-12-09 10:17:27 -08:00
Paul DiPietro
c4b1c88f50
Deprecate iOS 8 and earlier ( #626 )
2016-12-09 11:29:04 +00:00
E.Z. Hart
29a1529b7f
Add iOS 8 status to readme
2016-12-08 11:26:16 -07:00
E.Z. Hart
8ac7667b9c
Fix for 45743 which works with iOS 8 ( #616 )
...
* Explicitly set window bounds when presenting alert
* Remove unused methods
2016-12-07 23:11:14 +00:00
E.Z. Hart
3199eba80c
Fix 41415 test (use rounding)
2016-12-07 11:53:16 -07:00
Rui Marinho
546fd2d9b0
[UITest] Only run 41415 test on Android
2016-12-07 12:42:27 +00:00
Stephane Delcroix
7851541ab6
[Xaml[C]] support op_implicit declared on Target ( #585 )
2016-12-07 11:35:32 +01:00
Stephane Delcroix
8181e6d4cb
[XamlC] Type ref tests, and fixes ( #569 )
...
* [XamlC] Add tests for TypeRefExts, fix and enhancements
* [XamlC] more fixes, more tests
* Fix failing test
2016-12-07 10:57:43 +01:00
Stephane Delcroix
1dd4ce922e
remove the noise while running nunit from console
2016-12-07 10:57:21 +01:00
E.Z. Hart
f3b24f3399
Put test in the correct namespace
2016-12-06 17:16:35 -07:00
Jason Smith
df979a2979
Fix wrong licenses
2016-12-06 09:47:37 -08:00
E.Z. Hart
3d090a33d4
Possible fix for race condition in 21177 UI test
2016-12-06 10:23:22 -07:00
Stephane Delcroix
20e2e12dce
[C] detach Behaviors and Triggers on VE finalization ( #555 )
...
* [C] detach Behaviors and Triggers on VE finalization
* update docs
2016-12-06 12:15:32 +00:00
adrianknight89
10c65d0358
[Android] Dismiss context menu when view cell is removed ( #568 )
...
* close context action when cell is no longer available
* rename method
2016-12-06 12:14:38 +00:00
adrianknight89
5a2cb89775
[iOS] Fix crash when pushing page on stack on orientation change ( #607 )
...
* Fix orientation crash
* remove braces
2016-12-06 12:09:05 +00:00
adrianknight89
9dff4c1650
[Android] ScrollView should send correct ScrollX and ScrollY ( #394 )
...
* Android should show correct ScrollX and ScrollY when scrolling in both directions
* Adding sample code to demonstrate scrolling
* Orientation fix
* ScrollTo should work for horizontal + vertical scrolling
* Get correct scroll x and y values for ScrollOrientation.Both
* Convert positions to pixels
* Adding unit test to watch out for incorrect animation positioning
* automated test
* improvements
* fixed texts
2016-12-06 12:07:29 +00:00
Paul DiPietro
331a7b76db
[WinRT] Do not store previous page when popping ( #565 )
2016-12-06 12:01:43 +00:00
Michael Rumpler
75258aa800
Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926) ( #287 )
...
* Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926)
* Cache the Cells so that GetCellForPosition doesn't have to iterate all Cells every time it is called
2016-12-06 11:59:43 +00:00
Stephane Delcroix
ff1bf0b5ef
ResourceDictionary fixes ( #536 )
...
* [C] avoid leaking RDs, remove reflection call, validate arguments
* [C,Xaml] The only way to get merged values are internal
2016-12-06 08:56:08 +01:00
Mike Norman
c612398bd2
Typos bug sweep. ( #613 )
...
Just typos.
2016-12-05 12:12:31 -06:00