Commit Graph

4199 Commits

Author SHA1 Message Date
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
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
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
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
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
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