emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
156 stars 9 forks source link

Truncated latest transactions #165

Closed anedroid closed 3 days ago

anedroid commented 1 week ago

With a large amount of transactions being displayed, the latest ones get truncated, probably to save memory. Displaying all transactions since the beginning is the only way to see the non-relative account balance.

Proposed solutions:

Android version: 12, LineageOS FOSS App version: 1.0.69 F-Droid

emavgl commented 1 week ago

Hi, can you please attach a screenshot?

truncate oldest transactions and load them as scrolled down, -> it should be already like this, the records should be rendered just if you scroll-down and not all together.

anedroid commented 1 week ago
![Screenshot_20241107-113902_Oinkoin](https://github.com/user-attachments/assets/86e0e18e-4890-48fb-bade-01732d4d953c) ![Screenshot_20241107-113843_Oinkoin](https://github.com/user-attachments/assets/350adecb-f5ec-4006-b30e-a8175617eac5)
anedroid commented 1 week ago

The amount of records is 446.

emavgl commented 1 week ago

That's totally right. It is clearly a bug. I'll have a look soon, thanks for reporting.

emavgl commented 1 week ago

Hi, it should be fixed in the new version which includes several new features. If possible, could you please try out this version and give me some feedback?

Please remember to do backup, store it somewhere and then install the new version, just to be safe.

emavgl commented 3 days ago

Fixed with https://github.com/emavgl/oinkoin/releases/tag/1.0.71 - I am closing the issue. Thanks for your help!