summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2017-05-19Update version to 2.3.5-r233-008rina6350.you1-1/+1
Change-Id: Id9c50d2551c68a3ad70aa3ba11d46929c09c920f
2017-05-17Rollup to ElmSharp 1.2.0-beta-001WonYoung Choi1-1/+1
Change-Id: I31597e78f6f31f6523e5b450bb9ebe3c8db1e0c9
2017-05-17Add dependencies to Xamarin.Forms.Platform.Tizen, Xamarin.Forms.Maps.TizenWonYoung Choi1-0/+8
Change-Id: Iaa8f64b7f815bf6f2fcef5f13cbbc121f601ec1e
2017-05-15Apply Tizen.Applications separationWonYoung Choi1-2/+3
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
2017-04-28Remove unneccessary property setting for TabbedPagesubmit/tizen/20170428.112155accepted/tizen/unified/20170429.024532Kangho Hur1-1/+1
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49
2017-04-27Fix implementatoin of Page.DisplayAlertsubmit/tizen/20170427.115926accepted/tizen/unified/20170428.032857Kangho Hur1-1/+1
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
2017-04-25Fix Device.Info creation issuesubmit/tizen/20170425.120448accepted/tizen/unified/20170426.022133Kangho Hur1-1/+1
Change-Id: If9aa1d762364ef185593eb2bb38d1bbcd9d3ed6b
2017-04-24Update version to 2.3.5.233-pre1submit/tizen/20170424.094440Kangho Hur1-3/+3
- rebased to https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7 Change-Id: Ib5f0506b3fba96ac1e1860cedde4a1dcaef430b1
2017-04-24Add ToolTip based on Tizen Specificrina6350.you1-1/+1
* 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-04-24Fix spec fileWonYoung Choi1-2/+2
Change-Id: I495c32f50fd221f7c824c923a9992f49ff904d4c
2017-04-24Add Focus related properties for VEKangho Hur1-1/+1
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-04-24Fix version of Xamarin.Forms private nugetWonYoung Choi1-2/+2
myget feed does not support 3-dots version format. Change-Id: Ie7fc51fb1bc350d23879774a581f7c1853be8689
2017-04-24Update version to 2.3.4-214-003Kangho Hur1-1/+1
Change-Id: Ib0acc0065e0f25cfaf482a33d8b0bab1c26494fe
2017-04-24Change project files to new csproj formatWonYoung Choi1-30/+23
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
2017-04-24Change sub rpm name for private nugetWonYoung Choi1-3/+3
xamarin-forms-tizen-nuget-private --> xamarin-forms-tizen-nugetpriv Change-Id: I2707d95dd375664e49111a164a20d892beb541a6
2017-04-24[WebView] Add missing ExportRenderer codejh5.cho1-1/+1
Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd
2017-04-24Update vertion to 2.3.4-214-001Kangho Hur1-2/+2
Change-Id: Ia921b4a22bd9d87e99d1f8bef35dd79b21c8e1a7
2017-04-24Provide xamarin-forms-tizen-nuget-private packageWonYoung Choi1-7/+34
Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613
2017-04-24Update versionsung-su.kim1-1/+1
Change-Id: Ibc3fab569433698dafd1f31e5e667d1f4c6269f1
2017-04-24Add WebViewRendererchungryeol lim1-0/+1
- 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>
2017-04-24Add logic to move map when first launchjh5.cho1-1/+1
- 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
2017-04-24Update versionsung-su.kim1-1/+1
Change-Id: I46905e371f040ffa5b6d52078d20bba29c8a3da6
2017-04-24Update versionsung-su.kim1-1/+1
Change-Id: Ia023c2f6d437f15509fda16e6ba404591474beeb
2017-04-24Support density independent pixelSeungkeun Lee1-1/+1
- 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
2017-04-24Update version to 2.3.4-r192-001WonYoung Choi1-1/+1
Change-Id: I59aed7359104f0b1180d9e7fcd355c2341a6f053
2017-04-24Change Assemblies Tizen.System to Tizen.System.Informationpr.jung1-1/+1
Change-Id: Ibbc883da2096eab47befa7bef3ffdda3eac1bf34 Signed-off-by: pr.jung <pr.jung@samsung.com>
2017-04-24Update version to 2.3.4-r190-002WonYoung Choi1-1/+1
Change-Id: I21abe1c84eebb13f18e8733a031562bf024fde84
2017-04-24Rebase Forms to upstream lastest (2.3.4-pre2)Kangho Hur1-3/+3
- 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
2017-04-24Add FontWeight for Label and EntryKangho Hur1-1/+1
- 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
2017-04-24Update version to beta-006Kangho Hur1-1/+1
Change-Id: I4832cb2dc64ac98d8d3bf63767f199679470cf3b
2017-04-24Consider TV profile as TargetIdiomKangho Hur1-1/+1
- 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-04-24Remove packaging/custom-find-requiresWonYoung Choi2-16/+1
We never have to consider build for Mono runtime in this branch Change-Id: I0c70fe84e0117dbf0084728b0524cb8736978f0d
2017-04-24Fix version to 2.3.3.175-beta-004WonYoung Choi1-2/+2
Change-Id: I153e07e8f17fac1830dc0e7f1cc8a1128241256c
2017-04-24Fix rpm spec file to solve build-break in JazzMWonYoung Choi1-3/+4
Change-Id: I80099afc01c6321f07c5d997ebff29cdc45c1db0
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-24Allow x86 build in OBSWonYoung Choi1-1/+1
Change-Id: Ic0eb5a1a72f22d24d1b5ca19567068812e543af2
2017-04-24Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6WonYoung Choi1-1/+0
Change-Id: Iae3c01eedcd8042f7aa0ef93bf0bef6ceb640349
2017-04-24Apply %dotnet rpm macrosWonYoung Choi1-27/+8
Change-Id: Ib9cf095ef710a65e6f5e219e83d0adab830edf8f
2017-04-24Update version to 2.3.3.175-b02Kangho Hur1-2/+2
Change-Id: I47c4305606b19d43505d1307e3afd21b99a72cd2
2017-04-24Initialize DeviceInfo with system informationPawel Andruszkiewicz1-0/+1
Change-Id: Ia70b9ffec0f54b3d0440e448dfae41bc22c546c1 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Add Tizen backend rendererKangho Hur3-0/+111
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d