some clean-up (after the rollbackrollbackmess)
0
app/src/main/java/org/y20k/trackbook/helpers/LengthUnitHelper.java
Normal file → Executable file
0
app/src/main/res/drawable/ic_clear_white_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_compass_needle_black_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_compass_needle_white_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_delete_forever_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_fiber_manual_record_red_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_fiber_manual_record_white_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_file_download_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_info_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_launcher_background.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_crumb_blue_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_crumb_grey_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_crumb_red_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_crumb_transparent_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_dot_blue_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_my_location_dot_red_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_notebook_black_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_notification_large_not_tracking_48dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_notification_large_tracking_48dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_notification_small_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_save_white_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_share_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/ic_stop_white_24dp.xml
Normal file → Executable file
0
app/src/main/res/drawable/selector_bottom_navigation.xml
Normal file → Executable file
0
app/src/main/res/layout/activity_main.xml
Normal file → Executable file
0
app/src/main/res/layout/custom_dropdown_item_collapsed.xml
Normal file → Executable file
0
app/src/main/res/layout/custom_dropdown_item_expanded.xml
Normal file → Executable file
0
app/src/main/res/layout/fragment_main_map.xml
Normal file → Executable file
0
app/src/main/res/layout/fragment_main_track.xml
Normal file → Executable file
0
app/src/main/res/layout/main_onboarding.xml
Normal file → Executable file
1
app/src/main/res/layout/track_management.xml
Normal file → Executable 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
0
app/src/main/res/layout/track_statistics.xml
Normal file → Executable file
0
app/src/main/res/menu/menu_main.xml
Normal file → Executable file
0
app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file → Executable file
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Normal file → Executable 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
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
0
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Normal file → Executable 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
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
0
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Normal file → Executable 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
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
0
app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Normal file → Executable 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
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
0
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Normal file → Executable 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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
0
app/src/main/res/values-night/colors.xml
Normal file → Executable file
0
app/src/main/res/values-night/styles.xml
Normal file → Executable file
1
app/src/main/res/values-nl/strings.xml
Normal file → Executable 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
0
app/src/main/res/values-w820dp/dimens.xml
Normal file → Executable file
0
app/src/main/res/values/colors.xml
Normal file → Executable file
0
app/src/main/res/values/dimens.xml
Normal file → Executable file
1
app/src/main/res/values/strings.xml
Normal file → Executable 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>
|
||||
|
|