* widget type added in callback method * review changes * removed unused fragment and related classes * removed unused constants and button from dummy activity * remove log statement and import * review changes * review changes * review changes * header and footer widget added * document changes * build error fix * modal data changes according to contract * Analytics Events Moved to NaviWidgets * Review comments * Review comments * fixes * CtaDataInfo and related classes moved to navi common from navi widgets * valid widget check fix * callback added for validation * API integrations for form * removing mock in repo * SA Home and landing changes * reverting_change * unused imports * review changes * merge conflict fix * added confidential statement * added confidential statement * added confidential statement * Moved class refactoring * Renamed Variable * Moved classes refactoring * Moved classes & Package path refactoring * Moved classes & Package path refactoring * loaderview made as a viewgroup and removed fragment * single choice widget key check * Review changes * Landing Page Fix * picker atrributes * formatting * Form Navigation Fix * Build Error Fix * Review Comments * Review Comments * Review Comments * bottom sheet added and loading screen added * API integration changes form | quote * error view added in footer * API integration form * hardcoded status removed and moved to seperate enum * apology file moved to external_porting package * added removed import * view id renamed * External Porting Form Header Changes * merge changes * missing file added * dashboard cta added * dashboard cta added * dashboard cta added * dashboard cta added * formatting * infobottomsheet open implementation * AgePicker attributes, accepting any * Submit for review changes * picker view fix * review comments * focus added for last empty box * Submit for review changes * api integrated for apology page * bug fixes * hardcoded string replaced with constant * Porting dashboard changes * Porting dashboard changes * Checking pincode length * pincode error fix * Document Submitted Bottom Sheet * apology changes * action owner changed * Review Changes * Review Changes * Request call back success fix * multi select widget issue fixed and some code refactoring * change default min max value and remove unused listener * Porting Buy Upgrade Card changes added * change method name * Porting Buy Upgrade Card changes added * Porting Buy Upgrade Card changes added * quote multi cta widget handling * consumed error status code and show error accordingly * porting_source_change_for_upgrade * back handling fixes * Gradient added to InsuranceOptionBottomSheet and reading aspectRatio for Carousel Image * UI bug fixes * Review changes * Review changes * Review changes * Edit member flow handling changes * Review changes * ExternalPortingBaseVM and DummyVM deleted and error handled * back case handling and remove redundant code * removed dummy check for specific statuscode * default behavior changed * bug fixes * switch case * removed wrap content * review changes * review changes * naming changes * xml style chaged according to figma * Landing page image fix * Porting analytics change * porting bug fixes * porting bug fixes * porting analytics * BugFix picking correct image * GI-6864 * GI-6758 * GI-6758 Review change * porting bug fixes * porting bug fixes * build fix * Revert "GI-6864" * GI-6864 * application Type added in analytics event * changes * Revaming form Design * form bug fixes * Analytics events * Analytics events * bug fixes * design issued fixes * default font changed * default style changed * default timing changed of loader and repeating removed. * Payment Analytic Events * Analytic Events * extra bold font conversion added * text gravity changed * coroutine corner case handled * bug fixes * design changed * addon screen bugfix * revert the visibility * GI-6949 * GI-6949 * removing mocks * copyright header changes * reverting app version changes Co-authored-by: navi-kishan <kishan.kumar@navi.com> Co-authored-by: amitkumar <amit.kumar@navi.com>
38 lines
1.9 KiB
Properties
38 lines
1.9 KiB
Properties
# Project-wide Gradle settings.
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
# org.gradle.parallel=true
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
# Android operating system, and which are packaged with your app's APK
|
|
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
|
android.useAndroidX=true
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
android.enableJetifier=true
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
kotlin.code.style=official
|
|
org.gradle.daemon=true
|
|
org.gradle.parallel=true
|
|
|
|
testType=""
|
|
devDebugApk=build/outputs/apk/dev/debug/app-dev-debug.apk
|
|
devTestApk=build/outputs/apk/androidTest/dev/debug/app-dev-debug-androidTest.apk
|
|
mockServerDebugApk=build/outputs/apk/mockServer/debug/app-mockServer-debug.apk
|
|
mockServerTestApk=build/outputs/apk/androidTest/mockServer/debug/app-mockServer-debug-androidTest.apk
|
|
|
|
bsAuth="sudarshangs1:oaYqM81qEjMTwpAaipiQ"
|
|
bsBuilds="https://api-cloud.browserstack.com/app-automate/espresso/builds/"
|
|
bsAppUpload="https://api-cloud.browserstack.com/app-automate/upload"
|
|
bsTestUpload="https://api-cloud.browserstack.com/app-automate/espresso/test-suite"
|
|
bsExecute="https://api-cloud.browserstack.com/app-automate/espresso/build"
|
|
bsDeviceConfig=BrowserStackConfig.json
|
|
report="/report"
|