Skip to content

Commit

Permalink
Committed the UI Kit Source for 3.0.0.0 release (#44)
Browse files Browse the repository at this point in the history
* Committed the UI Kit Source for 3.0.0.0 release
  • Loading branch information
Kumaraguru1081 authored Apr 3, 2020
1 parent 7216719 commit 7e497b0
Show file tree
Hide file tree
Showing 209 changed files with 12,266 additions and 679 deletions.
Binary file modified EssentialUIKit.Android/Assets/UIFontIcons.ttf
Binary file not shown.
13 changes: 10 additions & 3 deletions EssentialUIKit.Android/EssentialUIKit.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Export" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -74,6 +75,9 @@
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfComboBox" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfGauge">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfMaps" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfParallaxView">
<Version>17.4.0.44</Version>
Expand All @@ -90,7 +94,7 @@
<PackageReference Include="Syncfusion.Xamarin.SfTabView">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991265" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991250" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.1" />
Expand All @@ -110,11 +114,11 @@
<Compile Include="SplashScreenActivity.cs" />
</ItemGroup>
<ItemGroup>
<AndroidAsset Include="Assets\UIFontIcons.ttf" />
<AndroidAsset Include="Assets\Montserrat-Bold.ttf" />
<AndroidAsset Include="Assets\Montserrat-Medium.ttf" />
<AndroidAsset Include="Assets\Montserrat-Regular.ttf" />
<AndroidAsset Include="Assets\Montserrat-SemiBold.ttf" />
<AndroidAsset Include="Assets\UIFontIcons.ttf" />
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<None Include="Properties\AndroidManifest.xml">
Expand Down Expand Up @@ -267,6 +271,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable\ReSchedule.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\Visa.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\build\tools\Syncfusion.CodeAnalysis.StyleCop\tools\StyleCop.MsBuild.targets" Condition="Exists('..\build\tools\Syncfusion.CodeAnalysis.StyleCop\tools\StyleCop.MsBuild.targets')" />
<Target Name="BeforeBuild" Condition=" $(SetVersion) == true ">
Expand Down
7 changes: 5 additions & 2 deletions EssentialUIKit.Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Android.Content.PM;
using Android.OS;
using Android.Views;
using Xamarin.Forms;
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific;

namespace EssentialUIKit.Droid
Expand All @@ -16,12 +17,14 @@ protected override void OnCreate(Bundle savedInstanceState)

base.OnCreate(savedInstanceState);

Xamarin.Forms.Forms.Init(this, savedInstanceState);
Forms.SetFlags("CollectionView_Experimental");

Forms.Init(this, savedInstanceState);

Syncfusion.XForms.Android.PopupLayout.SfPopupLayoutRenderer.Init();

Syncfusion.XForms.Android.Core.Core.Init(this);

this.LoadApplication(new App());

// Change the status bar color
Expand Down
2 changes: 1 addition & 1 deletion EssentialUIKit.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="7" android:versionName="6.0" package="com.syncfusion.xamarin.uikit" android:installLocation="internalOnly">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="8" android:versionName="6.1" package="com.syncfusion.xamarin.uikit" android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Essential UI Kit"></application>
</manifest>
Binary file added EssentialUIKit.Android/Resources/drawable/Visa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion EssentialUIKit.UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
{
typeof(Syncfusion.XForms.UWP.Buttons.SfButtonRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.XForms.UWP.Buttons.SfCheckBoxRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.SfChart.XForms.UWP.SfChartRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.XForms.UWP.Border.SfBorderRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.XForms.UWP.Graphics.SfGradientViewRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.ListView.XForms.UWP.SfListViewRenderer).GetTypeInfo().Assembly,
Expand All @@ -75,7 +76,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
typeof(Syncfusion.SfMaps.XForms.UWP.SfMapsRenderer).GetTypeInfo().Assembly,
typeof(Syncfusion.XForms.UWP.ProgressBar.SfLinearProgressRenderer).GetTypeInfo().Assembly
};

Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
Xamarin.Forms.Forms.Init(e, assembliesToInclude);

if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
Expand Down
Binary file modified EssentialUIKit.UWP/Assets/UIFontIcons.ttf
Binary file not shown.
8 changes: 6 additions & 2 deletions EssentialUIKit.UWP/EssentialUIKit.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
<Content Include="scale-100\ReSchedule.png" />
<Content Include="scale-100\TimeZone.png" />
<Content Include="scale-100\ViewMode.png" />
<Content Include="scale-100\Visa.png" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
Expand Down Expand Up @@ -194,6 +195,9 @@
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfComboBox" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfGauge">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfMaps" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfParallaxView">
<Version>17.4.0.44</Version>
Expand All @@ -210,7 +214,7 @@
<PackageReference Include="Syncfusion.Xamarin.SfTabView">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991265" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991250" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
</ItemGroup>
<ItemGroup>
Expand All @@ -220,11 +224,11 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Assets\UIFontIcons.ttf" />
<Content Include="Assets\Montserrat-Bold.ttf" />
<Content Include="Assets\Montserrat-Medium.ttf" />
<Content Include="Assets\Montserrat-Regular.ttf" />
<Content Include="Assets\Montserrat-SemiBold.ttf" />
<Content Include="Assets\UIFontIcons.ttf" />
<None Include="EssentialUIKit.UWP_TemporaryKey.pfx" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
Binary file added EssentialUIKit.UWP/scale-100/Visa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion EssentialUIKit.iOS/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
using Syncfusion.XForms.iOS.PopupLayout;
using Syncfusion.XForms.iOS.ProgressBar;
using Syncfusion.XForms.iOS.TabView;
using Syncfusion.SfGauge.XForms.iOS;
using UIKit;
using Xamarin.Forms;

namespace EssentialUIKit.iOS
{
Expand All @@ -33,6 +35,7 @@ public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsAppli
// You have 17 seconds to return from this method, or iOS will terminate your application.
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Forms.SetFlags("CollectionView_Experimental");
global::Xamarin.Forms.Forms.Init();
this.LoadApplication(new App());
SfButtonRenderer.Init();
Expand All @@ -54,7 +57,8 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
SfTabViewRenderer.Init();
SfCalendarRenderer.Init();
SfLinearProgressBarRenderer.Init();
SfChartRenderer.Init();
SfChartRenderer.Init();
SfGaugeRenderer.Init();

////UIView statusBar = UIApplication.SharedApplication.ValueForKey(new NSString("statusBar")) as UIView;
////if (statusBar.RespondsToSelector(new ObjCRuntime.Selector("setBackgroundColor:")))
Expand Down
10 changes: 8 additions & 2 deletions EssentialUIKit.iOS/EssentialUIKit.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
<BundleResource Include="Resources\Montserrat-Medium.ttf" />
<BundleResource Include="Resources\Montserrat-Regular.ttf" />
<BundleResource Include="Resources\Montserrat-SemiBold.ttf" />
<Compile Include="Renderers\CalenderDatePickerRenderer.cs" />
<BundleResource Include="Resources\UIFontIcons.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</BundleResource>
<Compile Include="Renderers\CalenderDatePickerRenderer.cs" />
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
Expand Down Expand Up @@ -160,6 +160,9 @@
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfComboBox" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfGauge">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Xamarin.SfMaps" Version="17.4.0.44" />
<PackageReference Include="Syncfusion.Xamarin.SfParallaxView">
<Version>17.4.0.44</Version>
Expand All @@ -176,7 +179,7 @@
<PackageReference Include="Syncfusion.Xamarin.SfTabView">
<Version>17.4.0.44</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991265" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991250" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down Expand Up @@ -420,6 +423,9 @@
<ItemGroup>
<BundleResource Include="Resources\ViewMode.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Visa.png" />
</ItemGroup>
<Import Project="..\build\tools\Syncfusion.CodeAnalysis.StyleCop\tools\StyleCop.MsBuild.targets" Condition="Exists('..\build\tools\Syncfusion.CodeAnalysis.StyleCop\tools\StyleCop.MsBuild.targets')" />
<Target Name="_VerifyBuildSignature" />
<Target Name="BeforeBuild" Condition=" $(SetVersion) == true ">
Expand Down
Binary file modified EssentialUIKit.iOS/Resources/UIFontIcons.ttf
Binary file not shown.
Binary file added EssentialUIKit.iOS/Resources/Visa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7e497b0

Please sign in to comment.