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

feat: Add Dashboard screen #570

Open
wants to merge 129 commits into
base: master
Choose a base branch
from
Open

feat: Add Dashboard screen #570

wants to merge 129 commits into from

Conversation

barbeau
Copy link
Owner

@barbeau barbeau commented Nov 23, 2021

TODO:

Closes #313

Apparently "Card" isn't supported yet in Compose Material 3 library, so let's wait for that
Add to navigation drawer with basic working fragment and Composable
This allows us to listen to the preference updates as state from the dataStore Flow in the Compose UI, which fixes the manual on / off switch "start tracking" message in the Dashboard. PreferencesRepository is injected via Hilt.

TODO: Migrate all preferences to Datastore
@barbeau barbeau marked this pull request as ready for review August 26, 2022 19:29
…o prefsRepo.userPreferencesFlow

The user preference therefore drives all starting and stopping of observers, as opposed to the SharedLocationManager sharing it's state directly and obeservers observing the SharedLocationManager (via LocationRepository).
@botanegg
Copy link

botanegg commented Dec 2, 2022

image
https://en.wikipedia.org/wiki/Homunculus_loxodontus

Copy link

stale bot commented Dec 5, 2023

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Dec 5, 2023
@barbeau
Copy link
Owner Author

barbeau commented Dec 5, 2023

Not stale

@stale stale bot removed the stale label Dec 5, 2023
Copy link

stale bot commented Jun 22, 2024

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Jun 22, 2024
@barbeau
Copy link
Owner Author

barbeau commented Jun 23, 2024

Not stale

@stale stale bot removed the stale label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Dashboard" tab for showing GNSS feature support
2 participants