Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 4da82ec

Browse files
committed
Cleanup
1 parent 8cfcd16 commit 4da82ec

File tree

6 files changed

+5
-206
lines changed

6 files changed

+5
-206
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Release NuGet
22

33
on:
44
workflow_dispatch:
5-
push:
65

76
jobs:
87
build:

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<p align="center"><img src="logo/horizontalversion.png" alt="ShortcutBadger" height="130px"></p>
1+
<center><img src="logo/horizontalversion.png" alt="ShortcutBadger" height="130px"></center>
22

3-
# ShortcutBadger ![version](http://img.shields.io/badge/original-v1.1.21-brightgreen.svg?style=flat) [![NuGet Badge](https://buildstats.info/nuget/Xamarin.ShortcutBadger)](https://www.nuget.org/packages/Xamarin.ShortcutBadger/) ![VSTS build status](https://yauhenipakala.visualstudio.com/_apis/public/build/definitions/b0170656-dd62-445e-bbb7-d6a336f4a889/2/badge)
3+
# ShortcutBadger
4+
5+
![version](http://img.shields.io/badge/original-v1.1.21-brightgreen.svg?style=flat) [![NuGet Badge](https://buildstats.info/nuget/Xamarin.ShortcutBadger)](https://www.nuget.org/packages/Xamarin.ShortcutBadger/) [![Build](https://github.com/wcoder/ShortcutBadger/actions/workflows/pr.yml/badge.svg?branch=master)](https://github.com/wcoder/ShortcutBadger/actions/workflows/pr.yml)
46

57
Port of [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger) for Xamarin.Android
68

@@ -197,7 +199,7 @@ please use version 1.1.0+!
197199
LICENSE
198200
===================================
199201

200-
Copyright 2014-2017 Leo Lin, Yauheni Pakala
202+
Copyright 2014-2024 Leo Lin, Yauheni Pakala
201203

202204
Licensed under the Apache License, Version 2.0 (the "License");
203205
you may not use this file except in compliance with the License.

example/ExampleShortcutBadgerApp.sln

Lines changed: 0 additions & 30 deletions
This file was deleted.

example/ExampleShortcutBadgerApp/ExampleShortcutBadgerApp.csproj

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -14,96 +14,4 @@
1414
<ItemGroup>
1515
<ProjectReference Include="..\..\src\XamarinShortcutBadger\XamarinShortcutBadger.csproj" />
1616
</ItemGroup>
17-
<!--
18-
<ItemGroup>
19-
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.0.1" />
20-
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.9.0.2" />
21-
<PackageReference Include="Xamarin.AndroidX.Fragment" Version="1.5.5.1" />
22-
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.2.1.9" />
23-
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.7.0.2" />
24-
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
25-
<PackageReference Include="Xamarin.Google.Dagger" Version="2.44.2" />
26-
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.8.0.1" />
27-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.8.0.1" />
28-
</ItemGroup> -->
2917
</Project>
30-
<!--
31-
<?xml version="1.0" encoding="utf-8"?>
32-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33-
<PropertyGroup>
34-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
35-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
36-
<ProductVersion>8.0.30703</ProductVersion>
37-
<SchemaVersion>2.0</SchemaVersion>
38-
<ProjectGuid>{4EC74AAB-4146-4B8B-A384-AB11E52543C9}</ProjectGuid>
39-
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
40-
<OutputType>Library</OutputType>
41-
<AppDesignerFolder>Properties</AppDesignerFolder>
42-
<RootNamespace>ExampleShortcutBadgerApp</RootNamespace>
43-
<AssemblyName>ExampleShortcutBadgerApp</AssemblyName>
44-
<FileAlignment>512</FileAlignment>
45-
<AndroidApplication>true</AndroidApplication>
46-
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
47-
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
48-
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
49-
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
50-
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
51-
</PropertyGroup>
52-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
53-
<DebugSymbols>true</DebugSymbols>
54-
<DebugType>full</DebugType>
55-
<Optimize>false</Optimize>
56-
<OutputPath>bin\Debug\</OutputPath>
57-
<DefineConstants>DEBUG;TRACE</DefineConstants>
58-
<ErrorReport>prompt</ErrorReport>
59-
<WarningLevel>4</WarningLevel>
60-
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
61-
<AndroidLinkMode>None</AndroidLinkMode>
62-
</PropertyGroup>
63-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
64-
<DebugType>pdbonly</DebugType>
65-
<Optimize>true</Optimize>
66-
<OutputPath>bin\Release\</OutputPath>
67-
<DefineConstants>TRACE</DefineConstants>
68-
<ErrorReport>prompt</ErrorReport>
69-
<WarningLevel>4</WarningLevel>
70-
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
71-
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
72-
</PropertyGroup>
73-
<ItemGroup>
74-
<Reference Include="Mono.Android" />
75-
<Reference Include="mscorlib" />
76-
<Reference Include="System" />
77-
<Reference Include="System.Core" />
78-
<Reference Include="System.Xml.Linq" />
79-
<Reference Include="System.Xml" />
80-
</ItemGroup>
81-
<ItemGroup>
82-
<Compile Include="MainActivity.cs" />
83-
<Compile Include="Resources\Resource.Designer.cs" />
84-
<Compile Include="Properties\AssemblyInfo.cs" />
85-
</ItemGroup>
86-
<ItemGroup>
87-
<None Include="Resources\AboutResources.txt" />
88-
<None Include="Assets\AboutAssets.txt" />
89-
</ItemGroup>
90-
<ItemGroup>
91-
<AndroidResource Include="Resources\layout\Main.axml" />
92-
</ItemGroup>
93-
<ItemGroup>
94-
<AndroidResource Include="Resources\values\Strings.xml" />
95-
</ItemGroup>
96-
<ItemGroup>
97-
<AndroidResource Include="Resources\drawable\Icon.png" />
98-
</ItemGroup>
99-
<ItemGroup>
100-
<None Include="Properties\AndroidManifest.xml" />
101-
</ItemGroup>
102-
<ItemGroup>
103-
<ProjectReference Include="..\..\src\XamarinShortcutBadger\XamarinShortcutBadger.csproj">
104-
<Project>{77AC5D70-FC29-4192-A2ED-4325C410CBF4}</Project>
105-
<Name>XamarinShortcutBadger</Name>
106-
</ProjectReference>
107-
</ItemGroup>
108-
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
109-
</Project> -->

src/XamarinShortcutBadger.sln

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/XamarinShortcutBadger/XamarinShortcutBadger.csproj

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -25,66 +25,3 @@
2525
</ItemGroup>
2626

2727
</Project>
28-
29-
<!--
30-
<?xml version="1.0" encoding="utf-8"?>
31-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
32-
<PropertyGroup>
33-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
34-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
35-
<ProjectGuid>{77AC5D70-FC29-4192-A2ED-4325C410CBF4}</ProjectGuid>
36-
<ProjectTypeGuids>{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
37-
<OutputType>Library</OutputType>
38-
<RootNamespace>XamarinShortcutBadger</RootNamespace>
39-
<AssemblyName>XamarinShortcutBadger</AssemblyName>
40-
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
41-
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
42-
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
43-
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
44-
<AndroidClassParser>class-parse</AndroidClassParser>
45-
</PropertyGroup>
46-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47-
<DebugSymbols>true</DebugSymbols>
48-
<DebugType>full</DebugType>
49-
<Optimize>false</Optimize>
50-
<OutputPath>bin\Debug</OutputPath>
51-
<DefineConstants>DEBUG;</DefineConstants>
52-
<ErrorReport>prompt</ErrorReport>
53-
<WarningLevel>4</WarningLevel>
54-
<AndroidLinkMode>None</AndroidLinkMode>
55-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56-
</PropertyGroup>
57-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58-
<DebugSymbols>true</DebugSymbols>
59-
<DebugType>pdbonly</DebugType>
60-
<Optimize>true</Optimize>
61-
<OutputPath>bin\Release</OutputPath>
62-
<ErrorReport>prompt</ErrorReport>
63-
<WarningLevel>4</WarningLevel>
64-
<AndroidManagedSymbols>true</AndroidManagedSymbols>
65-
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
66-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
67-
</PropertyGroup>
68-
<ItemGroup>
69-
<Reference Include="System" />
70-
<Reference Include="System.Xml" />
71-
<Reference Include="System.Core" />
72-
<Reference Include="Mono.Android" />
73-
</ItemGroup>
74-
<ItemGroup>
75-
<Compile Include="Properties\AssemblyInfo.cs" />
76-
</ItemGroup>
77-
<ItemGroup>
78-
<None Include="Additions\AboutAdditions.txt" />
79-
<None Include="Jars\AboutJars.txt" />
80-
</ItemGroup>
81-
<ItemGroup>
82-
<TransformFile Include="Transforms\EnumFields.xml" />
83-
<TransformFile Include="Transforms\EnumMethods.xml" />
84-
<TransformFile Include="Transforms\Metadata.xml" />
85-
</ItemGroup>
86-
<ItemGroup>
87-
<LibraryProjectZip Include="Jars\ShortcutBadger-1.1.21.aar" />
88-
</ItemGroup>
89-
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
90-
</Project> -->

0 commit comments

Comments
 (0)