notriddle / budget-envelopes

An Android app for managing money.
GNU General Public License v3.0
57 stars 33 forks source link

Missing envelopes #4

Closed alethea closed 11 years ago

alethea commented 11 years ago

I've hit a bug in v1.7 on Android 4.3 where an envelope will disappear from the home screen after adding a transaction and returning to the home screen. The missing envelope does not appear in the export file, so it looks like it's really gone. I haven't been able to artificially reproduce it, but I'll try to catch more information if it happens again.

notriddle commented 11 years ago

Thanks, please do. Meanwhile, I'll look into it myself.

Alethea Butler notifications@github.com wrote:

I've hit a bug in v1.7 on Android 4.3 where an envelope will disappear from the home screen after adding a transaction and returning to the home screen. The missing envelope does not appear in the export file, so it looks like it's really gone. I haven't been able to artificially reproduce it, but I'll try to catch more information if it happens again.

— Reply to this email directly or view it on GitHub.

notriddle commented 11 years ago

I haven't been able to reproduce the bug, but I have, in an slightly different circumstance, caused a race condition with the same result (it hadn't finished loading the envelope, and thought it was empty, so it threw the envelope away when you closed out of it).

If you can't reproduce it, I'm going to guess that that's it.

alethea commented 11 years ago

Now that you mention it, that's exactly what happened the first time I hit it. Opened an envelope, realized it was the wrong envelope, returned to main activity, and then it was gone.

notriddle commented 11 years ago

Okay. I fixed it in the current beta.

Alethea Butler notifications@github.com wrote:

Now that you mention it, that's exactly what happened the first time I hit it. Opened an envelope, realized it was the wrong envelope, returned to main activity, and then it was gone.

— Reply to this email directly or view it on GitHub.