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

Refactor HiltViewModels ApplicationContext #446

Merged
merged 9 commits into from
Oct 19, 2023

Conversation

ArnyminerZ
Copy link
Member

No description provided.

Signed-off-by: Arnau Mora <[email protected]>
@ArnyminerZ ArnyminerZ added the enhancement New feature or request label Oct 16, 2023
@ArnyminerZ ArnyminerZ requested a review from rfc2822 October 16, 2023 13:04
@ArnyminerZ ArnyminerZ self-assigned this Oct 16, 2023
@ArnyminerZ ArnyminerZ linked an issue Oct 16, 2023 that may be closed by this pull request
@ArnyminerZ ArnyminerZ marked this pull request as ready for review October 16, 2023 13:04
Copy link
Member

@rfc2822 rfc2822 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a crash. Maybe the same problem apples to other changes too. I suggest to always test changed code by actually running it in the emulator (every single change).

Please also update from dev branch.

Signed-off-by: Arnau Mora <[email protected]>
Copy link
Member

@rfc2822 rfc2822 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still some without @HiltViewModel; guess it won't work without? Please check for all changed code occurrences manually (for instance let the open-source fragment display at startup).

If ready, please explicitly re-request review so that I know when you're finished.

Signed-off-by: Arnau Mora <[email protected]>
…ntext

# Conflicts:
#	app/src/main/kotlin/at/bitfire/davdroid/ui/intro/BatteryOptimizationsFragment.kt
#	app/src/main/kotlin/at/bitfire/davdroid/ui/webdav/AddWebdavMountActivity.kt
@ArnyminerZ ArnyminerZ requested a review from rfc2822 October 18, 2023 18:30
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
@rfc2822 rfc2822 added refactoring Internal improvement of existing functions and removed enhancement New feature or request labels Oct 19, 2023
@ArnyminerZ ArnyminerZ requested a review from rfc2822 October 19, 2023 14:15
@ArnyminerZ
Copy link
Member Author

Now everything should be fine I believe.

Copy link
Member

@rfc2822 rfc2822 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so too 👍🏻

@rfc2822 rfc2822 merged commit fe679da into dev-ose Oct 19, 2023
4 checks passed
@rfc2822 rfc2822 deleted the 445-refactor-hiltviewmodels-applicationcontext branch October 19, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Internal improvement of existing functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor HiltViewModels ApplicationContext
2 participants