summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Fixed 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-04-24Fixed 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-04-24Change 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-04-24Fix build warning CS4014Kangho Hur3-3/+3
Change-Id: Idbbcb5b138504afcdc7e0406b6aaea0dd22228db
2017-04-24Fix rpm spec file to solve build-break in JazzMWonYoung Choi1-3/+4
Change-Id: I80099afc01c6321f07c5d997ebff29cdc45c1db0
2017-04-24Update Xamarin.Forms.Tizen.project.jsonKangho Hur1-1/+1
Change-Id: I029ff97ec9f3ca66f7bae865d55249bcd02bb763
2017-04-24Ensure that source is not null before accessing itPawel Andruszkiewicz1-3/+2
Change-Id: Iccc85ecbf24612548b9827f0cdcb666cb59a6a6f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Postpone property updates till image finishes loadingPawel Andruszkiewicz1-2/+1
Change-Id: I14ec915050bd62415e065904a4365e12eb7f33c9 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Set ElmSharp.Color only when image loading has completed.Juwon1-5/+28
Change-Id: I073a2abf60c1f2ecb5e2e6d4163d0bc51a47cd5d
2017-04-24Change two methods to public for extension of CellRendererSungHyun Min1-2/+2
- SendCellPropertyChanged, SendUnrealizedCell Change-Id: I48cdbed3151d301f5e889076cbe2276463647387
2017-04-24Fix build break, include map-related assembliesPawel Andruszkiewicz1-0/+5
Change-Id: I12138d3ea61bcd4af9f544bbdbcaad23e112c76c Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Update version to 2.3.3.175-b03jh5.cho1-1/+1
Change-Id: I08a95c8ef3801c947a0ee4fdd41882515aa315c0
2017-04-24Apply a blend color after image loading has completedJuwon1-0/+3
Change-Id: I5bee6a6d2a827c0a85a5c8f1a3a137695aa8f5cf
2017-04-24Add Switch StyleSeunghyun Choi4-2/+70
- 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 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-04-24Provides ResourcePath as a public APIsung-su.kim1-1/+1
- Change ResourcePaths class access modifier to public from internal Change-Id: I6b6b8f635075cbb0f4741c3c0f663c62678e94e3
2017-04-24Change Span's access modifier to publicsung-su.kim1-2/+2
- Span.GetDecoratedText() and Span.GetStyle() turned to public from internal. Change-Id: I7411025faa76e751f5191f70467621600ce0f82d
2017-04-24Set Device.OS to TargetPlatform.TizenKangho Hur1-2/+1
Change-Id: Iba1e004067e90406b90389763615ad6dfacc4c73
2017-04-24Remove NET45 codeWonYoung Choi3-19/+0
Change-Id: I90202d17b86d0e6e8449048367d422a790fff589
2017-04-24Allow x86 build in OBSWonYoung Choi1-1/+1
Change-Id: Ic0eb5a1a72f22d24d1b5ca19567068812e543af2
2017-04-24Fixed 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-04-24Add 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-04-24Fix 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-04-24Fix ListView broken issue when scrolling quicklySeungkeun Lee1-0/+1
- Deleted Renderer was used for new content Change-Id: I9f6b65133352046c001e883de1776164329b182d
2017-04-24Fix 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-04-24Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6WonYoung Choi2-3/+2
Change-Id: Iae3c01eedcd8042f7aa0ef93bf0bef6ceb640349
2017-04-24Support BlendColor to Image as a TizenSpecific APIKangho Hur3-4/+74
Change-Id: Ic3068b3c0834605be5d45cc5f1a96d6933a0856f
2017-04-24Revert "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
2017-04-24Fix Label.LineBreakModeKangho Hur1-8/+21
TASK=TCAPI-2182 - Head/Middle/TailTruncation are working fine. Change-Id: I9f3b2381d22c3c50063a668fcc3569fdc7e2f751
2017-04-24Apply %dotnet rpm macrosWonYoung Choi1-27/+8
Change-Id: Ib9cf095ef710a65e6f5e219e83d0adab830edf8f
2017-04-24Tizen Extension for ProgressBarSungHyun Min3-5/+109
- Add Set/GetPendingMode methods - Add Set/GetPulsingStatus methods Change-Id: Id59b4b2a848035e3a6f414572c2e411c0fd98767 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-04-24Update version to 2.3.3.175-b02Kangho Hur1-2/+2
Change-Id: I47c4305606b19d43505d1307e3afd21b99a72cd2
2017-04-24[PickerRenderer] Remove unnecessary listenerPawel Andruszkiewicz1-7/+0
Change-Id: I4c146c9e7594c48f3310588035427a622ef2460f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Support Density Independent Pixel on FontSizeSeungkeun Lee3-6/+17
- FontSize on Span was use DP unit Change-Id: I1a0a50dbeae3ede0c61a67f60f7238631684537d
2017-04-24Implement Reusable ViewCellSeungkeun Lee1-9/+52
- 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
2017-04-24Fixed NavigationPage.BarBackgroundColor Propertychungryeol lim1-20/+34
- Apply whole area "BarBackgroundColor" - Property values for page push & pop Signed-off-by: chungryeol lim <cdark.lim@samsung.com> Change-Id: I8082be5d57cbea2b3a5b9a1cc533429d080b50c6
2017-04-24Initialize DeviceInfo with system informationPawel Andruszkiewicz3-5/+13
Change-Id: Ia70b9ffec0f54b3d0440e448dfae41bc22c546c1 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Change platform class access modifierchungryeol lim1-1/+1
- Requires GetRenderer in custom renderer implementation. - Other platforms (iOS, Android, UWP) are also open to the public. Change-Id: I9beb45b63b91ee11b910fe486ec99e124c8ac793 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-04-24Ignore TableView.SectionTitle if title is not setKangho Hur1-1/+2
Change-Id: If62b127517d7ca3be8cd979ec2ec7a875a91658e
2017-04-24Remove ColorExtensions.ToNative() debug messageKangho Hur1-1/+1
Change-Id: I2d9b834a6bef518b7898bcc570cff67a929e0c60
2017-04-24Apply initial value of Cell.IsEnabledSeungkeun Lee1-0/+2
- Cell.IsEnabled was false when listview was created, this value was not applied to listview Change-Id: I1ddc23c440189c5bcca762194b9c91c80bc1c8a6
2017-04-24implement ExpressionSearch for RelativeLayout.FromExpressionchungryeol lim1-3/+33
Change-Id: Id2fdeea22736d08844d8552015dbb895ae2fa28a Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-04-24Fix Scrolling to Specific Element in ScrollViewjh5.cho1-1/+10
- Add the calculation code for getting coordination of given Element : ScrollToAsync() which has Element parameter did not work. It always scroll to (0,0) because there were no calculation code for Element. TASK=TCAPI-2174 Change-Id: I6f3fbdbd060b1c74bc89c25e7e46d99cf10fbf51
2017-04-24Fix TabbedPageRenderer's toolbar heightKangho Hur1-10/+0
- Applying the ElmSharp.Toolbar bug patch . We don't need to calculate the ratio of toolbar height anymore. Change-Id: Ib286297e3123e1cf344a01f06b8472341ca12598
2017-04-24Homogenous mode should be set to false if grouping is enabledPawel Andruszkiewicz1-2/+33
Change-Id: I01327d4c0be6847445c4711d5c4cb6f60f3ba6a9 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Unregister ScrollRequestHandler when the renderer is being destroyedJongHeon Choi1-2/+2
Change-Id: Iae05a147f16932b27bb08ac3d3bdf016040af5c6
2017-04-24Change Text HorizontalTextAlignment of TitleBar to CenterSeungkeun Lee1-4/+6
- Left alignmented text was side effect of Span - In Tizen, it was originally center alignment Change-Id: I6daebf987d614731bfa35ec1f0cc52398550c140
2017-04-24Refactoring EntryCell SwitchCell renderer with Reusable featureSeungkeun Lee3-145/+96
- Use Xamarin.Forms element to make Cell contents - Replace OnCellPropertyChanged code with binding feature - Implement Reusable cell feature - It need updated ElmSharp, beta-002 on nuget.org will be not working - Reusable feature of ElmSharp was submited with submit/tizen/20161214.052838 tag Change-Id: I6d26259cae0da59c1476f5c5698d803ee3c5519f
2017-04-24Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
Change-Id: I6b09e9dbb1996eef4751b13973145df72602fb2e
2017-04-24Fix TextCell text color bugSeungkeun Lee4-19/+24
- Remove predefined default color in CellRenderers - handle Color.Default in Span Change-Id: I901f93c4b9d929b9d3e646ae29a5a3fb81237152