dreautall / waterfly-iii

Unofficial Android App for Firefly III, a free and open source personal finance manager.
MIT License
329 stars 25 forks source link

Additional Bank Apps for Notification Service #351

Closed imjuzcy closed 5 months ago

imjuzcy commented 5 months ago

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?

dreautall commented 5 months ago

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).

imjuzcy commented 5 months ago

Alright, understood!