dreautall / waterfly-iii

Unofficial Android App for Firefly III, a free and open source personal finance manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional Bank Apps for Notification Service

imjuzcy opened this issue · comments

Here are some banking apps' package names that are currently not whitelisted:

de.c24.bankapp
com.maybank2u.life
de.traderepublic.app
my.com.tngdigital.ewallet
com.tpaay.bigpay
my.com.myboost

Apropos, why not listen to all app notifications by requesting notification access and allow users to choose which apps' notifications should be parsed by Waterfly instead of having to whitelist apps?

Hi, I'll add them!

The app listens to all notifications, but to properly show the apps in the settings (app name + icon), I need to specify the list of apps the app is "seeing". In theory I could just show the app ID, but that's not really user friendly, especially with stuff like the Google Play Services (= Google Pay). And I don't really want to hardcode a translation table (which I guess would be the alternative).

Alright, understood!