some clean-up (after the rollbackrollbackmess)

master
y20k 2018-11-05 20:06:09 +01:00
parent 3ba9e52cc7
commit a2c48a8cc3
62 changed files with 8 additions and 0 deletions

View File

0
app/src/main/res/drawable/ic_clear_white_24dp.xml Normal file → Executable file
View File

View File

View File

0
app/src/main/res/drawable/ic_delete_forever_24dp.xml Normal file → Executable file
View File

View File

View File

0
app/src/main/res/drawable/ic_file_download_24dp.xml Normal file → Executable file
View File

0
app/src/main/res/drawable/ic_info_24dp.xml Normal file → Executable file
View File

0
app/src/main/res/drawable/ic_launcher_background.xml Normal file → Executable file
View File

0
app/src/main/res/drawable/ic_my_location_24dp.xml Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
app/src/main/res/drawable/ic_notebook_black_24dp.xml Normal file → Executable file
View File

View File

View File

View File

0
app/src/main/res/drawable/ic_save_white_24dp.xml Normal file → Executable file
View File

0
app/src/main/res/drawable/ic_share_24dp.xml Normal file → Executable file
View File

0
app/src/main/res/drawable/ic_stop_white_24dp.xml Normal file → Executable file
View File

View File

0
app/src/main/res/layout/activity_main.xml Normal file → Executable file
View File

View File

View File

0
app/src/main/res/layout/fragment_main_map.xml Normal file → Executable file
View File

0
app/src/main/res/layout/fragment_main_track.xml Normal file → Executable file
View File

0
app/src/main/res/layout/main_onboarding.xml Normal file → Executable file
View File

1
app/src/main/res/layout/track_management.xml Normal file → Executable file
View File

@ -27,6 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:backgroundTint="@color/trackbook_transparent"
android:contentDescription="@string/descr_share_button_gpx"
app:layout_constraintBottom_toBottomOf="@+id/track_selector"
app:layout_constraintEnd_toStartOf="@+id/export_button"
app:layout_constraintTop_toTopOf="@+id/track_selector"

0
app/src/main/res/layout/track_onboarding.xml Normal file → Executable file
View File

0
app/src/main/res/layout/track_statistics.xml Normal file → Executable file
View File

0
app/src/main/res/menu/menu_main.xml Normal file → Executable file
View File

0
app/src/main/res/mipmap-hdpi/ic_launcher.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
app/src/main/res/mipmap-mdpi/ic_launcher.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

0
app/src/main/res/mipmap-xhdpi/ic_launcher.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

0
app/src/main/res/mipmap-xxhdpi/ic_launcher.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

0
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

1
app/src/main/res/values-de/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Auswahl-Menü für weitere Aufzeichnungen</string>
<string name="descr_export_button">Schaltfläche „Aufzeichnung exportieren”</string>
<string name="descr_delete_button">Schaltfläche „Aufzeichnung löschen”</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

1
app/src/main/res/values-id/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Dropdown menu for further tracks</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Track delete button</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

1
app/src/main/res/values-it/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Elenco registrazioni</string>
<string name="descr_export_button">Pulsante di esportazione della traccia</string>
<string name="descr_delete_button">Pulsante di eliminazione della traccia</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

1
app/src/main/res/values-ja/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">ドロップダウン メニューでさらにトレース</string>
<string name="descr_export_button">トラックのエクスポート ボタン</string>
<string name="descr_delete_button">トレース削除ボタン</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

1
app/src/main/res/values-nb-rNO/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Nedtrekksmeny for ytterligere turer</string>
<string name="descr_export_button">Tureksportknapp</string>
<string name="descr_delete_button">Turslettingsknapp</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

0
app/src/main/res/values-night-v23/styles.xml Normal file → Executable file
View File

0
app/src/main/res/values-night/colors.xml Normal file → Executable file
View File

0
app/src/main/res/values-night/styles.xml Normal file → Executable file
View File

1
app/src/main/res/values-nl/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Uitrolmenu voor verdere banen</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Baan - verwijderknop</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

0
app/src/main/res/values-v23/styles.xml Normal file → Executable file
View File

0
app/src/main/res/values-w820dp/dimens.xml Normal file → Executable file
View File

0
app/src/main/res/values/colors.xml Normal file → Executable file
View File

0
app/src/main/res/values/dimens.xml Normal file → Executable file
View File

1
app/src/main/res/values/strings.xml Normal file → Executable file
View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Dropdown menu for further tracks</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Track delete button</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

0
app/src/main/res/values/styles.xml Normal file → Executable file
View File

0
app/src/main/res/xml/backupscheme.xml Normal file → Executable file
View File

0
app/src/main/res/xml/provider_paths.xml Normal file → Executable file
View File