From 178865c6cf484171d67e5285ce429fcf29e19642 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Wed, 31 Jul 2024 17:08:41 +0200 Subject: [PATCH] Migrate from Kotlin synthetics to Jetpack view binding https://developer.android.com/topic/libraries/view-binding/migration --- .idea/deviceManager.xml | 13 +++++ .idea/kotlinc.xml | 2 +- .idea/misc.xml | 1 + .idea/other.xml | 11 ---- app/build.gradle | 31 +++++++++- .../de/jrpie/android/launcher/HomeActivity.kt | 25 +++++--- .../android/launcher/list/ListActivity.kt | 29 +++++----- .../launcher/list/apps/ListFragmentApps.kt | 14 +++-- .../launcher/list/other/ListFragmentOther.kt | 11 ++-- .../launcher/settings/SettingsActivity.kt | 12 ++-- .../actions/SettingsFragmentActions.kt | 14 +++-- .../SettingsFragmentActionsRecycler.kt | 10 ++-- .../launcher/SettingsFragmentLauncher.kt | 58 ++++++++++--------- .../settings/meta/SettingsFragmentMeta.kt | 40 +++++++------ .../tutorial/tabs/TutorialFragmentConcept.kt | 11 ++-- .../tutorial/tabs/TutorialFragmentFinish.kt | 13 +++-- .../tutorial/tabs/TutorialFragmentStart.kt | 10 ++-- build.gradle | 8 ++- gradle/wrapper/gradle-wrapper.properties | 4 +- 19 files changed, 192 insertions(+), 125 deletions(-) create mode 100644 .idea/deviceManager.xml diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 7e340a7..6d0ee1c 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 97021b9..4a65853 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,6 +8,7 @@ + diff --git a/.idea/other.xml b/.idea/other.xml index 0d3a1fb..4604c44 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -179,17 +179,6 @@