summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24rebase to tags/beta-2.3.5-pre1Kangho Hur2-8/+1
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
2017-04-24Add ToolTip based on Tizen Specificrina6350.you1-0/+23
* Update the version of the used elm-sharp. * Update the version of xamarin package to 2.3.4-r214-005. TASK=TCAPI-2259 change-Id: I1f0c65c3d67030b7a690fd0839a0a851c4f1bcba
2017-04-24Fix FocusDirection to string typeWonYoung Choi2-14/+14
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
2017-04-24Add Focus related properties for VEKangho Hur3-1/+250
TASK=TCAPI-2264 - Make sure that all these API should be invoked after all renderers are created. (e.g. use it inside Page.OnAppearing()) Change-Id: Ie441a067d5a7b94af120985b0a691fad6ce8250f
2017-04-24Add TabbedPageStyleWonYoung Choi1-0/+7
Add two styles of TabbedPage, "Tabbar", "TabbarWithTitle" Change-Id: I71d3e7c128b03b5df58a0ab9f9929b24ac9e4650
2017-04-24Remove unused TizenSpecific/Button.cs fileKangho Hur1-30/+0
Change-Id: I72800c7f2ad2353d0c9b5a23ced07253531ddfbb
2017-04-24Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi3-0/+68
- RFC 19 Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463
2017-04-24Modify FontWeight type for flexibilityKangho Hur3-25/+25
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
2017-04-24Add Style to VisualElement as TizenSpecificKangho Hur7-82/+56
- Implement the change proposed in RFC-17 Change-Id: I96431b3a32358be6f32e7acdeb0cbc6a27a98ec4
2017-04-24Rebase Forms to upstream lastest (2.3.4-pre2)Kangho Hur1-1/+2
- Synced with 3c7b291. (https://github.com/xamarin/Xamarin.Forms/commit/3c7b2918b3065a81ecb4040fde09d93aae09f62d) - [Core] Device.Tizen has been added newly. - Package version has updated to 2.3.4-r190-001 Change-Id: I948fd73212744aa8c1941dc6a6d8e46eb29523af
2017-04-24Add FontWeight for Label and EntryKangho Hur4-0/+81
- This change is for the referernce application (Clock) to follow UX guideline. (Internal only). - We will improve design and implementation of this APIs in the next release, if requred. Change-Id: Ifac91174a5859adecc9ec6bff1a1d568512ee70b
2017-04-24Add default case under OnPlatformjh5.cho1-0/+1
- Add default case to let Default action is called to Tizen platform Change-Id: I15ffdb4622b1173353a4321d49b3b270256491c2
2017-04-24Add Switch StyleSeunghyun Choi3-0/+41
- Add Switch Style(CheckBox, Favorite) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+5+-+Switch) Change-Id: If98be73fc84633b670328f723e0e4aa7ccebc82f Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
2017-04-24Add Button StyleSeunghyun Choi3-1/+41
- Add Button Style(Circle, Bottom) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+2+-+Button+Style) Change-Id: I545e0cc2417298f90468b651030937665f547105 Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
2017-04-24Support BlendColor to Image as a TizenSpecific APIKangho Hur2-1/+32
Change-Id: Ic3068b3c0834605be5d45cc5f1a96d6933a0856f
2017-04-24Tizen Extension for ProgressBarSungHyun Min2-1/+67
- Add Set/GetPendingMode methods - Add Set/GetPulsingStatus methods Change-Id: Id59b4b2a848035e3a6f414572c2e411c0fd98767 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-04-24Add Tizen backend rendererKangho Hur1-1/+2
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d
2017-04-24[Core] Added RootPage to NavigationPage (#464)adrianknight891-0/+6
* d * removed whitespace * Using ArgumentNullException * changes
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix1-6/+4
2017-04-11Implicit impl of controller ifaces (#807)kingces9525-239/+234
* Simplify ICtrl callsites * Rebase fix
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts28-53/+55
* [All] Normalize Obsolete attributes. Make sure we include the version in which the member was deprecated and consistent instructions for working around the deprecation, if applicable. * Update docs
2017-04-06Fix 54334 (#855)Stephane Delcroix2-4/+5
* [C] unset the FromStyle flag on manual setting * [C] Do not reset overriden values to default * complete the fix
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight892-0/+31
* can delay content touches optionally * revert bug fix * add back _tapGesture * remove extra declaration
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a ↵Shane Neuville1-2/+10
ListView will work when connected to a Weak Source (#802)
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix1-0/+4
* unit test * [C] make sure all children are properly parented
2017-03-21[C] fix NIE in Span (#828)Stephane Delcroix1-101/+64
2017-03-21[C] fix BP DeclaringType in TextElement[CStephane Delcroix1-1/+1
2017-03-20[Core] Fix internal children clear logic (#820)wplong111-4/+4
* Fix InternalChildren clear logic * Improve InternalChildren clear logic * Add test code to verify InternalChildren clear logic * Add missing test cases * Improve time complexity of clear logic * Fix the test case where InvalidOperationException occurs. * Correct the name casing of the test case * Modify a wrong test code
2017-03-17null check effects before clearing (#821)kingces951-1/+1
2017-03-16Resource loading (#815)Stephane Delcroix2-1/+11
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-16Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)kingces953-4/+11
2017-03-09[C] move the Font proxying into FontElement (#799)Stephane Delcroix1-0/+1
2017-03-09Fixed a redundant check that caused a massive slowdown on UWP. (#788)BradChase20111-2/+1
* Fixed a redundant check that caused a massive slowdown on UWP. * Fixed formatting. * Fixed formatting. * UWP_UI_Speed_Fix Last time on tabbing, lets hope so!
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces9553-94/+99
classes/interfaces in XF.Internals (#806)
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific ↵Rui Marinho2-0/+31
IsFastScrollEnabled (#797) * [Android] Enable fast scroll by default * [Android] Cache count for Listview * [Android] Add IsFastScrollEnabled AndroidSpecific and sample * [Android] Use count cache on GetCellsFromPosition * [Android] Fix default for platform specific IsFastScrollEnabled * [Docs]Fix docs * [Android] Don't used cached listCount when getting cell
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces95108-319/+647
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-06[C] ITextElement and TextElement (#789)Stephane Delcroix11-36/+96
2017-03-03[C] move the Font proxying into FontElementStephane Delcroix8-157/+133
2017-03-03[Core] Share BP across IFontElement implementors (#783)Stephane Delcroix9-113/+193
* [Core] Share BP accross IFontElement implementors * make sure the converter is used
2017-03-02[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)Stephane Delcroix2-4/+8
* [Xaml] Fallback to App.Current for DynResources (Previewer) * [C] avoid NRE and ensure setting the style
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix2-158/+244
* [C] support more color format in ColorTypeConverter * [C] Parse numbers in InvariantCulture * more tests
2017-02-27[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)Stephane Delcroix2-13/+22
* [Xaml] no longer require a ServiceProvider for Trigger and PropertyCondition * fix
2017-02-24[Xaml] decorate markup and value providers to speed up inflating (#770)Stephane Delcroix2-0/+2
* [Xaml] decorate markup and value providers to speed up inflating * update docs * fix docs
2017-02-23[C] Update SelectedItem prior to event invokePaul DiPietro1-1/+1
2017-02-23[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix1-7/+16
2017-02-22[IVT] Add IVT for testing FlexLayoutRui Marinho1-1/+1
2017-02-21update IEditorController callsitesChris King1-2/+1
2017-02-21IEditorControllerChris King3-1/+10
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+9
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
2017-02-10Xaml empty service provider (#736)Stephane Delcroix1-0/+5
* [Xaml] AcceptEmptyServiceProvider * [XamlC] AcceptEmptyServiceProvider * docs