summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9519-17/+32
2017-03-02[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)Stephane Delcroix1-1/+21
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix1-14/+27
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+2
2017-02-02Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert1-0/+41
2017-02-02Add pressed and released events to Button (#446)Kangho1-1/+27
2017-02-02[Core] Added RootPage to NavigationPage (#464)adrianknight891-6/+97
2017-02-01[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix1-0/+14
2017-01-31Make MessagingCenter testable (#723)E.Z. Hart1-5/+70
2017-01-24Fix overeager subscription cleanup (#712)E.Z. Hart1-0/+18
2017-01-23Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart1-0/+1
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-12/+77
2017-01-12Fix test failures in Release modeE.Z. Hart1-6/+8
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix4-26/+42
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-51/+0
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ...E.Z. Hart1-1/+166
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix2-0/+28
2016-12-07remove the noise while running nunit from consoleStephane Delcroix1-2/+0
2016-12-06[C] detach Behaviors and Triggers on VE finalization (#555)Stephane Delcroix1-1/+41
2016-12-06[Android] ScrollView should send correct ScrollX and ScrollY (#394)adrianknight891-0/+31
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix1-9/+40
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart1-1/+99
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-1/+1
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-96/+68
2016-11-16Squashed commit of the following:Joakim Carselind1-20/+468
2016-11-16BindingContext changes are called multiple times on app start (#470)adrianknight891-0/+84
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix5-651/+2145
2016-10-25ScrollView should account for Content margin (#392)adrianknight891-0/+54
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix1-11/+21
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix1-1/+1
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho3-9/+8
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix1-1/+0
2016-09-08Native Bindings (#278)Stephane Delcroix2-0/+488
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers1-0/+37
2016-08-30Platform Specifics (#301)Samantha Houts2-0/+228
2016-08-16Fix for BindingExpression memory leak (#279)Jonathan Peppers1-0/+27
2016-08-16Invalidate measure of Label when FormattedText changes (#303)Akihiko Odaki1-0/+26
2016-08-10Unit tests for the PCL WeakEventManager (#280)E.Z. Hart2-0/+190
2016-08-09Add the key in the message on throwing a KeyNotFoundException (#282)Rogier van der Hee1-1/+10
2016-07-11Added PoppedToRootEventArgs to track popped pages when calling PopToRoot (#229)Johan Karlsson1-0/+25
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts4-7/+9
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart9-45/+58
2016-05-25[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on...Rui Marinho2-0/+43
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-10/+10
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-2/+2
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-1/+2
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-2/+2
2016-04-25Multi style classes (#134)Stephane Delcroix1-9/+46
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart4-4/+34