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

Commit 7976b4e

Browse files
authored
Update README.md
1 parent ba0c872 commit 7976b4e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShortcutBadger
44

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)
5+
![original version](http://img.shields.io/badge/original-v1.1.22-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)
66

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

@@ -14,26 +14,26 @@ The ShortcutBadger makes your Android App show the count of unread messages as a
1414

1515
NuGet
1616

17-
```
17+
```sh
1818
Install-Package Xamarin.ShortcutBadger
1919
```
2020

2121
Add the codes below:
2222

23-
```csharp
23+
```cs
2424
int badgeCount = 1;
2525
ShortcutBadger.ApplyCount(context, badgeCount);
2626
```
2727

2828
If you want to remove the badge:
2929

30-
```csharp
30+
```cs
3131
ShortcutBadger.RemoveCount(context);
3232
```
3333

3434
or
3535

36-
```csharp
36+
```cs
3737
ShortcutBadger.ApplyCount(context, 0);
3838
```
3939

@@ -143,6 +143,13 @@ ShortcutBadger.ApplyCount(context, 0);
143143
<br>
144144
<img src="https://raw.github.com/leolin310148/ShortcutBadger/master/screenshots/ss_launchtime.png"/>
145145
</td>
146+
<td width="260" colspan="2">
147+
<h3>Yandex Launcher</h3>
148+
<br>
149+
<img src="https://raw.github.com/leolin310148/ShortcutBadger/master/screenshots/ss_yandex.png"/>
150+
<br>
151+
(1.1.23+)
152+
</td>
146153
</tr>
147154
</table>
148155

@@ -175,6 +182,10 @@ please use version 1.1.0+!
175182

176183
## CHANGE LOG
177184

185+
1.1.22:
186+
187+
* Improve Oreo support (Thanks to [AlexStarc](https://github.com/AlexStarc))
188+
178189
1.1.21:
179190

180191
* Using binding of native library

0 commit comments

Comments
 (0)