-
Notifications
You must be signed in to change notification settings - Fork 24
Android - Click on listView item to open details crash the app #12
Comments
Thanks @nuno, for being the first contributor! I've fixed the first issue where the dialog that should appear when you don't have the required permission didn't work. But I cannot reproduce the crash (on iOS), since when location is disabled it doesn't log anything and there's no ride to explore. Can you share the exact steps? BTW, on iOS you can delete from the list by swiping a ride row to the right. |
@FokkeZB Glad that I can help :) Just to confirm @FokkeZB, on iOS there NO crash, and that is why I put in the title of the issue Android - ....... "BTW, on iOS you can delete from the list by swiping a ride row to the right." That is correct! But since the crash happen on Android I have no way to delete that item, of course I'm testing the app, I can uninstall the app and install again and the items gone. |
@nuno do you have any crash info? |
Could you try with the latest code? Just pushed some updates. |
I did the tests on my Android devices, not sure if the device send the logs for you?
Yes, I will do that. P.S. The crash's are all in silence. |
@nuno did you find time manage to test with the latest code? I did get a crash via Google Play:
Which phone is yours?
It looks like the region I set is not correct. I compute the region here. Would you be able to get me the SQLite database which crashes? |
LENNY2 (s5030) I will test today, sorry for the delay. |
If my device have the "Location" disabled and I started my "Track" I get no information like "0 km/h" or "0 mph", beneath the circle with the stop button.
Afterwards I go to the Rides tab, I click on ListView Item to get my detail View, is where i get the crash.
If I enable the "Location" all works correctly, but then I can't not delete the item that crash the app, because in order to delete an item in this app I have to open the detail View, I'm correct?
Hope this helps!
The text was updated successfully, but these errors were encountered: