rsi2m
rsi2m
> I ran in to this issue, the fix was to remove the `signingConfig signingConfigs.debug`line from within `buildTypes` -> `release` in build.gradle Yeah, this fix helped me as well! Thanks!
@dustin-graham great job on that PR #66 ! Looking forward to test it out once it's merged!
I was able to reproduce this issue locally with latest versions. And in my case FITID were different. Here's the scenario: 1. Import ofx file for August with one transaction....
@MatissJanis , Thanks for checking out this issue! I've checked with **Client version: v24.4.0** **Server version: v24.4.0** - sadly, issue is still there.
I can reproduce the issue for .csv import as well: aug.csv: ``` Date,Amount 20230830,-1.50 ``` sep.csv: ``` Date,Amount 20230901,-1.50 20230901,-1.50 ``` Result is the same: September transaction overwrite the one...
Hey! I was also looking into way of implementing this. @jhoogstraat Do you have any ideas for a workaround? Android lib has this method available: `com.google.mlkit.vision.barcode.Barcode.getBoundingBox`. So, in theory, rectOfInterest...
I'd vote for the second option. It seems more flexible