AN - Stable
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
- In your buildozer file add
requirements=INTERNET - All Online images to be added should be inputted with their full URL, that is should start with
https://orhttp://
Fixes
- No more Crashes when Removing progress Bar when developing on PC
- Big text style:
Notificationtakes a new argument calledbodythis will be shown when the user clicks drop down btn, whilemessagewill be it's preview. - Types: most of
Notificationarguments 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.