-
Notifications
You must be signed in to change notification settings - Fork 24
Add basic widget support #436
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
Closed
diasDominik
wants to merge
49
commits into
DennisBauer:feature_widget
from
diasDominik:add-basic-widget-support
Closed
Add basic widget support #436
diasDominik
wants to merge
49
commits into
DennisBauer:feature_widget
from
diasDominik:add-basic-widget-support
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cab623a
to
7e81e9e
Compare
…ates Update exchange rates
Create new release 0.13.1
Currently translated at 100.0% (71 of 71 strings) Translation: RecurringExpenseTracker/RecurringExpenseTracker Translate-URL: https://hosted.weblate.org/projects/recurringexpensetracker/recurringexpensetracker/zh_Hans/
…nsetracker-recurringexpensetracker Chinese (Simplified Han script) Translations update
Currently translated at 100.0% (71 of 71 strings) Translation: RecurringExpenseTracker/RecurringExpenseTracker Translate-URL: https://hosted.weblate.org/projects/recurringexpensetracker/recurringexpensetracker/nl/
…nsetracker-recurringexpensetracker Added Dutch translations from Hosted Weblate
…lite Update dependency androidx.sqlite:sqlite-bundled to v2.5.0-rc02
Update room to v2.7.0-rc02 (patch)
…ates Update exchange rates
Create 0.13.2 release
fix: apply suggestions fix: move navigation to SettingScreen fix: apply suggestions Fix ktlint
Remove whitespace prefix for version number
Sort alphabetically Layout tweaks
feat: add about page
Fix iOS compile break
Fix some lint warnings
Make sure the task only runs in release builds Add token to make sure release pipeline doesn't run into rate limitation
This makes sure that the version checks works on all platforms not just Android.
…ultiplatform Make About screen multiplatform compatible
…ations Update German translations
…tlin fix(deps): update dependency org.jetbrains.kotlin:kotlin-test to v2.1.20
…droidx.datastore.preferences fix(deps): update dependency androidx.datastore:datastore-preferences to v1.1.4
fix(deps): update koin to v4.0.3 (patch)
…lite fix(deps): update dependency androidx.sqlite:sqlite-bundled to v2.5.0-rc03
fix(deps): update room to v2.7.0-rc03 (patch)
Currently translated at 100.0% (78 of 78 strings) Translation: RecurringExpenseTracker/RecurringExpenseTracker Translate-URL: https://hosted.weblate.org/projects/recurringexpensetracker/recurringexpensetracker/zh_Hans/
…nsetracker-recurringexpensetracker (Chinese (Simplified Han script)) translation updated using Weblate
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.
7e81e9e
to
6435453
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.