Hedden, Kyle Matthew
a428d5f7ce
Digital PCT265 defect CXTDT-531317 - Adjust logging to capture webview errors.
2024-04-25 15:50:41 -04:00
Hedden, Kyle Matthew
f7a348a8b0
Digital PCT265 defect PRODDEF-28200 - Prevent navigation to the same controller fixing hang ups.
2024-04-23 19:02:05 -04:00
Pfeil, Scott Robert
58f7abb5fc
Merge branch 'bugfix/CXTDT-544924' into 'develop'
...
Digital PCT32 defect CXTDT-544924 - Insert missing OpenUrlOptionsModel handling.
### Summary
Insert missing OpenUrlOptionsModel handling for universalLinksOnly.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-544924
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/322
2024-04-17 15:41:36 +00:00
Hedden, Kyle Matthew
262881f52b
Digital PCT32 defect CXTDT-544924 - Code review. Formatting.
2024-04-17 15:32:13 +00:00
Hedden, Kyle Matthew
c4b6122d4c
Digital PCT32 defect CXTDT-544924 - Insert missing OpenUrlOptionsModel handling.
2024-04-16 18:15:23 -04:00
Hedden, Kyle Matthew
0f89fb51d2
Merge branch 'bugfix/CXTDT-509545' into 'develop'
...
CXTDT-509545 : old topNotification tagging fix
### Summary
Declaring the logLoadFinished function to be overriden from MFLoggingHandler to log the tagging data for BAU top notification
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-509545
Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/321
2024-04-15 17:38:44 +00:00
Nandhini Rajendran
fac3e77984
CXTDT-509545 : old topNotification tagging fix
2024-04-09 21:54:56 +05:30
Scott Pfeil
19c277d68e
Digital PCT265 story MVAPCT-48 - exposing constants.
2024-04-04 17:33:05 -04:00
Scott Pfeil
64aba6a100
Digital PCT265 story MVAPCT-48 - Bug fixes and optimizations
2024-04-03 21:49:19 -04:00
Scott Pfeil
25b79530eb
Digital PCT265 story MVAPCT-48 - Code cleanup
2024-04-03 12:20:24 -04:00
Scott Pfeil
8235aff75f
Digital PCT265 story MVAPCT-48 - Added cache timing hacks
2024-04-01 18:07:52 -04:00
Hedden, Kyle Matthew
d08a8f6782
Digital PCT265 story MVAPCT-48 - Caches root directory, file protection for encryption, atomicWrite API deprecation.
2024-03-29 16:45:23 -04:00
Scott Pfeil
4fc4aa21f3
Digital PCT265 story MVAPCT-48 - More expiry logic fixes
2024-03-28 13:35:07 -04:00
Scott Pfeil
4bdd93dbe5
Digital PCT265 story MVAPCT-48 - Minor cache code cleanup
2024-03-27 13:38:13 -04:00
Scott Pfeil
3b410fb522
Digital PCT265 story MVAPCT-48 - Add logging and fix expiry bug
2024-03-27 11:30:52 -04:00
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