emavgl / oinkoin

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

[BUG] Grey screen on launching since last update 1.0.51 #97

Closed LoHub closed 6 months ago

LoHub commented 7 months ago

Hello, First all, thank you for this very convenient app which is very helpful to me in my daily life. Unfortunately the app does not work anymore since last update. If you need additional details, I will be very happy to provide them.

Step to reproduce bug

What occur

Technical details

Screenshot

screenshot

emavgl commented 7 months ago

Hi there, I am sorry to hear about the bug. Unfortunately I am not able to reproduce it on my side.

I have tried installing from the linked APK and everything worked fine.

Please procede as following:

emavgl commented 7 months ago

Or try to clear the Cache data first. But NOT the app data.

LoHub commented 7 months ago

Thank you for this incredibly fast response.

emavgl commented 7 months ago

Update:

Please try this release https://github.com/emavgl/oinkoin/releases/tag/1.0.52

It should contain the fix. Without internet access I can't send myself logs and it is difficult to guess the problem.


I see.

I made this APK with version 1.0.52 which points to 1.0.49. Unfortunately Github does not allow me to attach the APK directly.

You can download it from here: https://transfer.sh/6dJ5VaGhTi/app-arm64-v8a-pro-release.apk

Let me know if it works.

LoHub commented 7 months ago

Thank you very mutch. I download the transfer.sh version. It just work and I was able to export my data, uninstall and reinstall 1.0.51 and restore my data.

If I may it could be a good idea to add the fragileUserData property in Android Manifest to allow user to keep data on uninstalling.

emavgl commented 7 months ago

Glad that it worked :) I was not aware of that flag. I will surely add it.

Could you please try to update to the real 1.0.52 then?

Thanks for trying and sorry again for the inconvenience.

LoHub commented 7 months ago

I updated to 1.0.52 version and I can launch app. It seems there is still a bug. But I found an easy workaround to temporly fix it, so it is not an emergency to fix it for me.

Steps to reproduce

  1. Open app
  2. Go to settings > customization
  3. Change (for exemple) grouping separator from dot to none (looks like to produce the bug with any settings)
  4. Go back in Home view

What append

Workaround

Screenshot

screenshot

emavgl commented 7 months ago

Ok, that's is a different bug, but not as tragic as the first one 👌 will fix asap.

emavgl commented 6 months ago

Should be fixed with https://github.com/emavgl/oinkoin/releases/tag/1.0.54 - I am closing the issue, but feel free to comment or re-open the issue if the problem persist.