Kyle Matthew Hedden
289a31af24
Prevent double logging and double error popup.
2023-03-13 19:45:58 -04:00
Sumanth Nadigadda
4a7f765dc0
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/Behaviour-ShouldProcessCheck
2023-03-10 23:06:52 +05:30
Scott Pfeil
425ec9ea20
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/native_mockups
2023-03-09 11:22:13 -05:00
Matt Bruce
bafe44326f
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/ONEAPP-2811-Tilet
2023-03-08 13:03:43 -06:00
Pfeil, Scott Robert
3e5f01d42a
Merge branch 'feature/ONEAPP-2008' into 'develop'
...
Made model class as open & properties
### Summary
Made model class as open & property as class so that subclasses can override.
### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-2008
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/937
2023-03-07 21:15:45 +00:00
Matt Bruce
210e759297
updated to use new tilelet onClickSubscriber
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-03-07 11:17:12 -06:00
Kyle Matthew Hedden
6c0f0993a0
Crash fix for missing UserMessage. Suppress alertToShow dialogs when a native error screen is present. Pipe template parsing description messages to error object. Provide a messageToLog for invalid openURL calls.
2023-03-06 15:58:33 -05:00
Scott Pfeil
f8c6a11199
identifiable streamlining
...
iCloud fix
2023-03-03 17:13:50 -05:00
Scott Pfeil
f7f9731209
add missing ParentMoleculeModelProtocol
2023-03-02 21:29:14 -05:00
Krishna Kishore Bandaru
81a6cd8447
made model class as open & properties
2023-03-01 17:05:56 +05:30
Kyle Matthew Hedden
ee7e180684
wrapper function to add additoinal request data to error objects. begin working on better silentError handling.
2023-02-25 00:23:04 -05:00
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
Scott Pfeil
66264f6696
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2023-02-16 17:05:46 -05:00
Matt Bruce
db0afbb15d
added weak self
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-02-14 13:56:09 -06:00
Matt Bruce
2bc62fb268
refactored to only add actions when the model has them
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-02-14 09:17:50 -06:00
Matt Bruce
fdabe5eb86
updated to use combine
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-02-14 08:46:44 -06:00
Subramaniam, Ramya
fdc2628b19
Merge branch 'develop' into feature/ONEAPP-2811-Tilet
2023-02-13 17:04:25 +05:30
Subramaniam, Ramya
44905b0228
updating tilelet molecule as actionable
2023-02-13 15:50:45 +05:30
Rajesh Pullagalla
be6629ab7b
Changed above methods permission to open to subclass in 5G Module
2023-02-09 17:41:55 -05:00
Matt Bruce
ba13a9a8f4
updated to convert the Atomic LabelAttribute to VDS LabelAttribute
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-27 10:11:04 -06:00
Matt Bruce
0e957dce2e
added temporary model
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-27 10:07:35 -06:00
Matt Bruce
0da39e621b
updated for tintColor for ImageAttribute
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-26 15:17:44 -06:00
Scott Pfeil
e3b3389469
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2023-01-26 13:39:27 -05:00
Matt Bruce
268fdc5c2a
updated model against extensions for now
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 13:04:33 -06:00
Matt Bruce
e28cc4fc5b
added VDS initial extensions
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 13:04:19 -06:00
Matt Bruce
bfcd559ac4
updated models
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 12:19:50 -06:00
vimal
3a57a11a57
fix for CXTDT-367273
2023-01-24 20:52:26 +05:30
Matt Bruce
5a10d3fc29
Merge branch 'develop-vds' into feature/ONEAPP-2811-Tilet
2023-01-18 08:50:47 -06:00
Matt Bruce
a61a541f0b
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into develop-vds
2023-01-18 08:49:54 -06:00
Matt Bruce
bff34ec1e1
mispelled the class, it should be Tilelet
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-17 15:16:29 -06:00
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
Matt Bruce
60e4b6f2c2
added defaults into decode func
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-17 10:01:37 -06:00
Scott Pfeil
9c6b5ba55d
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2023-01-17 10:41:28 -05:00
Matt Bruce
394c78f065
refactored for vds changes
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 14:31:39 -06:00
Matt Bruce
e1729d234e
refactored enums/models
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 09:45:56 -06:00
Matt Bruce
a2fd68be15
updated with more properties
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 08:28:24 -06:00
Matt Bruce
1b4d7f0f2a
removed bad code that i copied from the Toggle.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 15:54:02 -06:00
Matt Bruce
7e0d9ef0f7
added registration for Tilet
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 15:53:42 -06:00
Matt Bruce
27cc79c542
updated tilet atom
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 15:06:56 -06:00
Matt Bruce
715012aea4
Merge branch 'develop-vds' into feature/ONEAPP-2811-Tilet
...
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 14:43:33 -06:00
Matt Bruce
e8ad9d0938
udpated VDS protocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 14:28:48 -06:00
Matt Bruce
9da436adcb
added protocol for helping in VDS, this at some point will refactor into the main
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
2023-01-12 14:23:54 -06:00
Matt Bruce
29ff802474
inital work for Tilet Atom
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-12 13:53:42 -06: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
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
Scott Pfeil
84e960f7b1
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2022-11-21 13:33:49 -05:00
Keerthy
34ef2e5c81
Added accessibilityText for ListOneColumnTextWithWhitespaceDividerTall
...
DOPMO-153745
2022-11-21 19:22:40 +05:30
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
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
9ce2023eec
code review: allow try to throw on model decode
2022-10-28 10:48:58 -04: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
Scott Pfeil
4eca0db76c
MFCheckbox adding
2022-10-26 15:45:09 -04: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
Matt Bruce
c043fff7bd
default is animated, not sure what i was thinking earlier today
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 14:07:30 -05:00
Matt Bruce
ae431b8b2b
cancelled the previous subscription
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 13:46:21 -05:00
Matt Bruce
c93a270b1a
updated name to valueChangedSubscription
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 13:25:14 -05:00
Matt Bruce
20fcbb57c2
added notes for backgroundColor
...
added in ToggleBase property setters for ToggleModel properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 11:51:42 -05:00
Matt Bruce
e27fa862d5
forgot to add back in animated to the model
...
accessibilityIdentifier isn't even used in the current Toggle today
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 11:51:08 -05:00
Matt Bruce
c075323ce7
update for changes discussed today
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 10:49:26 -05:00
Matt Bruce
30530bc4e1
removed isOn being passed
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-22 09:11:03 -05:00
Matt Bruce
3a3bbe05ea
added in didToggleAction
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 17:07:01 -05:00
Matt Bruce
16bf7e7e63
Merge branch 'develop' into feature/vds-toggle
2022-10-21 16:18:15 -05:00
Matt Bruce
1073530ee9
refactored Toggle / ToggleModel for VDS
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 16:15:54 -05:00
Matt Bruce
b0d8a26688
added protocol for helping in VDS, this at some point will refactor into the main
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 16:08:28 -05:00
Matt Bruce
9255e4021f
this is now in VDS
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 16:08:22 -05:00
Sumanth Nadigadda
bf4c28019b
Fix for CXTDT-331565, appending link disabled status to the accessibility text
2022-10-13 21:17:33 +05:30
Keerthy
8e486f9301
Added RuleNotEquals form rule
...
PREGRO-5736
2022-09-29 19:52:00 +05:30
Scott Pfeil
2a7cff7e03
Changes to get grid wall working
2022-09-21 16:05:46 -04:00
Scott Pfeil
1ea70f3b97
Temporary grid code
2022-09-21 14:43:47 -04:00
Scott Pfeil
b6cf238d02
allow server parameters
2022-09-20 16:46:33 -04:00
Scott Pfeil
2ad329949a
color changes
2022-09-19 13:53:53 -04:00
Scott Pfeil
dcd4dde59d
Added temporary corner rounding
2022-09-19 11:50:51 -04:00
Pfeil, Scott Robert
91f44013c6
Merge branch 'release/10_2_0' into 'develop'
...
Release/10 2 0
See merge request BPHV_MIPS/mvm_core_ui!896
2022-08-29 14:10:39 +00:00
Kyle Matthew Hedden
3e00e294a0
Convert to barfing.
2022-08-17 10:07:49 -04:00
Kyle Matthew Hedden
bac00ad0fa
image range fix & silence warnings
2022-08-16 20:29:57 -04:00
Kyle Matthew Hedden
3765c771ec
model throw, view adapt
2022-08-16 20:15:43 -04:00
Kyle Matthew Hedden
bd4cadce3f
Merge remote-tracking branch 'origin/release/10_2_0' into bugfix/label_range_safety
2022-08-16 18:19:58 -04:00
Scott Pfeil
39d42515c6
typo fixes
2022-08-15 17:53:29 -04:00
Scott Pfeil
36df641ce1
cleanup
2022-08-15 12:16:57 -04:00
Scott Pfeil
982f65ab0f
fix threading issue
2022-08-12 16:21:07 -04:00
Scott Pfeil
78034bb8d0
Centralize SoureModel
2022-08-12 16:17:05 -04:00
Scott Pfeil
31169e318e
bug fixes
2022-08-11 22:34:37 -04:00
Scott Pfeil
1f75221915
Drive through delegate up front. Remove some legacy delegate back and forth
2022-08-10 22:19:01 -04:00
Scott Pfeil
d8bf3c9a08
Button -> Delegate -> ActionHandler.
...
Components will go through delegate. Delegate will choose how to handle it.
2022-08-08 17:45:28 -04:00
Scott Pfeil
126c464a92
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize
2022-08-08 09:00:00 -04:00
Sumanth Nadigadda
4f4d9a126e
Reordering the conditions for button style update.
2022-08-05 22:02:47 +05:30
Sumanth Nadigadda
d1b1db1967
Updating logic to read style params from context, JSON and default
2022-08-04 22:19:20 +05:30
Sumanth Nadigadda
9c0a005108
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/NavBar-Title-Font
2022-08-03 23:49:16 +05:30
Sumanth Nadigadda
8ec7669bba
Updating the font style for nav bar title
2022-08-03 23:47:49 +05:30
Hedden, Kyle Matthew
064abf6c21
Merge branch 'bugfix/DOPMO-182687' into 'develop'
...
Fix for DOPMO-182687, Retaining the voice over focus on the selected tab...
See merge request BPHV_MIPS/mvm_core_ui!889
2022-08-03 18:03:37 +00:00
Bruce, Matt R
3d807a4ac6
Merge branch 'feature/VDS-RadioButton' into 'develop'
...
Feature/vds radio button
See merge request BPHV_MIPS/mvm_core_ui!892
2022-08-03 18:01:12 +00:00
Sumanth Nadigadda
747f951b1b
Updating the border color for radio button
2022-08-03 23:11:45 +05:30
Sumanth Nadigadda
a241265bab
VDS radio button of size and color changes as per 3.0 design
2022-08-03 15:17:25 +05:30
Hedden, Kyle Matthew
4e958ca0a9
Merge branch 'release/10_1_0' into 'develop'
...
release/10_1_0 hotfix merge
See merge request BPHV_MIPS/mvm_core_ui!884
2022-08-02 21:16:29 +00:00
Scott Pfeil
558eb9bfd0
Revert
2022-07-29 16:27:49 -04:00
Scott Pfeil
6853274a67
Descriptor changes
2022-07-29 16:20:22 -04:00
Scott Pfeil
0c47fdc60f
add back broken delegate
2022-07-29 09:36:38 -04:00
Scott Pfeil
dd7d787ba9
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize
2022-07-28 23:02:44 -04:00
Scott Pfeil
b816afba1c
Fix for top notification dismiss bug
2022-07-28 18:30:01 -04:00
Scott Pfeil
f2d5352cc3
modernization.
...
Adding json protocol to continue to support legacy (unfortunately)
2022-07-28 18:25:56 -04:00
Scott Pfeil
cb29c35080
Line color set for tabs
2022-07-25 17:13:49 -04:00
Sumanth Nadigadda
b62ad4fe3c
Fix for DOPMO-182687, Retaining the voice over focus on the selected tab rather than resetting to the top.
2022-07-25 11:25:26 +05:30
Scott Pfeil
6c08179b2a
ActionHandler to Swift
2022-07-22 15:17:46 -04:00
Matt Bruce
1ed826b7ef
implement an open method so this can be overridden if a class is subclassed.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-22 11:07:37 -05:00
Matt Bruce
16ddcedd80
added new method for sending the server value
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-22 11:06:39 -05:00
Scott Pfeil
9ea9894e80
Modernization migrations and json passing
2022-07-21 12:39:44 -04:00
Scott Pfeil
768aa578d2
More Migrations.
...
Delegate subclass
2022-07-19 14:33:34 -04:00
Kyle Matthew Hedden
fc512ca811
add logging and model handling
2022-07-19 12:56:35 -04:00
Scott Pfeil
4f2fa7962a
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize
2022-07-18 19:01:01 -04:00
Scott Pfeil
16e9079b8c
Action modernization
2022-07-18 18:54:11 -04:00
Scott Pfeil
bfbd6914fb
Deprecated function removal.
2022-07-18 17:45:30 -04:00
Kyle Matthew Hedden
13113c50ed
behavior transcendence
2022-07-15 12:24:40 -04:00
Kyle Matthew Hedden
9cefb94bff
restore PageBehaviorHandlerProtocol createBehaviors
2022-07-13 23:22:44 -04:00
Kyle Matthew Hedden
664d90a713
Merge remote-tracking branch 'origin/develop' into feature/view_masking
2022-07-13 20:14:09 -04:00
Kyle Matthew Hedden
b3667dc868
Merge remote-tracking branch 'origin/develop' into bugfix/label_range_safety
2022-07-13 20:02:15 -04:00
Kyle Matthew Hedden
19fd207470
insert label range validations to prevent crashes
2022-07-13 11:32:12 -04:00
Bruce, Matt R
a2fcc59f38
Merge branch 'bugfix/missed_heavy_line' into 'develop'
...
Bugfix/missed heavy line
See merge request BPHV_MIPS/mvm_core_ui!880
2022-07-12 15:08:19 +00:00
Scott Pfeil
8ff51a36d8
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize
2022-07-12 11:08:12 -04:00
Scott Pfeil
a07f70fb06
tiny is gone
2022-07-12 10:58:08 -04:00
Scott Pfeil
fe5416560e
missed heavy line
2022-07-12 09:53:18 -04:00
Hedden, Kyle Matthew
84246df1b3
Merge branch 'feature/accordionAnalytics' into 'develop'
...
Added actions for expand & collapsed to track analytics data
See merge request BPHV_MIPS/mvm_core_ui!873
2022-07-11 21:31:23 +00:00
Scott Pfeil
c31e3be0c5
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize
2022-07-11 14:34:28 -04:00
Hedden, Kyle Matthew
988be94ec2
Merge branch 'bugfix/CXTDT-298428' into 'develop'
...
Fix for CXTDT-298428, New image set for Nav close button with padding.
See merge request BPHV_MIPS/mvm_core_ui!874
2022-07-08 16:35:58 +00:00
Matt Bruce
fdfb5891d2
found another bug of internal model getting overwritten
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-06 13:39:43 -05:00
Pfeil, Scott Robert
7ce5b4eab9
Merge branch 'bugfix/TableViewCell-line-type' into 'develop'
...
memory issue fix, updating the style only
See merge request BPHV_MIPS/mvm_core_ui!877
2022-07-06 17:03:06 +00:00
Matt Bruce
98f3f193ca
setting the style only
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-06 11:55:02 -05:00
Scott Pfeil
211b92a2ab
remove unused legacy framework dependency
2022-07-06 11:25:45 -04:00
Scott Pfeil
491172ed40
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/scripts
2022-07-05 16:20:33 -04:00
Scott Pfeil
008a2a382a
XCFramework and warning fixes
2022-07-05 15:57:01 -04:00