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

Add basic widget support #436

Open
wants to merge 3 commits into
base: feature_widget
Choose a base branch
from

Conversation

diasDominik
Copy link
Contributor

No description provided.

@diasDominik diasDominik force-pushed the add-basic-widget-support branch from 66cb65a to cab623a Compare March 1, 2025 22:12
The common Res strings are added as sourceSets and can be imported but
when using them in non common Code it gives a compile error that it
can not find them. Exposing them as public solves this.
This adds a Widget using jetpack compose glance instead of xml.
This is the basic implementation updating the Widget does not work jet.
Replicating the common UpcomingPaymentsViewModel as with glance we can't
use ViewModels. Also we only have a small amount of basic composables
there is no e.g. Card with this reducing the information and style shown
in the Widget to a minimum.
The configuration of the Widget is also not yet there but prepared to be
also able to use Grid or List mode.
@diasDominik diasDominik force-pushed the add-basic-widget-support branch from cab623a to 7e81e9e Compare March 1, 2025 22:14
@DennisBauer DennisBauer added the feature New feature or request label Mar 2, 2025
@DennisBauer DennisBauer changed the base branch from main to feature_widget March 3, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants