markusfisch / PieLauncher

Android home screen launcher that uses a dynamic pie menu instead of tables of icons.
https://play.google.com/store/apps/details?id=de.markusfisch.android.pielauncher
MIT License
354 stars 39 forks source link

1x1 widget support #2

Open molikuner opened 4 years ago

molikuner commented 4 years ago

Use cases

To discuss (some things I thought about, may be more than the following)

markusfisch commented 4 years ago

I definitely like to add widget support, even if it was only to have icons for PWAs. And having those 1x1 widgets in the application list would really be nice! I'll have a look at AppWidgetHost and AppWidgetHostView to see what it takes to add this.

2br-2b commented 3 years ago

PWAs are shortcuts, not widgets, so I think the implementation would be different than for 1x1 widgets than for pwas. They'd both be cool and it'd be nice to have both, but I think we need separate issues for the two (as I mentioned in #16).