Skip to content

Commit 61fbdec

Browse files
authored
Merge pull request #212 from Ixam97/active_development
Release 0.26.0
2 parents 67cbdd3 + 5de0b14 commit 61fbdec

File tree

94 files changed

+1421
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1421
-409
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog [DE]:
22

3+
## 0.26.0
4+
- Experimentelles Farbschema hinzugefügt.
5+
- Vereinfachte Auswahl der Sekundärachse.
6+
- Der Datenbankupload wurde in Abschnitte unterteilt, um falsche Fehlermedungen zu vermeiden und den Fortschritt anzeigen zu können.
7+
38
## 0.25.2 ()
49
- Erweiterung der Webhook-API.
510
- Option für eine Handy-Erinnerung beim verlassen des Fahrzeugs hinzugefügt.

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
- Visualizes and saves charge curves during a trip
99
- Live Data API for ABRP and HTTP Webhook
1010

11-
12-
## Planned
13-
14-
- Save and export trip data for further analysis
15-
- More performance oriented real time drive stats
16-
1711
## [Changes](/CHANGES.md)
1812

1913

2014
## Installing the app on a car
2115

22-
Currently the app is not available in the public Play Store. This is due to strict requirements by Google what kind of apps are allowed to be installed on cars. As of now the App is only available via internal test tracks which are limited to 100 users each. Currently there are no free internal test slots in any of the existing forks.
16+
Currently the app is not available in the public Play Store. This is due to strict requirements by Google what kind of apps are allowed to be installed on cars. As of now the App is only available via internal test tracks which are limited to 100 users each. Here you can find a listing of all available Test Tracks: [Polestar Club](https://polestar.fans/t/carstatsviewer-informationen/15027)
2317

24-
There are currently ongoing talks with Polestar to bring the app to a broader audience. But this will take some time and Polestar will most likely require some changes to make the app comply with there safety and usability standards.
18+
There are currently ongoing talks with Polestar to bring the app to a broader audience. But this will take some time and Polestar will most likely require some changes to make the app comply with their safety and usability standards.
2519

2620
## Using the webhook API
2721

@@ -55,6 +49,8 @@ Please let me now if you do not want to be listed in the supporters list.
5549
* Samuel Lodyga
5650
* Konstantinos Theiakos
5751
* Oliver Charlton
52+
* Dennis Berggren
53+
* Erik Jan Rouwenhorst
5854

5955
</details>
6056

@@ -83,25 +79,35 @@ Currently the following languages are already available:
8379
- :norway: Norwegian
8480
- :denmark: Danish
8581
- :fr: French
86-
- :portugal: Portuguese
87-
- :finland: Finnish
82+
- :portugal: Portuguese (Portugal)
83+
- :finland: Finnish
84+
- :brazil: Portuguese (Brazil)
8885

8986
<details>
9087
<summary><h3>Translators</h3></summary>
9188

92-
* DoubleYouEl
93-
* Robin Hellström
94-
* Jakob Schlyter
95-
* Oddvarr
96-
* Emil Blixt Hansen
89+
* Emacee
90+
* Morten Kjærgaard
9791
* Ian Mascarenhas
98-
* Dominik Brüning
92+
* Jakob Schlyter
93+
* Oddvar Rasmussen
94+
* DoubleYou
95+
* 078emil
9996
* Juha Mönkkönen
10097
* Ossi Lahtinen
10198
* J-P
10299
* Laurent Vitalis
103100
* Jere Kataja
104101
* Pedro Leite
102+
* Michele Campeotto
103+
* GD
104+
* Robin Hellström
105+
* Silver Beard
106+
* Eric van Engelen
107+
* Ivan F. Martinez
108+
* Luiz Pacifico Centa
109+
* Ricardo Blauth
110+
* Marcelo Fornereto
105111

106112
</details>
107113

@@ -124,6 +130,7 @@ Please also be aware that I will not just include everything. It has to fit into
124130

125131
- Dario Bosshard (Consumption and charge curve diagrams)
126132
- Klaus Rheinwald (Testing and consulting)
133+
- Jakob Schlyter (Lokalise setup and maintenance)
127134
- FreshDave29
128135
- rdu
129136
- Jannick Fahlbusch

automotive/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 29
1212
targetSdkVersion 33
13-
versionCode 194
14-
versionName "0.25.2.0019"
13+
versionCode 202
14+
versionName "0.26.0.0010"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@android:color/transparent"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground_dev"/>
3+
<background android:drawable="@drawable/ic_launcher_club_dev_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_club_dev_foreground"/>
55
</adaptive-icon>
27.7 KB
Loading
30.7 KB
Loading
42.5 KB
Loading
37.7 KB
Loading
30.9 KB
Loading
43 KB
Loading

0 commit comments

Comments
 (0)