From 1f74d52c1a9ba81ad3a268a08cabb1b62911e2cf Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 29 Apr 2021 02:26:12 +0530 Subject: Add Home feature --- .idea/codeStyles/Project.xml | 1 + app/build.gradle | 22 +++---- app/src/main/AndroidManifest.xml | 3 +- .../privacycentralapp/PrivacyCentralApplication.kt | 5 +- .../e/privacycentralapp/features/HomeFeature.kt | 71 +++++++++++++++++++++- .../e/privacycentralapp/features/HomeViewModel.kt | 30 ++++++++- .../e/privacycentralapp/features/MainActivity.kt | 3 +- app/src/main/res/layout/activity_main.xml | 2 +- 8 files changed, 116 insertions(+), 21 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index b66e2e7..c274a62 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -158,6 +158,7 @@