Skip to content

AN - Stable

Choose a tag to compare

@Fector101 Fector101 released this 16 Feb 16:07
· 350 commits to main since this release

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.