forked from jameskokoska/Cashew
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Added Regex scanner template #6
Merged
Merged
Conversation
This file contains 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
…ing in background (#1) * Added flutter_notification_listener in deps * Enabled backgorund listener permissions for flutter_notification_listener in AndroidManifest * Implemented flutter_notification_listener as notification listener * Removed notification_listener_service dependency & code
…gin (#2) * Added NotificationController interface * Added LocalNotificationController for using flutter_local_notifications plugin * fixed requestPermission issue & default NotificationType added * Implemented LocalNotificationController globally in the app
… package (#3) * installed awesome_notifications package * Implemented AwesomeNotificationController
…nController (#4) * 1. Changed NotificationContent to NotificationData 2. Added schedule daily & upcoming notifications in NotificationController * fixed notificationId handling issue
* Added transaction parsing & saving from sms notifications * show notification on save of auto transaction & handled notification action * Added wallet selection in scanner templates * Added allowedPackages list for notification listening * fixed AwesomeNotificationController code mismatch after rebase * added TODO
…gex_scanner_template
Droyder7
added a commit
that referenced
this pull request
Apr 14, 2024
* Unlocked Premium Version * Added launch.json * Upgraded flutter_local_notifications to latest version * [FEATURE] Added flutter_notification_listener for notification listening in background (#1) * Added flutter_notification_listener in deps * Enabled backgorund listener permissions for flutter_notification_listener in AndroidManifest * Implemented flutter_notification_listener as notification listener * Removed notification_listener_service dependency & code * [FEATURE] Added Notification Controller for handling notification plugin (#2) * Added NotificationController interface * Added LocalNotificationController for using flutter_local_notifications plugin * fixed requestPermission issue & default NotificationType added * Implemented LocalNotificationController globally in the app * [FEATURE] Added Rich Custom Notifications using awesome_notifications package (#3) * installed awesome_notifications package * Implemented AwesomeNotificationController * [FEATURE] Added daily & upcoming notification handling in NotificationController (#4) * 1. Changed NotificationContent to NotificationData 2. Added schedule daily & upcoming notifications in NotificationController * fixed notificationId handling issue * [FEATURE] Auto SMS Transaction Saver (#5) * Added transaction parsing & saving from sms notifications * show notification on save of auto transaction & handled notification action * Added wallet selection in scanner templates * Added allowedPackages list for notification listening * fixed AwesomeNotificationController code mismatch after rebase * added TODO * Added regex & income fields in ScannerTemplates schema * Implemented regex & isIncome fields in ScannerTemplate usage * Added new transaction detection for adding scanner
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.
Added Regex scanner template