Kyle Agronick
Kyle Agronick
It seems like a bug in Torque. Does it do that if you have torque open on your phone?
Try setting data logging for GPS speed in Torque so it is always refreshing it.
See my comment [here](https://github.com/agronick/aa-torque/discussions/80#discussioncomment-7662594).
I agree this would be nice to have.
It's doable. Anything besides colors would take a bit of work. If you edit styles.xml you can configure most of the layout. It is all in the resource files.
Check out this new guide for how to add themes. Its all in xml now. https://github.com/agronick/aa-torque/pull/63
Fonts are controlled by the 3 arrays defined after this line: https://github.com/agronick/aa-torque/blob/9f72f20e109228938079b01cdf12340b3fa32c36/app/src/main/res/values/arrays.xml#L82 Backgrounds are defined at the 3 arrays defined after this line: https://github.com/agronick/aa-torque/blob/9f72f20e109228938079b01cdf12340b3fa32c36/app/src/main/res/values/arrays.xml#L271 Strings in these arrays need to...
That looks awesome. I forgot the font had some code that isn't in XML here: https://github.com/agronick/aa-torque/blob/9f72f20e109228938079b01cdf12340b3fa32c36/app/src/main/java/com/aatorque/stats/DashboardFragment.kt#L293 It could probably be converted to an XML array but the code is pretty...
That's awesome. I think people will love it. Doesn't look like any of the other themes.
Great idea. Implemented it tonight. Will be rolling out soon.