Sumanth Nadigadda
d647dc9d18
shouldFinishProcessingLoad Behavior flow - Minor changes
2023-02-23 20:54:35 +05:30
Sumanth Nadigadda
29c73f2ccc
Making the shouldFinishProcessingLoad method in behavior to throw
2023-02-22 23:19:57 +05:30
Sumanth Nadigadda
904cdf3798
Introducing shouldFinishProcessingLoad call to behavior to check if we can continue to load the viewcontroller
2023-02-22 20:24:18 +05:30
Pfeil, Scott Robert
081dbbf65e
Merge branch 'feature/5G_Atomic' into 'develop'
...
Changed methods permission to open to subclass in 5G Module
### Summary
we need to make this open to be able to subclass this for the 5G BackgroundImage 3 layer template
### JIRA Ticket
Co-authored-by: Rajesh Pullagalla <rajesh.pullagalla1@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/929
2023-02-10 18:39:54 +00:00
Rajesh Pullagalla
be6629ab7b
Changed above methods permission to open to subclass in 5G Module
2023-02-09 17:41:55 -05:00
Hedden, Kyle Matthew
7e3d29af01
Merge branch 'bugfix/CXTDT_367273' into 'develop'
...
fix for CXTDT-367273
### Summary
reset method call added for labels
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-367273
Co-authored-by: vimal <vimal.murugan@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/926
2023-01-25 15:27:23 +00:00
vimal
3a57a11a57
fix for CXTDT-367273
2023-01-24 20:52:26 +05:30
Hedden, Kyle Matthew
b6bd1b9407
Merge branch 'feature/cs_hideMdnLeak' into 'develop'
...
Add navigation bar model tracking to PageMoleculeTransformationBehavior.
### Summary
Open up navigation bar behavior hooks for molecule transformations.
### JIRA Ticket
https://onejira.verizon.com/browse/ACT59-72 https://onejira.verizon.com/browse/VCGEN-151 https://onejira.verizon.com/browse/ACT59-193
Co-authored-by: teegsh2 <Suramba@77>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/919
2023-01-17 20:49:38 +00:00
Pfeil, Scott Robert
4359fcb85f
Merge branch 'bugfix/bad_color_error' into 'develop'
...
add the provided color name to the error string
### Summary
Be more descriptive in the bad color name error for easier debugging.
Current:
`Reason
MVMCoreUI.Color.ColorError.badName(reason: "Check the spelling of your color.")`
https://onenr.io/0MRNEPy72wn
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/920
2023-01-06 22:08:49 +00:00
Pfeil, Scott Robert
40ea9182dd
Merge branch 'bugfix/DOPMO-153745' into 'develop'
...
Added accessibilityText for ListOneColumnTextWithWhitespaceDividerTall
### Summary
Accessibility fix to provide custom accessibilityText for list1CTxtDiv3
### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-1201
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/922
2022-12-23 19:07:56 +00:00
Keerthy
af97c5d387
addressed review comments
2022-12-23 23:33:18 +05:30
teegsh2
04acb80fd5
Revert "unmask NavBar SR"
...
This reverts commit 7ae5cbfc8a .
2022-12-21 20:25:03 +05:30
Pfeil, Scott Robert
336dd094f0
Merge branch 'bugfix/CXTDT-352289' into 'develop'
...
Disabled clipboard actions
### Summary
Disabled clipboard actions for textfield. can be controlled via using enableClipboardActions. And changed set(with model: MoleculeModelProtocol....) open to public.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-352289
Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/918
2022-12-21 13:50:02 +00:00
Keerthy
9dd400f894
Accessibility fix for PRODDEF-1201
...
Accessibility fix to provide custom accessibilityText for list1CTxtDiv3
2022-12-20 19:58:30 +05:30
teegsh2
7ae5cbfc8a
unmask NavBar SR
2022-12-13 09:52:47 +05:30
Kyle Matthew Hedden
7494d8664a
add the provided color name to the error string
2022-12-12 13:18:17 -05:00
Pfeil, Scott Robert
2c3ae47bd3
Merge branch 'bugfix/CXTDT_344190_attribute_issue' into 'develop'
...
fix for CXTDT_344190
### Summary
When multiple underline loading on the table cell, we see this issue, it is happening when cell reuse case. the fix which we given its from this link: https://stackoverflow.com/questions/58628067/cant-reset-uilabel-attributedtext-when-a-uitableviewcell-is-reused
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-344190
Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>
Co-authored-by: Murugan, Vimal <vimal.murugan@one.verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/909
2022-12-12 13:58:28 +00:00
Krishna Kishore Bandaru
e66924dc1f
added setDefaults func
2022-12-12 13:33:10 +05:30
Nandhini Rajendran
a72f3cc3c1
refactor to add resetAttributeStyle
2022-12-09 12:34:06 +05:30
Kyle Matthew Hedden
b7413d536b
shifted behavior calls to extension for better support. added molecular setup callback for navigation titleView.
2022-12-05 19:58:38 -05:00
Kyle Matthew Hedden
0f8c21025d
Add navigation bar model tracking to PageMoleculeTransformationBehavior.
...
Update ScreenRecordingMaskingBehavior to consume.
Enhance MDN regex.
2022-12-02 18:44:59 -05:00
Krishna Kishore Bandaru
4963c311d4
access specifier changed
2022-12-02 13:52:59 +05:30
Krishna Kishore Bandaru
8858018620
removed unused code
2022-12-02 13:31:30 +05:30
Murugan, Vimal
2026d9171c
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/CXTDT_344190_attribute_issue
2022-11-29 12:37:19 +05:30
Krishna Kishore Bandaru
dce172bb64
CXTDT-352289 - disabled clipboard actions
2022-11-28 14:57:53 +05:30
Keerthy
34ef2e5c81
Added accessibilityText for ListOneColumnTextWithWhitespaceDividerTall
...
DOPMO-153745
2022-11-21 19:22:40 +05:30
Hedden, Kyle Matthew
6449d68f4f
Merge branch 'release/10_4_1' into 'develop'
...
release/10_4_1 hotfix merge
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/912
2022-11-14 18:32:40 +00:00
Hedden, Kyle Matthew
e42dabd40f
Merge branch 'release/10_4_0' into 'develop'
...
release/10_4_0 hotfix merge
Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/903
2022-11-11 19:44:04 +00:00
Hedden, Kyle Matthew
ddf973d9f6
Merge branch 'hotfix/ipad_action_sheet_handling' into 'release/10_4_1'
...
prevent crashes when ipads attempt to show an actionsheet without a source rect
### Summary
Fix iPad actionSheet handling crash.
### JIRA Ticket
(ticket URL here or remove the section)
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/910
2022-11-10 15:15:18 +00:00
Kyle Matthew Hedden
13fd2015e5
prevent crashes when ipads attempt to show an actionsheet without a source rect
2022-11-09 21:12:58 -05:00
Murugan, Vimal
af2360c13a
fix for CXTDT_344190
2022-11-08 18:41:27 +05:30
Pfeil, Scott Robert
0bef0c5b64
Merge branch 'bugfix/python3-script-update' into 'release/10_4_0'
...
script update for python 3
### Summary
(a brief description of the change)
### JIRA Ticket
(ticket URL here or remove the section)
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/908
2022-11-01 22:11:10 +00:00
Matt Bruce
b250e141de
script update for python 3
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-01 17:09:01 -05:00
Pfeil, Scott Robert
8f4b80021a
Merge branch 'feature/revert_toggle' into 'release/10_4_0'
...
Revert "Merge branch 'feature/vds-toggle'
### Summary
Back out VDS toggle change.
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/907
2022-11-01 22:05:36 +00:00
Kyle Matthew Hedden
06672f0268
Revert "Merge branch 'feature/vds-toggle' into 'develop'"
...
This reverts commit edfb2c1f36 , reversing
changes made to 1dc367c463 .
2022-11-01 17:29:20 -04:00
Kyle Matthew Hedden
c6a8b0c288
Revert "Merge branch 'develop' into 'release/10_4_0'"
...
This reverts commit a65f52ca07 , reversing
changes made to edfb2c1f36 .
2022-11-01 17:27:58 -04:00
Pfeil, Scott Robert
25b7e74ec0
Merge branch 'feature/reviewPopupChanges_v2' into 'release/10_4_0'
...
Feature/review popup changes v2
### Summary
Implementing a pre-review popup for sentiment analysis before sending the user to either the app store review or Medallia.
### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-2824
Co-authored-by: Kyle Matthew Hedden <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/902
2022-10-28 19:34:16 +00:00
Kyle Matthew Hedden
9ce2023eec
code review: allow try to throw on model decode
2022-10-28 10:48:58 -04:00
Hedden, Kyle Matthew
a65f52ca07
Merge branch 'develop' into 'release/10_4_0'
...
added VDSTypography
Merging develop into release/10_4_0
### Summary
Fixing framework Typography dependencies.
Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/905
2022-10-28 12:57:22 +00:00
Kyle Matthew Hedden
0da94465b3
allow action delegate to perform the actiopn
2022-10-27 17:49:49 -04:00
Kyle Matthew Hedden
f1195bb882
Merge remote-tracking branch 'origin/develop' into feature/reviewPopupChanges_v2
2022-10-27 12:00:53 -04:00
Pfeil, Scott Robert
9f1dfc947e
Merge branch 'feature/vds-toggle' into 'develop'
...
added VDS framework
### Summary
added vds framework
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/904
2022-10-26 20:59:49 +00:00
Matt Bruce
4f8c33228a
updated to 3.1 for MVMCore
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-26 11:20:54 -05:00
Matt Bruce
7225866ba1
added VDSTypography
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-26 11:11:10 -05:00
Matt Bruce
e813cf8fac
added VDS framework
2022-10-26 11:06:19 -05:00
Hedden, Kyle Matthew
edfb2c1f36
Merge branch 'feature/vds-toggle' into 'develop'
...
vds toggle import
### Summary
added VDS and extra framework needed in the project
update Toggle/ToggleModel
### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-2802
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/901
2022-10-25 20:09:29 +00:00
Matt Bruce
ad0bbbab8e
added to encoding
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:25:44 -05:00
Matt Bruce
d0a0ea9e4e
update logic
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:24:02 -05:00
Matt Bruce
847d7ed372
renamed var
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:16:27 -05:00
Kyle Matthew Hedden
47b28f297f
Create an alertObject generator from a direct alertModel. Cleanup model initialization interface.
2022-10-24 17:33:23 -04:00