Skip to content

Commit

Permalink
AS4 Lint Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed May 29, 2020
1 parent 9d017d7 commit 0657096
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,5 @@
android:exported="false"
android:permission="android.permission.BIND_REMOTEVIEWS" />

<service android:name="com.mapbox.services.android.telemetry.service.TelemetryService" />

</application>
</manifest>
4 changes: 0 additions & 4 deletions app/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,17 @@
<color name="colorBottomNav">#212121</color>

<color name="serviceDefault">#003366</color>
<color name="serviceDigifit">#5DA9D3</color>
<color name="serviceDropbox">#0D2481</color>
<color name="serviceEndomondo">#87AA14</color>
<color name="serviceFunbeat">#267294</color>
<color name="serviceFacebook">#3b5998</color>
<color name="serviceGarmin">#0172AD</color>
<color name="serviceGoogleFit">#DD5144</color>
<color name="serviceJogg">#29AA2D</color>
<color name="serviceMapMyRun">#0077C0</color>
<color name="serviceNike">#000000</color>
<color name="serviceRunalyze">#67B14C</color>
<color name="serviceRunkeeper">#3CC2D2</color>
<color name="serviceRunnerUpLive">#003366</color>
<color name="serviceRunningAhead">#336699</color>
<color name="serviceRunningFreeOnline">#028AC9</color>
<color name="serviceRuntastic">#0067B0</color>
<color name="serviceStrava">#FC4C02</color>

Expand Down
4 changes: 0 additions & 4 deletions common/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@
<string name="Speed_unit_preference">Geschwindigkeitseinheit</string>
<string name="path_simplification">Weg-Vereinfachung</string>
<string name="path_simplification_info">Reduziere die Auflösung des GPS-Weges (protokollierte Standorte im Laufe der Zeit). Glättet den Weg und verringert die Größe einer Aktivität in der Datenbank oder einer exportierten Datei.</string>
<string name="path_simplification_save">Vereinfachung beim Speichern der Aktivität</string>
<string name="path_simplification_save_info">Vereinfache GPS-Wege in der Datenbank beim Speichern.</string>
<string name="path_simplification_export_gpx">Vereinfachung beim GPX-Export</string>
<string name="path_simplification_export_gpx_info">GPS-Weg beim Export nach GPX vereinfachen.</string>
<string name="path_simplification_tolerance">Toleranz (m)</string>
<string name="path_simplification_algorithm">Algorithmus</string>
<string name="path_simplification_algorithm_info">Wähle schnelle oder qualitativ hochwertige Wegvereinfachung</string>
Expand Down
3 changes: 0 additions & 3 deletions common/src/main/res/values-nl-rNL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@
<string name="Speed_unit_preference">Snelheideenheid</string>
<string name="path_simplification">Padversimpeling</string>
<string name="path_simplification_info">Verminder de resolutie van het gps-pad (in de tijd gelogde locaties). Maakt het pad gladder en verminderd de grootte van een activiteit in de database of in een geëxporteerd bestand.</string>
<string name="path_simplification_save_info">Versimpel gps-pad bij opslaan in de database</string>
<string name="path_simplification_export_gpx">Vereenvoudig GPX-export</string>
<string name="path_simplification_export_gpx_info">Vereenvoudig gps-pad tijdens exporteren naar GPX</string>
<string name="path_simplification_tolerance">Tollerantie (m)</string>
<string name="path_simplification_algorithm">Algoritme</string>
<string name="path_simplification_menu">Vereenvoudig pad</string>
Expand Down

0 comments on commit 0657096

Please sign in to comment.