* in-app update * First draft * handle in-app-update with appconfig data * Working Periodic Worker * WOrking but api issue * Added paramteres * Send event when threshold is reached * Integrated with backend * Added some events + made sendingToServer synchronized * using single thread executors * fix duplicate send event * First Draft * Coupons with Mock * Slashed TextView + No Coupon Handling * Copupon remove,apply flow * actiivty call backs * Fixed Test cases + removed pulse * Coupon VM Test Case * DataBinding in CouponFragment.kt * Updated contract * REmoved mock * Coupon with Api Integration * Apply coupon integrated * intergrate api * fix typo * Update build.gradle * In App Branding Banner * fix typo * added elivation * Integrated new contract changes + Timestamp in local time * Interest Rate Fix * gi card view started.... * update EMI Slider incase of Coupon Apply/Remove after fee details * added view pager on home card for carousel view * new Navi GI Card * Update build.gradle * Navi Card Intgerated * Rebased changes * added auto scrollable functionality * resolved comments * add timer cancel method * Pan screen test fixed (#1425) * reset timmer when user scroll the banner * PL Offer : Moving Loan Slider to max tenure * remove tab view for only one banner case * Fix production crash * resolved comments * added address proof upload on kyc inreview page * update build version * api intergration * revert version code * add Other option in document list * make edit icon dynamic * show toast in coupon * added kyc in review view model test * resolve edittable field for document * Don't allow customer to click multiple selfi once a selfi is validated * revolved conflict * Chuck Integration * Make pan non editable * sending promotionOfferId in applyLoan * sending promotionOfferId in applyLoan (#1432) * HL test added (#1433) * Handling error case * revert typo * Update build.gradle * Fixed EMI refresh issue * Fixed refresh issue * Fix all refresh issue * added events for offer managment system * Update fragment_full_banner.xml * FAQ's events for post eligibility screens * Hitesh Kumar | Add Offer Application Message * Hitesh Kumar | Fix common case issue * resolve comments * Hitesh Kumar | Change loan disbursement delay text * Hitesh Kumar | Change loan disbursement delay text * Release 1.7.4 (#1441) (#1445) * in-app update * First draft * handle in-app-update with appconfig data * Working Periodic Worker * WOrking but api issue * Added paramteres * Send event when threshold is reached * Integrated with backend * Added some events + made sendingToServer synchronized * using single thread executors * fix duplicate send event * First Draft * Coupons with Mock * Slashed TextView + No Coupon Handling * Copupon remove,apply flow * actiivty call backs * Fixed Test cases + removed pulse * Coupon VM Test Case * DataBinding in CouponFragment.kt * Updated contract * REmoved mock * Coupon with Api Integration * Apply coupon integrated * intergrate api * fix typo * Update build.gradle * In App Branding Banner * fix typo * added elivation * Integrated new contract changes + Timestamp in local time * Interest Rate Fix * update EMI Slider incase of Coupon Apply/Remove after fee details * added view pager on home card for carousel view * Update build.gradle * added auto scrollable functionality * resolved comments * add timer cancel method * Pan screen test fixed (#1425) * reset timmer when user scroll the banner * PL Offer : Moving Loan Slider to max tenure * remove tab view for only one banner case * Fix production crash * resolved comments * added address proof upload on kyc inreview page * update build version * api intergration * revert version code * add Other option in document list * make edit icon dynamic * show toast in coupon * added kyc in review view model test * resolve edittable field for document * Don't allow customer to click multiple selfi once a selfi is validated * revolved conflict * Chuck Integration * Make pan non editable * sending promotionOfferId in applyLoan * sending promotionOfferId in applyLoan (#1432) * HL test added (#1433) * Handling error case * revert typo * Update build.gradle * Fixed EMI refresh issue * Fixed refresh issue * Fix all refresh issue * added events for offer managment system * Update fragment_full_banner.xml * v1.7.4 69 * Removed Pulse Co-authored-by: shankar-yadav <shankar.yadav@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: shankar-yadav <shankar.yadav@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Fix home loan balance transfter issue * increase version code Co-authored-by: rahulbhat <rahul.bhat@navi.com> Co-authored-by: satish_p <satish.prasad@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: Hitesh Kumar <hitesh.kumar@navi.com> Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahulbhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: Hitesh Kumar <hitesh.kumar@navi.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
82c4842068
commit
3e2b4b9755
@@ -15,7 +15,7 @@ plugins {
|
||||
id('com.google.firebase.firebase-perf')
|
||||
}
|
||||
|
||||
def VERSION_NAME = "1.7.4"
|
||||
def VERSION_NAME = "1.7.5"
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
@@ -34,7 +34,7 @@ android {
|
||||
applicationId "com.naviapp"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 69
|
||||
versionCode 70
|
||||
versionName VERSION_NAME
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user