Android icon indicating copy to clipboard operation
Android copied to clipboard

Widget that opens a group

Open TheLastProject opened this issue 3 years ago • 18 comments

A widget that opens the MainActivity with a specific group selected would be pretty awesome.

So, for example, I use Groups to make a group of "Coupons". I would like to be able to create a widget to not just open a specific card but open Catima with the Coupons group selected.

This would requiring adding an extractIntentFields to MainActivity (like LoyaltyCardViewActivity has) which supports entering a requested group and an extra Shortcut activity in the manifest: https://github.com/TheLastProject/Catima/blob/110b3bcef3aa5e63531c706934ef0674dd0d51cf/app/src/main/AndroidManifest.xml#L92-L100

TheLastProject avatar Sep 17 '21 10:09 TheLastProject