platform/upstream/xamarin-forms.git
7 years agoUpdates the version of Xamarin.Forms package 66/121566/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170328.141111 accepted/tizen/ivi/20170328.103315 accepted/tizen/mobile/20170328.103232 accepted/tizen/tv/20170328.103246 accepted/tizen/unified/20170328.103336 submit/tizen/20170328.084624
Juwon [Tue, 28 Mar 2017 08:37:58 +0000 (17:37 +0900)]
Updates the version of Xamarin.Forms package

Change-Id: If775acd650f3913862f32c2ada1b1c11d8671de1

7 years agoChange sub rpm name for private nuget 74/120974/1 accepted/tizen/common/20170327.142619 accepted/tizen/ivi/20170327.052721 accepted/tizen/mobile/20170327.052646 accepted/tizen/tv/20170327.052701 accepted/tizen/unified/20170327.052736 submit/tizen/20170327.023004
WonYoung Choi [Mon, 27 Mar 2017 02:28:44 +0000 (11:28 +0900)]
Change sub rpm name for private nuget

xamarin-forms-tizen-nuget-private --> xamarin-forms-tizen-nugetpriv

Change-Id: I2707d95dd375664e49111a164a20d892beb541a6

7 years agoMerge "Fix SVACE issue" into tizen accepted/tizen/common/20170324.170041 submit/tizen/20170324.133015
Kangho Hur [Fri, 24 Mar 2017 13:28:01 +0000 (06:28 -0700)]
Merge "Fix SVACE issue" into tizen

7 years agoFix SVACE issue 44/120844/1
SungHyun Min [Fri, 24 Mar 2017 11:00:14 +0000 (20:00 +0900)]
Fix SVACE issue

Change-Id: I706b16490edbd56462b665dbf861ea7fc3f01a3d
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoMerge "[WebView] Add missing ExportRenderer code" into tizen
Kangho Hur [Fri, 24 Mar 2017 10:02:04 +0000 (03:02 -0700)]
Merge "[WebView] Add missing ExportRenderer code" into tizen

7 years ago[WebView] Add missing ExportRenderer code 25/120825/1
jh5.cho [Fri, 24 Mar 2017 09:43:48 +0000 (18:43 +0900)]
[WebView] Add missing ExportRenderer code

Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd

7 years agoDestroy the drawer along with the MasterDetailPage 38/120538/2
Pawel Andruszkiewicz [Thu, 23 Mar 2017 07:23:03 +0000 (08:23 +0100)]
Destroy the drawer along with the MasterDetailPage

Change-Id: I87f3b8bdb5baed77bef7947fc73469ad215f47a5
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoAdd Mono.Cecil nuget package locally 74/120774/1 accepted/tizen/common/20170324.122620 accepted/tizen/ivi/20170324.111522 accepted/tizen/mobile/20170324.111450 accepted/tizen/tv/20170324.111502 accepted/tizen/unified/20170324.111535 submit/tizen/20170324.063034
WonYoung Choi [Fri, 24 Mar 2017 06:28:26 +0000 (15:28 +0900)]
Add Mono.Cecil nuget package locally

Change-Id: Iea44ce17e4436d12c24ab3cc94604616e44e3011

7 years agoUpdate vertion to 2.3.4-214-001
Kangho Hur [Fri, 24 Mar 2017 05:53:03 +0000 (14:53 +0900)]
Update vertion to 2.3.4-214-001

Change-Id: Ia921b4a22bd9d87e99d1f8bef35dd79b21c8e1a7

7 years agoClean sync with 2.3.4-2
Kangho Hur [Fri, 24 Mar 2017 05:29:22 +0000 (14:29 +0900)]
Clean sync with 2.3.4-2

Change-Id: I6a7423d2690a1c30f46e0c128d9504a2464f8f0b

7 years agoRemove Xamarin.Forms.Platform.MacOS
Kangho Hur [Fri, 24 Mar 2017 04:50:01 +0000 (13:50 +0900)]
Remove Xamarin.Forms.Platform.MacOS

Change-Id: Id39aa5f2767487b42a77884fd0180244f027f4a3

7 years agoProvide xamarin-forms-tizen-nuget-private package
WonYoung Choi [Fri, 24 Mar 2017 02:40:36 +0000 (11:40 +0900)]
Provide xamarin-forms-tizen-nuget-private package

Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613

7 years agoUpdate version
sung-su.kim [Thu, 23 Mar 2017 05:42:23 +0000 (14:42 +0900)]
Update version

Change-Id: Ibc3fab569433698dafd1f31e5e667d1f4c6269f1

7 years agoSupport window transparency
Kangho Hur [Wed, 22 Mar 2017 08:09:47 +0000 (17:09 +0900)]
Support window transparency

- Should make window transparent before invoke LoadApplication()
- According to the Tizen UX Guideline, naviframe (NavigationPage in Xamarin.Forms) has its own opaque background image by default.
- So, it always looks opaque even if window is transparent.
- To avoid these situations, DO NOT use NavigationPage and Navigation.PushModalAsync() if you want to make your application translucent.

Change-Id: I202bd1c500e6932f2fc49c9c5c88e06acb0659af

7 years agoFix warning
SungHyun Min [Tue, 21 Mar 2017 04:08:22 +0000 (13:08 +0900)]
Fix warning

Change-Id: I458f07493e12a2ce534aac8318051914dfe0db1b
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoAdd WebViewRenderer
chungryeol lim [Thu, 9 Mar 2017 08:35:07 +0000 (17:35 +0900)]
Add WebViewRenderer

 - Depend On : https://review.tizen.org/gerrit/#/c/115231/
   (This will be added after WebView Merge)

Change-Id: I1fdc0c4420ba7e7a6b48b6ee0ce60d59e31e3691
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoAdd logic to move map when first launch
jh5.cho [Fri, 17 Mar 2017 11:58:29 +0000 (20:58 +0900)]
Add logic to move map when first launch

    - Add logic to move to specific point on the map when the MapSpan
      is given on the Map Constructor.
      (e.g. var map = new Map(new MapSpan(new Position(37.466047, 127.024097), 10, 10)))

Change-Id: I85a8502a8c101ec984730b72e66a783fee19e2e4

7 years agoUpdate version
sung-su.kim [Fri, 17 Mar 2017 08:40:47 +0000 (17:40 +0900)]
Update version

Change-Id: I46905e371f040ffa5b6d52078d20bba29c8a3da6

7 years agoFix PickerRender bug
Kangho Hur [Fri, 17 Mar 2017 06:20:29 +0000 (15:20 +0900)]
Fix PickerRender bug

- Picker.TextColor is now available

Change-Id: Idb005c09834672301ec5b465413c9fc1aed79d81

7 years agoAdd UpdateAfterloading method in Image
SungHyun Min [Fri, 17 Mar 2017 05:18:00 +0000 (14:18 +0900)]
Add UpdateAfterloading method in Image

 - for supporting 9-patch image : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Supporting+9-Patch+Image

Change-Id: I5166b1ebda5f3e362cb5fd429a9c57fb0362a4aa
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoFix Page.DisplayAlert's message format converting
Kangho Hur [Thu, 16 Mar 2017 00:26:10 +0000 (09:26 +0900)]
Fix Page.DisplayAlert's message format converting

TASK=TCAPI-2218

- "\r\n" or Environment.NewLine is available.

Change-Id: I4550f63060cdb6e794762f66c3ec1c6e491bfb65

7 years agoSet the default scroller policy to auto
Kangho Hur [Wed, 15 Mar 2017 22:48:53 +0000 (07:48 +0900)]
Set the default scroller policy to auto

TASK=TCAPI-2220

- With this change, scroll bar show automatically as needed. (not always shows as default)

Change-Id: I5aed4e3ea281ad90bfafa3c4ba593ba083d71b9d

7 years agoAdd Implementation of VisibleRegion
jh5.cho [Wed, 15 Mar 2017 11:42:39 +0000 (20:42 +0900)]
Add Implementation of VisibleRegion

    - Implementation of 'VisibleRegion' property
    - update 'MoveToRegion()' to support Latitude/Longitude Degree(VisibleRegion)

Change-Id: Ia88657d9ddba25a1c766a16905dab8d1fca68100

7 years agoUpdate version
sung-su.kim [Wed, 15 Mar 2017 05:26:23 +0000 (14:26 +0900)]
Update version

Change-Id: Ia023c2f6d437f15509fda16e6ba404591474beeb

7 years agoFix ListView SelectedItem
SungHyun Min [Fri, 10 Mar 2017 07:39:35 +0000 (16:39 +0900)]
Fix ListView SelectedItem

Change-Id: Ie2761d4093e1b33a92edbe49d5899cc6833a9b6f
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoRefactoring GestureHandler for extension
SungHyun Min [Wed, 22 Feb 2017 10:49:54 +0000 (19:49 +0900)]
Refactoring GestureHandler for extension

 - Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler

Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoUpdate Pin and Marker to use default image
jh5.cho [Tue, 7 Mar 2017 01:18:15 +0000 (10:18 +0900)]
Update Pin and Marker to use default image

Change-Id: I0f35a14dabae2f27654f1cd77e6f20d810a89f13

7 years agoRenew the VisualElement.Opacity
Kangho Hur [Tue, 28 Feb 2017 00:36:00 +0000 (09:36 +0900)]
Renew the VisualElement.Opacity

- OpacityLayer is no more needed in renderer.
- There is a limitation on this chagne - Entry and Label are not support Opacity property anymore. It will be fixed soon when Elm# is support.

Change-Id: I52f0fc67fdfda65cf8141cceab877890d260a4e6

7 years agoCreate Window in OnPreCreate() instead of OnCreate()
WonYoung Choi [Mon, 27 Feb 2017 13:23:22 +0000 (22:23 +0900)]
Create Window in OnPreCreate() instead of OnCreate()

OnPreCreate() method is called before OnCreate() always. If the Window
is created in OnPreCreate(), User doesn't have to consider the call
sequence of base.OnCreate() and LoadApplication() methods. Because
the Window will be prepared before OnCreate() is called.

Change-Id: I4c9f1e9507acc00850848274309409e884573e59

7 years agoSupport density independent pixel
Seungkeun Lee [Wed, 8 Feb 2017 01:17:28 +0000 (10:17 +0900)]
Support density independent pixel

 - Support Enable/Disable of this feature
 - By default, it was disabled. if you want enabling DP support feature,
   Use Forms.Init(FormsApplication application, bool useDeviceIndependentPixel) API
 - Hard-coded pixel value was changed to DP units
 - If you deal with native coordinate, use Forms.ConvertToScaledPixel / Forms.ConvertToScaledDP
 - If you convert hard-coded DP to pixels, use Forms.ConvertToPixel
 - Update font size convert formula

Change-Id: I345115551e1c37d27b8a7152af5ef847d035c9a4

7 years agoAdd TabbedPageStyle
WonYoung Choi [Wed, 15 Feb 2017 10:23:23 +0000 (19:23 +0900)]
Add TabbedPageStyle

Add two styles of TabbedPage, "Tabbar", "TabbarWithTitle"

Change-Id: I71d3e7c128b03b5df58a0ab9f9929b24ac9e4650

7 years agoUpdate version to 2.3.4-r192-001
WonYoung Choi [Wed, 15 Feb 2017 04:11:34 +0000 (13:11 +0900)]
Update version to 2.3.4-r192-001

Change-Id: I59aed7359104f0b1180d9e7fcd355c2341a6f053

7 years agoChange Assemblies Tizen.System to Tizen.System.Information
pr.jung [Tue, 14 Feb 2017 09:58:45 +0000 (18:58 +0900)]
Change Assemblies Tizen.System to Tizen.System.Information

Change-Id: Ibbc883da2096eab47befa7bef3ffdda3eac1bf34
Signed-off-by: pr.jung <pr.jung@samsung.com>
7 years agoRemove unused TizenSpecific/Button.cs file
Kangho Hur [Tue, 14 Feb 2017 11:11:48 +0000 (20:11 +0900)]
Remove unused TizenSpecific/Button.cs file

Change-Id: I72800c7f2ad2353d0c9b5a23ced07253531ddfbb

7 years agoUpdate version to 2.3.4-r190-002
WonYoung Choi [Tue, 14 Feb 2017 10:24:28 +0000 (19:24 +0900)]
Update version to 2.3.4-r190-002

Change-Id: I21abe1c84eebb13f18e8733a031562bf024fde84

7 years agoFix const variable name in CellRenderer.cs
WonYoung Choi [Tue, 14 Feb 2017 08:02:48 +0000 (17:02 +0900)]
Fix const variable name in CellRenderer.cs

Change-Id: I222ecc949729b1cbcc8514a0cdd02e85492c53d2

7 years agoAdd NavigationPage.HasBreadCrumbsBar Property
WonYoung Choi [Tue, 14 Feb 2017 05:59:13 +0000 (14:59 +0900)]
Add NavigationPage.HasBreadCrumbsBar Property

- RFC 19

Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463

7 years agoModify FontWeight type for flexibility
Kangho Hur [Tue, 14 Feb 2017 03:42:06 +0000 (12:42 +0900)]
Modify FontWeight type for flexibility

This change is introduced in RFC-15

Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028

7 years agoAdd Style to VisualElement as TizenSpecific
Kangho Hur [Wed, 8 Feb 2017 05:54:28 +0000 (14:54 +0900)]
Add Style to VisualElement as TizenSpecific

- Implement the change proposed in RFC-17

Change-Id: I96431b3a32358be6f32e7acdeb0cbc6a27a98ec4

7 years agoFix Hiding Master Page on MasterDetailPage
jh5.cho [Thu, 9 Feb 2017 07:11:33 +0000 (16:11 +0900)]
Fix Hiding Master Page on MasterDetailPage

    - Fix to hide Master page which is caused by the focus issue
    - Remove private variable '_isPresented' to remove unnecessary steps

TASK=TCAAPI-2192

Change-Id: I0a5edc4622643a11c6afa33f58b86fc773a15915

7 years agoRefactoring Label Renderer
Seungkeun Lee [Mon, 6 Feb 2017 04:41:42 +0000 (13:41 +0900)]
Refactoring Label Renderer

 - Optimize FormattedText handling
 - Define a new Value of TextAlignment, LineBreakMode for default value
 - Old-version of Span used a wrong specific value of Alignement and LineBreakMode

Change-Id: I78baded712ce18f279774b09608c2a2d19931a69

7 years agoRemove unnecessary resize of Window
Seungkeun Lee [Thu, 2 Feb 2017 06:43:11 +0000 (15:43 +0900)]
Remove unnecessary resize of Window

 - In Initialize step, resize window to ScreenSize, but it is not necessary
 - And it cause improper resize callback, it caused performance degradation

Change-Id: I04f684da0d45ef3b7f40b8646303422197063acf

7 years ago[Page] Change alert dialog message text wrap type
Piotr Czaja [Tue, 3 Jan 2017 13:32:08 +0000 (14:32 +0100)]
[Page] Change alert dialog message text wrap type

Note:
Alert dialog message text was not wrapped, so long strings did not
fit on the screen.

Change-Id: I820a262888969ae97e45e0b4a57d683b44a8322d
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
7 years agoAdd support for NativeViews specified in XAML
Pawel Andruszkiewicz [Thu, 26 Jan 2017 12:14:55 +0000 (13:14 +0100)]
Add support for NativeViews specified in XAML

See: https://developer.xamarin.com/guides/xamarin-forms/user-interface/native-views/

Change-Id: I0a4315cccdaa208585f417db4f91240555a64a47
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoRebase Forms to upstream lastest (2.3.4-pre2)
Kangho Hur [Fri, 3 Feb 2017 06:21:16 +0000 (15:21 +0900)]
Rebase Forms to upstream lastest (2.3.4-pre2)

- 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

7 years ago[MasterDetailPage] Change behavior after back button pressed
Piotr Czaja [Thu, 2 Feb 2017 06:48:06 +0000 (07:48 +0100)]
[MasterDetailPage] Change behavior after back button pressed

Note:
Behavior of MasterDetailPage control after back button pressed has been
reversed to correspond to its behavior on Android platform.

Change-Id: I42cadd645e536b511302acb22bd36ecc1709430c
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
7 years agoFix ampersand handling in Span class
Adam Szczerbiak [Wed, 1 Feb 2017 05:49:24 +0000 (06:49 +0100)]
Fix ampersand handling in Span class

Ampersand character ('&') has not been handled correctly, causing the
text handled by Span class to display solely the initial part, up to the
first '&' character.
This bug has been spotted in Xamarin.Samples.TipCalc application, where
the displayed label's caption stated "Food ", but pre-programmed string
was "Food & Drink".
This commit makes the Span class handle the '&' character correctly,
which fixes that bug.

Change-Id: I0e17d39fbfae6a5ef5eea585a5229c4a5b0cca7e
Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
7 years ago[TabbedPage] Add sending OnAppearing and OnDisappearing notifications
Piotr Czaja [Tue, 31 Jan 2017 10:05:15 +0000 (11:05 +0100)]
[TabbedPage] Add sending OnAppearing and OnDisappearing notifications

Change-Id: Id8094a1a06a96934ee0c41015fd8da2c1421e4bd
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
7 years agoFix wrong Group Header handling
Seungkeun Lee [Wed, 25 Jan 2017 01:03:23 +0000 (10:03 +0900)]
Fix wrong Group Header handling

 - Set up all properties of ItemContext before add GenList

Change-Id: I88740b2a6e0b65c4bf3467b3c363804491078708

7 years agoApply the style to ToolbarItem's button
Kangho Hur [Wed, 25 Jan 2017 00:54:14 +0000 (09:54 +0900)]
Apply the style to ToolbarItem's button

TASK=TNET-651

- Applying the button style to toolbar item's (internal) button in case of toolbar item has only text.

Change-Id: I6ea87ffbc4de28bc1bbd29d11f406bd0da1c6a5b

7 years agoAdd FontWeight for Label and Entry
Kangho Hur [Tue, 24 Jan 2017 05:09:11 +0000 (14:09 +0900)]
Add FontWeight for Label and Entry

- 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

7 years agoFixd Label.HorizontalTextAlignment issue
chungryeol lim [Tue, 24 Jan 2017 02:30:22 +0000 (11:30 +0900)]
Fixd Label.HorizontalTextAlignment issue

Change-Id: Id77f1d65d8e6c346b31be011759de7f9fd1dfe3f
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoFix Span's markup text tag
Kangho Hur [Tue, 24 Jan 2017 00:10:19 +0000 (09:10 +0900)]
Fix Span's markup text tag

Change-Id: Ib667d444c4bfe4726298c3befde00d9f093ff107

7 years agoRefactoring LabelRenderer
Seungkeun Lee [Mon, 23 Jan 2017 22:52:46 +0000 (07:52 +0900)]
Refactoring LabelRenderer

 - Optimize update of FormattedText

Change-Id: Iad0b8a4972bfef97f28502d724d443188411f760

7 years agoUpdate version to beta-006
Kangho Hur [Mon, 23 Jan 2017 08:58:36 +0000 (17:58 +0900)]
Update version to beta-006

Change-Id: I4832cb2dc64ac98d8d3bf63767f199679470cf3b

7 years agoFix Span's behavior about new line.
Kangho Hur [Mon, 23 Jan 2017 08:33:14 +0000 (17:33 +0900)]
Fix Span's behavior about new line.

TASK=TCAPI-2200

Change-Id: Ie261ccb4a7e6b51120e10c573e5e99e5c7a25f2b

7 years agoFixed Label.HorizontalTextAlignment issue
chungryeol lim [Mon, 23 Jan 2017 08:05:50 +0000 (17:05 +0900)]
Fixed Label.HorizontalTextAlignment issue

- HorizontalTextAlignment is not working for Label
- Task=TCAPI-2201

Change-Id: I6bb509a865a57c774f3de4d43fff8e90cc7c90ca
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoFixed Label.FormattedText property issue
chungryeol lim [Mon, 23 Jan 2017 07:06:08 +0000 (16:06 +0900)]
Fixed Label.FormattedText property issue

- Text color is not set when it is FormattedText
- Task=TCAPI-2205

Change-Id: I16796fa52b73c87da7fcbc5c3517adb3e47c9684
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoAdd default case under OnPlatform
jh5.cho [Fri, 20 Jan 2017 08:52:07 +0000 (17:52 +0900)]
Add default case under OnPlatform

  - Add default case to let Default action is called to Tizen platform

Change-Id: I15ffdb4622b1173353a4321d49b3b270256491c2

7 years agoConsider TV profile as TargetIdiom
Kangho Hur [Fri, 20 Jan 2017 05:05:56 +0000 (14:05 +0900)]
Consider TV profile as TargetIdiom

- Currently, We assumed TV as TargetIdiom.Desktop. This is because there is no TargetIdiom.TV in Xamarin.Forms mainstream.
- I'll do a PR to adding TargetIdiom.TV. Also, I'll fix it correctly when TargetIdio.TV is merged.

Change-Id: Idb7b1cd2510f9d4cecb70bd1e9d4dae1c2a61b05

7 years agoApply to default layout for the forms application
Kangho Hur [Thu, 19 Jan 2017 00:22:48 +0000 (09:22 +0900)]
Apply to default layout for the forms application

Change-Id: Ieb55d1b2f1a3deb29db9a7ccc8c3009d7553ed2e

7 years agoRemove packaging/custom-find-requires
WonYoung Choi [Thu, 19 Jan 2017 10:30:24 +0000 (19:30 +0900)]
Remove packaging/custom-find-requires

We never have to consider build for Mono runtime in this branch

Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d

7 years agoFix version to 2.3.3.175-beta-004
WonYoung Choi [Thu, 19 Jan 2017 10:29:13 +0000 (19:29 +0900)]
Fix version to 2.3.3.175-beta-004

Change-Id: I153e07e8f17fac1830dc0e7f1cc8a1128241256c

7 years agoFixed DisplayAlert message color issue
chungryeol lim [Thu, 19 Jan 2017 10:04:47 +0000 (19:04 +0900)]
Fixed DisplayAlert message color issue

 - Change the default color of message color to black

Change-Id: Id9b7f74c0ecdc222bb46a9ecc6e4464cb6601cc7
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoFixed ListView.SelectedItem Issue
chungryeol lim [Thu, 19 Jan 2017 02:47:27 +0000 (11:47 +0900)]
Fixed ListView.SelectedItem Issue

  - Fixed using SelectedItem property in ItemSelected Callback

Change-Id: I4bdf0c285388c80412b35902077b2940c362e64c
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoChange the type of ItemContextItem.Item for extension
SungHyun Min [Wed, 18 Jan 2017 06:23:05 +0000 (15:23 +0900)]
Change the type of ItemContextItem.Item for extension

 - GenListItem -> GenItem

Change-Id: I75d56103ba0a4049739d5981f273ee33e417b2bb
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoFix build warning CS4014
Kangho Hur [Wed, 18 Jan 2017 00:51:51 +0000 (09:51 +0900)]
Fix build warning CS4014

Change-Id: Idbbcb5b138504afcdc7e0406b6aaea0dd22228db

7 years agoFix rpm spec file to solve build-break in JazzM
WonYoung Choi [Wed, 18 Jan 2017 00:11:54 +0000 (09:11 +0900)]
Fix rpm spec file to solve build-break in JazzM

Change-Id: I80099afc01c6321f07c5d997ebff29cdc45c1db0

7 years agoUpdate Xamarin.Forms.Tizen.project.json
Kangho Hur [Tue, 17 Jan 2017 05:38:49 +0000 (14:38 +0900)]
Update Xamarin.Forms.Tizen.project.json

Change-Id: I029ff97ec9f3ca66f7bae865d55249bcd02bb763

7 years agoEnsure that source is not null before accessing it
Pawel Andruszkiewicz [Mon, 16 Jan 2017 13:07:48 +0000 (14:07 +0100)]
Ensure that source is not null before accessing it

Change-Id: Iccc85ecbf24612548b9827f0cdcb666cb59a6a6f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoPostpone property updates till image finishes loading
Pawel Andruszkiewicz [Mon, 16 Jan 2017 10:20:52 +0000 (11:20 +0100)]
Postpone property updates till image finishes loading

Change-Id: I14ec915050bd62415e065904a4365e12eb7f33c9
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoSet ElmSharp.Color only when image loading has completed.
Juwon [Fri, 13 Jan 2017 07:47:58 +0000 (16:47 +0900)]
Set ElmSharp.Color only when image loading has completed.

Change-Id: I073a2abf60c1f2ecb5e2e6d4163d0bc51a47cd5d

7 years agoChange two methods to public for extension of CellRenderer
SungHyun Min [Fri, 13 Jan 2017 10:38:37 +0000 (19:38 +0900)]
Change two methods to public for extension of CellRenderer

 - SendCellPropertyChanged, SendUnrealizedCell

Change-Id: I48cdbed3151d301f5e889076cbe2276463647387

7 years agoFix build break, include map-related assemblies
Pawel Andruszkiewicz [Fri, 13 Jan 2017 07:39:04 +0000 (08:39 +0100)]
Fix build break, include map-related assemblies

Change-Id: I12138d3ea61bcd4af9f544bbdbcaad23e112c76c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoUpdate version to 2.3.3.175-b03
jh5.cho [Fri, 13 Jan 2017 01:49:57 +0000 (10:49 +0900)]
Update version to 2.3.3.175-b03

Change-Id: I08a95c8ef3801c947a0ee4fdd41882515aa315c0

7 years agoApply a blend color after image loading has completed
Juwon [Fri, 13 Jan 2017 04:44:22 +0000 (13:44 +0900)]
Apply a blend color after image loading has completed

Change-Id: I5bee6a6d2a827c0a85a5c8f1a3a137695aa8f5cf

7 years agoAdd Switch Style
Seunghyun Choi [Thu, 12 Jan 2017 11:12:18 +0000 (20:12 +0900)]
Add Switch Style

 - 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>
7 years agoAdd MapRenderer to enable Xamarin.Forms.Maps on Tizen
chungryeol lim [Tue, 20 Dec 2016 11:16:18 +0000 (20:16 +0900)]
Add MapRenderer to enable Xamarin.Forms.Maps on Tizen

    - Implementation of MapRenderer under Xamarin.Forms.Maps.Tizen
    - Implementation of FormsMaps to initialize Tizen Map
    - Implementation of GeocoderBackend

TASK=TCAPI2044

Change-Id: I4b6f15b5190767ca0c92bb27c383af5f66ae5328

7 years agoProvides ResourcePath as a public API
sung-su.kim [Wed, 11 Jan 2017 07:11:58 +0000 (16:11 +0900)]
Provides ResourcePath as a public API

- Change ResourcePaths class access modifier to public from internal

Change-Id: I6b6b8f635075cbb0f4741c3c0f663c62678e94e3

7 years agoChange Span's access modifier to public
sung-su.kim [Wed, 11 Jan 2017 07:18:54 +0000 (16:18 +0900)]
Change Span's access modifier to public

- Span.GetDecoratedText() and Span.GetStyle() turned to public from internal.

Change-Id: I7411025faa76e751f5191f70467621600ce0f82d

7 years agoSet Device.OS to TargetPlatform.Tizen
Kangho Hur [Thu, 12 Jan 2017 02:00:47 +0000 (11:00 +0900)]
Set Device.OS to TargetPlatform.Tizen

Change-Id: Iba1e004067e90406b90389763615ad6dfacc4c73

7 years agoRemove NET45 code
WonYoung Choi [Thu, 12 Jan 2017 01:17:04 +0000 (10:17 +0900)]
Remove NET45 code

Change-Id: I90202d17b86d0e6e8449048367d422a790fff589

7 years agoAllow x86 build in OBS
WonYoung Choi [Thu, 12 Jan 2017 00:58:54 +0000 (09:58 +0900)]
Allow x86 build in OBS

Change-Id: Ic0eb5a1a72f22d24d1b5ca19567068812e543af2

7 years agoFixed Appearing event calling sequence issue
chungryeol lim [Wed, 11 Jan 2017 07:26:19 +0000 (16:26 +0900)]
Fixed Appearing event calling sequence issue

- Some properties like Width/Height have wrong values under Appearing event

Change-Id: Ib555405e9d79ae3475f87f2d1cb53bbf9e51cda8
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
7 years agoAdd Button Style
Seunghyun Choi [Wed, 21 Dec 2016 09:11:54 +0000 (18:11 +0900)]
Add Button Style

 - 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>
7 years agoFix ListView GroupCell bug
Seungkeun Lee [Tue, 10 Jan 2017 08:33:50 +0000 (17:33 +0900)]
Fix ListView GroupCell bug

 - When ViewCell was used for GroupHeaderTemplate
   ItemTemplate was used to make reusable view
 - Make disable Reusable feature for GroupHeader
 - Add a internal API to get low level Item object

Change-Id: I01d205a2070c813a170a6eb9aceab8f24bbdb092

7 years agoFix ListView broken issue when scrolling quickly
Seungkeun Lee [Tue, 10 Jan 2017 05:11:39 +0000 (14:11 +0900)]
Fix ListView broken issue when scrolling quickly

 - Deleted Renderer was used for new content

Change-Id: I9f6b65133352046c001e883de1776164329b182d

7 years agoFix Label wrap issue
Seungkeun Lee [Tue, 10 Jan 2017 03:59:13 +0000 (12:59 +0900)]
Fix Label wrap issue

 - In some case wrap was not properly working
 - The label width should be 1 pixel larger than formattedtext block size
 - It is EFL rule

Change-Id: Ie246dd73b678921c3a0c503022c58b3a2c8dc887

7 years agoChange TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6
WonYoung Choi [Mon, 9 Jan 2017 08:08:21 +0000 (17:08 +0900)]
Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6

Change-Id: Iae3c01eedcd8042f7aa0ef93bf0bef6ceb640349

7 years agoSupport BlendColor to Image as a TizenSpecific API
Kangho Hur [Fri, 6 Jan 2017 06:43:46 +0000 (15:43 +0900)]
Support BlendColor to Image as a TizenSpecific API

Change-Id: Ic3068b3c0834605be5d45cc5f1a96d6933a0856f

7 years agoRevert "Homogenous mode should be set to false if grouping is enabled"
Seungkeun Lee [Thu, 5 Jan 2017 06:57:54 +0000 (22:57 -0800)]
Revert "Homogenous mode should be set to false if grouping is enabled"

This reverts commit f11633b67dad5950ceb83935c17f1bfd2305dbeb.
It is normal operation, when HasUnevenRows was false, GroupHeader and Cell has same height

Change-Id: I9f25d5a863799b98622ae7ed43f4080e35f7dbea

7 years agoFix Label.LineBreakMode
Kangho Hur [Fri, 6 Jan 2017 02:01:27 +0000 (11:01 +0900)]
Fix Label.LineBreakMode

TASK=TCAPI-2182

- Head/Middle/TailTruncation are working fine.

Change-Id: I9f3b2381d22c3c50063a668fcc3569fdc7e2f751

7 years agoApply %dotnet rpm macros
WonYoung Choi [Fri, 6 Jan 2017 01:09:00 +0000 (10:09 +0900)]
Apply %dotnet rpm macros

Change-Id: Ib9cf095ef710a65e6f5e219e83d0adab830edf8f

7 years agoTizen Extension for ProgressBar
SungHyun Min [Mon, 12 Dec 2016 03:02:40 +0000 (12:02 +0900)]
Tizen Extension for ProgressBar

 - Add Set/GetPendingMode methods
 - Add Set/GetPulsingStatus methods

Change-Id: Id59b4b2a848035e3a6f414572c2e411c0fd98767
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
7 years agoUpdate version to 2.3.3.175-b02
Kangho Hur [Thu, 5 Jan 2017 06:14:10 +0000 (15:14 +0900)]
Update version to 2.3.3.175-b02

Change-Id: I47c4305606b19d43505d1307e3afd21b99a72cd2

7 years ago[PickerRenderer] Remove unnecessary listener
Pawel Andruszkiewicz [Tue, 3 Jan 2017 13:58:12 +0000 (14:58 +0100)]
[PickerRenderer] Remove unnecessary listener

Change-Id: I4c146c9e7594c48f3310588035427a622ef2460f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoSupport Density Independent Pixel on FontSize
Seungkeun Lee [Wed, 4 Jan 2017 05:01:48 +0000 (14:01 +0900)]
Support Density Independent Pixel on FontSize

 - FontSize on Span was use DP unit

Change-Id: I1a0a50dbeae3ede0c61a67f60f7238631684537d

7 years agoImplement Reusable ViewCell
Seungkeun Lee [Wed, 21 Dec 2016 00:55:45 +0000 (09:55 +0900)]
Implement Reusable ViewCell

 - Reusable feature was applied when HasUneventRows is false and the ItemTemplate is not created from the DataTEmplateSelector
 - It means all items has same looks

Change-Id: Iadc1262ff4dcf001b1c767fb479851efa6632c44

7 years agoFixed NavigationPage.BarBackgroundColor Property
chungryeol lim [Mon, 19 Dec 2016 04:22:27 +0000 (13:22 +0900)]
Fixed NavigationPage.BarBackgroundColor Property

- Apply whole area "BarBackgroundColor"
- Property values for page push & pop

Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
Change-Id: I8082be5d57cbea2b3a5b9a1cc533429d080b50c6

7 years agoInitialize DeviceInfo with system information
Pawel Andruszkiewicz [Tue, 3 Jan 2017 08:46:09 +0000 (09:46 +0100)]
Initialize DeviceInfo with system information

Change-Id: Ia70b9ffec0f54b3d0440e448dfae41bc22c546c1
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>