105 Commits

Author SHA1 Message Date
9346b17c68 Revert "Add release comment action"
This reverts commit 707cd2cd690895181126f5deccc136eeafd744af.
2025-04-17 23:27:39 +02:00
timklge
c2cc0a17c3
Add openweathermap api key test button (#94) 2025-04-17 23:21:29 +02:00
707cd2cd69 Add release comment action 2025-04-17 23:21:05 +02:00
timklge
78bc93b36e
Do not fall back to open-meteo if open weather map requests fail (#93) 2025-04-17 23:08:33 +02:00
c7ceabc0e5 Disable crashlytics upload in debug mode 2025-04-17 21:53:42 +02:00
timklge
2e5b0d6dbd
Reset preferences if file is corrupted (#92) 2025-04-17 18:12:43 +02:00
28e2afeda7 Add crashlytics note to intro message 2025-04-15 17:40:28 +02:00
timklge
885c8746cf
Fix precipitation forecast datafield shows empty values (#89)
* Fix forecasted precipitation of 0 is shown as empty text

* Fix precipitation probability is not interpolated

* Add changelog note

* Round up precipitation values in precipitation forecast field

* Fix open meteo precipitation probability is not copied over
2025-04-15 17:15:33 +02:00
fee38d1150 Update developer identifier
# Conflicts:
#	app/build.gradle.kts
2025-04-14 19:42:52 +02:00
timklge
22eef74829
Add interpolation to release notes 2025-04-14 19:19:18 +02:00
timklge
9306ba29cb
Add crashlytics (#87)
* Add crashlytics

* Add google services json to ci env
2025-04-10 18:14:05 +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
90eb0a0821
Reduce font size in wide mode (#81) 2025-03-28 15:59:28 +01:00
a03c13c6a5 Update changelog 2025-03-27 21:15:47 +01:00
timklge
5d7ba99f57
Add wide mode for tailwind and tailwind with speed data fields (#80) 2025-03-27 21:08:35 +01:00
timklge
bcf47a9578
Make headwind widget / tailwind and speed widgets open the weather forecast on click (#76) 2025-03-27 20:00:24 +01: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
timklge
5ee55ee8c5
Move sponsor link from README to sidebar 2025-03-24 18:10:58 +01:00
timklge
38e182bc7f
Create FUNDING.yml 2025-03-24 18:10:23 +01:00
timklge
0dfd31c5eb
Colorize speed and tailwind background instead of text (#74) 2025-03-24 17:33:32 +01:00
timklge
836fb5d05f
Use narrower color range (#75) 2025-03-24 17:33:17 +01:00
timklge
31610773cb
Fix inverted temperature unit in forecast widget (#78) 2025-03-23 22:39:03 +01:00
timklge
d17bf507d4
Update README sections describing OpenWeatherMap (#77)
* Update README sections describing OpenWeatherMap

* Use OpenMeteo without dash everywhere
2025-03-23 22:38:41 +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
dbc0e6b511
Fix forecast widgets indicates degrees centigrade even though fahrenheit is used (#70) 2025-03-19 17:03:40 +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
245243eedd
Fix distance to destination retrieval (#63) 2025-03-06 23:17:34 +01:00
timklge
aaeb1204bf
fix #49: Add individual forecast fields (#59) 2025-03-05 00:00:14 +01:00
timklge
4cd6d27aa2
Add pull-down-to-refresh on main screen (#57)
* Add pull-down-to-refresh on main screen

* Update README with screenshots
2025-03-04 20:05:31 +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
e95e0c03f6 Back from settings page navigates to weather page first 2025-03-02 21:02:47 +01:00
c61eec68eb Set default location rounding to 3 km 2025-03-02 20:59:57 +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
4dc0eb2364
fix #46: Include intermediate directions of intercardinal and cardinal directions in wind direction data field (#47) 2025-02-22 21:13:48 +01:00
timklge
96b24e9fed
fix #42: Replace precipitation separator with space (#45) 2025-02-22 21:13:13 +01:00
timklge
82ad26889e
Change theme color (#44) 2025-02-22 21:12:44 +01:00
timklge
62701dd630
Add exit button (#43) 2025-02-22 21:12:30 +01:00
78d9e65329 Fix sealevelPressure is mandatory 2025-02-11 19:36:51 +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
d0089e755b
Directly link to apk in README 2025-01-30 17:29:54 +01:00
timklge
05032020ba
fix #32: Reduce font and icon size in tailwind speed indicator (#33) 2025-01-28 22:49:59 +01:00
48fcf1b693 Only show date label in forecast data field if it changes 2025-01-19 20:30:33 +01:00
0f0bb9b35b Include absolute wind speed on tailwind data field sub label 2025-01-19 20:30:33 +01:00
8d574c2ed7 Do not show negative wind speed preview values 2025-01-19 20:30:33 +01:00