From f5b643a40fc1f3f6eccfdf19f33a39b1749f31eb Mon Sep 17 00:00:00 2001 From: suvodip ghosh Date: Mon, 1 Sep 2025 18:33:22 +0530 Subject: [PATCH] change to production url and icon --- .gitignore | 0 .idea/.gitignore | 0 .idea/AndroidProjectSystem.xml | 0 .idea/codeStyles/Project.xml | 123 +++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/compiler.xml | 0 .idea/deploymentTargetSelector.xml | 0 .idea/deviceManager.xml | 13 + .idea/gradle.xml | 1 + .idea/inspectionProfiles/Project_Default.xml | 0 .idea/migrations.xml | 0 .idea/misc.xml | 1 - .idea/runConfigurations.xml | 0 .idea/vcs.xml | 0 .kotlin/errors/errors-1756725664783.log | 45 ++++ app/.gitignore | 0 app/build.gradle.kts | 0 app/proguard-rules.pro | 0 .../app/grafinn/ExampleInstrumentedTest.kt | 0 app/src/main/AndroidManifest.xml | 2 +- app/src/main/ic_launcher-playstore.png | Bin 0 -> 381668 bytes .../cicdhosting/app/grafinn/MainActivity.kt | 2 +- .../cicdhosting/app/grafinn/ui/theme/Color.kt | 0 .../cicdhosting/app/grafinn/ui/theme/Theme.kt | 0 .../cicdhosting/app/grafinn/ui/theme/Type.kt | 0 .../res/drawable/ic_launcher_background.xml | 244 ++++++------------ .../res/drawable/ic_launcher_foreground.xml | 0 .../res/mipmap-anydpi-v26/ic_launcher.xml | 9 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 9 +- app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1408 -> 5542 bytes .../mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 25702 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 1408 -> 7148 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 1408 -> 2924 bytes .../mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 12634 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1408 -> 3776 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1408 -> 9062 bytes .../mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 42360 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 1408 -> 11330 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 5640 -> 17714 bytes .../mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 74816 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5640 -> 21212 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 5640 -> 28182 bytes .../ic_launcher_foreground.webp | Bin 0 -> 113598 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 5640 -> 33380 bytes app/src/main/res/values/colors.xml | 0 app/src/main/res/values/strings.xml | 0 app/src/main/res/values/themes.xml | 0 app/src/main/res/xml/backup_rules.xml | 0 .../main/res/xml/data_extraction_rules.xml | 0 .../app/grafinn/ExampleUnitTest.kt | 0 build.gradle.kts | 0 gradle.properties | 0 gradle/libs.versions.toml | 0 gradle/wrapper/gradle-wrapper.jar | Bin gradle/wrapper/gradle-wrapper.properties | 0 gradlew.bat | 0 settings.gradle.kts | 0 57 files changed, 271 insertions(+), 183 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .idea/.gitignore mode change 100644 => 100755 .idea/AndroidProjectSystem.xml create mode 100755 .idea/codeStyles/Project.xml create mode 100755 .idea/codeStyles/codeStyleConfig.xml mode change 100644 => 100755 .idea/compiler.xml mode change 100644 => 100755 .idea/deploymentTargetSelector.xml create mode 100755 .idea/deviceManager.xml mode change 100644 => 100755 .idea/gradle.xml mode change 100644 => 100755 .idea/inspectionProfiles/Project_Default.xml mode change 100644 => 100755 .idea/migrations.xml mode change 100644 => 100755 .idea/misc.xml mode change 100644 => 100755 .idea/runConfigurations.xml mode change 100644 => 100755 .idea/vcs.xml create mode 100755 .kotlin/errors/errors-1756725664783.log mode change 100644 => 100755 app/.gitignore mode change 100644 => 100755 app/build.gradle.kts mode change 100644 => 100755 app/proguard-rules.pro mode change 100644 => 100755 app/src/androidTest/java/com/cicdhosting/app/grafinn/ExampleInstrumentedTest.kt mode change 100644 => 100755 app/src/main/AndroidManifest.xml create mode 100755 app/src/main/ic_launcher-playstore.png mode change 100644 => 100755 app/src/main/java/com/cicdhosting/app/grafinn/MainActivity.kt mode change 100644 => 100755 app/src/main/java/com/cicdhosting/app/grafinn/ui/theme/Color.kt mode change 100644 => 100755 app/src/main/java/com/cicdhosting/app/grafinn/ui/theme/Theme.kt mode change 100644 => 100755 app/src/main/java/com/cicdhosting/app/grafinn/ui/theme/Type.kt mode change 100644 => 100755 app/src/main/res/drawable/ic_launcher_background.xml mode change 100644 => 100755 app/src/main/res/drawable/ic_launcher_foreground.xml mode change 100644 => 100755 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml mode change 100644 => 100755 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml mode change 100644 => 100755 app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100755 app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp mode change 100644 => 100755 app/src/main/res/mipmap-hdpi/ic_launcher_round.webp mode change 100644 => 100755 app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100755 app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp mode change 100644 => 100755 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp mode change 100644 => 100755 app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100755 app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp mode change 100644 => 100755 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp mode change 100644 => 100755 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100755 app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp mode change 100644 => 100755 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp mode change 100644 => 100755 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100755 app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp mode change 100644 => 100755 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp mode change 100644 => 100755 app/src/main/res/values/colors.xml mode change 100644 => 100755 app/src/main/res/values/strings.xml mode change 100644 => 100755 app/src/main/res/values/themes.xml mode change 100644 => 100755 app/src/main/res/xml/backup_rules.xml mode change 100644 => 100755 app/src/main/res/xml/data_extraction_rules.xml mode change 100644 => 100755 app/src/test/java/com/cicdhosting/app/grafinn/ExampleUnitTest.kt mode change 100644 => 100755 build.gradle.kts mode change 100644 => 100755 gradle.properties mode change 100644 => 100755 gradle/libs.versions.toml mode change 100644 => 100755 gradle/wrapper/gradle-wrapper.jar mode change 100644 => 100755 gradle/wrapper/gradle-wrapper.properties mode change 100644 => 100755 gradlew.bat mode change 100644 => 100755 settings.gradle.kts diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/.gitignore b/.idea/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml old mode 100644 new mode 100755 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100755 index 0000000..b5814f1 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100755 index 0000000..307554b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml old mode 100644 new mode 100755 diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml old mode 100644 new mode 100755 diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100755 index 0000000..91f9558 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml old mode 100644 new mode 100755 index 97f0a8e..639c779 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +