Ivy-Apps / ivy-wallet

Ivy Wallet is an open-source money manager app for Android, no longer maintained. You can fork the code or download the final version from Google Play.
https://play.google.com/store/apps/details?id=com.ivy.wallet
GNU General Public License v3.0
2.8k stars 674 forks source link

[FEATURES] Tasker Integration #919

Closed imjuzcy closed 1 year ago

imjuzcy commented 2 years ago

Please confirm the following

What do you want to be added or improved?

As a user I want to use Tasker to automate adding transactions when bank apps send notifications about new transactions.

Why do you need it?

How do you imagine it?

Ivy Wallet doesn't have to do the parsing and automation because I think it's too complicated and unnecessary to be included in a expense tracker app (and also there are too many different bank apps that send notifications with different contents, won't be possible to support every app). Dev can just add an intent that can be called by Tasker to add transactions. Or even better, Tasker plugin.

Users can create their own filters to parse the banking apps' notifications with Tasker, and pass relevant information to Ivy Wallet to automatically add transactions.

Here are relevant informations about Tasker Plugins.

ILIYANGERMANOV commented 1 year ago

Out of scope