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

3028 Коммитов

Автор SHA1 Сообщение Дата
yourina 8de35fc3a4 [Tizen] Support the Keyboard, MaxLength, IsSpellCheckEnabled, IsReadOnly propertyon SearchBarRenderer (#5688) fixes #2902 2019-03-27 11:20:56 +00:00
kingces95 afe481b9c4 dispose FrameRenderer's FrameDrawable (#5617) fixes #5446 2019-03-27 11:20:21 +00:00
Rui Marinho 097af8f757
[CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664)
* [Controls] Update CollectionView observable gallery

* [Controls] Add test case with timer to add items to ObservableCollection

* [Android] Implement IDisposable on IItemsViewSource

* [iOS] ObservableItemSource takes a IList

* [iOS] Update ItemsViewLayout.cs

* [Android] Implement review feedback

* [Controls] Fix adder

* [Build] Update submodule

* [Android] Make similar change to iOS for consistency

* [iOS] Unsubscribe from ObservableCollection on ItemsViewController

* [iOS] Dispose ItemsController

* [Build] Update submodule
2019-03-26 22:58:29 +00:00
Rui Marinho 7118af99e3
[Shell] Fix Register route and Navigate to it (#5564) fixes #5466
* [Controls]  Add repo for shell issue

* [iOS] Allow specify SetPaddingInsets on the ShellContent

* [Shell,iOS] Fix toolbaritems on Shell

* [Controls] Add demo repo for #5466

* [Shell,Core] Fix navigating to a registered route

* [Controls] Fix android example add missing images

* nested routing

* [Controls] Fix build on pre app compact
2019-03-26 22:56:27 +00:00
Pavel Yakovlev 5d85cf8621 [Android] Fixes ObjectDisposedException when call Unfocus of Entry (#5670)
* [Android] Fixes ObjectDisposedException when call Unfocus of Entry

* address comment

* fix ui test
2019-03-26 12:42:05 -06:00
Akihiko Odaki 422c4419f3 [Xaml] Throw XamlParseException when a duplicate property is detected (#5558) 2019-03-26 15:49:05 +01:00
jcmanke 08c6bdf2dd Set ImeOptions to Done on Android Editor (#5653)
* Set ImeOptions to Done on Android Editor

* Apply fix to Material Editor renderer

- fixes #4832
- fixes #5030
2019-03-26 15:02:30 +01:00
Rui Marinho 20de7b5fbe
[Build] Update major version 2019-03-25 14:47:28 +00:00
Rui Marinho 42b731ece9 Merge branch '4.0.0' 2019-03-25 14:45:56 +00:00
Rui Marinho 499d68773b
[Build] Update verssion 2019-03-25 14:42:52 +00:00
Rui Marinho 9b8b058416
Merge branch '3.6.0' into 4.0.0 2019-03-25 14:42:29 +00:00
Rui Marinho a765d7e413 Merge branch '3.5.0' into 3.6.0 2019-03-25 11:54:50 +00:00
Rui Marinho 9dfa174661
[Build] Fix suffix check 2019-03-25 11:47:05 +00:00
Rui Marinho 673d2c58b2 Merge branch '3.5.0' into 3.6.0 2019-03-25 11:06:21 +00:00
Rui Marinho 627695f95c
[Update] Yaml build 2019-03-25 11:05:22 +00:00
Rui Marinho 84cd955fcb
[Build] Update submodule 2019-03-25 10:56:03 +00:00
Rui Marinho 5e0068d17a Merge branch '4.0.0' 2019-03-25 10:53:46 +00:00
E.Z. Hart dd6cd3305e Add translated Intellisense files to NuGet package (#5672)
* WIP Experimenting with getting the translated Intellisense in the right places

* Set up nuspec to include Intellisense translations

* Use languages branch of submodule for now

* Update submodule

* Update submodule

* Updated submodule

* Update submodule

* Pull in translated docs from all the languages
2019-03-24 20:05:01 +00:00
Rui Marinho 85d95a5c3b
[Build] Update yaml build 2019-03-24 19:51:25 +00:00
Rui Marinho a69b8cce15 Merge branch '3.5.0' into 3.6.0 2019-03-24 19:49:23 +00:00
Rui Marinho b0724320b4
[iOS] Better fix for EstimatedRowHeight (#4365) fixes #4356
* [Controls] Add repo for issue #4356

* [iOS] Call UpdateEstimatedRowHeight on MainThread so it delays and reloads after the row is inserted

* [IOS] Try remove UpdateEstimatedRowHeight

* [iOS] Fix EstimatedRowHeight

* [iOS] Consolidate EstimatedRowHeight calculation on the ListviewDataSource

* [iOS] Fix InvalidateCache and clear estimatedRowHeight

* [iOS] Use bool for checking if is empty

Co-Authored-By: rmarinho <me@ruimarinho.net>

* Update Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs

Co-Authored-By: rmarinho <me@ruimarinho.net>

* Update Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs

Co-Authored-By: rmarinho <me@ruimarinho.net>

* Update Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs

Co-Authored-By: rmarinho <me@ruimarinho.net>

* [iOS] Fix rebase

* [Build] Update submodule

* [Build] Remove xcode select

* [iOS] Don't disable EstimatedRowHeight on iOS10
2019-03-24 19:48:16 +00:00
Pavel Yakovlev 7a2a6a241e [UWP] fix throw exception when update switch color (#5633) 2019-03-22 16:25:10 -06:00
Rui Marinho 9beea57fb2 Merge branch '3.4.0' into 3.5.0 2019-03-22 16:07:42 +00:00
Rui Marinho f5dce54a7f
[Build] Fix provision on yaml (#5660)
* [Build] Fix provision on yaml

* [Build] Update provisioning to use shared tasks
2019-03-22 12:13:58 +00:00
Kevin Petit 598f6b80be [Android] Fix old root page dispose when main page change (#4707) Fixes #4706 Fixes #4325
* Android - Fix old root page dispose when main page change.

* Revert dead code cleanup.

* Use direct cast for IApplicationController

Co-Authored-By: kvpt <kevin.petit@outlook.com>

* Use direct cast for IApplicationController (bis).

* Unsubscribe the event handler on the right application object.

* Prevent disruptive layout request from toolbar + Revert renderer clearing modification.

* If the page change, do nothing (dont dispose).

* Unsubscribe activity from application on destroy.

* Paused activity must not react to application changes

* Use nameof.
2019-03-22 12:10:04 +00:00
kicsiede 5a88868b2a Cellrenderer leak fixes + test (#5655) fixes #5604 fixes #5603 2019-03-22 12:01:41 +00:00
Rui Marinho f7bb7eb115 Revert "Remove submodule"
This reverts commit 6616000366.
2019-03-21 20:08:43 +00:00
Rui Marinho 6616000366
Remove submodule 2019-03-21 20:08:18 +00:00
mtz c54a6b687f [GTK] Fix NavigationBar check for Layout calc (#5506)
The loop was exiting before current was being set.

fixes #4713
2019-03-21 10:27:37 -07:00
ShaneN 623ca5698d Merge branch '3.5.0' into 3.6.0 2019-03-21 10:58:10 -06:00
ShaneN 2896c4c0d6 merge 3.4 into 3.5 2019-03-21 10:50:41 -06:00
Shane Neuville f0f147d6c6
[Android] Remove changes to IVisualElementRenderer so it remains backwards compatible (#5619)
* [Android] Remove changes to IVisualElementRenderer so it remains backwards compatible (#5398)

* return IVisualElementRenderer to previous state

* set to internal

* remove extra change

* - ToUIBarButtonItem abi fix

* - page gallery

* - remove tizen from iphone configuration
2019-03-21 10:46:55 -06:00
Brian Macomber e0bf0bc3e0 [UWP]Fixes #3886, Master Detail, incorrect master height after window resize (#5338)
* Fix Issue 3386

* Update Xamarin.Forms.Platform.UAP/MasterDetailControl.cs

Co-Authored-By: bmacombe <brian@agspectrum.com>
2019-03-21 14:08:40 +00:00
Stephane Delcroix be0dc9391b Merge branch '4.0.0' 2019-03-21 14:38:37 +01:00
Stephane Delcroix 534a261e30 Merge branch '3.6.0' into 4.0.0 2019-03-21 14:37:08 +01:00
Stephane Delcroix f0f9415d73 Merge branch '3.5.0' into 3.6.0 2019-03-21 14:35:44 +01:00
Chris van de Steeg de328b1338 Fix BindableLayout's incorrect layout.children.add -> use insert (#5582)
* Fix incorrect layout.children.add -> use insert

* Modify unit test to match the problem with this issue

- fixes #5579
2019-03-21 14:24:31 +01:00
Shane Neuville 13e94c867e Suppress warning for CharacterRangeForGlyphRange is obsolete (#5613) fixes #5246
* switch to GetCharacterRange for spans

* suppress obsolete message
2019-03-21 11:12:18 +00:00
Emil Alipiev 9ba95b6a48 DetectPlatform Fixed for UWP (#5182) fixes #4852
* detectplatform fixed using Windows.System.Profile.AnalyticsInfo.VersionInfo.DeviceFamily
UWP-Xbox sets TV...Surface tablets sets Desktop intead of Phone

* Update Xamarin.Forms.Platform.UAP/Forms.cs

Default was changed to be Unsupported Idiom

Co-Authored-By: EmilAlipiev <emil.alipiev@gmail.com>

* Update Xamarin.Forms.Platform.UAP/Forms.cs

Co-Authored-By: EmilAlipiev <emil.alipiev@gmail.com>
2019-03-21 11:11:34 +00:00
Pavel Yakovlev d9f580e529 [shell] Fix show DisplayAlert (#5491) fixes #5504
* [shell, ios, tizen] fixes show alert

* - added helper extension
- fix navigation model
2019-03-21 10:03:50 +00:00
Shane Neuville 353081bb53 fix abi breaks (#5620) fixes #5288 2019-03-21 10:00:59 +00:00
mtz 56a63f2695 [GTK] Fix NavigationBar check for Layout calc (#5506)
The loop was exiting before current was being set.

fixes #4713
2019-03-20 17:08:13 -07:00
Pavel Yakovlev ee01ce0cf6 [Android] fixes redraw element when changing renderer (#5233)
fixes #1760
2019-03-20 10:31:55 -07:00
Gabor Nemeth 9c10acdd68 [macOS] enhance menu (#4718)
fixes #2618
2019-03-20 10:31:00 -07:00
Shane Neuville 808f2f638e
Centralize Theme Wrapper and fix sandbox to work with previewer (#5495)
* Centralize Theme Wrapper and fix sandbox to work with previewer

* simplify

* Update Xamarin.Forms.Material.Android/MaterialContextThemeWrapper.cs

Co-Authored-By: PureWeen <shane94@hotmail.com>

* Update Xamarin.Forms.Material.Android/MaterialContextThemeWrapper.cs

Co-Authored-By: PureWeen <shane94@hotmail.com>

* Update Xamarin.Forms.Material.Android/MaterialContextThemeWrapper.cs
2019-03-20 11:11:16 -06:00
Pavel Yakovlev 6a3a10afea [Android] Fixes cancel Webview Navigation (#5458) fixes #4891 fixes #4919 closes #5460
* [Android] Fixes cancel Webview Navigation

* - added fix 4891
- refactoring

* Fix obsolete message

Co-authored-by: Ralph Brackert <brackert@baselineconnect.com>
2019-03-19 20:05:38 +00:00
Samantha Houts c2752977d4 Merge branch '3.6.0' into 4.0.0 2019-03-19 13:01:21 -07:00
Rui Marinho e6a54edec7
[Controls] Fix build 2019-03-19 20:00:02 +00:00
Samantha Houts 83ccf3ad36 Merge branch '3.6.0' into 4.0.0 2019-03-19 11:58:17 -07:00
Rui Marinho ce148bf4c8
[MacOS] Move ImageRenderer to use NSImageView (#5600)
* IMAGE https://github.com/xamarin/Xamarin.Forms/issues/5204

* Updated "no image source" behavior - return base value

* Added test case

* Updated test case number

* fixed file name

* [MacOS] Move ImageRenderer to use NSImageView

* [Macos,iOS] Fix sharing coding
2019-03-19 18:10:10 +00:00