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

580 Коммитов

Автор SHA1 Сообщение Дата
adrianknight89 ee608ba466 [Android] Fix NavigationPage dispose crash when it parents a MasterDetailPage (#577)
* fix navigation page dispose crash

* changes after review
2016-12-30 15:19:31 -07:00
adrianknight89 ffab6dd82e [iOS] Change keyboard type while keyboard is visible (#443)
* Change keyboard while changing text

* add sample code
2016-12-30 15:14:13 -07:00
Stephane Delcroix 32dab1d3c7 [XamlC] detect duplicate x:Name at compile time (#655)
* [XamlC] detect duplicate x:Name at compile time

* invoking methods with the right arguments produces better results
2016-12-30 09:58:48 -07:00
E.Z. Hart efc1e93f81
Make CellsGalleryImageUrlCellList test finish early if possible 2016-12-29 09:18:35 -07:00
Samantha Houts 6785f4d980
Fix comment typo 2016-12-28 16:09:13 -08:00
E.Z. Hart cf496381ce
Update ImageCellListPage to use an image we control;
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images
to load if necessary
2016-12-28 16:42:17 -07:00
E.Z. Hart 31397e59cc
Adding image to use for CellsGalleryImageUrlCellList UI test 2016-12-28 16:33:24 -07:00
adrianknight89 4ea528643e fix nre when changing content in datepickerselected (#494) 2016-12-28 16:15:45 -07:00
Paul DiPietro c1d83aacba [UWP] Fix TextBox style for foreground focus color (#618) 2016-12-27 11:58:48 -07:00
Stephane Delcroix c34016dc84 Xamlc compile data triggers (#648)
* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider

* [XamlC] avoid generating ServiceProvider for unused ProvideValue

* fix tests
2016-12-23 10:21:30 +01:00
Stephane Delcroix b96df000db [Xaml] support short Properties for PropertyCondition (#645) 2016-12-23 08:50:19 +01:00
Stephane Delcroix 2c91b0facd [XamlC] import members on x:Static and factories (#642) 2016-12-23 08:50:02 +01:00
adrianknight89 0c87fcff41 [iOS] Entry should not pass a newline to the next responder (#397)
* UITextField should not return so that the next field does not get passed a newline

* Added code sample
2016-12-22 10:46:57 -08:00
Stephane Delcroix 9d2290b2ac Avoid duplicating code in OmPlatform (#591) 2016-12-22 09:34:30 +01:00
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