Commit Graph

913 Commits

Author SHA1 Message Date
Scott Pfeil
c90f267599 Digital PCT265 story MVAPCT-48 - Remove test code 2024-03-27 11:03:27 -04:00
Scott Pfeil
f89bad1c7a Digital PCT265 story MVAPCT-48 - Loading overlay cleanup 2024-03-26 11:07:10 -04:00
Scott Pfeil
54e2ecb313 Manager updates for navigating to controller. 2024-03-25 13:29:29 -04:00
Scott Pfeil
b9097361ab Digital PCT265 story MVAPCT-48 - Caching piping improvements 2024-03-22 14:50:39 -04:00
Scott Pfeil
a16e09c569 Digital PCT265 story MVAPCT-48 - Cache piping improvements. 2024-03-22 11:02:04 -04:00
Scott Pfeil
84f4a1ac46 Digital PCT265 story MVAPCT-48 - code fixes for cache optimizations 2024-03-21 10:39:25 -04:00
Scott Pfeil
8c32dbbd7d Digital PCT265 story MVAPCT-48 - Initial demo of loading feed from cache 2024-03-20 19:09:13 -04:00
Hedden, Kyle Matthew
c636cc1ca4 Merge branch 'bugfix/PRODDEF-21579' into 'develop'
Removed characters from urlQueryAllowed characterSet

### Summary
Make removing the incoming percent encoding optional via shouldRemoveDefaultEncoding.

```swift
If urlQuery value contains '/' , ':'  these characters are passed without encoding, 
due to this we are seeing inconsistent behaviour.
For Eg: value contains a url: https://vzwsso/executeTask
Expected: https%3A%2F%2Fvzwsso%2FexecuteTask
Current: https://vzwsso/executeTask
So removed possible characters from urlQueryAllowed characterSet.
```

### JIRA Ticket
PRODDEF-21579

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/311
2024-03-05 22:03:58 +00:00
Krishna Kishore Bandaru
d46093887c updated to shouldRemoveDefaultEncoding 2024-03-05 11:31:31 +05:30
Pfeil, Scott Robert
03f81ca9fc Merge branch 'feature/open_page_fallback' into 'develop'
Fallback response JSON handling.

### Summary
Adds a fallback response and handling to the openPage action.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/313
2024-02-22 14:07:57 +00:00
Hedden, Kyle Matthew
0c8012d40f Reverse assigning the loadObject identifier to the operation. (self.identifer will always be nil on init.) 2024-02-21 17:55:39 -05:00
Hedden, Kyle Matthew
1e487dd58b Address code review comment of piping data for page. 2024-02-21 17:54:49 -05:00
Scott Pfeil
402708ecdc Remove unnecessary throws 2024-02-16 15:02:01 -05:00
Krishna Kishore Bandaru
bed4b5c837 Added extraEncodedParameters 2024-02-16 21:20:21 +05:30
Keerthy
e741805f35 Merge branch 'develop' into bugfix/PRODDEF-21579 2024-02-16 16:18:11 +05:30
Hedden, Kyle Matthew
d394bbea0e Merge remote-tracking branch 'refs/remotes/origin/develop' 2024-02-15 22:33:08 -05:00
Hedden, Kyle Matthew
c59dd70348 Fallback response JSON handling. 2024-02-15 22:15:22 -05:00
Scott Pfeil
fc0bd385c6 Revert Logging UUID for the run 2024-02-14 15:48:33 -05:00
Scott Pfeil
94b2f5b1e3 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/clientParameter-refactor 2024-02-14 13:56:20 -05:00
Krishna Kishore Bandaru
0b23bd8e93 Added new character 2024-02-14 16:26:44 +05:30
Krishna Kishore Bandaru
10b569e3a9 Added comments 2024-02-14 13:14:53 +05:30
Krishna Kishore Bandaru
a0b8459a79 removed extra characters from urlQueryAllowed CharacterSet 2024-02-14 12:58:56 +05:30
Scott Pfeil
3bde28c2d2 Cleanup 2024-02-02 15:28:32 -05:00
Scott Pfeil
606dbf6131 client parameter handler refactoring 2024-02-02 15:15:22 -05:00
Hedden, Kyle Matthew
4552a57ea2 unixMilleseconds calculation off of existing date. open toJSONString options. 2024-02-01 13:50:12 -05:00
Scott Pfeil
ec610690fb update to protocol non optional 2024-01-31 15:55:11 -05:00
Scott Pfeil
c89efeb3e7 shift call to avoid duplication 2024-01-31 09:29:07 -05:00
Scott Pfeil
98f55d4bc5 add missing error screen 2024-01-31 09:18:36 -05:00
Scott Pfeil
fb090fee64 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/clientParameter-refactor 2024-01-29 11:12:43 -05:00
Hedden, Kyle Matthew
435b5a4c97 Scott recommendation to simplify. 2024-01-26 16:12:17 -05:00
Hedden, Kyle Matthew
d91dbbd460 Prevent stack overflow if the logging handler is its own delegate. 2024-01-26 14:03:01 -05:00
Rajendran, Nandhini
d7db83583f Logging handler code fix 2024-01-24 14:44:45 +00:00
Nandhini Rajendran
47286a9e35 Fixing function declaration to override from MF 2024-01-23 15:22:19 +05:30
Scott Pfeil
27233a39a2 Merge branch 'feature/clientParameter-refactor' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/clientParameter-refactor 2024-01-19 12:01:46 -05:00
Scott Pfeil
7ccb191f6e change convenience return 2024-01-19 12:00:08 -05:00
Scott Pfeil
a8606e6641 Fix Open Page 2024-01-19 10:44:14 -05:00
Scott Pfeil
0316828728 async await 2024-01-18 16:23:10 -05:00
Bandaru, Krishna Kishore
15f1be66fe Added sourceRect.origin for UIActivityViewController while presenting in iPad. 2024-01-18 16:42:15 +00:00
Scott Pfeil
f5e8c0b2e6 async await client parameters 2024-01-17 15:44:07 -05:00
Scott Pfeil
e04bd2cefe Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/clientParameter-refactor 2024-01-09 18:48:46 -05:00
Hedden, Kyle Matthew
6d169ea203 add collection safe subscript for index out of bound safety 2024-01-02 17:10:46 -05: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
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
Scott Pfeil
64e5f9eb3d Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/clientParameter-refactor 2023-11-15 13:44:05 -05:00
Scott Pfeil
9549dca564 casting error 2023-11-15 13:25:02 -05:00
Matt Bruce
641ebcac7f - updated the ClientParameterProtocol to use an associatedType for the Model being used in then Handler
- refactored the ClientParameterHandler with the above changes.

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-11-09 10:57:05 -06:00
Krishna Kishore Bandaru
89a6c7e204 Merge branch 'develop' into feature/accessibilityHandler 2023-11-02 19:52:11 +05:30
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
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
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
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
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
Scott Pfeil
3459e067b3 Change to have 1 item shared 2023-09-05 10:21:19 -04:00
Scott Pfeil
f340ac61c7 Review comments 2023-08-31 12:56:44 -04:00
Scott Pfeil
e31fe71fae Bugfixes for getInitialParameters, completion block consolidation with async, and minor warning fixes 2023-08-31 11:13:14 -04:00
Scott Pfeil
dc0be54444 Code review undo 2023-08-29 17:38:10 -04:00
Scott Pfeil
4542e82060 code review fixes 2023-08-29 17:27:44 -04:00
Scott Pfeil
2af3badb4b missing return 2023-08-29 17:24:19 -04:00
Scott Pfeil
66693289ed Remove debug code 2023-08-28 18:44:00 -04:00
Scott Pfeil
99da8d56d5 merge develop 2023-08-28 18:21:50 -04:00
Scott Pfeil
a5be9469ee Shift to swift async to resolve thread hanging wait functions. 2023-08-28 18:15:12 -04:00
Pfeil, Scott Robert
296b1df0e9 Merge branch 'feature/navigation_handler_modernize' into 'develop'
Feature/navigation handler modernize

### Summary
Modernize navigation handler.

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

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
Co-authored-by: Scott Pfeil <pfeilsc@nn6f6wg04x.uswin.ad.vzwcorp.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/269
2023-08-28 21:56:41 +00:00
Scott Pfeil
034133e4a5 ONEAPP-5208: Review feedback 2023-08-28 11:13:39 -04:00
Scott Pfeil
fe5dc7c6b7 Removed MVMCoreNotificationViewControllerChanged 2023-08-22 16:22:44 -04:00
Scott Pfeil
9d88dd70af Review comments 2023-08-22 15:39:41 -04:00
Scott Pfeil
f2a5586061 testing bug fixes for navigation 2023-08-22 13:33:07 -04:00
Scott Pfeil
64535c6b21 ONEAPP-5208: Swiftify the navigation handler 2023-08-21 17:03:47 -04: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
Scott Pfeil
6877763d07 remove intermediary work files 2023-08-15 16:24:46 -04:00
Scott Pfeil
a4e0203de5 Swiftification of Navigation Handler 2023-08-15 16:23:13 -04:00
Scott Pfeil
2300678d96 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/navigation_handler_modernize 2023-08-02 11:11:57 -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