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

WeatherService #353

Merged
merged 42 commits into from
Dec 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6ba2878
Added QCBOR dependency
Avamander May 17, 2021
bda96dc
Initial Weather service skeleton
Avamander Jun 9, 2021
1d3f0df
Tidied up and added Weather to CMakeLists.txt
Avamander Jun 9, 2021
eb27813
Removed redundant comments from NrfLogger
Avamander Jun 9, 2021
6e16584
Skeleton of the receiving logic
Avamander Jun 16, 2021
4349657
Minor style improvement
Avamander Jun 16, 2021
4b2dcbb
Fixed a few bugs, enabled UsefulBuf library optimizations
Avamander Jun 20, 2021
b6e9e41
Switched to non-deprecated math header
Avamander Jun 24, 2021
3a09b36
Brace style and whitespace fixes
Avamander Jun 24, 2021
2736fa5
Added autodetection for clang-format version
Avamander Jun 24, 2021
19c9667
Started initial work on the UI
Avamander Jun 24, 2021
0ed256b
Few formatting fixes
Avamander Jun 24, 2021
ed6f0aa
Implemented a few functions.
Avamander Aug 21, 2021
ffb1735
Fixed a few compilation errors, fixed UUID.
Avamander Nov 28, 2021
657dc3a
Changed UUID so it wouldn't conflict with Motion
Avamander Nov 28, 2021
900598a
Removed versioning because it's not necessary
Avamander Nov 28, 2021
df04763
Fixed recovery build
Avamander Nov 28, 2021
48beb7c
Improved error handling and fixed incompatibility with co.nstant.in:c…
Avamander Nov 28, 2021
c870f8e
Bunch of bugs fixed, improved error handling, debug UI addition
Avamander Nov 30, 2021
06b022f
Improved UI and fixed a bug
Avamander Nov 30, 2021
9108952
Implemented parsing of all defined weather data types
Avamander Dec 1, 2021
cccec6e
Improved debug UI.
Avamander Dec 1, 2021
75cf532
Fixed an incorrect decode in Humidity
Avamander Dec 1, 2021
abbfb92
Added new precipitation and obscuration types
Avamander Dec 1, 2021
b998d5e
Removed unnecessary change in CMakeLists
Avamander Dec 1, 2021
9525fc4
Specified how values should be interpreted better
Avamander Dec 1, 2021
b72c6a5
Clarified a few comments
Avamander Dec 1, 2021
ffd6c3f
Removed an instance of shadowing
Avamander Dec 1, 2021
e0133ce
Improved documentation
Avamander Dec 1, 2021
797b603
Improved documentation
Avamander Dec 1, 2021
154e3d2
Added a few helper functions
Avamander Dec 1, 2021
be7931c
Whoops, fixed a wrong type
Avamander Dec 1, 2021
4a8f72b
Fixed a bug in DewPoint decoding
Avamander Dec 2, 2021
58d454b
Improved Temperature parsing
Avamander Dec 2, 2021
62bb6b5
Better cleanup, bugfixes and improvements in weather parsing. UI impr…
Avamander Dec 3, 2021
0df49bd
Removed float usage from display
Avamander Dec 3, 2021
7b04ce5
Added a note about the timestamp having a timezone offset
Avamander Dec 3, 2021
6879147
Revert wrong change to DisplayApp
Avamander Dec 4, 2021
f1f2bc1
Added a note about map key capitalization
Avamander Dec 4, 2021
3eebe66
Updated docs and renamed functions for consistency
Avamander Dec 4, 2021
5f50f0e
Fixed air quality amounts being off by a few orders of magnitude
Avamander Dec 4, 2021
e8c1302
Merge branch 'develop' into patch-weather
Avamander Dec 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into patch-weather
Avamander authored Dec 9, 2021
commit e8c1302cd65dbd804d152227ae76aa786d6f0b60
1 change: 1 addition & 0 deletions src/components/ble/NimbleController.h
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
#include "components/ble/ServiceDiscovery.h"
#include "components/ble/MotionService.h"
#include "components/ble/weather/WeatherService.h"
#include "components/fs/FS.h"

namespace Pinetime {
namespace Drivers {
1 change: 1 addition & 0 deletions src/displayapp/Apps.h
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ namespace Pinetime {
Motion,
Steps,
Weather,
PassKey,
QuickSettings,
Settings,
SettingWatchFace,
You are viewing a condensed version of this merge commit. You can view the full changes here.