simra-project / simra-android

Apache License 2.0
18 stars 13 forks source link

add option to delete ride from `My Rides` #27

Open foss- opened 1 year ago

foss- commented 1 year ago

On iOS rides can be deleted via swipe. On Android a swipe on a ride list view for My Rides does nothing. Long pressing does the same as short pressing: open ride.

Users should have a way to delete rides.

selphiron commented 1 year ago

Rides can be deleted before they are uploaded. For that, just tap on the trash bin icon.

foss- commented 1 year ago

Don't have a local ride currently to check. However wouldn't this still be an inconsistency with the iOS version? And why not allow users to delete uploaded rides (while keeping them on the server)?

selphiron commented 1 year ago

That is correct, we do not support swipe actions in "My Rides" on SimRa-Android. We do not allow to delete uploaded rides, because we don't have the connection between rides and users in the backend. This connection only stays within the app.

foss- commented 1 year ago

So that is the reason you don't allow to delete rides? Isn't the argument the same for iOS? So rather than filing a feature request on Android to allow swipe to delete, there should be rather a feature request to remove delete functionality from iOS variant?