Without androidx#45
Open
Fector101 wants to merge 88 commits into
Open
Conversation
Set BaseNotification.logs to True for development.
…moved to function
Updated dependencies in README for android_notify.
* feat: fallback image for flet apps * Fallback icon for Flet python apps * Test to find package path * Rename icon.png to flet-appicon.png * feat: function for getting flet fallback app icon * feat: using fallback img for flet app icons * refactor: better function name for getting flet fallback icon path * Separated function for getting bitmap from function for getting fullpath+bitmap * fix: separate function for getting icons from package path * Extra test * fix: get_bitmap_from_path(img_full_path) NameError * Fix: extra test * Fix: nameerror * fix: name conflict * Using pydroid to see logs * fix: need to include extra data, complier ignores fumes that are not .py, pain! * Syntax fix * Syntax fix * Pattern change * fix: missing import * refactor: repeated blocks and removed tests * Clean up * cleanup * cleanup * cleanup * Indent fix * Indent fix * refactor: removed unused import * fix: reference error * Delete android_notify/fallback-icons/1
* refactor: added fallback for finding icons * refactor & feat: changed flow to include other fallback icons and added support for pydroid icon * Add files via upload
* feat: Implement setWhen method for notification timestamp Adds a method to set notification timestamp in the past. * Add Android check for notification timestamp Add conditional check for Android before setting notification time.
…n sync (#28) * better logs * facade improvements to run on PC and fill_args replaces start_building
…ix and patch to run kivy service on PC
…Passed test on pydroid3 * don't overwrite old notifications on-restart #untested * fixed missing get_notification_manager #passed test on pycharm
* passed All tests on PC * more info * better naming convention
Fix BuildVersion check for SDK_INT
* feat: add support for custom local sound paths and URIs * feat: add documentation for using custom sound paths and URIs in notifications
…all network interfaces' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issue #44