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