Commit Graph

1073 Commits

Author SHA1 Message Date
Pfeil, Scott Robert
2a8bf6d695 Merge branch 'bugfix/request_id_carryover' into 'develop'
initialize request params id without an action. copy the id for the e2eRequestId carry over

### Summary
Fix for the initial authentication page processing.

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/276
2023-08-21 12:59:33 +00:00
Hedden, Kyle Matthew
8b912d5d87 initialize request params id without an action. copy the id for the e2eRequestId carry over 2023-08-18 20:27:22 -04:00
Hedden, Kyle Matthew
30a8f48f4d Merge branch 'feature/fastlane_launch_app_build_customization' into 'develop'
expose mvm core configuration to the workspace settings. clean up ENABLE_HARD_CODED_RESPONSE.

### Summary
SRE + App Clip build customization efforts.

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/267
2023-08-01 21:01:02 +00:00
Hedden, Kyle Matthew
1aed90a1fe Merge branch 'feature/hardcoded_helpers' into 'develop'
Hardcoded response testing.

### Summary
Make it easy to modify json for local testing.

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/274
2023-07-31 21:52:46 +00:00
Scott Pfeil
985d01842d Hardcoded response testing. 2023-07-31 16:54:17 -04:00
Kyle Hedden
fd27a82e5c Merge remote-tracking branch 'origin/develop' into feature/fastlane_launch_app_build_customization 2023-07-31 16:19:31 -04:00
Hedden, Kyle Matthew
5493c32682 Merge branch 'bugfix/request_signature_nullability' into 'develop'
fix nullability for request creation. don't force a default error to be passed in

### Summary
Request signature fix. Related to error logging Swift conversion.

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-5203

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/273
2023-07-28 14:32:14 +00:00
Kyle Hedden
3bccc503cf fix nullability for request creation. don't force a default error to be passed in 2023-07-28 09:56:10 -04:00
Kyle Hedden
28842d673e migrate DEBUG flags to proper feature flags. dev configs for local debug build defaults. 2023-07-26 19:44:30 -04:00
Kyle Hedden
24ddfbfd34 Merge remote-tracking branch 'origin/develop' into feature/fastlane_launch_app_build_customization 2023-07-25 19:57:58 -04:00
Hedden, Kyle Matthew
890a8c7fe2 Merge branch 'feature/ONEAPP-4561' into 'develop'
ONEAPP-4561 Biometric Settings page updates.

### Summary
Biometric changes on the settings page to increase adoption.

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-4561

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/271
2023-07-24 21:42:00 +00:00
Scott Pfeil
eafd275527 ONEAPP-4561 Biometric Settings page updates. 2023-07-24 12:26:58 -04:00
Kyle Hedden
d86462427a Merge remote-tracking branch 'origin/release/10_8_0' into feature/fastlane_launch_app_build_customization 2023-07-20 16:14:33 -04:00
Hedden, Kyle Matthew
674cff506d Merge branch 'feature/ONEAPP-3998' into 'develop'
ONEAPP-3998: Convenience function to simplify the current objc-swift bridge of...

### Summary
Allows convenient testing of flows through json modification.

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-3998

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/266
2023-06-22 15:03:32 +00:00
Scott Pfeil
25394dc640 remove debug code for now 2023-06-21 12:23:59 -04:00
Scott Pfeil
05289f88aa main thread change for session handler 2023-06-21 12:11:15 -04:00
Kyle Hedden
3b315096cc expose mvm core configuration to the workspace settings. clean up ENABLE_HARD_CODED_RESPONSE. 2023-06-21 10:26:57 -04:00
Scott Pfeil
ce246523ac remove old test code 2023-06-20 16:07:47 -04:00
Scott Pfeil
7426e5956e Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/ONEAPP-3998 2023-06-20 16:04:37 -04:00
Hedden, Kyle Matthew
5091d82962 Merge branch 'release/10_7_3' into 'develop'
release/10_7_3 hotfix merge

Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/264
2023-06-19 13:45:54 +00:00
Scott Pfeil
3383d71c19 ONEAPP-3998: Allow a chance to override code. 2023-06-15 12:16:17 -04:00
Scott Pfeil
53634fcaa1 ONEAPP-3998: Convenience function to simplify the current objc-swift bridge of having two action protocols. 2023-06-15 12:12:03 -04:00
Pfeil, Scott Robert
30f7737b4c Merge branch 'bugfix/restart_timer_crash' into 'release/10_7_3'
Allow session handler objects to be initialized without MainActor to inline...

### Summary
Adjust session creation for async await incompatible code.

### Crash Trace
https://console.firebase.google.com/project/api-project-396418606732/crashlytics/app/ios:com.vzw.hss.myverizon/issues/235a6b2af0c9f6b0311f61dff3f01104?versions=10.7.2%20(20280)&time=last-seven-days&sessionEventKey=c0188bc4f7ec477796d67ab09c9ad3d9_1823128717650065330

Co-authored-by: Kyle Hedden <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/265
2023-06-15 01:10:16 +00:00
Kyle Hedden
cba4af9ce8 Allow session handler objects to be initialized without MainActor to inline session creation with async await incompatible code. Fixes a Main thread dispatch clash. 2023-06-14 19:47:26 -04:00
Scott Pfeil
a5c5397c92 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/ONEAPP-3998 2023-05-30 10:18:07 -04:00
Bruce, Matt R
3af64af961 Merge branch 'feature/oneApp_4067-SessionHandlerSwiftMigration' into 'develop'
story: story: ONEAPP-4067 Swiftify sessionTimeHandler

### Summary
ObjC to Swift migration for SessionHandler class

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-4067

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/260
2023-05-15 23:03:45 +00:00
Rajendran, Nandhini
c21e4b680b story: story: ONEAPP-4067 Swiftify sessionTimeHandler 2023-05-15 23:03:45 +00:00
Scott Pfeil
17025101bc Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/ONEAPP-3998 2023-05-04 10:18:45 -04:00
Hedden, Kyle Matthew
cdff607cf1 Merge branch 'feature/pageLoadTracking' into 'develop'
Page load time event

### Summary
Added pageload tracking event

Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/256
2023-05-03 18:08:18 +00:00
Krishna Kishore Bandaru
87135f31ed added public access specifier 2023-05-03 22:12:09 +05:30
Krishna Kishore Bandaru
e6ca9ec67d Bug fix while setting identifier 2023-05-02 20:07:40 +05:30
Krishna Kishore Bandaru
6372fcb56d removed correlationId 2023-05-02 17:20:05 +05:30
Krishna Kishore Bandaru
3d1f1617c5 added identifier in requestparameters & correlationId 2023-04-28 21:05:37 +05:30
Krishna Kishore Bandaru
85f7096499 updated request url 2023-04-25 18:35:18 +05:30
Krishna Kishore Bandaru
27f138d6c1 updated to requestParameters.URL 2023-04-24 23:06:17 +05:30
Scott Pfeil
ba8621cea1 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/ONEAPP-3998 2023-04-24 10:26:34 -04:00
Krishna Kishore Bandaru
c10cb0792e updated request url 2023-04-24 15:43:38 +05:30
Krishna Kishore Bandaru
cbb17edcf9 Merge branch 'develop' into feature/pageLoadTracking 2023-04-24 11:57:53 +05:30
Pfeil, Scott Robert
e14c01e0d4 Merge branch 'feature/swiftify_alerts' into 'develop'
Feature/swiftify alerts

### Summary
Swiftify/Modernize the Alert Handler

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-4066

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/257
2023-04-21 20:06:52 +00:00
Pfeil, Scott Robert
6a0be99ce2 Merge branch 'feature/url_resolution' into 'develop'
Move URL request resolution to MVMCoreRequestParameters.

### Summary
Adjusting request URL resolution to be sooner for page tracking.

Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/258
2023-04-21 17:25:30 +00:00
Kyle Matthew Hedden
519093a24f remove synthesis 2023-04-21 13:24:01 -04:00
Krishna Kishore Bandaru
10db5ff1ba addressed review comments 2023-04-20 16:51:45 +05:30
Kyle Matthew Hedden
14af9f2d5f Move URL request resolution to MVMCoreRequestParameters. 2023-04-19 20:06:44 -04:00
Scott Pfeil
bc46ff3174 revert 2023-04-19 16:38:53 -04:00
Scott Pfeil
f0f842f87e Bug fixes 2023-04-19 16:36:15 -04:00
Scott Pfeil
38cb3eb80e queue changes 2023-04-18 19:39:45 -04:00
Krishna Kishore Bandaru
e3cbc7a7cd added backgroundRequest check & addressed reviewcomments 2023-04-18 18:01:43 +05:30
Scott Pfeil
15ca6142fe Remove reference to AlertObject from core. 2023-04-17 13:02:24 -04:00
Scott Pfeil
3c9786b4d6 Migrate AlertHandler files to swift. 2023-04-13 11:54:50 -04:00
Krishna Kishore Bandaru
01b14b02e4 moved pagestarted event 2023-04-12 17:45:40 +05:30