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 widget for Android app #7

Closed
ilpork opened this issue Apr 26, 2020 · 1 comment · Fixed by #8
Closed

Add widget for Android app #7

ilpork opened this issue Apr 26, 2020 · 1 comment · Fixed by #8
Labels
enhancement New feature or request

Comments

@ilpork
Copy link
Owner

ilpork commented Apr 26, 2020

A home screen widget would provide a quick overview of values selected sensors. I had a simple widget in first version of the app, but it wasn't configurable, so I removed it from the project. The target is now to make a widget, which can show values from three sensors, and those sensors can be selected in the app.

It also requires different approach in selecting the items to be shown in overview tab in app (now it's done on location details page. Options page could provide means to define visibility in both use cases (overview page and widget).

@ilpork ilpork added the enhancement New feature or request label Apr 26, 2020
ilpork added a commit that referenced this issue Apr 26, 2020
It's more usable to have all items list in one list, and this also allows adding separate tab to configure visibility of items in widget.

Xamarin.Shell is used to present the tabs, so some things related to styles had to be updated too.
ilpork added a commit that referenced this issue Apr 26, 2020
The tab is used to select which items are shown in app widget. Currently the content is very similar to that of summary options tab, but in future they both will likely get unique options too.
ilpork added a commit that referenced this issue Apr 27, 2020
It makes XAML lighter and allows using same functionality from widget
ilpork added a commit that referenced this issue Apr 27, 2020
ilpork added a commit that referenced this issue Apr 29, 2020
@ilpork
Copy link
Owner Author

ilpork commented Apr 29, 2020

Fixed by #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant