patzly / grocy-android

ERP beyond your fridge, now on your phone – An awesome companion app for grocy
https://patrickzedler.com/grocy/
GNU General Public License v3.0
879 stars 85 forks source link

Feature Request: Deep linking #817

Closed mikedolx closed 9 months ago

mikedolx commented 9 months ago

Hi,

I'd like to enable or simplify the integration of the grocy-android app into other apps (and workflows), by allowing deep linking. The idea is to have a parent todo-list in another app, where shopping with grocy is one action point. By clicking a link from the todo-app i can directly switch to the shopping list of grocy-android. This would allow me to create daily todo lists, that allow me to easily jump to grocy.

Example Markdown

- [ ] Laundry
- [ ] Post Office
- [ ] [ALDI](app://grocy.info/shopping-list)
- [ ] Disney Land

See also:

What do you think?

patzly commented 9 months ago

Deeplinks are already used in the app, so maybe this should not be that hard.

dominiczedler commented 9 months ago

Hey, this should already be possible:

grocy://shoppingListFragment

Doesn't this work for you? All supported links are noted in the last part of the in-app help.

mikedolx commented 9 months ago

grocy://shoppingListFragment

This one worked out of the box! Amazing!

Thanks a lot!!

mikedolx commented 9 months ago

Issue can be closed