All Projects β†’ whytot β†’ Badgeforappicon

whytot / Badgeforappicon

Licence: mit
The unread badges of the android launcher icon.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Badgeforappicon

ScratchPaper
A Gradle Plugin for adding variant/version/git-commit-id/etc information to APK launcher icon.
Stars: ✭ 58 (-30.12%)
Mutual labels:  launcher, badge, icon
Badges4 Readme.md Profile
πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+1019.28%)
Mutual labels:  badge, badges, icon
Badger
A badge for any drawable πŸ”΄
Stars: ✭ 58 (-30.12%)
Mutual labels:  badge, badges
github-profile-achievements
A collection listing all Achievements available on the GitHub profile πŸ†
Stars: ✭ 1,060 (+1177.11%)
Mutual labels:  badge, badges
qpage
πŸ‘¨β€πŸ’» Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+4.82%)
Mutual labels:  badge, icon
ShortcutBadger
Xamarin.Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers. Port of
Stars: ✭ 24 (-71.08%)
Mutual labels:  launcher, badges
MadeWithUnityBadges
GitHub-ReadMe-Bagdes displaying "Made With Unity" with the Unity-Logo, based on shields.io badges, in markdown
Stars: ✭ 17 (-79.52%)
Mutual labels:  badge, badges
laravel-gamify
Laravel Gamify: Gamification System with Points & Badges support
Stars: ✭ 35 (-57.83%)
Mutual labels:  badge, badges
hosts
πŸ„―Curated lists of hosts files with various domain blocks.πŸ„―
Stars: ✭ 15 (-81.93%)
Mutual labels:  samsung, xiaomi
badgemaker
The Nim badgemaker tool.
Stars: ✭ 15 (-81.93%)
Mutual labels:  badge, badges
Open Source Badges
Open Source & Licence Badges
Stars: ✭ 368 (+343.37%)
Mutual labels:  badge, badges
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (-60.24%)
Mutual labels:  badge, badges
UltimateTabLayout
A library for tab layout use with viewpager. Very useful, small
Stars: ✭ 33 (-60.24%)
Mutual labels:  badge, icon
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+54.22%)
Mutual labels:  badge, icon
autobadge
Simple CLI tool to generate essential repository badges with ease
Stars: ✭ 16 (-80.72%)
Mutual labels:  badge, badges
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (+137.35%)
Mutual labels:  launcher, icon
Easylauncher Gradle Plugin
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will
Stars: ✭ 123 (+48.19%)
Mutual labels:  launcher, icon
Flutter app badger
Support to update the app badge on the launcher (both for Android and iOS)
Stars: ✭ 191 (+130.12%)
Mutual labels:  launcher, badge
debloat-adb
Bash Debloat-Scripts for Android Devices (using ADB)
Stars: ✭ 27 (-67.47%)
Mutual labels:  samsung, xiaomi
Badgeview
a BadeView base on android
Stars: ✭ 654 (+687.95%)
Mutual labels:  badge, badges

BadgeForAppIcon

The unread badges of the android launcher icon.

1 Add BadgeForAppIcon to your project

1.1 gradle

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.whytot:BadgeForAppIcon:v1.0.0-beta.2'
}

2 How to use

2.1 code

new IconBadgeNumManager().setIconBadgeNum(getApplication(), notification, count);

2.2 MIUI(xiaomi)

* -notification cannot be null
* -notification must be sent

3 Support List

3.1 Huawei (Support)

Launcher : com.huawei.android.launcher

https://developer.huawei.com/consumer/cn/devservice/doc/30802

3.2 Xiaomi (Support *)

Launcher : com.miui.home

https://dev.mi.com/console/doc/detail?pId=939 *: Notifications must be sent simultaneously, but the Numbers can be customized. *: When app have been open, the indicator disappears.(So when the app is in the foreground, you can't see badge) *: Only for MIUI6-10.

3.3 OPPO (Support *)

: Support , but need apply Please contact the customer service staff on the OPPO developer platform by yourself. He will explain how to apply for this function. : I am currently in the application stage. If I succeed, I will update this method.

3.4 VIVO(Not Support)

No support and no channels to apply. This feature must be specifically supported by VIVO.

3.5 Samsung (Support *)

Launcher : com.sec.android.app.launcher

*: Support, but no official statement

3.6 Meizu(Not Support)

3.7 Google(Support *)

Launcher : com.google.android.apps.nexuslauncher pixel 2(Pixel Launcher)

https://developer.android.com/training/notify-user/badges *: Support(Starting with 8.0 (API level 26)),but the number cannot be displayed on the corner mark, and you need to press the icon for a long time. *: Color is not red.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].