76 Commits

Author SHA1 Message Date
timklge
f0495768fb
Fix smoothing options for pedal balance source (#62) 2025-08-18 18:00:50 +02:00
659250fb78 Abbreviate custom speed label in german translation 2025-08-18 17:55:23 +02:00
timklge
c762e961ba
Update available data sources in README 2025-08-16 20:06:49 +02:00
timklge
2a02a8e649
Add 3 second, 10 second moving averages for power balance data source (#61)
Some checks failed
Build / build (push) Failing after 7m15s
1.5.3
2025-08-16 19:59:12 +02:00
timklge
4c5b6aac15
Add german localization (#60) 2025-08-16 19:56:34 +02:00
timklge
b038641326
Add gear data sources (#58)
* Add gear data sources

* Respect zone color setting
2025-08-16 19:28:40 +02:00
timklge
53d7fb660c
Display permission notification at the top of the settings menu if it has not been granted (#59) 2025-08-16 19:27:50 +02:00
fa0f3c931e Update changleog
Some checks failed
Build / build (push) Failing after 7m14s
1.5.2
2025-08-15 22:25:58 +02:00
timklge
d30bcb7abe
Show zero value on bars to indicate sensor availability to the user (#56) 2025-08-15 22:25:43 +02:00
timklge
34c87f68ab
Fix pedal balance is multiplied by 100, update balance colors (#55) 2025-08-15 22:21:47 +02:00
b72180ee27 Update release notes
Some checks failed
Build / build (push) Failing after 8m41s
1.5.1
2025-08-09 18:22:28 +02:00
timklge
97fadc742e
Add power balance source with center outward drawing mode (#52)
* Add power balance source with center outward drawing mode

* Add apk archive step
2025-08-09 18:20:31 +02:00
timklge
304a984110
Fix remaining distance bar shows label "null" if distance is unknown (#50) 2025-08-09 15:12:43 +02:00
timklge
f25ab5d7db
Also grow grade powerbar on descents, do not show if grade < 0.5 % (#51) 2025-08-09 15:12:30 +02:00
f99a82ec74 fix #46: Add screenshot, update changelog
All checks were successful
Build / build (push) Successful in 8m54s
1.5
2025-07-14 20:12:41 +02:00
timklge
2d7947b6a2
Fix grade color (#48)
* Set default gradient range to 0 - 15

* Fix grade color
2025-07-14 20:07:23 +02:00
timklge
31418b834d
fix #44: Add option to split powerbars (#47) 2025-07-13 17:02:35 +02:00
timklge
c202f20320
fix #42, fix #43: Add grade data source (#45) 2025-07-12 22:05:43 +02:00
timklge
1afeaae9e6
Update route progress datasource to show ridden distance, add route remaining datasource (#41)
All checks were successful
Build / build (push) Successful in 9m54s
1.4.2
2025-06-24 09:44:43 +02:00
timklge
b8c3356674
Rename "opaque background" to "solid background" (#40)
All checks were successful
Build / build (push) Successful in 4m49s
1.4.1
2025-06-02 20:03:02 +02:00
timklge
807623d04a
Swap top and bar bottom buttons in settings (#39) 2025-06-02 20:02:22 +02:00
b176b91f66 Update changelog
All checks were successful
Build / build (push) Successful in 4m40s
1.4.0
2025-06-02 19:23:44 +02:00
timklge
91c8eec977
Add route distance data source, workout target indication (#34)
Some checks failed
Build / build (push) Has been cancelled
* Add route distance data source, workout target indication

* Update target range drawing

* Fix powerbar is not redrawn in route progress mode

* Update changelog

* Change to v3 release action

* Test release action

* Update release parameters

* Test BASE_URL parameter

* Fix BASE_URL

* Replace BASE_URL on build

* Fix gradle task order

* Only replace base url in manifest as part of ci build

* Fix base url quotation
2025-06-02 19:18:23 +02:00
timklge
820fdb6ef9
Add separate settings for font size, bar size (#38)
* Add separate settings for font size, bar size

* Remove labelVerticalPadding
2025-06-02 17:18:49 +02:00
timklge
aa764bd0a8
Make bar background transparent by default (#37)
fix #35
2025-06-02 16:11:29 +02:00
63bda81fbe Use provided github user if not set
Some checks failed
Build / build (push) Failing after 6m10s
2025-05-28 15:12:46 +02:00
dbfe5352d4 Add android sdk setup step
Some checks failed
Build / build (push) Failing after 1m23s
2025-05-28 15:04:47 +02:00
timklge
dd8b1c81ea
Update installation instructions
Some checks failed
Build / build (push) Failing after 1m41s
2025-05-02 00:03:35 +02:00
timklge
f343f7c318
Add screenshots to manifest (#31) 2025-05-01 23:52:59 +02:00
6544bc6cc2 Move sponsor link 2025-03-25 18:06:28 +01:00
timklge
82fd48a896
Always expand text label on bar buttons (#30)
* Replace dropdown popup with fullscreen dialog

* Always expand text label on bar buttons
2025-03-20 17:21:25 +01:00
timklge
cbcf5aee8b
Replace dropdown popup with fullscreen dialog (#29) 2025-03-20 08:33:22 +01:00
cddf0703b3 Update README 2025-03-06 22:44:39 +01:00
timklge
8647818bd6
Generate manifest as part of gradle build (#24) 2025-03-06 22:41:42 +01:00
timklge
c66162659b
Add touchable back button, autosave (#23) 2025-03-06 22:40:15 +01:00
timklge
116677e11e
Update theme color (#22) 2025-03-06 22:38:52 +01:00
timklge
f40ffbb7de
Enable minification for release build (#19) 2025-02-07 19:55:43 +01:00
timklge
714fb4e433
Directly link to apk in README 2025-01-29 17:22:59 +01:00
timklge
c7686e43df
fix #17: Adds optional custom range inputs for power, heart rate (#18)
* fix #17: Adds optional custom range inputs for power, heart rate data sources

* Update karoo-ext

* Fix display of overlay value if out of range

* Fix custom speed range
2025-01-24 18:56:09 +01:00
4bbf79ecb0
Add settings for custom cadence, speed ranges (#16)
* Add settings for custom cadence, speed ranges

* Remove unused imports
2025-01-07 19:32:57 +01:00
546f219d6d
Replace white-on-black icon (#14)
* Replace white-on-black icon

* Replace filled with stroked icon
2025-01-07 17:56:52 +01:00
02b9493858
Update README.md 2025-01-01 23:17:48 +01:00
b67a53c0ad
Add size setting (#12) and speed, cadence data sources (#2) (#13)
* Add size setting (#12) and speed, cadence data sources (#2)

* Fix top offset in large bar mode
2025-01-01 14:00:05 +01:00
f5e0491df8 fix #9: Add option to set bar to fixed color 2024-12-19 17:47:59 +01:00
2477748ac4 Only include apk in download badge 2024-12-16 23:22:13 +01:00
2a6b6b102f Add downloads, license badges 2024-12-16 22:21:48 +01:00
61cd6fadf2 Add artifact file suffix 2024-12-15 22:50:06 +01:00
b1849f467e Bump version to 1.2.2 2024-12-15 22:42:46 +01:00
6d2d8a77a1 Add github build action 2024-12-15 22:31:20 +01:00
a2ee609abc ref #8: Fix npe on window disposal 2024-12-15 22:21:47 +01:00