Widget with multiple habits #45
-
A widget that contains all habits as a list would be very handy to tick habits off, like it's already implemented in HabitBull and shown here. |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 7 replies
-
The priority on this feature should be raised, it improves usability. |
Beta Was this translation helpful? Give feedback.
-
I also think that this is an important feature that the application is missing. |
Beta Was this translation helpful? Give feedback.
-
This will be a great feature, agree with @flowgunso, priority should be raised. |
Beta Was this translation helpful? Give feedback.
-
Hi all, I haven't contributed to this project before, but is it okay if I try to work on doing this for specifically the Checkmark widget? I've found this feature lacking since first installing the app. |
Beta Was this translation helpful? Give feedback.
-
Hi @vyu1, pull requests are very welcome. How are you planning to make the checkmark widget support multiple habits? Widgets are very limited on Android, but one thing we could use is the StackView layout. If you have any other ideas, let me know. |
Beta Was this translation helpful? Give feedback.
-
@iSoron I was thinking of making a new ListView layout (widgets don't support |
Beta Was this translation helpful? Give feedback.
-
+1 A widget with a view similar to main app, with possibility to select which habits to display (this would go hand in hand with #325) |
Beta Was this translation helpful? Give feedback.
-
@woj-tek For the Checkmark widget, I think we're thinking of using a StackView so it wouldn't look like the main app. |
Beta Was this translation helpful? Give feedback.
-
Thanks to @vyu1, it is now possible to stack multiple widgets together. This works not only for the checkmark widget, but for any other widget we currently have available. Please see the screenshot below. At this time, I am not planning to add a widget similar to the app's main screen. This is mainly due to Android limitations. I already said this before, but Android widgets are truly limited on what they can do, or even in what they can look like. We already employ a number of hacks to work around these limitations and to make our current widgets look and behave as well as they do. I don't think it would be possible to recreate the main app screen on widgets. Even if we somehow managed to do it, I would expect it to be very sluggish, and have poor usability. That being said, anyone is free to try, of course, and I would be glad to review such a patch. |
Beta Was this translation helpful? Give feedback.
-
This feature has been implemented and will become available in Loop 2.0. |
Beta Was this translation helpful? Give feedback.
-
FWIW, with Google Pixel 5 and Android 11 I am able to select the "stacked" widgets, but they are impossible to access and simply don't work for me. Instead I have manually assembled grids of logically grouped Loop checkmark widgets. It's very difficult to get the alignment to look right, but you can do it. So, for the checkmark widgets, perhaps what's needed instead of the current stacked concept is a table or grid of widgets that would be automatically aligned properly? |
Beta Was this translation helpful? Give feedback.
This feature has been implemented and will become available in Loop 2.0.