Android-notify

Latest version: v1.56

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.52

New Features

- Online images in Notifications
- Adding more styles to already sent notification

Fixes

- Removing progress Bar when not on PC
- Local images using only one style
- Big Text style
- Types

Changes

- Better handling for images
- Better logs when developing on PC
- No need to Call functions Listener

🥳 Online images [new feature]

You can finally use online images in your notifications

Requirements

1. In your buildozer file add `requirements=INTERNET`
2. All Online images to be added should be inputted with their full URL, that is should start with `https://` or `http://`

Fixes

1. No more Crashes when Removing progress Bar when developing on PC
2. Big text style: `Notification` takes a new argument called `body` this will be shown when the user clicks drop down btn, while `message` will be it's preview.
3. Types: most of `Notification` arguments are strings and return strings except `['progress_max_value','progress_current_value','callback','logs']`

Changes

NotificationHandler

No need to bind listener in your app, This will now be done automatically, If you **Don't** want to listen to notification clicks in your app You unbind using `NotificationHandler.unbindNotifyListener`

Runtime protection

Removed `FileNotFoundError` from package, if picture is not found it'll be simply logged out to console with all files in app directory.

1.51

Reasons Still in Development
- Still finding bugs associated with new feature
- Working on better Logs When Getting Image through URL
- Ability to change notification main icon from App Icon to local image

New Feature

- Online images in Notifications

Fixes

- Removing progress Bar when not on PC
- Big Text style
- Types

Changes

- Better handling for images
- Better logs when developing on PC
- No need to Call functions Listener

🥳 Online images [new feature]

You can finally use online images in your notifications

Requirements

1. In your buildozer file add `requirements=INTERNET`
2. All Online images to be added should be inputted with their full URL, that is should start with `https://` or `http://`

Fixes

1. No more Crashes when Removing progress Bar when developing on PC
2. Big text style: `Notification` takes a new argument called `subject` this will be shown before the user clicks drop down btn to view large text `message`.
3. Types: most of `Notification` arguments are strings and return strings except `['progress_max_value','progress_current_value','callback','logs']`

Changes

NotificationHandler

No need to bind listener in your app, This will now be done automatically, If you **Don't** want to listen to notification clicks in your app You unbind using `NotificationHandler.unbindNotifyListener`

Runtime protection

Removed `FileNotFoundError` from package, if picture is not found it'll be simply logged out to console with all files in app directory.

1.50

After extensive testing
This version is now production-ready it provides reliable functionality for Android notifications.
What's Changed
* added buttons, can now open app from notification,fixed logic by Fector101 in https://github.com/Fector101/android_notify/pull/1

New Contributors
* Fector101 made their first contribution in https://github.com/Fector101/android_notify/pull/1

**Full Changelog**: https://github.com/Fector101/android_notify/commits/v1.50

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.