summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix30-81/+534
2016-09-23do not compile winrt stuffs on macStephane Delcroix1-8/+8
2016-09-23fix docsStephane Delcroix1-0/+17
2016-09-23[Xaml] fix buildStephane Delcroix1-0/+1
2016-09-23[Controls] Link only SDK so we don't brake the sample (#372)Rui Marinho1-1/+1
2016-09-23[Xaml] Xaml native views and bindings for WP8.1 (#363)Stephane Delcroix1-1/+7
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix12-222/+249
2016-09-22[XamlC] supports enum and consts in x:Static (#369)Stephane Delcroix8-88/+168
2016-09-21Implement dispose pattern correctly to support derived classes (#364)E.Z. Hart4-22/+59
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho33-107/+131
* [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj
2016-09-16Android BeginInvokeOnMainThread() should not possibly block. (#343)Atsushi Eno1-3/+1
Android.App.Activity.RunOnUiThread() does not always run the argument Runnable asynchronously; actually it is run synchronously if current thread is the UI thread [*1][*2] Use Handler.Post() instead. (It is also used in Android.App.SyncContext[*3]) [*1] https://developer.android.com/reference/android/app/Activity.html#runOnUiThread(java.lang.Runnable) [*2] http://stackoverflow.com/questions/33039600/android-runonuithread-not-async [*3] https://github.com/xamarin/xamarin-android/blob/5777337/src/Mono.Android/Android.App/SyncContext.cs#L15
2016-09-16Format MapRenderer according to project code style (#362)E.Z. Hart1-195/+243
* Format MapRenderer according to project code style * Using var instead of explicit type for Markers
2016-09-15[Android] Fix failing UITests (#356)Rui Marinho2-4/+19
2016-09-15do not disable warning (#357)Stephane Delcroix1-2/+2
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho92-1985/+233
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-09-13Revert "Revert "[Android] Fix warnings (#346)""Rui Marinho3-10/+7
This reverts commit 6fa569cfda33d6875896788bba274a313a24fac2.
2016-09-13Update docsJason Smith2-4/+62
2016-09-13Revert "[Android] Fix warnings (#346)"Rui Marinho3-7/+10
This reverts commit 960f02d0e7549088d15b74bd11628eb987c77a74.
2016-09-13[Android] Fix warnings (#346)Rui Marinho3-10/+7
2016-09-13[iOS] ViewCells with Accessories will be properly laid out again (#338)Samantha Houts4-5/+88
* Add repro for 43161 * [iOS] Don't adjust ViewCell Bounds when there is an Accessory * [iOS] Fix spacing
2016-09-13[A] Fix regression on NavAnimationInProgress (#341)Paul DiPietro1-3/+1
2016-09-13[iOS] - Revert setting the frame for ViewCell to try to hide the gap between ↵Rui Marinho2-6/+3
cells when using a ContextActionCell (#351)
2016-09-13Revert "[C] Prevent enabling a Button via setting a Command (#308)"Rui Marinho3-58/+3
This reverts commit 368a375f13fc2e4b5ff00dbbdd7a2d6bb53988eb.
2016-09-12Android AppCompat: Don't do NavigationPage menu updates for disposed page (#331)Jani Lirkki1-0/+3
2016-09-12After Label.FormattedText property changed need invoke UpdateText method (#335)Mikhail1-1/+1
2016-09-12[C] Prevent enabling a Button via setting a Command (#308)Paul DiPietro3-3/+58
2016-09-08[iOS] Adjust Started/Ended hooks in pickers for iOS 10 (#339)Paul DiPietro3-8/+8
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix6-85/+184
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property
2016-09-08[XamlC] replace the runtime type check by compiletime (#334)Stephane Delcroix7-245/+348
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix29-214/+873
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-09-08Native Bindings (#278)Stephane Delcroix33-8/+1510
* [C, I, A, W] Support Native Bindings * fix tabs
2016-08-31Fix incorrect background property name on Win 8.1 phone and tablet styles (#329)E.Z. Hart2-5/+3
2016-08-30Fix docsJason Smith17-60/+107
2016-08-30[Win] Fix FontAttributes unexpectedly changing a label's size (#325)Paul DiPietro3-1/+61
2016-08-30[A] Check UserVisibleHint to prevent non-active tabs from firing ↵Paul DiPietro1-1/+2
SendAppearing in OnResume (#328)
2016-08-30KeyboardExtensions is now public (#326)adrianknight892-2/+2
2016-08-30[A] PanGestureRecognizer will consistently send Completed event (#313)Samantha Houts3-30/+72
* Adjust gallery page for reproduction * [A] Forward OnTouchEvent to Listener... ...and end scrolling on Up.
2016-08-30Use character truncation in Windows (#321)E.Z. Hart6-14/+249
Change layout order ViewCells on Windows to correct label length layout issues Add extra layout pass on ViewCell load to make cells without margins visible
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers2-0/+56
* ListView - unit test showing BindingContext issue Apparently the BC doesn't pass to Header and Footer * ListView - support for passing BC to header and footer * ListView - test checking BindingContext is set Checking that it works to set the BindingContext first and the Header/Footer after
2016-08-30Fix memory leak caused by BaseCellView and RendererHolder (#311)E.Z. Hart4-7/+123
2016-08-30Update Makefile to support linux env (#309)Kangho1-3/+12
2016-08-30Platform Specifics (#301)Samantha Houts150-775/+5473
* Playing around with how the platform specifics interfaces etc. might work * Sample implementation of iOS navigation translucency * Very slightly reduced code * Better vendor stuff * Drop single-implemenation interfaces * Generics on NavigationPage * On-demand vendor stuff * Remove functionally duplicate classes and make ControlGallery work again * Namespace all the things. XAML test. * Can use Effect to attach platform specific * Attach Effect on PropertyChanging for XAML support! * Rename IConfigPlatform interfaces for readability * Some renaming to match the documents * Split class files * Clear out test-only code * Re-namespace * Added On method to rendered Elements * Allow for removal of platform suffix, convenience methods on specific platforms * Creating a gallery page for specifics * Add rudimentary Platform Specifics gallery; make CollapseStyle work on UWP; Add CollapsedPaneWidth specific property * Toolbar now working with both collapse styles * MDP now displaying Content title; toolbar routing around title * Add a gallery for the iOS NavigationPage stuff * Add Navigation Page as detail page to verify it works with new Toolbar options * Make titlebar/toolbar background colors consistent * ToolbarPlacement now working on NavigationPage * Toolbar Placement working for tabbed and nav pages * Fix bug where phone doesn't get default toolbar placement on start * [Core] Add PS WindowSoftInputModeAdjust [Core] Make Application extendable * Toolbar placement now working on Nav, Tabbed, and Master pages on desktop/phone Remove unnecessary style indirection Fix build errors * [A] Add PlatformConfigurationExtensions * SetSoftInputMode test page * [A] SetSoftInputMode Known issue: Status bar color does not work in AdjustResize mode * [Core] Add PS Blur * [iOS] Configure renderer for blur * Add test page * Move to blur VisualElement for broader support * Move test pages to gallery * Update docs * Use lazy initializer for PlatformConfigurationRegistry
2016-08-30Throw InvalidOperationException if AppLinkEntry.Thumbnail source is invalid ↵Jimmy Garrido1-2/+6
(#299)
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum24-28/+151
* Allow Custom Android MapRenderers to override the default MapView options * Larger effort to use CreateNativeControl () everywhere instead of just in the Android AppCompat renderers.
2016-08-25Fix crash when ItemsSource is set to null (#320)Jimmy Garrido1-1/+2
2016-08-25Fixed SinInOut description. (#319)Mike Norman1-1/+1
2016-08-25Fix regression by adding null check in Windows ListView selection (#314)Paul DiPietro1-1/+1
2016-08-17[Android] Fix for NullReferenceException when using the wrong activit… (#286)beta-2.3.2-pre2Oddbjørn Bakke1-0/+6
* [Android] Fix for NullReferenceException when using the wrong activity type. On using FormsApplicationActivity or FormsAppCompatActivity as base Activity in a SplashScreen. A NullReferenceException will be thrown in the KeyboardManager. Added InvalidOperationException with "Forms.Init()" message instead, if the Forms.Context is null. * Fixed indentation
2016-08-16[WinRT] Remove preemptive setting of null upon action sheet closure (#305)Paul DiPietro1-1/+0
2016-08-16[Xaml] Clone node tree on DT, allow markup to be evaluated multiple times (#295)Stephane Delcroix7-7/+144