Skip to content
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 12 commits into from
Apr 14, 2024
Merged

Conversation

Droyder7
Copy link
Owner

Added Regex scanner template

  1. Added regex & income fields in ScannerTemplates schema
  2. Implemented regex & isIncome fields in ScannerTemplate usage
  3. Added new transaction detection for adding scanner

Droyder7 and others added 12 commits April 3, 2024 15:42
…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
@Droyder7 Droyder7 merged commit 1113f13 into dev Apr 14, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant