31 Commits

Author SHA1 Message Date
abf2757d08 fix #128: Remove absolute displayed wind speed, text on indicator settings, userwindSpeed datatype
All checks were successful
Build / build (push) Successful in 5m38s
2025-05-30 15:48:17 +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
ae1225f556 Remove duplicated headwind speed datatype definition 2025-04-24 18:24:43 +02:00
timklge
efaa8efc2c
Use interpolated forecast data to update current weather data, refactor weather provider code (#83)
* Use interpolated forecast data to update current weather data, refactor weather provider code

* Fix interpolation between locations

* Fix copypaste error message for open meteo http

* Fix error display

* Show interpolated time

* Fix position forecasts after refactoring

* fix #84: Add lerpAngle

* fix #85: Fix weather widget shows wind direction rotated by 180 degrees

* Make red background color slightly lighter to improve contrast
2025-04-07 21:47:37 +02:00
timklge
07c07b052e
Add tailwind data type (#79)
* Add tailwind data type

* Preview gust speed as multiple of wind Speed

* Fix gust speed is not propagated
2025-03-27 19:53:16 +01:00
Enderthor
973bed718f
Support to OpenWeatherMap 3.0 (#62)
* Added openweathermap support

* Set default location rounding to 3 km

* Back from settings page navigates to weather page first

* Enlarge font in single date weather display (#55)

* Shorter date format

* Enlarge font size in single date weather widget and make clickable

* Fix off by one in route forecast

* Fix indentation lint

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Added openweathermap support

* Update readme (openweathermap)

* Update readme (openweathermap)

* Timgkle fixes

* Timgkle fixes

* Delete app/manifest.json

* Timgkle fixes

* timklge updates 20250308

* timklge updates 20250308
Default provider is Open_METEO

---------

Co-authored-by: Tim Kluge <timklge@gmail.com>
Co-authored-by: timklge <2026103+timklge@users.noreply.github.com>
2025-03-23 21:54:20 +01:00
timklge
ab8d7bec3c
Add status label to main activity that indicates background service status for debugging (#66) 2025-03-08 13:33:21 +01:00
timklge
107c7a575d
Fix "no gps" / "no weather data" is not displayed in data fields anymore (#67) 2025-03-08 13:33:01 +01:00
timklge
3a4515268e
Generate manifest as part of gradle build (#64) 2025-03-06 23:26:29 +01:00
timklge
aaeb1204bf
fix #49: Add individual forecast fields (#59) 2025-03-05 00:00:14 +01:00
timklge
7c28251b02
Enlarge font in single date weather display (#55)
* Shorter date format

* Enlarge font size in single date weather widget and make clickable

* Fix off by one in route forecast

* Fix indentation lint
2025-03-02 23:56:34 +01:00
timklge
ee206a11c9
Add weather view to main menu (#54)
* Add initial weather widget to main menu

* Always forecast position with calculated distance

* Fix manifest

* Replace exit button with back button
2025-03-02 15:18:07 +01:00
timklge
de009454b8
Forecast weather along route in fixed intervals if route is loaded (#52)
* Prototype simplified weather forecast along route

* Reset last known route progression on route change

* Add forecast distance per hour setting

* Only decode response as gzip if gzipped

* Bump version to 1.3
2025-03-02 12:46:40 +01:00
timklge
548b81d7a4
Remove data stream handling for all data types except the primary wind indicator to work around issue in current karoo release (#50) 2025-02-25 18:22:17 +01:00
timklge
fa96904c8b
Add air pressure at sealevel data type (#39) 2025-02-11 19:27:13 +01:00
timklge
01959ce3b7
ref #35: Set headwind data type field to direction according to user setting, add userwind data type (#36)
* ref #35: Set headwind data type fields to values according to user settings

* Use single datafield per type, add userwindSpeed data type to expose (head-)wind speed depending on user setting

* Enable minification for release builds

* Fix signed angle difference in headwind view

* Remove bitmap cache

* Format
2025-02-08 14:28:30 +01:00
timklge
0869121176
fix #8: Use new location change event (#31)
* fix #8: Use new location change event

* Skip location values without orientation, remove averaging
2025-01-30 18:34:06 +01:00
timklge
05032020ba
fix #32: Reduce font and icon size in tailwind speed indicator (#33) 2025-01-28 22:49:59 +01:00
cc17117328 Bump version to 1.2 2025-01-17 18:22:57 +01:00
timklge
a98fcb875a
fix #22: Adds widget that shows current riding speed and tailwind (#25)
* Add tailwind with ride speed version of the headwind datafield

* Add error indication to tailwind speed widget
2025-01-17 18:13:19 +01:00
e6ee80e60e Fix gps flow reset 2025-01-03 15:45:14 +01:00
a662cc6757 fix #21: Save last known gps position 2025-01-03 00:18:42 +01:00
407755e94b Show no gps, no weather data error messages in visual data fields 2024-12-31 13:37:38 +01:00
b7000428ae fix #18: Add option for headwind widget to use absolute wind direction 2024-12-20 17:23:20 +01:00
72daf42938 fix #17: Reset weather forecast hour offset on weather data update 2024-12-20 17:00:09 +01:00
d1cf6aa6d6 fix #15: Replace precipitation and temperature unit settings with location rounding setting 2024-12-19 22:32:10 +01:00
be701e4057 fix #13, fix #3: Add hourly forecast widget 2024-12-19 20:31:23 +01:00
15dde752e3 Bump version 2024-12-16 23:09:13 +01:00
36e3069f36 Add missing wind speed data type export 2024-12-13 22:01:26 +01:00
a4347511a5 fix #7: Set units of measurement to karoo profile preferences on first load 2024-12-13 17:56:20 +01:00
767e5fe769 fix #6: Add separate headwind speed data field 2024-12-08 12:16:13 +01:00