Skip to content

Commit

Permalink
Merge pull request #64 from muak/development
Browse files Browse the repository at this point in the history
iOS14,AndroidX
  • Loading branch information
muak authored Sep 30, 2020
2 parents bcfd2a6 + 7e20fdb commit baca303
Show file tree
Hide file tree
Showing 18 changed files with 140 additions and 719 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@
*.sln.docstates
*.userprefs

# User specific
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries

# Sensitive or high-churn files
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml

# Rider
# Rider auto-generates .iml files, and contentModel.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml

# ignore Xamarin.Android Resource.Designer.cs files
**/*.Droid/**/[Rr]esource.[Dd]esigner.cs
**/*.Android/**/[Rr]esource.[Dd]esigner.cs
Expand Down
221 changes: 46 additions & 175 deletions AiForms.Effects.Droid/AiForms.Effects.Droid.csproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AiForms.Effects.Droid/AlterColorPlatformEffect.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using AiForms.Effects;
using AiForms.Effects.Droid;
using Android.Support.V7.Widget;
using Android.Widget;
using AndroidX.AppCompat.Widget;
using Xamarin.Forms;

[assembly: ExportEffect(typeof(AlterColorPlatformEffect), nameof(AlterColor))]
Expand Down
2 changes: 1 addition & 1 deletion AiForms.Effects.Droid/AlterColorSwitch.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using Android.Support.V7.Widget;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
using Android.Graphics.Drawables;
using Android.Content.Res;
using AndroidX.AppCompat.Widget;

namespace AiForms.Effects.Droid
{
Expand Down
2 changes: 1 addition & 1 deletion AiForms.Effects.Droid/ToFlatButtonPlatformEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
using Android.Animation;
using Android.Content.Res;
using Android.Graphics.Drawables;
using Android.Support.V7.Widget;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
using System;
using AndroidX.AppCompat.Widget;

[assembly: ExportEffect(typeof(ToFlatButtonPlatformEffect), nameof(ToFlatButton))]
namespace AiForms.Effects.Droid
Expand Down
43 changes: 0 additions & 43 deletions AiForms.Effects.Droid/packages.config

This file was deleted.

13 changes: 1 addition & 12 deletions AiForms.Effects.iOS/AiForms.Effects.iOS.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.4.6.0.800\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.4.6.0.800\build\Xamarin.Forms.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -51,15 +50,6 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.4.6.0.800\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\packages\Xamarin.Forms.4.6.0.800\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\packages\Xamarin.Forms.4.6.0.800\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
Expand Down Expand Up @@ -97,8 +87,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<PackageReference Include="Xamarin.Forms" Version="4.6.0.800" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\packages\Xamarin.Forms.4.6.0.800\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.4.6.0.800\build\Xamarin.Forms.targets')" />
</Project>
4 changes: 0 additions & 4 deletions AiForms.Effects.iOS/packages.config

This file was deleted.

Loading

0 comments on commit baca303

Please sign in to comment.