darkleem [Fri, 19 May 2017 12:31:53 +0000 (21:31 +0900)]
Fix Native.Button default size issue
- DatePicker & TimePicker size issue can be resolved.
Change-Id: I2eb1ad1577be7cbb91c4dc2b8bd21e0dabc72298
Signed-off-by: darkleem <cdark.lim@samsung.com>
rina6350.you [Fri, 19 May 2017 08:45:40 +0000 (17:45 +0900)]
Update version to 2.3.5-r233-008
Change-Id: Id9c50d2551c68a3ad70aa3ba11d46929c09c920f
SungHyun Min [Fri, 19 May 2017 08:31:02 +0000 (17:31 +0900)]
Add temporary solution for Button.Image issue
Change-Id: I2dcbcaaf749e8e181edfebb79d4c00a798ffef63
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
darkleem [Wed, 17 May 2017 09:52:20 +0000 (18:52 +0900)]
fix default textcolor
Change-Id: I629b2d84f721cc1671b2b027c88b91f164bb4dc5
Signed-off-by: darkleem <cdark.lim@samsung.com>
rina6350.you [Wed, 17 May 2017 04:57:20 +0000 (13:57 +0900)]
Change default color for ActivityIndicator
Change-Id: I44cb16ce7ce1d21f945762ecd946dcf4d6d66b3d
rina6350.you [Wed, 17 May 2017 04:23:48 +0000 (13:23 +0900)]
Change default color for ActivityIndicator
Change-Id: Ic098f0b85145512749ad9340a2f38dc2e0b25906
darkleem [Tue, 16 May 2017 10:05:17 +0000 (19:05 +0900)]
fix native.dialog unrealize issue
Change-Id: I85debf0424ce08aad63b9ffcc800afc20b27578c
Signed-off-by: darkleem <cdark.lim@samsung.com>
WonYoung Choi [Wed, 17 May 2017 02:37:55 +0000 (11:37 +0900)]
Rollup to ElmSharp 1.2.0-beta-001
Change-Id: I31597e78f6f31f6523e5b450bb9ebe3c8db1e0c9
Seungkeun Lee [Mon, 15 May 2017 06:47:25 +0000 (15:47 +0900)]
Update BackButton handling
- requried commit : https://review.tizen.org/gerrit/#/c/128937/
- KeyGrab with exclusive mode has issue
- BackButtonPressed event was introduced in ElmSharp
Change-Id: I9780ff0216e9dfb3ebc5b9e9bf11390fa60bfbec
Kangho Hur [Tue, 16 May 2017 09:38:46 +0000 (18:38 +0900)]
Remove unneccesarry default color setting for PickerRenderer
- This patch includes Date/TimePickerRenerer changes as well.
Change-Id: I642ba98d7688b72ee60792700c5c660e9e3bf5e3
rina6350.you [Tue, 16 May 2017 10:21:39 +0000 (19:21 +0900)]
Fixed the crash issue for TimePicker
Change-Id: If8d4c1bd2f919352ebcb7418234fb56a7b1b2b5e
WonYoung Choi [Wed, 17 May 2017 01:48:34 +0000 (10:48 +0900)]
Add dependencies to Xamarin.Forms.Platform.Tizen, Xamarin.Forms.Maps.Tizen
Change-Id: Iaa8f64b7f815bf6f2fcef5f13cbbc121f601ec1e
WonYoung Choi [Mon, 15 May 2017 04:26:31 +0000 (13:26 +0900)]
Apply Tizen.Applications separation
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
SungHyun Min [Wed, 10 May 2017 07:17:13 +0000 (16:17 +0900)]
Fix gesture issue in BoxView
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>
Kangho Hur [Thu, 11 May 2017 11:58:07 +0000 (20:58 +0900)]
Use "popup" style for Dialog buttons
Change-Id: I3532b26bd36bba11e77e34163d9dd738f9bc9526
darkleem [Thu, 11 May 2017 10:48:49 +0000 (19:48 +0900)]
fix minimum size of Button when layouted
Change-Id: I889047c1efc695a81ea89e614b198ccad8e4c222
Signed-off-by: darkleem <cdark.lim@samsung.com>
Sungtaek Hong [Thu, 23 Feb 2017 08:25:17 +0000 (17:25 +0900)]
Label: inform LineBreakMode to elm_label
- 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>
Kangho Hur [Thu, 11 May 2017 04:39:29 +0000 (13:39 +0900)]
Unrealize dialog after it dissmissed.
- this approach is from native EFL API usage.
Change-Id: Ic62ea6005074e8bfc6db312b66acfa93178ac87f
Kangho Hur [Thu, 11 May 2017 04:36:33 +0000 (13:36 +0900)]
Fix Label's default text color behavior
- Do not set default color manually.
Change-Id: I2123560e1be18668c432921d1c3009e363a14a11
jh5.cho [Tue, 4 Apr 2017 12:02:55 +0000 (21:02 +0900)]
[TabbedPageRenderer] Apply Slide Navigation on TabbedPage
TASK=TCAPI-2248
- Refactoring Code has done
Change-Id: I79a44da01308f7aac273651a1dcbc370f9668c6c
Signed-off-by: jh5.cho <jh5.cho@samsung.com>
Kangho Hur [Fri, 28 Apr 2017 11:19:28 +0000 (20:19 +0900)]
Remove unneccessary property setting for TabbedPage
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49
Kangho Hur [Thu, 27 Apr 2017 11:56:05 +0000 (20:56 +0900)]
Fix implementatoin of Page.DisplayAlert
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
Kangho Hur [Thu, 27 Apr 2017 04:48:33 +0000 (13:48 +0900)]
remove hard-coded default text color for Button
Change-Id: I98e4b5030550c63b9c583cd01d7fe7811f949df7
Kangho Hur [Thu, 27 Apr 2017 02:07:45 +0000 (11:07 +0900)]
Set text align of Popup'label to middle as default
- this is from UX requirments.
Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31
WonYoung Choi [Wed, 26 Apr 2017 07:40:46 +0000 (16:40 +0900)]
Fix content path in nuspec files
Change-Id: I80fd28487f8dab81861cd3560a610bbd49240a2f
Kangho Hur [Tue, 25 Apr 2017 11:52:52 +0000 (20:52 +0900)]
Fix Device.Info creation issue
Change-Id: If9aa1d762364ef185593eb2bb38d1bbcd9d3ed6b
Kangho Hur [Tue, 25 Apr 2017 08:36:30 +0000 (17:36 +0900)]
use fixed DPI value (72) on TV profile
Change-Id: I84034fc407d9ea58d40cde24f5d0b52edea19491
Seungkeun Lee [Tue, 25 Apr 2017 07:39:16 +0000 (16:39 +0900)]
Fix InsertPageBefore in NavigationPageRenderer
- Optimize InsertPageBeforeRequestedHandler
- Remove StartTimer on InsertPageBefore
It is required to fix layout issue
Now it does not need
Change-Id: I8f384eea02d811c42f581b8efa2505c94fc08340
Piotr Bereza [Wed, 22 Mar 2017 15:45:27 +0000 (16:45 +0100)]
New way of layout
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
Pawel Andruszkiewicz [Mon, 24 Apr 2017 08:23:40 +0000 (10:23 +0200)]
Update header/footer in response to HeaderElement/FooterElement notifications
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>
Kangho Hur [Mon, 24 Apr 2017 10:21:06 +0000 (19:21 +0900)]
Update nuspec
Change-Id: Ia0303b0b01d928648ce1e36dd5f754a58e003b8e
Piotr Czaja [Mon, 24 Apr 2017 07:53:20 +0000 (09:53 +0200)]
Optimize updating state of control properties
Change-Id: Id63470cbc88761e13bc5875fedfe9cffaa95f2bb
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Kangho Hur [Mon, 24 Apr 2017 09:39:04 +0000 (18:39 +0900)]
Update version to 2.3.5.233-pre1
- rebased to https://github.com/xamarin/Xamarin.Forms/commit/
fc778eb9789f50634d48fb9ad127f211b3fcfcc7
Change-Id: Ib5f0506b3fba96ac1e1860cedde4a1dcaef430b1
Kangho Hur [Mon, 24 Apr 2017 09:33:06 +0000 (18:33 +0900)]
Remove InternalsVissibleTo from Core to XF.Platforms.Tizen
- Please refer to prior patch (#782)
Kangho Hur [Mon, 24 Apr 2017 09:29:24 +0000 (18:29 +0900)]
Update Mono.Cecil version to 0.10.0-beta5
Kangho Hur [Mon, 24 Apr 2017 06:37:51 +0000 (15:37 +0900)]
rebase to tags/beta-2.3.5-pre1
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/
fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
rina6350.you [Fri, 14 Apr 2017 04:52:05 +0000 (13:52 +0900)]
Add ToolTip based on Tizen Specific
* 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
rina6350.you [Wed, 19 Apr 2017 04:57:50 +0000 (13:57 +0900)]
Change the style of GenList for ImageCell and SwitchCell
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
Seungkeun Lee [Wed, 19 Apr 2017 07:30:53 +0000 (16:30 +0900)]
Optimize Moved event handler
- Only enable Moved event handler when enabled transformation feature
Change-Id: I2fe9f1c041290af1bde5783a47fcb0bc7ac13bd0
Kangho Hur [Wed, 19 Apr 2017 07:09:38 +0000 (16:09 +0900)]
Fix the layout of Page.DisplayAlert's buttons
TASK=TCAPI-2329
Change-Id: Iff5759754232a3d6981fdf0a8de5693541e09f55
Kangho Hur [Wed, 19 Apr 2017 04:56:44 +0000 (13:56 +0900)]
Apply naviitem/tabbar style correctly
TASK=TCAPI-2328
Change-Id: Idb1f68394132c7a161568f384db553a740a7a8ef
WonYoung Choi [Wed, 19 Apr 2017 02:06:44 +0000 (11:06 +0900)]
Fix spec file
Change-Id: I495c32f50fd221f7c824c923a9992f49ff904d4c
Seungkeun Lee [Wed, 12 Apr 2017 05:30:25 +0000 (14:30 +0900)]
Refactor layout update code
- 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
Seungkeun Lee [Fri, 7 Apr 2017 01:55:14 +0000 (10:55 +0900)]
Fix VisualElementRenderer IsDisposed check condition
- before true when _flags was exctaly same with VisualElementRendererFlags.Disposed
- after true when _flags has a bit flage of VisualElementRendererFlags.Disposed
Change-Id: I7491da1188ceeccd786eff4724b8ef702b6f500d
WonYoung Choi [Fri, 14 Apr 2017 03:56:04 +0000 (12:56 +0900)]
Fix FocusDirection to string type
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension
Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
Kangho Hur [Thu, 13 Apr 2017 06:51:26 +0000 (15:51 +0900)]
Add Focus related properties for VE
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
Piotr Czaja [Tue, 11 Apr 2017 12:51:30 +0000 (14:51 +0200)]
[TableView] Fix updating HasUnevenRows property
Change-Id: Id16e3f6bb892980c6884a6388d31a25ce6cc1880
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Kangho Hur [Tue, 11 Apr 2017 06:23:57 +0000 (15:23 +0900)]
Use "default" style for TextCellRenderer on TV profile
- Due to TV UX limitations, TextCell.Detail property is not supported on TV profile
Change-Id: I541f7813b0c1281b58644039991bfec3c0d29c51
WonYoung Choi [Tue, 11 Apr 2017 04:54:56 +0000 (13:54 +0900)]
Fix version of Xamarin.Forms private nuget
myget feed does not support 3-dots version format.
Change-Id: Ie7fc51fb1bc350d23879774a581f7c1853be8689
Kangho Hur [Fri, 7 Apr 2017 04:53:23 +0000 (13:53 +0900)]
Update version to 2.3.4-214-003
Change-Id: Ib0acc0065e0f25cfaf482a33d8b0bab1c26494fe
Seungkeun Lee [Fri, 7 Apr 2017 01:16:21 +0000 (10:16 +0900)]
Fix ScrollView Content area resize issue
- When content of ScrollView was resized as smaller
Scroll area was not adjust to fit the contents
- It is a issue of data synchronization (ContentSize and Content.Height / Content.Width)
- It was fixed, EFL scroller areas only resize from ContentSize changed callback
- It is related with ScrollViewTest4, ScrollViewTest6
Change-Id: I2fed14bc106085dd1eaf83d877484a776fe21c24
Seungkeun Lee [Fri, 7 Apr 2017 00:19:01 +0000 (09:19 +0900)]
Disable Layout on Resize callback
- LayoutCallback already called when resized
- Resize callback is called immediately invoked when size was changed
and it cause redundancy layouting
- LayoutCallback is invoked only one times in renderer loop if necessary.
- if another side effect occur with this changes,
need to analysis that problem reason again.
Change-Id: Id28f5968a2e4997f817579b9909fb01b4c962191
WonYoung Choi [Thu, 6 Apr 2017 22:51:03 +0000 (07:51 +0900)]
Change project files to new csproj format
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
Pawel Andruszkiewicz [Tue, 28 Mar 2017 09:23:20 +0000 (11:23 +0200)]
Add support for resources with multiple DPI
Change-Id: I637979182a5df75eb708eda85ffcd3ca7af05c63
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
Seungkeun Lee [Wed, 5 Apr 2017 04:38:22 +0000 (13:38 +0900)]
Remove VerticalTextAlignment functionality in Label
- EFL dose not support yet
- Remove VerticalTextAlignment property in Native.Span
it was wrong implemented, valign in EFL is semantically different from Xamarin.Forms VerticalTextAlignment
- If provide VerticalTextAlignment API in EFL, this feature need to reimplement
Change-Id: I502700db74c7410529e46898578640abbd1253ef
Seungkeun Lee [Tue, 4 Apr 2017 07:58:12 +0000 (16:58 +0900)]
Fix Label layout issue
- TCAPI-2251
- This issuse was caused by wrong minimum size
- Layout class was depend on request size and minium size to layouting
If minium size was (0,0) layout will resize to smaller than request size
So, Label should be set proper minimum size
Change-Id: I895c32d26ca7b090b185f5ff3793638cec6229a2
Seunghyun Choi [Thu, 30 Mar 2017 06:45:46 +0000 (15:45 +0900)]
Fixed Button resize when changing style
- For normal operation, the following URL commits must be SR.
- https://review.tizen.org/gerrit/#/c/121725/
Change-Id: I1ba3631aadf3f1c614371b48baf3d93195f0f599
Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
WonYoung Choi [Thu, 30 Mar 2017 05:07:25 +0000 (14:07 +0900)]
Register assemblies recursively
Change-Id: I76d2c053883d84fb603d0fd10aefcb6322f2d126
Juwon [Tue, 28 Mar 2017 08:37:58 +0000 (17:37 +0900)]
Updates the version of Xamarin.Forms package
Change-Id: If775acd650f3913862f32c2ada1b1c11d8671de1
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
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>
jh5.cho [Fri, 24 Mar 2017 09:43:48 +0000 (18:43 +0900)]
[WebView] Add missing ExportRenderer code
Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd
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>
WonYoung Choi [Fri, 24 Mar 2017 06:28:26 +0000 (15:28 +0900)]
Add Mono.Cecil nuget package locally
Change-Id: Iea44ce17e4436d12c24ab3cc94604616e44e3011
Kangho Hur [Fri, 24 Mar 2017 05:53:03 +0000 (14:53 +0900)]
Update vertion to 2.3.4-214-001
Change-Id: Ia921b4a22bd9d87e99d1f8bef35dd79b21c8e1a7
WonYoung Choi [Fri, 24 Mar 2017 02:40:36 +0000 (11:40 +0900)]
Provide xamarin-forms-tizen-nuget-private package
Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613
sung-su.kim [Thu, 23 Mar 2017 05:42:23 +0000 (14:42 +0900)]
Update version
Change-Id: Ibc3fab569433698dafd1f31e5e667d1f4c6269f1
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
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>
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>
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
sung-su.kim [Fri, 17 Mar 2017 08:40:47 +0000 (17:40 +0900)]
Update version
Change-Id: I46905e371f040ffa5b6d52078d20bba29c8a3da6
Kangho Hur [Fri, 17 Mar 2017 06:20:29 +0000 (15:20 +0900)]
Fix PickerRender bug
- Picker.TextColor is now available
Change-Id: Idb005c09834672301ec5b465413c9fc1aed79d81
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>
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
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
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
sung-su.kim [Wed, 15 Mar 2017 05:26:23 +0000 (14:26 +0900)]
Update version
Change-Id: Ia023c2f6d437f15509fda16e6ba404591474beeb
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>
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>
jh5.cho [Tue, 7 Mar 2017 01:18:15 +0000 (10:18 +0900)]
Update Pin and Marker to use default image
Change-Id: I0f35a14dabae2f27654f1cd77e6f20d810a89f13
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
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
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
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
WonYoung Choi [Wed, 15 Feb 2017 04:11:34 +0000 (13:11 +0900)]
Update version to 2.3.4-r192-001
Change-Id: I59aed7359104f0b1180d9e7fcd355c2341a6f053
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>
Kangho Hur [Tue, 14 Feb 2017 11:11:48 +0000 (20:11 +0900)]
Remove unused TizenSpecific/Button.cs file
Change-Id: I72800c7f2ad2353d0c9b5a23ced07253531ddfbb
WonYoung Choi [Tue, 14 Feb 2017 10:24:28 +0000 (19:24 +0900)]
Update version to 2.3.4-r190-002
Change-Id: I21abe1c84eebb13f18e8733a031562bf024fde84
WonYoung Choi [Tue, 14 Feb 2017 08:02:48 +0000 (17:02 +0900)]
Fix const variable name in CellRenderer.cs
Change-Id: I222ecc949729b1cbcc8514a0cdd02e85492c53d2
WonYoung Choi [Tue, 14 Feb 2017 05:59:13 +0000 (14:59 +0900)]
Add NavigationPage.HasBreadCrumbsBar Property
- RFC 19
Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463
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
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
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
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
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
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>
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>
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
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>