Skip to content

Commit

Permalink
Added Firebase change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed Aug 4, 2024
1 parent a8438c6 commit 916be65
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.27.0
- Implementierung des Automotive App Host für einen potentiellen öffentlichen Release im Play Store (nicht in klassischen Builds enthalten).
- Implementierung von Firebase Crashlytics. Kann in den einstellungen deaktivert werden.
- Die Art und Weise, wie Changelogs generiert werden, wurde überarbeitet.
- Die Ladekurve wird in der Tripzusammenfassung nicht mehr bei 160 kW abgeschnitten.
- Der Datenbank-Upload läuft nun in einem eigenen Dienst. Es muss nicht länger der Tripverlauf geöffnet bleiben. Eine Benachrichtigung informiert über den Fortschritt.
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<item>Der Datenbank-Upload läuft nun in einem eigenen Dienst. Es muss nicht länger der Tripverlauf geöffnet bleiben. Eine Benachrichtigung informiert über den Fortschritt.</item>
<item>Die Ladekurve wird in der Tripzusammenfassung nicht mehr bei 160 kW abgeschnitten.</item>
<item>Die Art und Weise, wie Changelogs generiert werden, wurde überarbeitet.</item>
<item>Implementierung von Firebase Crashlytics. Kann in den einstellungen deaktivert werden.</item>
<item>Implementierung des Automotive App Host für einen potentiellen öffentlichen Release im Play Store (nicht in klassischen Builds enthalten).</item>
<item>[V](0.27.0)</item>
</string-array>
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values-nb/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Pass på at det ikke er noen duplisertee data på serveren for å forhindre usan
<item>Databaseopplastingen oppretter nå en egen tjeneste. Du trenger ikke lenger å være på turhistorikkskjermen under opplastingen. Et varsel vil bli lagt ut til varslingssenteret for å vise fremdriften.</item>
<item>Ladekurven kutter ikke lenger over 160 kW i turoppsummering.</item>
<item>Overhalt metode for opprettelse av endringslogg.</item>
<item></item>
<item>Implementert Automotive App Host for en potensiell offentlig Play Store-utgivelse (ikke inkludert i eldre versjoner).</item>
<item>[V](0.27.0)</item>
</string-array>
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
<item>O upload do banco de dados agora cria um serviço separado. Você não precisa mais permanecer na tela do histórico de viagem durante o Upload. Uma notificação será postada na central de notificações para mostrar o progresso.</item>
<item>A curva de carga não é mais interrompida acima de 160 kW no Resumo da viagem.</item>
<item>Método de criação de changelog revisado.</item>
<item></item>
<item>Implementação do Automotive App Host para uma possível versão pública da Play Store (não contida em compilações herdadas).</item>
<item>[V](0.27.0)</item>
</string-array>
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values-pt-rPT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
<item>O carregamento da base de dados cria agora um serviço separado. Já não é necessário permanecer no ecrã do histórico de viagens durante o Upload. Será colocada uma notificação no centro de notificações para mostrar o progresso.</item>
<item>A curva de carregamento já não é interrompida acima dos 160 kW no resumo da viagem.</item>
<item>Método de criação de changelog revisto.</item>
<item></item>
<item>Implementação do Automotive App Host para uma possível versão pública na Play Store (não presente em compilações legadas).</item>
<item>[V] (0.27.0)</item>
</string-array>
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<item>The database upload now creates a separate service. You no longer need to remain on the trip history screen during the Upload. A notification will be posted to the notification center to show progress.</item>
<item>Charging curve no longer cuts off above 160 kW in Trip Summary.</item>
<item>Overhauled changelog creation method.</item>
<item>Implemented Firebase Crashlytics. Can be disabled in settings.</item>
<item>Implemented the Automotive App Host for a potential public Play Store release (not contained in legacy builds).</item>
<item>[V](0.27.0)</item>
</string-array>
Expand Down

0 comments on commit 916be65

Please sign in to comment.