Commit Graph

854 Commits

Author SHA1 Message Date
Pfeil, Scott Robert
247adceb98 Merge branch 'bugfix/open_url_decode' into 'release/9_5_0'
add page type for legacy open url....

See merge request BPHV_MIPS/mvm_core!186
2021-11-16 20:10:01 +00:00
Scott Pfeil
5d4995322b add page type for legacy open url.... 2021-11-16 13:46:49 -05:00
Hedden, Kyle Matthew
11888424f6 Merge branch 'feature/swift_subnav' into 'develop'
add missing pass through

See merge request BPHV_MIPS/mvm_core!183
2021-11-04 18:27:15 +00:00
Scott Pfeil
80be78a401 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/swift_subnav 2021-11-04 14:21:59 -04:00
Scott Pfeil
64f6624e00 silly! 2021-11-04 14:16:21 -04:00
Pfeil, Scott Robert
cc06f93e50 Merge branch 'feature/ft_enhancements' into 'develop'
static MVMCoreLoggingHandler addError

See merge request BPHV_MIPS/mvm_core!182
2021-11-04 18:11:55 +00:00
Scott Pfeil
35b96b2fde add missing pass through 2021-11-02 16:38:57 -04:00
Suresh, Kamlesh
f569d5279d static MVMCoreLoggingHandler addError 2021-11-01 11:54:35 -04:00
Pfeil, Scott Robert
b03532a364 Merge branch 'bugfix/ActionHandler' into 'develop'
fixed bug in the new ActionHandler logic

See merge request BPHV_MIPS/mvm_core!181
2021-10-29 18:29:07 +00:00
Matt Bruce
9293894d36 refactored the hasActionHanlder guard
bug - added public to JSONValue decode

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-29 09:25:24 -05:00
Matt Bruce
7f5419d81b updated method to always return true if a handler was found, even if there is an error
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-28 10:05:36 -05:00
Matt Bruce
9a158c4909 added comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-28 10:05:09 -05:00
Matt Bruce
b546fcbb8b refactored hasActionHandler to include a guard for HandlerType and refactored out old method to hard cast acation MVMCoreActionHandlerProtocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-27 14:54:52 -05:00
Matt Bruce
c0958b58e4 added getHandlerType for a Type
refactored existing getHandler to call this new method

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-27 14:53:55 -05:00
Pfeil, Scott Robert
587f5a7bf7 Merge branch 'feature/ActionHandlerRegistration' into 'develop'
Action Handler Registry

See merge request BPHV_MIPS/mvm_core!180
2021-10-26 12:59:50 +00:00
Matt Bruce
59ff7d2fad fix for legacy
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-22 15:05:24 -05:00
Matt Bruce
6c8bb9ce4b call the new method from legacy code to check in the final step for registered Action Handlers
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-21 15:04:29 -05:00
Matt Bruce
9a8cae6d9d added MVMCoreActionHandlerProtocol
added Extension for ModelRegistry to get the actionHandler
added method to be called by Legacy code to check to see if there is an action handler

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-21 15:04:03 -05:00
Pfeil, Scott Robert
22d2d73b50 Merge branch 'bugfix/CXTDT-221702_change' into 'develop'
formatting, remove manager stuff

See merge request BPHV_MIPS/mvm_core!178
2021-10-18 21:05:17 +00:00
Scott Pfeil
bbad2e8437 formatting, remove manager stuff 2021-10-18 13:13:05 -04:00
Matt Bruce
54ba48bb12 implemented prepareForDisplay protocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-14 12:36:26 -05:00
Matt Bruce
7bc26a8e46 implemented delegate callbacks for prepareForDisplay
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-14 12:36:04 -05:00
Matt Bruce
b907943bb1 added methods for prepareForDisplay protocols
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-14 12:35:28 -05:00
Suresh, Kamlesh Jain
bbe50fdfe0 Merge branch 'feature/debug_log_to_swift' into 'develop'
Logging handler improvement

See merge request BPHV_MIPS/mvm_core!172
2021-08-13 19:03:43 +00:00
Pfeil, Scott Robert
031dad755f Logging handler improvement 2021-08-13 14:56:49 -04:00
Pfeil, Scott Robert
880a6a42a9 Merge branch 'feature/View360_AR_JuneER' into 'develop'
moved javascript class from MF to core

See merge request BPHV_MIPS/mvm_core!169
2021-08-05 13:55:06 +00:00
Pfeil, Scott Robert
69f36cd3b0 Merge branch 'bugfix/remove_no_page_error' into 'develop'
Bugfix/remove no page error

See merge request BPHV_MIPS/mvm_core!171
2021-08-03 15:05:56 +00:00
Khan, Arshad
74e08ca87a Removing loadAborted to handle No Page errors gracefully. 2021-08-03 19:38:32 +05:30
Khan, Arshad
590293754c removing unwanted code 2021-08-03 18:06:21 +05:30
Khan, Arshad
7460f5b210 Removing unwanted testing logs code 2021-08-03 18:04:07 +05:30
Khan, Arshad
2c9e394347 adding more logs to understand the point of failure 2021-08-03 16:02:48 +05:30
Khan, Arshad
b3c0673c83 no page error fix 2021-08-03 15:18:32 +05:30
Khan, Arshad
09803cb411 adding logs for testing no page error 2021-08-03 13:52:14 +05:30
Khan, Arshad
b7fe17d564 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into bugfix/remove_no_page_error 2021-08-02 16:07:11 +05:30
Khan, Arshad
64c0539cec Don't throw error if no Page and response info is success 2021-07-30 21:23:17 +05:30
rajampetS
e667268cde moved javascript class from MF to core 2021-07-23 15:48:50 +05:30
Pfeil, Scott Robert
8a391fe715 Merge branch 'bugfix/nullability_correction' into 'develop'
nullability change

See merge request BPHV_MIPS/mvm_core!168
2021-07-22 19:56:03 +00:00
Pfeil, Scott Robert
83b49a69a2 nullability change 2021-07-22 15:49:33 -04:00
Pfeil, Scott Robert
0456733325 Merge branch 'feature/play_audio_action' into 'develop'
adding play audio action. current implementation.

See merge request BPHV_MIPS/mvm_core!156
2021-07-15 13:32:37 +00:00
Christiano, Kevin
3a4e317ccf adding play audio action. current implementation. 2021-07-15 13:32:29 +00:00
Pfeil, Scott Robert
cfcf959314 Merge branch 'feature/testing' into 'develop'
fix copy

See merge request BPHV_MIPS/mvm_core!166
2021-07-01 18:46:43 +00:00
Pfeil, Scott Robert
85c7ea347c fix missing bracket 2021-07-01 14:40:32 -04:00
Pfeil, Scott Robert
de83895130 fix copy 2021-07-01 14:33:37 -04:00
Pfeil, Scott Robert
ff7e67bc73 Merge branch 'feature/testing' into 'develop'
script fix for swift modules

See merge request BPHV_MIPS/mvm_core!165
2021-07-01 18:27:31 +00:00
Pfeil, Scott Robert
4d7bc54145 script fix for swift modules 2021-07-01 14:22:01 -04:00
Pfeil, Scott Robert
a5aa4d936b Merge branch 'feature/testing' into 'develop'
Feature/testing

See merge request BPHV_MIPS/mvm_core!164
2021-07-01 17:44:12 +00:00
Pfeil, Scott Robert
5c15bbb8a8 fix for script 2021-07-01 13:39:31 -04:00
Pfeil, Scott Robert
5fe0466036 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core into feature/testing 2021-06-30 10:53:20 -04:00
Pfeil, Scott Robert
d5a66f61a2 removing remote view stuff 2021-06-30 10:53:04 -04:00
Pfeil, Scott Robert
167cabc0db Merge branch 'feature/testing' into 'develop'
Feature/framework_deploy

See merge request BPHV_MIPS/mvm_core!163
2021-06-29 22:31:45 +00:00