todo-android icon indicating copy to clipboard operation
todo-android copied to clipboard

Update to 1.0.1 broke the app

Open flawiddsouza opened this issue 7 years ago • 4 comments

The listview isn't updated after adding a new todo or when you select it for deletion.

I thought the previous UI was much cleaner but that's just my opinion 😉 Now the delete button has an accidentally clickable friend.

flawiddsouza avatar Mar 19 '17 12:03 flawiddsouza

Uhh, my listview is running correctly. Please let me know how to reproduce the bug. :cry:

I think the bug is because of a database library, which is Realm, is too old to run. Or, Event Bus is now deprecated. I want to update the database library. But, I cannot do that. Because it contains a number of breaking changes. :cry:

I understood delete button should confirm your operation before deletion. Thank you.

rakuishi avatar Mar 19 '17 22:03 rakuishi

I'm on Nougat 7.1. That's probably the issue. Though I don't understand how that could break it when it had been previously working properly. 😕

I did get a Realm unhandled exception but I think that was because the listview didn't update after deletion and I tried to delete the same item twice because it remained there. As you know, things that don't exist when tried to be deleted throw exceptions like this.

I wonder if I could help you here. How big are the list of changes you're talking about?

I thought the delete button worked fine even without a confirm dialog. Though some would prefer that. I was talking about the 3 dot dropdown menu which has links to Github, Attributions and Help & Feedback. I referred to that as the "accidentally clickable friend." 🙂

flawiddsouza avatar Mar 20 '17 00:03 flawiddsouza

I could reproduce this bug. I'll investigate the cause.

rakuishi avatar Apr 28 '17 11:04 rakuishi

Any updates?

max0913 avatar May 14 '18 15:05 max0913