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
Pfeil, Scott Robert
5ee5c39ff8
Merge branch 'release/10_5_1' into 'develop'
...
release/10_5_1 hotfix merge
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/250
2023-03-24 18:56:27 +00:00
Hedden, Kyle Matthew
14b0dc2c3e
Merge branch 'feature/enhanced_error_logging' into 'release/10_5_1'
...
Omar's enhanced error logging initiative.
### Summary
Omar's enhanced error logging initiative.
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/251
2023-03-15 20:52:54 +00:00
Kyle Matthew Hedden
8ab9609724
code review. remove silentError hard set.
2023-03-15 13:28:29 -04:00
Kyle Matthew Hedden
a07807e693
code review
2023-03-15 09:04:58 -04:00
Kyle Matthew Hedden
ab0c13efaf
Prevent double logging and double error popup.
2023-03-13 19:45:58 -04:00
Kyle Matthew Hedden
4799c3fcbb
Add image loading failures to error log.
2023-03-13 16:13:44 -04:00
Kyle Matthew Hedden
85ebbdf44c
code review catches
2023-03-13 15:49:12 -04:00
Kyle Matthew Hedden
cb401ee3f0
Fix prior commit. Allow error alerts if there isn't a full screen error.
2023-03-06 17:43:06 -05:00
Kyle Matthew Hedden
7a38ecf62b
Crash fix for missing UserMessage. Suppress alertToShow dialogs when a native error screen is present. Pipe template parsing description messages to error object. Provide a messageToLog for invalid openURL calls.
2023-03-06 15:58:33 -05:00
Kyle Matthew Hedden
3b85ca1ff8
Track web view navigation failures (timeouts, etc).
2023-03-03 19:24:33 -05:00
Kyle Matthew Hedden
56857f187b
Silence most errors. Push getNativeScreenForRequestError to LoadHandler decoration. Native error screen error message handling.
2023-03-02 20:26:48 -05:00
Kyle Matthew Hedden
52883a534b
Create MFPerformanceErrorObject for error logging.
2023-02-28 22:08:40 -05:00
Kyle Matthew Hedden
a74aa6ef2d
Shift logging load errors until after background handling is resolved.
2023-02-27 14:17:01 -05:00
Kyle Matthew Hedden
5006517bb1
wrapper function to add additoinal request data to error objects. begin working on better silentError handling.
2023-02-25 00:20:55 -05:00
Hedden, Kyle Matthew
6d9da1f958
Merge branch 'feature/artifactory_ci' into 'develop'
...
update artifactory url from prod to ci
### Summary
Updating dependency downloads from https://oneartifactoryprod.verizon.com/artifactory to https://oneartifactoryci.verizon.com/artifactory
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/249
2023-02-17 16:32:14 +00:00
Scott Pfeil
74c16205e1
update artifactory url from prod to ci
2023-02-16 17:15:47 -05:00
Pfeil, Scott Robert
e26a09e1ec
Merge branch 'bugfix/missing_action_fail_reporting' into 'develop'
...
Bugfix/missing action fail reporting
### Summary
Adding missing action failure event reporting to NewRelic.
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/247
2023-01-27 01:43:01 +00:00
Kyle Matthew Hedden
3e9d66e5e0
add missing event data
2023-01-26 19:03:10 -05:00
Hedden, Kyle Matthew
08a1718f11
Merge branch 'bugfix/session_timer_bkg_reset' into 'develop'
...
Fix the session timer
### Summary
Fixes an issue with the session timer resetting without a session update when the app returns from the background.
### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-1509
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/246
2023-01-17 17:26:26 +00:00
Kyle Matthew Hedden
1f377dfb51
remainingWarningTime fix. code comment cleanups.
2023-01-17 12:10:43 -05:00
Kyle Matthew Hedden
16d169c46c
Code review suggestion to use default values. Bug fix for warning track timeouts from the background.
2023-01-13 18:57:23 -05:00
Kyle Matthew Hedden
80512a0b8a
Shift app background check to resumeSessionTimer to make isAppInSession and revalidateSessionTimestamp background safe.
2022-12-28 11:02:02 -05:00
Kyle Matthew Hedden
c7bfda216a
Trigger a keep alive attempt when returning from background.
2022-12-28 10:54:31 -05:00
Kyle Matthew Hedden
aa1be3f1c5
Fix isAppInSession and appEnteredForeground collision. Fix FaceId session timer restart skip. Encapsulate timeTimerStarted referenceDate.
2022-12-28 10:23:10 -05:00
Kyle Matthew Hedden
920b975294
expose method to report the final load operation source
2022-12-27 16:47:41 -05:00
Pfeil, Scott Robert
3f59a1c9fe
Merge branch 'bugfix/alertcontrollerOrientation' into 'develop'
...
Added supportedInterfaceOrientations in MVMCoreAlertController
### Summary
Added supportedInterfaceOrientations fix in MVMCoreAlertController when iPhone device is rotated while alert controller is presented.
Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/244
2022-12-20 14:54:42 +00:00
Krishna Kishore Bandaru
6874424dd1
added supportedInterfaceOrientations in MVMCoreAlertController
2022-12-12 13:58:39 +05:30
Hedden, Kyle Matthew
8e586e5f01
Merge branch 'release/10_4_0' into 'develop'
...
release/10_4_0 hotfix merge
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/236
2022-11-11 19:44:38 +00:00
Hedden, Kyle Matthew
9243b8e285
Merge branch 'bugfix/open_url_error_code' into 'release/10_4_0'
...
Add back legacy error code
### Summary
Adding back the legacy link away error code for easier tracking of url errors.
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/238
2022-10-28 14:28:59 +00:00
Scott Pfeil
11728703ce
Add back legacy error code
2022-10-28 10:07:36 -04:00
Pfeil, Scott Robert
a8b5db4d28
Merge branch 'bugfix/user_facing_error_msg' into 'release/10_4_0'
...
fix user facing error message for json errors
### Summary
Adjustment to JSONError to avoid displaying Swift Decoding errors to the user.
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/237
2022-10-27 03:44:21 +00:00
Kyle Matthew Hedden
d7b80e87ed
fix user facing error message for json errors
2022-10-26 20:44:18 -04:00
Pfeil, Scott Robert
9aaeb1d266
Merge branch 'feature/Restart-requestUrl' into 'develop'
...
Feature/restart request url
### Summary
Changes are to add requestURL param to restart action object.
### JIRA Ticket
Brand 3.0 - Multi user screen - [ONEAPP-2784](https://onejira.verizon.com/browse/ONEAPP-2784 )
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/234
2022-10-25 15:03:37 +00:00
Sumanth Nadigadda
ee98b9fe5f
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/Restart-requestUrl
2022-10-25 20:06:06 +05:30
Sumanth Nadigadda
217cceb84b
Removing the codable method for the restart action type
2022-10-25 20:04:32 +05:30
Pfeil, Scott Robert
2b09f58686
Merge branch 'bugfix/always_embed_swift' into 'develop'
...
always embed swift to no
### Summary
Remove always embed swift flag. Embedding frameworks in frameworks blocks Apple submission.
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/235
2022-10-20 20:30:51 +00:00
Scott Pfeil
8dd0aebf7e
always embed swift to no
2022-10-20 16:19:47 -04:00
Sumanth Nadigadda
85dcc57513
Changing the requestURL type to NSURL from NSString
2022-10-17 17:52:43 +05:30
Hedden, Kyle Matthew
130208a080
Merge branch 'bugfix/crashissue' into 'develop'
...
Fixed crash array out of bounds exception
See merge request BPHV_MIPS/mvm_core!233
2022-10-14 17:56:09 +00:00
Sumanth Nadigadda
45b89ca7d3
Change the requestUrl param key
2022-10-14 22:54:25 +05:30
Krishna Kishore Bandaru
cdd2eb2f04
fixed crash array out of bounds exception
2022-10-14 12:27:15 +05:30
Sumanth Nadigadda
0340f9dda6
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/Restart-requestUrl
2022-10-10 10:40:46 +05:30
Hedden, Kyle Matthew
4f1cbf6c61
Merge branch 'bugfix/request_param_copy' into 'develop'
...
copy over the actionMap to the new object for presentationStyle resolution fix.
See merge request BPHV_MIPS/mvm_core!232
2022-10-03 17:40:01 +00:00
Kyle Matthew Hedden
de280960f7
copy over the actionMap to the new object for presentationStyle resolution fix.
2022-10-03 11:32:49 -04:00
Bruce, Matt R
c95def255b
Merge branch 'feature/JSONError_description' into 'develop'
...
add error description to JSONErrors
See merge request BPHV_MIPS/mvm_core!231
2022-09-28 21:14:56 +00:00
Sumanth Nadigadda
afead9710d
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/Restart-requestUrl
2022-09-29 00:31:50 +05:30
Sumanth Nadigadda
ec70621ea0
Changed to read and set requestUrl in restart action.
2022-09-28 10:15:57 +05:30
Kyle Matthew Hedden
89d9809b9e
add error description to JSONErrors
2022-09-23 18:34:19 -04:00