Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tomtom opened this issue Sep 22, 2023 · 1 comment
Open

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

tomtom opened this issue Sep 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tomtom
Copy link

tomtom commented Sep 22, 2023

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 tomtom added the enhancement New feature or request label Sep 22, 2023
@stefan-niedermann
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants