summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10Fix Native.Button default size issuedarkleem1-60/+9
- DatePicker & TimePicker size issue can be resolved. Change-Id: I2eb1ad1577be7cbb91c4dc2b8bd21e0dabc72298 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Update version to 2.3.5-r233-008rina6350.you1-1/+1
Change-Id: Id9c50d2551c68a3ad70aa3ba11d46929c09c920f
2017-07-10Add temporary solution for Button.Image issueSungHyun Min1-0/+4
Change-Id: I2dcbcaaf749e8e181edfebb79d4c00a798ffef63 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10fix default textcolordarkleem2-12/+3
Change-Id: I629b2d84f721cc1671b2b027c88b91f164bb4dc5 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Change default color for ActivityIndicatorrina6350.you1-1/+1
Change-Id: I44cb16ce7ce1d21f945762ecd946dcf4d6d66b3d
2017-07-10Change default color for ActivityIndicatorrina6350.you1-1/+1
Change-Id: Ic098f0b85145512749ad9340a2f38dc2e0b25906
2017-07-10fix native.dialog unrealize issuedarkleem1-1/+3
Change-Id: I85debf0424ce08aad63b9ffcc800afc20b27578c Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Rollup to ElmSharp 1.2.0-beta-001WonYoung Choi5-5/+5
Change-Id: I31597e78f6f31f6523e5b450bb9ebe3c8db1e0c9
2017-07-10Update BackButton handlingSeungkeun Lee3-50/+1
- requried commit : https://review.tizen.org/gerrit/#/c/128937/ - KeyGrab with exclusive mode has issue - BackButtonPressed event was introduced in ElmSharp Change-Id: I9780ff0216e9dfb3ebc5b9e9bf11390fa60bfbec
2017-07-10Remove unneccesarry default color setting for PickerRendererKangho Hur3-7/+3
- This patch includes Date/TimePickerRenerer changes as well. Change-Id: I642ba98d7688b72ee60792700c5c660e9e3bf5e3
2017-07-10Fixed the crash issue for TimePickerrina6350.you1-1/+2
Change-Id: If8d4c1bd2f919352ebcb7418234fb56a7b1b2b5e
2017-07-10Add dependencies to Xamarin.Forms.Platform.Tizen, Xamarin.Forms.Maps.TizenWonYoung Choi3-0/+16
Change-Id: Iaa8f64b7f815bf6f2fcef5f13cbbc121f601ec1e
2017-07-10Apply Tizen.Applications separationWonYoung Choi3-8/+10
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
2017-07-10Fix gesture issue in BoxViewSungHyun Min2-11/+9
TASK=TCAPI-2365 - Gestures are handled only on the ViewRenderer. - Base class of BoxViewRenderer is changed to inherit ViewRenderer - ViewRenderer is changed to allow EvasObject type as a NativeView Change-Id: I39ff90ea48da7569e4a7c6b2250d6a52a88a0736 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10Use "popup" style for Dialog buttonsKangho Hur1-0/+5
Change-Id: I3532b26bd36bba11e77e34163d9dd738f9bc9526
2017-07-10fix minimum size of Button when layouteddarkleem1-3/+1
Change-Id: I889047c1efc695a81ea89e614b198ccad8e4c222 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Label: inform LineBreakMode to elm_labelSungtaek Hong1-1/+12
- When ellipsis/linewrap mode is set to elm_label signal is emitted to elm_label's resize_obj(edc) to change text attribute. - Sending signal logic similar to elm_label is added because Span directly sets text to resize_obj directly by style_user_push() and signal which should be emitted by elm_label is not sent. - This commit depends on https://review.tizen.org/gerrit/#/c/115950/ Change-Id: If40362986d8ec772ba353d2498deab89c4cbfd20 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-07-10Unrealize dialog after it dissmissed.Kangho Hur1-0/+2
- this approach is from native EFL API usage. Change-Id: Ic62ea6005074e8bfc6db312b66acfa93178ac87f
2017-07-10Fix Label's default text color behaviorKangho Hur1-4/+1
- Do not set default color manually. Change-Id: I2123560e1be18668c432921d1c3009e363a14a11
2017-07-10[TabbedPageRenderer] Apply Slide Navigation on TabbedPagejh5.cho1-58/+104
TASK=TCAPI-2248 - Refactoring Code has done Change-Id: I79a44da01308f7aac273651a1dcbc370f9668c6c Signed-off-by: jh5.cho <jh5.cho@samsung.com>
2017-07-10Remove unneccessary property setting for TabbedPageKangho Hur2-2/+1
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49
2017-07-10Fix implementatoin of Page.DisplayAlertKangho Hur2-27/+2
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
2017-07-10remove hard-coded default text color for ButtonKangho Hur1-3/+1
Change-Id: I98e4b5030550c63b9c583cd01d7fe7811f949df7
2017-07-10Set text align of Popup'label to middle as defaultKangho Hur1-1/+1
- this is from UX requirments. Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31
2017-07-10Fix content path in nuspec filesWonYoung Choi2-4/+4
Change-Id: I80fd28487f8dab81861cd3560a610bbd49240a2f
2017-07-10Fix Device.Info creation issueKangho Hur2-6/+9
Change-Id: If9aa1d762364ef185593eb2bb38d1bbcd9d3ed6b
2017-07-10use fixed DPI value (72) on TV profileKangho Hur1-3/+9
Change-Id: I84034fc407d9ea58d40cde24f5d0b52edea19491
2017-07-10Fix InsertPageBefore in NavigationPageRendererSeungkeun Lee1-8/+3
- Optimize InsertPageBeforeRequestedHandler - Remove StartTimer on InsertPageBefore It is required to fix layout issue Now it does not need Change-Id: I8f384eea02d811c42f581b8efa2505c94fc08340
2017-07-10New way of layoutPiotr Bereza10-118/+89
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056 Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
2017-07-10Update header/footer in response to HeaderElement/FooterElement notificationsPawel Andruszkiewicz1-40/+4
This approach allows to register only one handler per header/footer, covers both Header/Footer and HeaderTemplate/FooterTemplate cases, while handlers are called when elements are ready, so there's no need for an awkward call to Device.StartTimer(). Change-Id: I16c2943e20d93efeab409e8999ce7e72105aa79a Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-07-10Update nuspecKangho Hur2-2/+2
Change-Id: Ia0303b0b01d928648ce1e36dd5f754a58e003b8e
2017-07-10Optimize updating state of control propertiesPiotr Czaja1-4/+5
Change-Id: Id63470cbc88761e13bc5875fedfe9cffaa95f2bb Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10Update version to 2.3.5.233-pre1Kangho Hur1-3/+3
- rebased to https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7 Change-Id: Ib5f0506b3fba96ac1e1860cedde4a1dcaef430b1
2017-07-10Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur18-43/+60
- Please refer to prior patch (#782)
2017-07-10Update Mono.Cecil version to 0.10.0-beta5Kangho Hur3-0/+0
2017-07-10rebase to tags/beta-2.3.5-pre1Kangho Hur15-121/+43
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
2017-07-10Add ToolTip based on Tizen Specificrina6350.you4-2/+39
* 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-07-10Change the style of GenList for ImageCell and SwitchCellrina6350.you2-2/+2
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
2017-07-10Optimize Moved event handlerSeungkeun Lee1-2/+22
- Only enable Moved event handler when enabled transformation feature Change-Id: I2fe9f1c041290af1bde5783a47fcb0bc7ac13bd0
2017-07-10Fix the layout of Page.DisplayAlert's buttonsKangho Hur1-4/+5
TASK=TCAPI-2329 Change-Id: Iff5759754232a3d6981fdf0a8de5693541e09f55
2017-07-10Apply naviitem/tabbar style correctlyKangho Hur2-0/+2
TASK=TCAPI-2328 Change-Id: Idb1f68394132c7a161568f384db553a740a7a8ef
2017-07-10Fix spec fileWonYoung Choi1-2/+2
Change-Id: I495c32f50fd221f7c824c923a9992f49ff904d4c
2017-07-10Refactor layout update codeSeungkeun Lee3-69/+37
- A small refactoring - In OnBatchCommitted, Only update the Element itself location, not update children Because it is enough - Prevent duplicate update - Globally applied IgnoreBatchCommitted was changed to locally and re-named - Fixed rotation issue Change-Id: I32b57317169d81d7ad6e45f0b52eb2a8f1d861fa
2017-07-10Fix VisualElementRenderer IsDisposed check conditionSeungkeun Lee1-2/+2
- before true when _flags was exctaly same with VisualElementRendererFlags.Disposed - after true when _flags has a bit flage of VisualElementRendererFlags.Disposed Change-Id: I7491da1188ceeccd786eff4724b8ef702b6f500d
2017-07-10Fix FocusDirection to string typeWonYoung Choi4-46/+29
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
2017-07-10Add Focus related properties for VEKangho Hur6-5/+412
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-07-10[TableView] Fix updating HasUnevenRows propertyPiotr Czaja1-1/+1
Change-Id: Id16e3f6bb892980c6884a6388d31a25ce6cc1880 Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10Use "default" style for TextCellRenderer on TV profileKangho Hur1-1/+3
- Due to TV UX limitations, TextCell.Detail property is not supported on TV profile Change-Id: I541f7813b0c1281b58644039991bfec3c0d29c51
2017-07-10Fix version of Xamarin.Forms private nugetWonYoung Choi1-2/+2
myget feed does not support 3-dots version format. Change-Id: Ie7fc51fb1bc350d23879774a581f7c1853be8689
2017-07-10Update version to 2.3.4-214-003Kangho Hur1-1/+1
Change-Id: Ib0acc0065e0f25cfaf482a33d8b0bab1c26494fe