-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update documentation & CI (#501) * Simplify projects to SDK style (#498) * Migrate to .NET6+ (#513) * Migrate from Xamarin.Essentials to Microsoft.Maui.Essentials (#517) * Update documentation & rework nested namespaces (#514) * Resolve warnings (#515) * Implementation of 'Notification' and 'Bluetooth' permissions (#519) Co-authored-by: Yauheni Pakala <[email protected]> * Add System.Text.Json serializer and tests (#521) * Show warning when ConfigureAwait should be used (#522) * Remove Chunkify method (#523) * Remove Newtonsoft.Json (#524) * Update CI environment (#530) * Migrate Common.iOS & Common.Droid Tests to .NET6 (#525) * Replace Connectivity plugin to MAUI Essentials (#531) * location eq added * comment fixed * Refactor permissions library (#535) * Add binding support for Count property (ObservableKeyGroupsCollection) (#538) * Update docfx (#534) * Improvements before migration to .NET8 (#539) * Add supported os versions * Bump year * Update target framework for nuspecs * Sync wl.essentials platform target frameworks * Add install missed android sdk for api 32 * Bump android target api * Revert "Add install missed android sdk for api 32" This reverts commit a89a7c4. * Migrate to .NET8 (#536) * Bump dotnet version * Bump target framework to .net8 * Migrate Microsoft.Maui.Essentials to use as explicit NuGet packages * Remove obsoleted binary serialization for BiDictionary * Cleanup * Migrate Maui to use as explicit NuGet package * Sync target frameworks and min supported os * Use the same MAUI version in all projects * Bump .NET8 to stable * Update pipelines env * Bump iOS target framework for latest maui & essentials * Resolve warnings related to supported versions * Update nuget package * Sync versions * add extensions * make permission method virtual * remove unused property * add methods to icontainerbuilder * Feature/minor fixes (#545) * Updated copyright * Fixed binding to ObservableRangeCollection.Count when calling RemoveRange (#544) * Removed excess AndroidResource tags * Restored mistakenly deleted PropertyGroup * Fixed copyright * rename methods --------- Co-authored-by: Pavel Leonenko <[email protected]> Co-authored-by: s.leushunou <[email protected]> --------- Co-authored-by: Yauheni Pakala <[email protected]> Co-authored-by: nkrisko <[email protected]> Co-authored-by: Kirill Akulich <[email protected]> Co-authored-by: Pavel Leonenko <[email protected]> Co-authored-by: Pavel Leonenko <[email protected]>
- Loading branch information
1 parent
4460e00
commit acd47d9
Showing
420 changed files
with
5,449 additions
and
6,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
85 changes: 14 additions & 71 deletions
85
Softeq.XToolkit.Bindings.Droid/Softeq.XToolkit.Bindings.Droid.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{2B4A678B-63B4-49DB-99B1-BFE7793110C4}</ProjectGuid> | ||
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Softeq.XToolkit.Bindings.Droid</RootNamespace> | ||
<AssemblyName>Softeq.XToolkit.Bindings.Droid</AssemblyName> | ||
<FileAlignment>512</FileAlignment> | ||
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> | ||
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | ||
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion> | ||
<TargetFramework>net8.0-android34.0</TargetFramework> | ||
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>portable</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AndroidLinkMode>None</AndroidLinkMode> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>portable</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AndroidLinkMode>SdkOnly</AndroidLinkMode> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.5" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="Mono.Android" /> | ||
<Reference Include="mscorlib" /> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.IO.Compression" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Xml" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common\Softeq.XToolkit.Common.csproj" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common.Droid\Softeq.XToolkit.Common.Droid.csproj" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Bindings\Softeq.XToolkit.Bindings.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="DroidBinding.cs" /> | ||
<Compile Include="DroidBindingFactory.cs" /> | ||
<Compile Include="ObservableAdapter.cs" /> | ||
<Compile Include="ObservableAdapterExtended.cs" /> | ||
<Compile Include="ObservableGroupAdapter.cs" /> | ||
<Compile Include="ObservableRecyclerGroupViewAdapter.cs" /> | ||
<Compile Include="ObservableRecyclerViewAdapter.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Bindable\IBindableViewHolder.cs" /> | ||
<Compile Include="Bindable\BindableViewHolder.cs" /> | ||
<Compile Include="Bindable\BindableRecyclerViewAdapter.cs" /> | ||
<Compile Include="Bindable\BindableViewHolderLayoutAttribute.cs" /> | ||
<Compile Include="Bindable\ItemType.cs" /> | ||
<Compile Include="Bindable\FlatItem.cs" /> | ||
<Compile Include="Handlers\DroidRecyclerObservableKeyGroupCollectionHandler.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Softeq.XToolkit.Bindings\Softeq.XToolkit.Bindings.csproj"> | ||
<Project>{0F1F09A8-9CDB-4933-AA1B-898AB43D394C}</Project> | ||
<Name>Softeq.XToolkit.Bindings</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common.Droid\Softeq.XToolkit.Common.Droid.csproj"> | ||
<Project>{18d3fdc1-b0a1-401e-87f2-1c43034e610c}</Project> | ||
<Name>Softeq.XToolkit.Common.Droid</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common\Softeq.XToolkit.Common.csproj"> | ||
<Project>{24588814-B93D-4528-8917-9C2A3C4E85CA}</Project> | ||
<Name>Softeq.XToolkit.Common</Name> | ||
</ProjectReference> | ||
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.5" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> | ||
</Project> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
Softeq.XToolkit.Bindings.Tests/Softeq.XToolkit.Bindings.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
88 changes: 14 additions & 74 deletions
88
Softeq.XToolkit.Bindings.iOS/Softeq.XToolkit.Bindings.iOS.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{2D399BA9-1878-43E2-AF05-6873EAE9151B}</ProjectGuid> | ||
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<OutputType>Library</OutputType> | ||
<RootNamespace>Softeq.XToolkit.Bindings.iOS</RootNamespace> | ||
<AssemblyName>Softeq.XToolkit.Bindings.iOS</AssemblyName> | ||
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> | ||
<TargetFramework>net8.0-ios12.0</TargetFramework> | ||
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion> | ||
<CreatePackage>false</CreatePackage> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>portable</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug</OutputPath> | ||
<DefineConstants>DEBUG;</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<ConsolePause>false</ConsolePause> | ||
<MtouchLink>None</MtouchLink> | ||
<LinkMode>None</LinkMode> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>portable</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release</OutputPath> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<ConsolePause>false</ConsolePause> | ||
<MtouchLink>SdkOnly</MtouchLink> | ||
<LinkMode>SdkOnly</LinkMode> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="Xamarin.iOS" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common\Softeq.XToolkit.Common.csproj" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common.iOS\Softeq.XToolkit.Common.iOS.csproj" /> | ||
<ProjectReference Include="..\Softeq.XToolkit.Bindings\Softeq.XToolkit.Bindings.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="AppleBinding.cs" /> | ||
<Compile Include="AppleBindingExtensions.cs" /> | ||
<Compile Include="AppleBindingFactory.cs" /> | ||
<Compile Include="Bindable\BindableCollectionViewCell.cs" /> | ||
<Compile Include="Bindable\BindableCollectionViewSource.cs" /> | ||
<Compile Include="Bindable\BindableUICollectionViewDelegateFlowLayout.cs" /> | ||
<Compile Include="Gestures\BehaviourExtensions.cs" /> | ||
<Compile Include="Gestures\SwipeGestureRecognizerBehaviour.cs" /> | ||
<Compile Include="Gestures\TapGestureRecognizerBehaviour.cs" /> | ||
<Compile Include="Handlers\IosDataSourceHandler.cs" /> | ||
<Compile Include="ObservableCollectionViewSource.cs" /> | ||
<Compile Include="ObservableGroupTableViewSource.cs" /> | ||
<Compile Include="ObservableTableViewController.cs" /> | ||
<Compile Include="ObservableTableViewSource.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Gestures\GestureRecognizerBehaviour.cs" /> | ||
<Compile Include="Bindable\BindableTableViewHeaderFooterView.cs" /> | ||
<Compile Include="Bindable\BindableTableViewCell.cs" /> | ||
<Compile Include="Gestures\PanGestureRecognizerBehaviour.cs" /> | ||
<Compile Include="Bindable\BindableTableViewSource.cs" /> | ||
<Compile Include="Bindable\BindableGroupCollectionViewSource.cs" /> | ||
<Compile Include="Bindable\BindableUICollectionReusableView.cs" /> | ||
<Compile Include="Extensions\NSThreadExtensions.cs" /> | ||
<Compile Include="Handlers\IosCollectionObservableKeyGroupCollectionHandler.cs" /> | ||
<Compile Include="Handlers\IosTableObservableKeyGroupCollectionHandler.cs" /> | ||
<Compile Include="GestureRecognizerBinding.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Softeq.XToolkit.Bindings\Softeq.XToolkit.Bindings.csproj"> | ||
<Project>{0F1F09A8-9CDB-4933-AA1B-898AB43D394C}</Project> | ||
<Name>Softeq.XToolkit.Bindings</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common\Softeq.XToolkit.Common.csproj"> | ||
<Project>{24588814-B93D-4528-8917-9C2A3C4E85CA}</Project> | ||
<Name>Softeq.XToolkit.Common</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Softeq.XToolkit.Common.iOS\Softeq.XToolkit.Common.iOS.csproj"> | ||
<Project>{6BCB2009-2E46-458C-BCAA-AFC27A631924}</Project> | ||
<Name>Softeq.XToolkit.Common.iOS</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.