Rename CAP -> CAPod

This commit is contained in:
darken
2021-12-29 22:30:49 +01:00
parent 817c65ee3b
commit 88278625f1
131 changed files with 444 additions and 444 deletions
@@ -40,7 +40,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/label_path"
tools:text="/storage/emulated/0/Android/data/eu.darken.cap/cache/log_files/some_log_file_123124.log" />
tools:text="/storage/emulated/0/Android/data/eu.darken.capod/cache/log_files/some_log_file_123124.log" />
<TextView
android:id="@+id/label_size"
+1 -1
View File
@@ -9,7 +9,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/nav_host"
android:name="eu.darken.cap.main.ui.MainFragment"
android:name="eu.darken.capod.main.ui.MainFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
+1 -1
View File
@@ -7,7 +7,7 @@
<fragment
android:id="@+id/overviewFragment"
android:name="eu.darken.cap.main.ui.MainFragment"
android:name="eu.darken.capod.main.ui.MainFragment"
tools:layout="@layout/main_fragment">
</fragment>
+2 -1
View File
@@ -1,5 +1,6 @@
<resources>
<string name="app_name">Companion App for AirPods</string>
<string name="app_name">CAPod</string>
<string name="app_name_pro">CAPod Pro</string>
<string name="general_error_label">Error</string>
<string name="permission_bluetooth_connect_label">BLUETOOTH CONNECT</string>
<string name="permission_bluetooth_connect_description">Required to be able to connect to paired Bluetooth devices.</string>