mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Rename CAP -> CAPod
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user