155 Commits

Author SHA1 Message Date
timklge
b809a48631
Only update position if the estimated accuracy is within 500 meters (#172) 2025-08-30 12:16:44 +02:00
timklge
d56a220ae1
Open main extension menu when clicking on graphical headwind / tailwind data field (#173) 2025-08-27 20:55:30 +02:00
timklge
89cb2ec010
Add force distribution data field (#169)
* WIP forces data field

* Remove value label, increase font size

* Add forces datafield description to README
2025-08-27 00:30:31 +02:00
timklge
839b93a43b
Only increase relative elevation gain when relative grade is positive (#168) 2025-08-27 00:30:17 +02:00
1b450c00d9 Update release notes
Some checks failed
Build / build (push) Successful in 5m40s
Comment on Fixed Issues/PRs on Release / comment-on-fixed (push) Failing after 7s
1.6.1
2025-08-15 21:30:29 +02:00
timklge
e7d11c2000
Fix plain wind gust / wind speed datafields show values in meters per second (#167) 2025-08-15 21:28:48 +02:00
timklge
1fe7eb1a16
Fix headwind forecast field does not show preview (#165) 2025-08-15 21:20:56 +02:00
timklge
917770e45a
Fix metric openweathermap wind speed unit in README (#163) 2025-07-31 19:46:58 +02:00
1f27a33b64 Update changelog
Some checks failed
Build / build (push) Successful in 6m16s
Comment on Fixed Issues/PRs on Release / comment-on-fixed (push) Failing after 6s
1.6
2025-07-07 20:48:37 +02:00
timklge
109c002533
fix #156, fix #151: Split wind forecast datafield into headwind forecast and wind / gust forecast (#161) 2025-07-07 20:29:36 +02:00
Julien B.
5169048143
Add UV Index to current weather and forecast (#159) 2025-07-07 17:41:55 +02:00
timklge
be7ca192b2
Reintroduce circular headwind indicator data field with absolute wind speed (#160)
* fix #158: Add circular absolute wind direction datafield

* Move unittest package

* Rework circular indicator

* Shorten wind direction and speed label

* Update README
2025-07-07 17:40:45 +02:00
timklge
2378c944e6
Colorize headwind forecast line graph and the area beneath it (#155)
All checks were successful
Build / build (push) Successful in 5m19s
1.5.3-beta-4
2025-06-12 23:32:26 +02:00
87a244ef27 Merge remote-tracking branch 'timklge/master'
All checks were successful
Build / build (push) Successful in 5m37s
1.5.3-beta-3
2025-06-11 20:57:39 +02:00
04fb321a40 Update changelog 2025-06-11 20:56:45 +02:00
timklge
b6d0acd62d
Request first two and last location for openweathermap route forecast (#154) 2025-06-11 20:54:53 +02:00
timklge
533cb1e006
Show headwind line in wind forecast preview (#153) 2025-06-11 20:43:08 +02:00
timklge
1727e606ee
Scale number of y ticks in linegraph data fields (#150) 2025-06-11 20:17:02 +02:00
timklge
f35ffe52cc
Fix initial position is only retrieved on position change (#149) 2025-06-11 19:39:11 +02:00
Enderthor
5b163f6f7a
Add route forecast support for OpenWeatherMap (#145)
* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* timklge updates 20250308
Forecast in route (openweathermap)

* Forecast in route (openweathermap)

* Forecast in route (openweathermap)

* Update app/src/main/kotlin/de/timklge/karooheadwind/weatherprovider/openweathermap/OpenWeatherMapWeatherProvider.kt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-11 19:21:48 +02:00
302bdef429 Reintroduce temperature field
All checks were successful
Build / build (push) Successful in 5m36s
1.5.2-beta-2
2025-06-09 19:16:10 +02:00
958c576a5e Update changelog
All checks were successful
Build / build (push) Successful in 5m29s
1.5.2-beta-1
2025-06-09 14:18:42 +02:00
timklge
ef5e980de3
Crop timespan to 6 hours in forecast views, use am / pm time format if appropriate (#144)
Some checks failed
Build / build (push) Has been cancelled
* Crop timespan to 6 hours in forecast views, use am / pm time format if appropriate

* Also crop timeframe in hourly forecast widget
2025-06-09 14:14:40 +02:00
timklge
4952d8fbf4
Remove tailwind, weather, temperature data fields (#143) 2025-06-09 12:18:20 +02:00
timklge
410441c3a6
Increase font size in line graph forecast datafields (#142) 2025-06-09 11:29:15 +02:00
timklge
d1b6f2c525
Remove crashlytics references (#138)
All checks were successful
Build / build (push) Successful in 5m27s
1.5.1
2025-06-05 00:02:36 +02:00
31ca117fef Remove absolute setting hint 2025-06-04 23:51:06 +02:00
915f4cfacb Fix manifest
Some checks failed
Build / build (push) Failing after 5m32s
1.5
2025-06-04 23:41:25 +02:00
8028226fac Update screenshots, changelog
All checks were successful
Build / build (push) Successful in 5m21s
2025-06-04 23:15:10 +02:00
timklge
dae1369cd8
Refactor unit conversion, show individual forecasts as line graphs, remove headwind indicator settings (#137)
* Refactor unit conversion

* ref #136: Fix cloud cover, surface level pressure, sealevel pressure and relative humidity are not included in forecast values

* Unit conversions

* Update pipeline

* Remove apk archival step

* fix #128: Remove absolute displayed wind speed, text on indicator settings, userwindSpeed datatype

* fix #98: Show temperature, precipitation, temperature forecasts as line graphs

* Add WindDirectionAndSpeedDataType

* Disable line graph forecast when using openweathermap

* Fix wind on main menu forecast display
2025-06-04 23:02:15 +02:00
timklge
188863727f
Use colorized weather icons from Google Noto color emoji font (#135) 2025-05-14 11:19:46 +02:00
timklge
617a41c7c8
Do not open main menu on data field click (interferes with ride app swipe gesture) (#134)
Some checks failed
Build / build (push) Failing after 1m42s
2025-05-11 20:32:22 +02:00
timklge
9772347a61
Only refresh graphical data fields on the currently opened data page (#133) 2025-05-11 19:36:15 +02:00
timklge
f7cd264e0c
Remove crashlytics and google services (#130) 2025-05-11 16:27:37 +02:00
timklge
96bee1b55c
Add moon icon to represent clear sky at night (#123) 2025-05-05 21:26:55 +02:00
timklge
cff4b07d7d
Fix throttle setting label on K2 (#120) 2025-05-05 15:31:03 +02:00
timklge
a0a1ad6f7b
Throttle non-graphical datafields (#118) 2025-05-04 19:57:34 +02:00
timklge
c4a23ce456
Reduce refresh rate on K2, add refresh rate setting (#117)
* Reduce refresh rate on K2, add refresh rate setting

* Set default k2 update interval to 2s
2025-05-04 15:15:23 +02:00
timklge
21d06aab3a
Remove custom wind speed unit setting and always use imperial / metric as set in profile (#115) 2025-05-03 17:00:55 +02:00
timklge
94f87ed747
Fix open-meteo response decompression fails if downloading through iOS companion app (#114)
* Remove open-meteo gzip handling

* Fix copypaste error message

* Update release notes

* Update app/src/main/kotlin/de/timklge/karooheadwind/weatherprovider/openmeteo/OpenMeteoWeatherProvider.kt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-03 16:51:50 +02:00
timklge
c8bf0c80fa
Update installation instructions 2025-05-02 00:06:23 +02:00
timklge
c5d35e6187
Add screenshots to manifest (#111) 2025-05-02 00:04:57 +02:00
timklge
342bf70289
Shorten introductory text (#112) 2025-05-02 00:04:18 +02:00
timklge
8da69f0542
Add relative grade, relative elevation gain data fields (#108)
* Add relative grade, relative elevation gain data fields

* Fix wind speed conversion

* Fix percent

* Fix inverted direction in relative grade calculation

* Remove streamvalues class

* Default to 70 kg rider weight if not set

* Add additional relative grade estimation tests

* Increase default CdA value

* Additional tests

* Add relative grade to README
2025-04-28 19:15:22 +02:00
028df70fe7 Increase forecast widget update distance to 500m 2025-04-24 19:42:29 +02:00
timklge
ae99b60330
Reduce forecast datafield update frequency, reduce image resolution (#103) 2025-04-24 19:39:47 +02:00
timklge
d8d28f6fc5
Add info in README on delayed one call api activation (#102) 2025-04-24 18:38:13 +02:00
timklge
ea3a6da224
Show "no internet connection" error instead of error code 0 on token test (#101) 2025-04-24 18:32:19 +02:00
ae1225f556 Remove duplicated headwind speed datatype definition 2025-04-24 18:24:43 +02:00
timklge
f24cb72668
Fix openweathermap provider also returns metric units if Karoo is set to imperial (#100) 2025-04-24 18:10:05 +02:00