summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-20Merge changes Idb7b1cd2,Ieb55d1b2 into tizensubmit/tizen/20170120.093554accepted/tizen/tv/20170120.122346accepted/tizen/mobile/20170120.122330accepted/tizen/ivi/20170120.122408Kangho Hur4-8/+70
* changes: Consider TV profile as TargetIdiom Apply to default layout for the forms application
2017-01-20Add default case under OnPlatformjh5.cho1-0/+1
- Add default case to let Default action is called to Tizen platform Change-Id: I15ffdb4622b1173353a4321d49b3b270256491c2
2017-01-19Merge "Fixed ListView.SelectedItem Issue" into tizenKangho Hur1-20/+17
2017-01-19Merge "Fixed DisplayAlert message color issue" into tizenKangho Hur1-1/+1
2017-01-20Consider TV profile as TargetIdiomKangho Hur3-7/+45
- 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
2017-01-20Apply to default layout for the forms applicationKangho Hur1-1/+25
Change-Id: Ieb55d1b2f1a3deb29db9a7ccc8c3009d7553ed2e
2017-01-19Remove packaging/custom-find-requiressubmit/tizen/20170119.103634accepted/tizen/tv/20170119.222630accepted/tizen/mobile/20170119.222625accepted/tizen/ivi/20170119.222634accepted/tizen/common/20170119.172058WonYoung Choi2-16/+1
We never have to consider build for Mono runtime in this branch Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d
2017-01-19Fix version to 2.3.3.175-beta-004WonYoung Choi1-2/+2
Change-Id: I153e07e8f17fac1830dc0e7f1cc8a1128241256c
2017-01-19Fixed DisplayAlert message color issuechungryeol lim1-1/+1
- Change the default color of message color to black Change-Id: Id9b7f74c0ecdc222bb46a9ecc6e4464cb6601cc7 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-01-18Merge changes Iccc85ecb,I14ec9150 into tizenKangho Hur2-5/+3
* changes: Ensure that source is not null before accessing it Postpone property updates till image finishes loading
2017-01-18Merge "Change the type of ItemContextItem.Item for extension" into tizenKangho Hur1-11/+11
2017-01-18Merge "Fix rpm spec file to solve build-break in JazzM" into tizenKangho Hur1-3/+4
2017-01-19Fixed ListView.SelectedItem Issuechungryeol lim1-20/+17
- Fixed using SelectedItem property in ItemSelected Callback Change-Id: I4bdf0c285388c80412b35902077b2940c362e64c Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-01-18Change the type of ItemContextItem.Item for extensionSungHyun Min1-11/+11
- GenListItem -> GenItem Change-Id: I75d56103ba0a4049739d5981f273ee33e417b2bb Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-01-18Fix build warning CS4014Kangho Hur3-3/+3
Change-Id: Idbbcb5b138504afcdc7e0406b6aaea0dd22228db
2017-01-18Fix rpm spec file to solve build-break in JazzMWonYoung Choi1-3/+4
Change-Id: I80099afc01c6321f07c5d997ebff29cdc45c1db0
2017-01-17Update Xamarin.Forms.Tizen.project.jsonsubmit/tizen/20170117.054135accepted/tizen/tv/20170118.035834accepted/tizen/mobile/20170118.035818accepted/tizen/ivi/20170118.035851accepted/tizen/common/20170117.174747Kangho Hur1-1/+1
Change-Id: I029ff97ec9f3ca66f7bae865d55249bcd02bb763
2017-01-16Ensure that source is not null before accessing itPawel Andruszkiewicz1-3/+2
Change-Id: Iccc85ecbf24612548b9827f0cdcb666cb59a6a6f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-01-16Postpone property updates till image finishes loadingPawel Andruszkiewicz1-2/+1
Change-Id: I14ec915050bd62415e065904a4365e12eb7f33c9 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-01-15Merge "Fixed Appearing event calling sequence issue" into tizensubmit/tizen/20170117.035708Kangho Hur2-2/+10
2017-01-15Set ElmSharp.Color only when image loading has completed.Juwon1-5/+28
Change-Id: I073a2abf60c1f2ecb5e2e6d4163d0bc51a47cd5d
2017-01-15Merge "Change two methods to public for extension of CellRenderer" into tizenKangho Hur1-2/+2
2017-01-13Change two methods to public for extension of CellRendererSungHyun Min1-2/+2
- SendCellPropertyChanged, SendUnrealizedCell Change-Id: I48cdbed3151d301f5e889076cbe2276463647387
2017-01-13Fix build break, include map-related assembliesPawel Andruszkiewicz1-0/+5
Change-Id: I12138d3ea61bcd4af9f544bbdbcaad23e112c76c Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-01-13Update version to 2.3.3.175-b03submit/tizen/20170113.085400jh5.cho1-1/+1
Change-Id: I08a95c8ef3801c947a0ee4fdd41882515aa315c0
2017-01-12Merge "Add Switch Style" into tizenKangho Hur4-3/+71
2017-01-12Apply a blend color after image loading has completedJuwon1-0/+3
Change-Id: I5bee6a6d2a827c0a85a5c8f1a3a137695aa8f5cf
2017-01-12Merge "Add MapRenderer to enable Xamarin.Forms.Maps on Tizen" into tizenKangho Hur7-88/+316
2017-01-12Add Switch StyleSeunghyun Choi4-3/+71
- 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-01-12Add MapRenderer to enable Xamarin.Forms.Maps on Tizenchungryeol lim7-88/+316
- Implementation of MapRenderer under Xamarin.Forms.Maps.Tizen - Implementation of FormsMaps to initialize Tizen Map - Implementation of GeocoderBackend TASK=TCAPI2044 Change-Id: I4b6f15b5190767ca0c92bb27c383af5f66ae5328
2017-01-11Merge "Add Button Style" into tizenKangho Hur5-3/+114
2017-01-11Merge "Set Device.OS to TargetPlatform.Tizen" into tizenKangho Hur1-2/+1
2017-01-11Merge "Provides ResourcePath as a public API" into tizenKangho Hur1-1/+1
2017-01-11Provides ResourcePath as a public APIsung-su.kim1-1/+1
- Change ResourcePaths class access modifier to public from internal Change-Id: I6b6b8f635075cbb0f4741c3c0f663c62678e94e3
2017-01-11Merge "Change Span's access modifier to public" into tizenKangho Hur1-2/+2
2017-01-11Change Span's access modifier to publicsung-su.kim1-2/+2
- Span.GetDecoratedText() and Span.GetStyle() turned to public from internal. Change-Id: I7411025faa76e751f5191f70467621600ce0f82d
2017-01-12Set Device.OS to TargetPlatform.TizenKangho Hur1-2/+1
Change-Id: Iba1e004067e90406b90389763615ad6dfacc4c73
2017-01-12Remove NET45 codeWonYoung Choi3-19/+0
Change-Id: I90202d17b86d0e6e8449048367d422a790fff589
2017-01-12Allow x86 build in OBSsubmit/tizen_ivi/20170116.045729submit/tizen/20170112.010559accepted/tizen/tv/20170112.222357accepted/tizen/mobile/20170112.222336accepted/tizen/ivi/20170117.054802accepted/tizen/common/20170112.174413WonYoung Choi1-1/+1
Change-Id: Ic0eb5a1a72f22d24d1b5ca19567068812e543af2
2017-01-11Fixed Appearing event calling sequence issuechungryeol lim2-2/+10
- Some properties like Width/Height have wrong values under Appearing event Change-Id: Ib555405e9d79ae3475f87f2d1cb53bbf9e51cda8 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-01-11Add Button StyleSeunghyun Choi5-2/+113
- 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-01-10Fix ListView GroupCell bugSeungkeun Lee2-5/+16
- 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
2017-01-10Fix ListView broken issue when scrolling quicklySeungkeun Lee1-0/+1
- Deleted Renderer was used for new content Change-Id: I9f6b65133352046c001e883de1776164329b182d
2017-01-10Fix Label wrap issueSeungkeun Lee1-1/+6
- 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
2017-01-09Merge "Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6" into tizensubmit/tizen_common/20170111.150147submit/tizen/20170109.081441accepted/tizen/tv/20170109.085220accepted/tizen/mobile/20170109.085158accepted/tizen/common/20170111.155009Kangho Hur2-3/+2
2017-01-09Merge "Support BlendColor to Image as a TizenSpecific API" into tizenKangho Hur3-5/+75
2017-01-09Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6WonYoung Choi2-3/+2
Change-Id: Iae3c01eedcd8042f7aa0ef93bf0bef6ceb640349
2017-01-08Merge "Fix Label.LineBreakMode" into tizenSeungkeun Lee1-8/+21
2017-01-06Support BlendColor to Image as a TizenSpecific APIKangho Hur3-5/+75
Change-Id: Ic3068b3c0834605be5d45cc5f1a96d6933a0856f
2017-01-05Revert "Homogenous mode should be set to false if grouping is enabled"Seungkeun Lee1-33/+2
This reverts commit f11633b67dad5950ceb83935c17f1bfd2305dbeb. It is normal operation, when HasUnevenRows was false, GroupHeader and Cell has same height Change-Id: I9f25d5a863799b98622ae7ed43f4080e35f7dbea