kingces95
10ae30489a
bug 40161; force layout of centered image in abs layout ( #967 )
2017-06-14 11:39:58 -04:00
Samantha Houts
d6252627d0
[Android] Fix NullPointerException following RemovePage call ( #933 )
...
* Add repro for 53179
* Update Android packages to 25+
* Turn off linker to debug
* [Android] Only remove PageContainer < API 25
* Revert "Update Android packages to 25+"
This reverts commit ece252261d709213ad3a3c02c5fd37556bdb093f.
* Revert "Turn off linker to debug"
This reverts commit fdffff71386f1a4b186b89b7421d875e696b7bc7.
* Update test automation
* Add explanatory comment
* Fix test case number
2017-06-14 14:40:03 +01:00
Stephane Delcroix
28a878d14f
[test] add passing test for 56852
2017-06-14 09:33:36 +02:00
Jimmy Garrido
88693cc316
Fix possible crash on iOS when using ContextActions ( #973 )
2017-06-13 20:11:10 +01:00
Paul DiPietro
9a7b97de54
[A] Check Visibility for tab's page appearing ( #963 )
2017-06-13 11:22:31 -07:00
Mike Norman
c94331368f
Updated some more code examples related to triggers and conditions. ( #986 )
...
* Updated some more code examples related to triggers and conditions.
* Touchup docs
2017-06-13 10:51:44 -05:00
kingces95
67f9744c48
trap for common custom renderer implemntation error ( #970 )
2017-06-12 12:04:24 +01:00
E.Z. Hart
3a0072029f
Prevent double dimiss of modal view controller when webview opens image picker ( #951 )
2017-06-12 11:49:58 +01:00
BradChase2011
e2c0a282d0
[macOS] Button's Font attributes arent setting when using color. ( #971 )
...
* [macOS] Button's font attributes werent working when TextColor was set.
* [macOS] Button's font attributes werent working when TextColor was set.
2017-06-12 11:47:09 +01:00
bentmar
d9cf95585c
Dispose check on ButtonRenderer ( #975 )
...
Check if buttonrenderer is disposed when making changes
2017-06-12 10:22:32 +01:00
E.Z. Hart
ac865bb034
Update View Enabled property when IsEnabled changes ( #968 )
...
* Actually update Enabled on Android renderers
* Fix test number
2017-06-08 15:30:25 -06:00
Stephane Delcroix
3a0aa90164
[C] reset children animation on repeat ( #974 )
2017-06-08 20:38:45 +02:00
Javier Suárez Ruiz
ab803658e5
Merge branch 'master' of https://github.com/xamarin/Xamarin.Forms
2017-06-07 13:17:05 +02:00
Mike Norman
0d3611ccce
Bashing doc bugs. ( #966 )
...
* Bashing doc bugs.
* Typo fix "developers" => "developers"
* update docs
2017-06-06 11:05:24 -05:00
Mike Norman
f9c1989d01
Updated example code in API docs for first few types in core. ( #955 )
...
* Updated example code in API docs for first few types in core, alphabetically.
2017-06-01 12:21:50 -05:00
E.Z. Hart
f006894732
Simplify UI test for issue 35132
2017-06-01 08:57:56 -06:00
Mike Norman
e46b30b7f9
Added missing/corrected malformed remarks sections in Aspect.xml ( #954 )
...
* Added missing/corrected malformed remarks sections in Aspect.xml
2017-06-01 09:46:28 -05:00
Javier Suárez Ruiz
6d3b6b19fa
Merge pull request #1 from xamarin/master
...
Syncing from original
2017-06-01 13:43:53 +02:00
BradChase2011
701f086132
[macOS] bz56855 Implementation of macOS.MasterDetailsPage.IsPresented. ( #939 )
...
* bz56855 Implementation of macOS.MasterDetailsPage.IsPresented.
* bz56855 Code formatting
2017-06-01 11:42:43 +01:00
Rui Marinho
20d33c6ce2
Fix border on android buttons ( #941 )
...
* [Android] Add a button background tracker to handle background and border properties and be shared between button renderers
* [Android]Fix border radius dependency
* [Android] Make sure we always create or updated the background button tracker
2017-06-01 11:27:12 +01:00
Samantha Houts
07c85d1700
[UWP] Correctly calculates height of Master Page content ( #953 )
...
* Add repro for 54036
* [UWP] Correctly calculate height of Master Page content
2017-06-01 11:09:16 +01:00
BradChase2011
bd6bdbb50b
[macOS] Scroll view background not working. ( #952 )
...
* bz57022 macOS: ScrollView's BackgroundColor was not drawing properly.
* bz57022 macOS: ScrollView's BackgroundColor was not drawing properly.
2017-06-01 11:06:36 +01:00
Stephane Delcroix
54322b98b4
[C] use defaultValueCreator to set Frame default Padding ( #943 )
...
* [C] use defaultValueCreator to set Frame default Padding
* [docs] update docs
* change to internal
* fix docs
2017-06-01 09:53:11 +02:00
Stephane Delcroix
5adab7fe4e
[C] use picker creation date as default Date ( #944 )
...
* [C] use picker creation date as default Date
* fix test
2017-06-01 09:33:38 +02:00
Stephane Delcroix
6e732fbe74
[previewer] make sure we do not crash even if the previewer doesn't s… ( #946 )
...
* [previewer] make sure we do not crash even if the previewer doesn't sets the flag
* make the tests pass
2017-06-01 09:12:00 +02:00
E.Z. Hart
4cde4ecb6c
[Android] Correctly size content after toggling soft keyboard in Resize mode ( #927 )
...
* Repro of 45215
* Consolidate base class for Entry/Editor; add missing Dispose implementations
* Fixed problem with hiding the keyboard and child layout in ScrollViewer
* Force page layout update when navigating back from a keyboard-resized page
* Explanatory comments
* Fix namespace
* Fix possible NRE after device rotation
2017-05-31 15:37:39 -07:00
Stephane Delcroix
27f6cfbda8
[nuget] remove Mono/Xam framework from group elements for PCL
2017-05-31 09:22:29 +02:00
Stephane Delcroix
fa195678a1
[nuget] shorten paths ( #945 )
2017-05-30 23:54:43 +01:00
BradChase2011
d0cdd45bc3
bz56945, macOS: Issue where colored text on buttons were not centering correctly. ( #942 )
2017-05-30 10:35:06 +01:00
Rui Marinho
4af6f48fe7
[Controls] Fix test error 38731 ( #936 )
2017-05-26 15:58:17 +01:00
Paul DiPietro
744e8fefef
[UWP] Update Editor TextColor correctly ( #891 )
2017-05-26 12:42:19 +01:00
kadiryazgan
0834d2d13f
make OnShouldReturn protected ( #906 )
...
* make OnShouldReturn protected
There are situations where we don't want to dismiss the keyboard when return key is pressed.
Making OnShouldReturn protected will let custom renderers to disable ResignFirstResponder behaviour.
* added virtual keyword to OnShouldReturn
2017-05-26 12:41:51 +01:00
kingces95
609a12adef
Fix bz56030; DynamicResource overriding ( #924 )
...
* Fix bz56030; DynamicResource overriding
* add comment about KVP 'inversion'
2017-05-26 12:31:55 +01:00
Rui Marinho
657c3e39f8
[Android] Set SingleLine to true when we only have 1 line on a TextView ( #932 )
...
* [Android] Set SingleLine to true when we only have 1 line on a TextView
* Fix stray \ char
2017-05-26 12:30:01 +01:00
Paul DiPietro
a9a6a40c67
[UWP] Respect TextBox BackgroundFocusBrush Effect ( #928 )
2017-05-26 12:09:00 +01:00
E.Z. Hart
c066aa8971
Moving to version 2.0.9 of Xamarin.UITest ( #937 )
2017-05-26 11:52:39 +01:00
Samantha Houts
2f8973a2bc
Fix FormsApplicationActivity build
2017-05-24 13:46:39 -07:00
E.Z. Hart
6d92eb93a2
Merge branch 'master' of github.com:xamarin/Xamarin.Forms
2017-05-24 12:01:41 -06:00
E.Z. Hart
38da0fd68c
Remove unnecessary namespace qualifier
2017-05-24 12:01:10 -06:00
E.Z. Hart
d6b777bd46
Move assembly-wide category out of the template file
2017-05-24 11:59:06 -06:00
Rui Marinho
8f7b1f7f17
[iOS] Handle user popping pages out of order ( #934 )
...
* [iOS] Handle when user can call pop a page that was already disposed/removed
* [Controls] Fix bug number
2017-05-24 10:29:09 -07:00
Jimmy Garrido
cd61a94c5e
Switch to EntranceThemeTransition Animation ( #926 )
2017-05-23 12:37:27 -07:00
Stephane Delcroix
9a443a8508
Fix animations with GLViews ( #931 )
...
* null guard _displayLink (bz42755)
* change NSRunLoop mode (fix bz41413)
2017-05-23 19:04:25 +01:00
Samantha Houts
877905611c
[Android] Support up to 20 templates, as documented. ( #929 )
...
* Add repro for 42956
* [Android] Support up to 20 templates, as documented.
* Spaces -> tabs
* A little more info on the _dataTemplateIncrementer
* Fix test case number
2017-05-23 10:58:19 -07:00
E.Z. Hart
b934308f62
Use TextViewCompat to so API <23 handle setTextAppearance correctly ( #910 )
2017-05-19 11:04:52 -07:00
Stephane Delcroix
c37629a9ca
[XamlC] fix release builds of Xaml Unit Tests
2017-05-17 13:20:22 +02:00
adrianknight89
492e179d7f
Do not layout page in OnWindowAttributesChanged on fullscreen flag change ( #916 )
...
* remove OnWindowAttributesChanged
* add back OnWindowAttributesChanged
* remove flag
* LayoutRootPage can be private again
2017-05-17 00:24:43 +01:00
E.Z. Hart
b3f6d80a1b
Remove VisualElement finalizer ( #918 )
...
* [Controls] Add repo for bugzilla 55365
* Remove finalizer from VisualElement
* Remove unused using directive
* Removing test for 44074
* Update docs
2017-05-16 10:27:41 -07:00
Stephane Delcroix
f01cf88040
[XamlC] process symbols if DebugType is set ( #925 )
2017-05-16 10:07:31 -07:00
Paul DiPietro
b9b97c4482
Adjust unhook location from PR #901 ( #923 )
2017-05-15 16:57:28 +01:00