Commit Graph

1146 Commits

Author SHA1 Message Date
Hedden, Kyle Matthew
3e8cd2a6e8 Merge branch 'bugfix/loggingHandlerFix' into 'develop'
Logging handler fix

### Summary
making handleDebugMessage open, to override it from MF

Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/304
2024-01-23 14:33:02 +00:00
Nandhini Rajendran
47286a9e35 Fixing function declaration to override from MF 2024-01-23 15:22:19 +05:30
Pfeil, Scott Robert
62ffdd605a Merge branch 'bugfix/sharehandler' into 'develop'
Added sourceRect.origin for UIActivityViewController while presenting in iPad.

### Summary
In iPad, when presenting UIActivityViewController, its presenting outside of app window at top left corner.
Added sourceRect.origin for UIActivityViewController while presenting so that it displays inside our app window 

Added SS for ref
![Screenshot_2024-01-09_at_3.39.33_PM](/uploads/bcbacbcb19b365fc4223499010495eaa/Screenshot_2024-01-09_at_3.39.33_PM.png)

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/302
2024-01-18 16:42:15 +00:00
Bandaru, Krishna Kishore
15f1be66fe Added sourceRect.origin for UIActivityViewController while presenting in iPad. 2024-01-18 16:42:15 +00:00
Hedden, Kyle Matthew
9ef78a9c15 Merge branch 'bugfix/subscript_safety' into 'develop'
add collection safe subscript for index out of bound safety

### Summary
Moving safe subscripting from MF to MVM Core for reusability.

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/301
2024-01-03 22:05:46 +00:00
Hedden, Kyle Matthew
6d169ea203 add collection safe subscript for index out of bound safety 2024-01-02 17:10:46 -05:00
Hedden, Kyle Matthew
7e02aa17b6 Merge branch 'feature/oneApp_4156-LoggingHandlerSwiftMigration' into 'develop'
story: ONEAPP-4156 LoggingHandler Swift migration

### Summary
Swiftify Logging handler

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

Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/290
2023-12-21 16:29:40 +00:00
Rajendran, Nandhini
b70220902a story: ONEAPP-4156 LoggingHandler Swift migration 2023-12-21 16:29:40 +00:00
Pfeil, Scott Robert
3ea582efc9 Merge branch 'feature/hardcoded_json_delay' into 'develop'
HARD_CODED_RESPONSE_DELAY added to the up front request handling,

### Summary
Fixed HARD_CODED_RESPONSE_DELAY positioning.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/300
2023-12-19 22:13:00 +00:00
Hedden, Kyle Matthew
2e7fd9ddd4 reposition after having a response 2023-12-19 17:11:43 -05:00
Pfeil, Scott Robert
ab43e791cf Merge branch 'bugfix/hardcoded_handling' into 'develop'
adjust to xcode .app file reuse

### Summary
Adjusting hardcoded handling to avoid silently keeping old .json files. Stash in dedicated folder to avoid flooding root app folder.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/298
2023-12-19 22:06:23 +00:00
Hedden, Kyle Matthew
b8f785fbc2 Merge remote-tracking branch 'origin/develop' into feature/hardcoded_json_delay 2023-12-19 15:49:56 -05:00
Bruce, Matt R
dd0688985e Merge branch 'bugfix/CXTDT-497252' into 'develop'
bug fix for earlier OS versions

### Summary
Fixing share action for older iOS versions.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-497252

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/299
2023-12-14 22:10:32 +00:00
Scott Pfeil
c53bbd254b bug fix for earlier OS versions 2023-12-14 15:57:37 -05:00
Hedden, Kyle Matthew
291cf99604 HARD_CODED_RESPONSE_DELAY added to the up front request handling, 2023-12-13 14:10:52 -05:00
Hedden, Kyle Matthew
293c3bf864 adjust to xcode .app file reuse 2023-12-01 17:41:44 -05:00
Pfeil, Scott Robert
f64ba3aff4 Merge branch 'feature/accessibilityHandler' into 'develop'
Feature/accessibility handler

### Summary
Dependency for accessibilityHandler class

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/291
2023-11-02 20:34:31 +00:00
Krishna Kishore Bandaru
89a6c7e204 Merge branch 'develop' into feature/accessibilityHandler 2023-11-02 19:52:11 +05:30
Hedden, Kyle Matthew
7a8500153f Merge branch 'feature/LoadingOverlay-Text' into 'develop'
Option to show text in the loading overlay screen

### Summary
Adding option to show text on loading overlay screen. 

### JIRA Ticket
[ONEAPP-5807](https://onejira.verizon.com/browse/ONEAPP-5807)

Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/286
2023-11-01 17:01:51 +00:00
Sumanth Nadigadda
3cab2464be Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/LoadingOverlay-Text 2023-10-31 19:48:34 +05:30
Krishna Kishore Bandaru
48efbc73bf Merge branch 'develop' into feature/accessibilityHandler 2023-10-27 19:08:57 +05:30
Hedden, Kyle Matthew
77ab27d79d Merge branch 'bugfix/marketingCloudVisitorId_client_param_timeouts' into 'develop'
Address ClientParameter timeout logging issues

### Summary
Update timeout signature to use standard TimeInterval for split second handling.

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/289
2023-10-23 18:28:00 +00:00
Hedden, Kyle Matthew
f7ca8da8f9 Add additional task completion guard to suppress late callbacks. 2023-10-20 13:38:39 -04:00
Hedden, Kyle Matthew
2a438e68a7 Improve MVMCoreActionUtility.perform signature. Remove odd default. Use TimeInterval for better typing and to allow split seconds. 2023-10-20 12:04:28 -04:00
Pfeil, Scott Robert
fc0075a92d Merge branch 'feature/action_share_items' into 'develop'
Action Share update

### Summary
Enhance share to allow multiple items.
https://oneconfluence.verizon.com/display/MFD/share

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

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/288
2023-10-20 15:57:18 +00:00
Scott Pfeil
def76778e5 Code review updates for scoping of functions.
Fix continuation leak.
2023-10-20 11:51:14 -04:00
Pfeil, Scott Robert
c5dab7d70d Merge branch 'feature/molecule_replacement_behavior' into 'develop'
Fix module mapping

### Summary
Fixes the optional and required module mapping for atomic when RequestParameters are pre-generated as part of the openPage model.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/287
2023-10-19 18:55:15 +00:00
Scott Pfeil
d44235bd03 Action Share update 2023-10-19 12:30:13 -04:00
Sumanth Nadigadda
48de2b1869 Enabling the loading overlay info text to take attributed string. 2023-10-19 16:59:12 +05:30
Hedden, Kyle Matthew
1e8f7f417e HARD_CODED_RESPONSE_DELAY for simulations. 2023-10-17 16:26:57 -04:00
Hedden, Kyle Matthew
3dc05bea61 Reset optional and required module mapping at the time of request. 2023-10-17 16:26:38 -04:00
Krishna Kishore Bandaru
31b5dc2171 added getAccessibilityElements func to MVMCoreViewManagerProtocol 2023-10-13 23:02:27 +05:30
Sumanth Nadigadda
a8f3407ed8 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/LoadingOverlay-Text 2023-10-13 14:03:00 +05:30
Pfeil, Scott Robert
f2df0f52e6 Merge branch 'release/11_0_0' into 'develop'
release/11_0_0 hotfix merge

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/283
2023-10-10 13:29:58 +00:00
Pfeil, Scott Robert
223ff22612 Merge branch 'feature/new_relic_open_page_tracking' into 'release/11_0_0'
NSA migration tracking changes

### Summary
Track bridge open page destinations for NSA migration tracking.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/284
2023-10-06 13:39:22 +00:00
Pfeil, Scott Robert
5a8147655b Merge branch 'feature/core_object_swift' into 'develop'
MVMCoreObject to swift

### Summary
MVMCoreObject to swift

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/285
2023-10-04 20:53:48 +00:00
Scott Pfeil
b1e4c55281 remove missing file 2023-10-04 16:45:06 -04:00
Scott Pfeil
db9bd9e3b3 change name back.... wishful thinking removed 2023-10-04 11:37:43 -04:00
Scott Pfeil
51597121bd MVMCoreObject to swift 2023-10-04 10:18:52 -04:00
Hedden, Kyle Matthew
a94cc27168 comment typos 2023-10-02 20:22:44 -04:00
Hedden, Kyle Matthew
a5d237df8b push model in action events for model specfic attributes 2023-10-02 12:32:00 -04:00
Pfeil, Scott Robert
e5402bb6eb Merge branch 'bugfix/account_native_testing' into 'develop'
improvement to hardcoded debugging functions

### Summary
Minor improvements to hardcoded debugging parameters.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/282
2023-09-28 13:44:11 +00:00
Scott Pfeil
c93fe59b5c improvement to hardcoded debugging functions 2023-09-28 09:26:17 -04:00
Pfeil, Scott Robert
975ee661fb Merge branch 'feature/remove-VzAnalytics-VZWYZDL-1051' into 'develop'
VzAnalytics Removal - VZWYZDL 1051

### Summary
To remove VZAnalytics from the codebase since new FBL is live in production.

### JIRA Ticket
https://onejira.verizon.com/browse/VZWYZDL-1051

Co-authored-by: Sourabh Bhardwaj <sourabh.bhardwaj@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/281
2023-09-18 17:41:33 +00:00
Sumanth Nadigadda
3d4f8938dc Adding option to show a label to loading overlay 2023-09-15 15:42:35 +05:30
Sourabh Bhardwaj
79915b3f6f Removing VzAnalytics - VZWYZDL-1051 2023-09-15 10:52:51 +05:30
Pfeil, Scott Robert
20d6149918 Merge branch 'feature/molecule_id_replacement' into 'develop'
DecodableDefault for UUID

### Summary
Adding DecodableDefault for a UUID string.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/280
2023-09-07 16:58:06 +00:00
Hedden, Kyle Matthew
ba8f0b90ca DecodableDefault.UUID -> UUIDString 2023-09-07 12:46:04 -04:00
Hedden, Kyle Matthew
d6096c7ee5 Change ID default initializer, DecodableDefault for implicit decoding models. Add missing id encodes and decodes. 2023-09-07 09:20:43 -04:00
Hedden, Kyle Matthew
46bcd6618d Merge branch 'bugfix/share_url' into 'develop'
Change to have 1 item shared

### Summary
Minor code bug fixes. Share url as 1 item, warning fix.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/279
2023-09-05 14:27:59 +00:00