Refactor: Rename devices package to profiles

This commit renames the `devices` package and its contents to `profiles` for better clarity and consistency. This includes renaming classes, files, and updating import statements and navigation graph references.
This commit is contained in:
darken
2025-09-29 13:37:00 +02:00
parent 98cf4ff3e7
commit ae2d1c6868
26 changed files with 31 additions and 41 deletions
+3 -3
View File
@@ -37,12 +37,12 @@
</fragment>
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.devices.ui.DeviceManagerFragment"
android:name="eu.darken.capod.profiles.ui.DeviceManagerFragment"
android:label="DeviceManagerFragment"
tools:layout="@layout/device_manager_fragment" />
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.devices.ui.DeviceManagerFragment"
android:name="eu.darken.capod.profiles.ui.DeviceManagerFragment"
android:label="DeviceManagerFragment"
tools:layout="@layout/device_manager_fragment">
<action
@@ -57,7 +57,7 @@
</fragment>
<fragment
android:id="@+id/deviceProfileCreationFragment"
android:name="eu.darken.capod.devices.ui.DeviceProfileCreationFragment"
android:name="eu.darken.capod.profiles.ui.DeviceProfileCreationFragment"
android:label="DeviceProfileCreationFragment"
tools:layout="@layout/device_profile_creation_fragment">
<argument