summaryrefslogtreecommitdiff
path: root/.nuspec
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26Use Tizen.NET 4.0 stable versiontizen-4.0-m2Kangho Hur2-2/+2
Change-Id: Idd7afd32a4464e3c08fce8f157096b30f01fea50
2017-10-23update nuspec and csproj for TizenKangho Hur2-4/+4
- depends on xamarin.forms 2.4.0.18342 and Tizen.NET 4.0.0-preview1-00327 Change-Id: Id0dc52e757fd3677ebf5b296020a20f0356fe17c
2017-10-23Fix Xamarin.Forms.Tizen.nuspec to import DefaultItem.targetsKangho Hur1-0/+2
Change-Id: Ie751d0ab872b275932db72ccec9bccf6c0ac2259
2017-10-23Update *.Tizen.nuspec to latestKangho Hur2-4/+4
Change-Id: I76690c0177a6cd6d18ec915a460e8847303376fc
2017-10-23Update *.Tizen nuspec to latestKangho Hur2-2/+2
- Due to Tizen.NET ABI break, Tizen.System.SystemInfo is changed to Tizen.System.Information. Change-Id: I806669fa9a416ba191896a1d94a6ae03d3caae31
2017-10-23Fix *.Tizen.nuspec correctlyKangho Hur2-4/+4
- *.dll and *.pdb are generated under tizen40 directory after we applying Tizen TFM Change-Id: I304b322270987dd7df492357af7e1d8aca01851b
2017-10-23Change XF.P.Tizen and XF.Map.Tizen csproj to new csprojKangho Hur2-8/+8
- All Tizen platform csprojs has been changed into new csproj (VS2017) - TargetFramework is also changed into tizen40 from netstadard1.6 - Rebased onto Xamarin.Forms 2.4.0 Pre2 (beta-2.4.0-pre2) (b0a6d74) Change-Id: I54f13907e0fe72fe166c6d23233c69bff570dc0c
2017-10-23add Circle Native controll for wearable profileJeongkyun2-2/+2
set CircleScroller and CircleListView control when profile is wearable. Change-Id: I5e133e2d6d5797db16c3fef75edd10ce2867a839 Signed-off-by: Jeongkyun <jk.pu@samsung.com>
2017-10-23Update dependant proejct version to latestKangho Hur2-2/+2
- Tizen.NET": "4.0.0-preview1-00100 Change-Id: If7d220fa6e23bd9e1af89661a68dc49fef9b1b19
2017-10-23Update Xamarin.Froms.Tizen.nuspecKangho Hur1-17/+45
Change-Id: I55c9419297482e1bc3f1c95388d881a8c07e8ad9
2017-10-23Fix Xamarin.Forms.Tizen.nuspecKangho Hur1-18/+18
- remove Mono/Xam framework from group elements for PCL Change-Id: I62ef8636173d9fe26d0401f93193b27b047ba495
2017-10-23update nuspec to use Tizen.NETKangho Hur2-9/+2
Change-Id: Idcd19597436791b8f1b0f257050f64e442a2bb3a
2017-10-23Update Xamarin.Forms version to 2.4.0.266-pre1 in nuspecKangho Hur2-2/+2
Change-Id: Id6cce2ff3b7a4de0b736040c83c4c0306e111f3d
2017-10-23Add IMEApplication class for supporting IME type applicationsJi-hoon Lee1-0/+1
Change-Id: I359b5590d6f2046575013d9720990a2e54df37a2
2017-10-23Update XF.Maps.Tizen nuspec for using Tizen.Maps-1.0.12Kangho Hur1-1/+1
Change-Id: Ieaff3516b72fe2848cc73d49036d1ecedd7376ae
2017-10-23Update *.Tizen nuspec for using ElmSharp-1.2.2Kangho Hur2-2/+2
Change-Id: I4e0be09a9999c291055518339d4e867005e8dc67
2017-10-23Update the *.Tizen nuspecKangho Hur2-2/+2
- dependency updated to 2.3.5.256-pre6
2017-10-23Fix xamarin.forms version in dependenciesWonYoung Choi2-2/+2
Change-Id: I08aaa82ee47c24f4bc9bf70e36a4b53a189c09aa
2017-10-23Change project files to MSBuild 14 formatWonYoung Choi2-0/+54
Change-Id: I772315bad5d661b764527a051014ce856cce967e
2017-10-23Provide xamarin-forms-tizen-nuget-private packageWonYoung Choi3-37/+48
Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613
2017-10-23Update version to 2.3.4-r192-001WonYoung Choi1-2/+2
Change-Id: I59aed7359104f0b1180d9e7fcd355c2341a6f053
2017-10-23Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6WonYoung Choi1-2/+2
Change-Id: Iae3c01eedcd8042f7aa0ef93bf0bef6ceb640349
2017-10-23Add Tizen backend rendererKangho Hur2-0/+37
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d
2017-10-23[Android] Applinks firebase 42 (#1107)Rui Marinho3-3/+15
* Android AppLinks updated packages and refactor to comply with Firebase packages * made nested classes internal * removed notimplementedexception and added a Console log when on Failure * removed Firebase init method. Changed Console for Android's native Exception logging * formatted code styling with Visual Studio Community 2017 for Mac * [Android] Update nuspec and gallery * [Packages] Update android support packages for 25.4.0.2
2017-09-27Add ProjectCapability to targets file (#1164)Jason Smith1-1/+5
2017-09-27Fix nuspec file to install DefaultItems.targets in PCL projects (#1163)Jason Smith1-0/+1
2017-09-26Revert "[Nuget]Fix condition to import DefaultItems.targes (#1146)"Rui Marinho1-1/+1
This reverts commit 009245626bcfddbe6266eddf73795763c24eb383.
2017-09-19[Nuget]Fix condition to import DefaultItems.targes (#1146)Rui Marinho1-1/+1
2017-09-14Fix default items (#1123)Mikayla Hutchinson4-5/+4
There were some issues in the MSBuild evaluation order that caused the default items files to never get used.
2017-08-29[Internal] Fix loading props file on older MSBuild versions (#1112)Mikayla Hutchinson5-8/+34
* Fix loading props file on older MSBuild versions * Fix applying metadata to default items * Fix build error caused be errant ' * Fix ' issue better this time * One more missing '
2017-08-15Automatically add XAML items to Sdk-style projects (#1101)Mikayla Hutchinson3-1/+23
By default, Compile/EmbeddedResource/None items are added to Sdk-style projects by wildcard. Use the same logic to add XAML files and fix up the item metadata.
2017-08-15[MacOS]Remove extra lib that's not needed for Maps (#1100)Rui Marinho1-2/+0
* [MacOS]Remove extra lib that's not needed for Maps * [Nuget] Update nuspec
2017-08-10Use Xamarin.Forms.Build (#1092)Rui Marinho2-2/+2
* Use Xamarin.Forms.Build * Automatic
2017-05-31[nuget] remove Mono/Xam framework from group elements for PCLStephane Delcroix4-4/+4
2017-05-30[nuget] shorten paths (#945)Stephane Delcroix4-64/+62
2017-05-17[XamlC] fix release builds of Xaml Unit TestsStephane Delcroix1-1/+2
2017-05-16[XamlC] process symbols if DebugType is set (#925)Stephane Delcroix2-1/+3
2017-04-25Add netstandard group to nuspec (#884)Samantha Houts3-3/+46
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro1-0/+3
* [WinRT/UWP] Fix Opacity behavior with ProgressBar * Update .nuspec * Further update .nuspec * Adjust .csproj line to fix Mac build
2017-03-03[Nuget] Remvoe fix dependency on MonoDroid70 (#798)Rui Marinho1-0/+4
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-1/+2
* [XamlC] change MockCompile (internal) API * [XamlC] fix debugging in unit test project * f * [XamlC] update cecil to 0.10.0-beta1-v2 * beta2 * avoid method duplication * [XamlC] force loading MdbReader and Writer * [XamlC] force use the writer in the other task too * [XamlC] fix test and test code generator * try building this * [XamlC] Ensure InitializeComponent is correctly routed * fix
2017-01-31[Nuget] Fix nuspec for macOS (#732)Rui Marinho1-2/+2
2017-01-26MacOS (#650)Rui Marinho2-4/+25
* [MacOS] Add SwitchRenderer * [MacOS] Add TimePickerRenderer * [MacOS] Cleanup TimePcikerRender * [MacOS] Add WebViewRenderer * [MacOS] Add Javascript evaluate to webview * [MacOS] Fix build error on WebViewRenderer * [MacOS] Add Base and TextCell renderers * [MacOS] Start on ListViewRenderer * [MacOS] Cleanup * [MacOS] Vertical center text on default NSTextField * [MacOS] Center NSTextField vertically * [MacOS] Add ImageCellRenderer * [MacOS] Add SwitchCellRenderer * [MacOS] Add SwitchCellRenderer * [iOS] Allow to set background color on other CellRenderers * [MacOS] Fix selection mode on ListView * [MacOS] Set background on Entry of entry cell * [MacOS] Fix casting bug on CellRenderer * [MacOS] Other fix on CellRenderer background * [MacOS] Add ViewCellRenderer * [MacOS] Fixes and cleanup on cells * [MacOS] Add NSScrollView so NSTableView can scroll * [MacOS] Add HeaderView to ListView * [MacOS] Cleanup * [Controls] Add Header support to ListView * [MacOS] NSView reuse on NSTableView * [MacOS] Some fix on layour order * [MacOS] Add CarouselPageRenderer * [MacOS] Implement EventTracker on PageRenderer * [MacOS] Cleanup CarouselPageRenderer * [MacOS] Add MasterDetailPage renderer * [MacOS] MDP renderer don't allow drag of splitter * [MacOS] Add TabbedPage renderer * [MacOS] Initial sketch of NavigationPageRenderer * [MacOS] Send disappearing of CurrentPage on Dispose on NavigationPageRenderer * [MacOS] Add Gallery page for Mac * [MacOS] Add MacOSExpressionSearch * [MacOS] Fix ColorExtension * [MacOS] Fix MDP renderer layout * [MacOS] Implement native selection on ListViewRenderer * [MacOS] Deselect a item on NSTableView * [MacOS] Remove previous SplitViewItems * [MacOS] Fix navigationpage height * [MacOS] Add toolbar for NavigationPageRenderer * [MacOS] Don't remove selection for now (crashing) * [MacOS] Refactor page and back button title on NavigationPageRenderer * [MacOS] Fix bug when native navigate back * [MacOS] Hide layer when transition * [MacOS] ListviewRenderer fix BbackgroundColor * [MacOS] Fix background on ScrollViewRenderer * [MacOS] Fix header measure on ListViewRenderer * [MacOS] Add Mac twitter demo * [Controls] Spaces for easy reading * [MacOS] More xaml cleanup * [Core] Add Mac as aTargetPlatform * [MacOS] Add alerts and actionsheets * [MacOS] Add GestureRecognizers * [MacOS] Fix Layout issues when adding children, enable transformations * [MacOS] Fix title on tab item, move to tabbed navigation based on segmented control * [MacOS] Hide toolbar when not needed, this allows to work with tabbed page, cleanup * [MacOS] Add NativeBindings and NativeViewWrapper * [MacOS] Fix AssemblyInfo * [MacOS] FIX NRE on SetBackgroundColor BoxView * [MacOS] Fix NavigationPageRenderer * [MacOS] Fix build * [MacOS] Also update page when it resizes * [MacOS] Add LayoutRenderer for handle items position when the bounds change. * [MacOS] Refactor/Cleanup * [MacOS] Add toolbar items support to NavigationPage * [MacOS] Resize images for TabViewITems * [MacOS] Fix TabbedPage resize issues , allow users to override some features when creating TVI * [MacOS] Fix hide/show Navigation toolbar * [MacOS] Redo CarouselPageRenderer with NSPageController * [MacOS] Add support for Modal pages * [MacOS] Refactor navigation from platform * [Nuget] Add nuget for MacOS * [Nuget]Fix nuspec * [Nuget] Add variables for CI * [Controls] Remove MainMenu from MacOS * [MacOS] Add TableView renderer (no headers yet) * [MacOS] Refactoring, marking extensions as internal * [MacOS] Add group headers for TableViewRenderer * [MacOS] Workaround for updates on listview collection * [MacOS] Handle updates of rows in the ListViewRenderer properly * [MacOS] Fix navigation animation * Fix navigation header issues with modal pages * [MacOS] Fix MDP issues with resizing * [MacOS] Fix general dispose * [MacOS] Add a ViewControllerWrapper for NSSplitView * [MacOS] MDP renderer fix animation * [MacOS] Fix ListView selection bug * [MacOS] Fix rendering MDP Layout inside wrappers * [MacOS] Re write the MainToolbar handler * [MacOS] Don't use Sierra new extensions so we can run in stable channel * [MacOS] Another way to hide the toolbar (smarter i think) * [MacOS] Fix MDP bug and remove debug color * [Controls] Add HanselForms sample * [MacOS] Fix NRE WebviewRenderer * [MacOS] Fix uneven rows on ListView renderer * [MacOS] Fix NRE on load (can+t find the reason this happens) * [MacOS] Fix uneven rows * [MacOS] Fix header sizing on ListViewRenderer * [Controls] More stuff on HanselForms * [MacOS] Remove warning from ListViewRenderer * [MacOS] Fix PageRenderer bug double init * [MacOS] Don't calculate height if RowHeight is provided * [Controls] More Hanselforms stuff * [MacOS] Once again a new implementation for the NavigationBar, this time using a custom view to support BackgroundColor * [MacOS] Fix build * [MacOS] Refactoring AwesomeBar related controls * Fix build * [MacOS] NavigationBar update background and t test colors * [MacOS] Fix when we remove navigation so it works when the NavigationRenderer wasn't removed from the parent controller like in a TabbedPage * [MacOS] Add support for ListView grouping * [MacOS] Fix image extension method. * [MacOS] Add base Maps project * [MacOS] Export MapRenderer * [MacOS] Add pin click and geocoderbacked for Maps * [MacOS] Add extra binding project for API not in stable. * [MacOS] Add MacOS Maps lib * [MacOS]Fix build on alpha * [MacOS] Remove MacOS Maps extra binding * [UITest] Basic macOS setup * [UITest] Add MacOSApp wrapper implementation * [MacOS] Set AutomationID * [UITests] Add ActionSheetUITests to MacOS UITest * [MacOS] Fix bug on Picker * [UITests] Link basic uitest basefixture and related files * [MacOS] Fix pickers reuse * [UItests] Fix MacOS app path * [UITest] Ignore UItest for appearing on macOS for now * [UITest] Update macOS for 2.0.3 * [UITest] Refactor EnterText MacOS app * [UITest]Fix ViewQuery on MacOS * [UITest]Fix IsEnabled UItest on macOS * [UITest] Implement Enter, mark some tests inconclusive fix others * [MacOS] Implement Entry Completed event * [UITests] Fix UITest for IsVisible, ignore ToolbarItem test for now * [UITests] Fix ISVisible again add extra category * [Controls] Cleanup macOS gallery * [MacOS] Fix Assembly info * [Docs] Fix docs * Fix build * [Nuget] Fix nuspec * [Controls] Link files on MacOS * [Core] Update Forms stack before firing a event saying page was removed, possible breaking change * [MacOS] Implement RemovePage on NavigationPAgeRenderer * [UItest] Ignore some , implement back on MacOS UITest app * [MacOS] Add default back button name (needs to be translated) * [MacOS] Fix dispose * [UITest] Make 29257 work on MacOS * [MacOS] Rename stuff * [MacOS] More renaming and cleanup * [MacOS] Share implementations for iOS * [MacOS] Reuse more IOS extensions * [MacOS] Reuse FontExtensions * [MacOS] Share NativeViewWrapper related stuff * [MAcOS] Share event args and ExportRenderer * [MacOS] Share platform effect * [MacOS] Fix build * [Docs]Fixing docs * [MacOS] Fix ViewCell reuse * [Core] Support ListView CachingStrategy on MacOS * [MacOS] Fix issues with TextCell and ImageCell (we can’t set null to a NSControl value) * [MacOS] Fix MDP child sizing bug [UITest] Query marked by id and text * [MacOS] Comment test related with context actions * [MacOS] Implement missing stuff on ticker * [MacOS] Make sure VisualElemenTracker calls the ticker update * [UITests]Ignore context actions and not possible to test * [MacOS] Fix Grouping bug on Listview * [MacOS] Fix selection on Listview when using grouping * [MacOS] Update navbar when page is popped * [MacOS] Cleanup NavigationBar * [Controls] More info on exceptions * [MacOS] Fix bug animation pop modal * [MacOS] Bring back BackgroundColor of NavigationBar * [MacOS] Fix UITest animation delay * [MacOS] Treat warnings as errors * [MacOS] Center title on toolbar * [Core] Add Platform configuration specific for MacOS * [MacOS] Implement TabbedPage platform specific to handle TabItems on NavigationPage bar * [MacOS] Fix warning * [MacOS] Fix bug on SearchBar color * [MacOS]Fix build * [MacOS] remove extra dll from maps * [Docs] Update docs * [MacOS]Cleanup and refactoring * Revert "[MacOS] remove extra dll from maps" This reverts commit 73b948937001fea3f28449a963d0b94943e07aa0. * [MacOS] Fix wrong refactoring * [MacOS] Remove gallery and uitest project * [MacOS] dix formatting * [MacOS] Remove extra stuff * Merge branch 'master' into macOS-gallery * [MacOS] Fix rebase * [MacOS] Fix TargetPlatform * fix docs * [MacOS] Fix bug on TabbedPageRenderer no title * [MacOS] Remove FormsNSView * [MacOS] Cleanup on dispose on MDP renderer * [MacOS] Update current page when source changes * [MacOS] More cleanup * [MacOS] Make sure we show the previous page when popping a Modal * [MacOS] Fix issue with sizing the Header and visibility, remove for now header renderer reuse * [MacOS] Clean CustomNSTableView * [MacOS] Share LabelRenderer with iOS * [MacOS] Share ResourcesProvider with iOS * [MAcoS] Share VisualElementPackager with iOS * [MacOS] Share ViewRenderer with iOS * [MacOS] Merge with VisualElementTracker from iOS * [MacOS] Merge with EventTracker from iOS * [MacOS] Merge with VisualElementRenderer of iOS * [MacOS] Make sure we always have a layer * [MacOS] Fix Tracker merge with iOS version * [MacOS] Fix bug with tabbed page on modal without navigation * [Core] Rever change on core * [MacOS] Clear renderers before setting them MDP * [MacOS] Update tabbedPage ContainerArea * [MacOS] Fix ListViewRenderer * [MacOS] Make sure we don’t pass null to TextField string value * [MacOS] Support for multiple clicks in same selected item on NSTableView * [MacOS] Support Focus on EntryRenderer * [MacOS] Fix index bug on TablevIewDataSource * [MacOS] Fix SelectedItem TableViewDataSource * [Nuget] Add Mac to Maps nuspec * [Nuget]Fix path * [macOS] Fixed Tab NSImage crash in TabbedPageRenderer (#705) * [macOS] Fixed Tab NSImage crash in TabbedPageRenderer * Coding Style * Coding Style * [MacOS] Fix previous merge with master * [MacOS] Possible simple fix for click on views overlapping * [MacOS] Rename to IsOnViewCell * [MacOS] Cleanup, Address feedback from Samantha’s review
2017-01-18.nuspec updates and fixes for X.A.Support 23 -> 25 (#679)kingces952-0/+13
2017-01-12Update copyright datesJason Smith5-5/+5
2016-12-06Fix wrong licensesJason Smith2-2/+2
2016-12-05[XamlC] drop ICSharpCode.Decompiler (#586)Stephane Delcroix1-5/+0
* [XamlC] drop ICSharpCode.Decompiler * update nuspec * fix typo
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart1-0/+1
* Allow CommandBar to expand and show command labels Consolidate command bar placement code * Make title text wrapping consistent between NavigationPage and MasterDetailPage * Align toolbar/navigation bar behavior with other platforms
2016-11-17Update nuget license file linkJason Smith3-3/+3
2016-10-10[Nuspec] Include MacOS (#436)Rui Marinho1-27/+27