nextcloud-deck icon indicating copy to clipboard operation
nextcloud-deck copied to clipboard

When clicking on the list widget, the selected list should be opened

Open tomtom opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I added a widget to display list X to my start screen. When I click/tap on the list widget, I would expect the selected list to be opened. Instead the app is opened at the position where I left it.

Describe the solution you'd like When I tap on the widget's list name, the list should be opened in the app. When I tap on an item, the item should be opened in the app.

Additional context I use the current version from the Google App store.

tomtom avatar Sep 22 '23 12:09 tomtom

I agree.

When I tap on an item, the item should be opened in the app.

This shouldâ„¢ already work (at least it worked when i just tested it on my device)

When I tap on the widget's list name, the list should be opened in the app.

This does not yet work, the current implementation simply opens the main activity (which will display the last viewed board / list).

We will need to pass the board and list IDs to the intent and evaluate them in the MainActivity to check whether we need to display a different board / list than the last saved. Probably debatable, but it is probably easier to remember the board / list as "new" saved board / list combination when provided...

stefan-niedermann avatar Sep 22 '23 12:09 stefan-niedermann