From c24f514ca1c556e527c7c52408e728ee22b7488b Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Fri, 8 Jan 2021 21:49:55 +0100 Subject: [PATCH 01/13] - Updated build.gradle --- app_pojavlauncher/build.gradle | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 624ed587c..6df90ba1e 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -68,11 +68,14 @@ dependencies { // implementation 'com.wu-man:android-bsf-api:3.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.preference:preference:1.1.1' - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-preference-v14:1.0.0' - implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.annotation:annotation:1.0.0' - implementation 'androidx.browser:browser:1.0.0' + implementation 'com.google.android.material:material:1.2.1' + implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.browser:browser:1.3.0' + + implementation "androidx.constraintlayout:constraintlayout:2.0.4" + // implementation 'com.intuit.sdp:sdp-android:1.0.5' // implementation 'com.intuit.ssp:ssp-android:1.0.5' From 7f5d41964103f30a6fbcb96c35ae841353108711 Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Fri, 8 Jan 2021 21:50:39 +0100 Subject: [PATCH 02/13] - Created revamped layout from the v2. --- .../src/main/res/layout/launcher_main_v4.xml | 323 ++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml diff --git a/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml b/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml new file mode 100644 index 000000000..5bbacf44e --- /dev/null +++ b/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + +