Meshtastic-Android/app
James Rich 98d11115c6
feat: Add ability to display environment metrics in Fahrenheit (#1253)
* feat: Add ability to display environment metrics in Fahrenheit

The temperature values in the environment metrics charts and cards are now displayed in Fahrenheit or Celsius based on the user's preference. Celsius is still used as the base unit for calculations and storage.

* Refactor: Rename environmentDisplayTempInFahrenheit to environmentDisplayFahrenheit

Renamed the variable environmentDisplayTempInFahrenheit to environmentDisplayFahrenheit for better clarity and consistency.

* Refactor: Remove unused ENVIRONMENT_METRICS_COLORS

Removed the unused `ENVIRONMENT_METRICS_COLORS` variable from the `EnvironmentMetrics` component.

* Update: Add support for plotting iaq

Added green to the list of colors used for plotting environment metrics to support the newly added iaq readings.
2024-09-18 19:37:55 -03:00
..
schemas/com.geeksville.mesh.database.MeshtasticDatabase refactor: introduce NodeEntity protobuf-based database entity (#1250) 2024-09-16 17:57:30 -03:00
src feat: Add ability to display environment metrics in Fahrenheit (#1253) 2024-09-18 19:37:55 -03:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle chore(deps): update nav_version to v2.8.1 2024-09-18 18:59:30 -03:00
google-services-example.json mock google-services in CI builds 2020-04-02 22:07:35 -07:00
google-services.json for now use my local google-services settings (for crashlytics) 2020-03-01 16:39:53 -08:00
proguard-rules.pro chore: disable code shrinking and optimization 2024-05-19 08:30:53 -03:00