Skip to content

Commit

Permalink
Bump 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Jan 5, 2019
1 parent 9b69879 commit 7721534
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "com.pluscubed.velociraptor"
minSdkVersion 21
targetSdkVersion 28
versionCode 48
versionName "1.6.11"
versionCode 49
versionName "1.6.12"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [appName: "@string/app_name"]
if(project.hasProperty("FABRIC_KEY_VELOCIRAPTOR")){
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
</style>
</head>
<body>
<h4>v1.6.12 - 1/5/19</h4>
<ul>
<li>Fix crash</li>
<li>Update translations from OneSky</li>
</ul>
<br />

<h4>v1.6.11 - 1/4/19</h4>
<ul>
<li>Add troubleshooting link</li>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<string name="permissions_warning">Velociraptor hat nicht die Berechtigungen den Standort zu bestimmen. Um diese zu erteilen, starten Sie bitte die App.</string>
<string name="location_settings_warning">GPS ist ausgeschaltet.</string>
<string name="network_warning">Kein Internetzugriff.</string>
<string name="troubleshoot_label">Startet nicht automatisch?</string>
<string name="troubleshoot">Problembehebung</string>
<!--General Settings-->
<string name="general">Allgemein</string>
<string name="show_limits">Geschwindigkeitsbegrenzungen</string>
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<string name="done">Pronto</string>
<string name="show">Mostre</string>
<string name="hide">Esconda</string>
<string name="dismiss">Fechar</string>
<string name="dismiss">Feche</string>
<string name="kmph">%s km/h</string>
<string name="mph">%s MPH</string>
<string name="percent">%s%%</string>
<string name="notif_content">Pressione para abrir a página de configurações</string>
<string name="notif_content">Pressione para configurar</string>
<string name="notif_title">Velociraptor ativado</string>
<!--Permission Settings-->
<string name="open_settings_page">Abra página de configurações</string>
<string name="enable_floating_desc">Dê a permissão ao Velociraptor para aparecer sobre outros aplicativos</string>
<string name="open_settings_page">Abra para configurar</string>
<string name="enable_floating_desc">Dê permissão ao Velociraptor para aparecer sobre outros aplicativos</string>
<string name="open_settings_failed_overlay">Não foi possível abrir a página de configurações. Por favor, dê a permissão ao Velociraptor para aparecer sobre outros aplicativos.</string>
<string name="enable_accessibility_service">Habilite o serviço de acessibilidade</string>
<string name="enable_accessibility_service">Habilite o serviço de acesso</string>
<string name="enable_accessibility_service_desc">Dê a permissão ao Velociraptor para reconhecer o aplicativo atual o ativando no serviço de acessibilidade</string>
<string name="accessibility_service_description">Dê a permissão ao Velociraptor para reconhecer aplicativos e aparecer automaticamente.\n\nO Velociraptor não usa nenhuma outra informação além do aplicativo atual.</string>
<string name="open_settings_failed_accessibility">Não pôde abrir a página de configurações. Por favor, dê a permissão ao Velociraptor no serviço de acessibilidade</string>
Expand All @@ -30,7 +30,7 @@
<string name="show_speedometer">Velocímetro</string>
<string name="sound_alert">Alerta sonoro</string>
<string name="test">Teste</string>
<string name="speed_unit">Unidade de velocidade</string>
<string name="speed_unit">Unidades de velocidade</string>
<string name="style">Estilo</string>
<string name="united_states">Estados Unidos</string>
<string name="international">Internacional</string>
Expand Down

0 comments on commit 7721534

Please sign in to comment.