Commit Graph

5445 Commits

Author SHA1 Message Date
Matt Bruce
9e6b2a2bd6 created a mapping method for the old values
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-13 09:25:27 -06:00
Matt Bruce
28c15efba5 refactored atoms with style changes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:32:34 -06:00
Matt Bruce
ddb15e72f3 refactored label for first cut, pretty big changes though....
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:32:06 -06:00
Matt Bruce
29f43b7861 added helper for TextStyle extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:31:13 -06:00
Matt Bruce
e3b335e6a6 updated Styler
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:30:59 -06:00
Matt Bruce
2e937fd0de updated model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:30:40 -06:00
Hedden, Kyle Matthew
3eaf765655 Merge branch 'bugfix/tabs-selectedIndex' into 'develop'
added override to set model in the selectedIndex property

ViewModels selectedIndex wasn't set on a change event or a manual change for the object.

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1054
2024-02-09 17:01:57 +00:00
Matt Bruce
b267e196fd added override to set model selectedIndex
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-09 10:00:00 -06:00
Hedden, Kyle Matthew
9c848e610c Hold onto selected tab index in the view model. 2024-02-09 09:59:44 -06:00
Bruce, Matt R
a8f8ff6424 Merge branch 'release/11_2_0' into 'develop'
release/11_2_0 hotfix merge

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com>
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1051
2024-02-08 16:55:13 +00:00
Hedden, Kyle Matthew
6e96976a55 Merge branch 'bugfix/CXTDT-459435' into 'release/11_2_0'
bugfix - Removing titleLabel from accessible elements

### Summary
Removing titleLabel from accessible elements in TextEntryField molecule, as the title's text is set as the textfields accessibilityLabel, thus reading the same title twice.


### JIRA Ticket
CXTDT-459435

Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1052
2024-02-02 19:59:39 +00:00
Pfeil, Scott Robert
eaea903a17 Merge branch 'feature/vds_batch_two' into 'release/11_2_0'
Merge VDS Batch 2

### Summary
Merge VDS Batch 2

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1053
2024-02-02 19:54:11 +00:00
Sumanth Nadigadda
4634cff455 bugfix: CXTDT-459435 - Removing titleLabel from accessible elements, as the title's text is set as the textfields accessibilityLabel. 2024-02-02 17:26:23 +05:30
Matt Bruce
9a03c84131 Merge branch 'feature/atomic_vds_tabs' into feature/vds_batch_two 2024-02-01 16:49:18 -06:00
Matt Bruce
0a291491eb fixed constraint
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-01 16:49:02 -06:00
Matt Bruce
21afbb55cd Merge branch 'feature/atomic_vds_tabs' into feature/vds_batch_two 2024-02-01 16:30:42 -06:00
Matt Bruce
cc85cfac79 updated for the notes scott left
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-01 16:30:22 -06:00
Matt Bruce
548bb364f3 updated type
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-01 14:50:38 -06:00
Matt Bruce
cf0d42b908 added negative for trailing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-01 14:49:48 -06:00
Matt Bruce
eb2d660760 added a wrapper view for tabs along with constraints so that we can expand and collapse margins based on the tabs configuration
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-01 14:28:01 -06:00
Matt Bruce
89daf16d29 Merge branch 'feature/atomic_vds_tabs' into feature/vds_batch_two 2024-01-30 11:35:06 -06:00
Matt Bruce
d56f34258d added var to determine fillContainer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-30 11:31:18 -06:00
Matt Bruce
7469a5249f added fillContainer to model/view
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-30 11:31:06 -06:00
Matt Bruce
e7b9702fd2 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_tabs 2024-01-30 11:30:40 -06:00
Matt Bruce
b8c929e3df Merge branch 'feature/atomic_vds_loader' into feature/vds_batch_two 2024-01-29 15:31:37 -06:00
Matt Bruce
87a8051bbe Merge branch 'feature/atomic_vds_buttonGroup' into feature/vds_batch_two 2024-01-29 15:31:29 -06:00
Matt Bruce
e9b2a62bc9 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_loader 2024-01-29 15:29:01 -06:00
Matt Bruce
ce66b2466e check to ensure this hasn't been created.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:28:02 -06:00
Matt Bruce
8201b8fad4 fixed bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:27:52 -06:00
Matt Bruce
a81ff55e6e updated to not return hardcoded value
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:25:34 -06:00
Matt Bruce
9dc77bd1ed updated reset
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:21:47 -06:00
Matt Bruce
3f7fd100f9 percentage doesn't matter for Links, only matters for pillbuttons
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:20:18 -06:00
Matt Bruce
9db98a2078 added else
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:15:19 -06:00
Matt Bruce
59175c45fc added previousModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 14:16:27 -06:00
Matt Bruce
fbcf881535 added nameForReuse check
refactored buttons to either create or set

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 13:16:37 -06:00
Matt Bruce
315a96470b added ParentMoleculeModelProtocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 13:16:07 -06:00
Matt Bruce
38907c7ac1 updating the model to set the TwoButtonModel to fillContainer if needed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 12:59:25 -06:00
Matt Bruce
d81daf1df3 not resetting if the current count is correct
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 12:58:55 -06:00
Matt Bruce
1932fd7231 fixed bug for removing old references in array
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 12:58:23 -06:00
Matt Bruce
f99d4e3c4d added fillContainer: Bool to deal with updating if the buttonGroup fills or not
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 12:58:07 -06:00
Matt Bruce
cdc8b7310d added ParewntMoleculeModelProtocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 12:57:32 -06:00
Matt Bruce
a3f940f1cc Merge branch 'feature/atomic_vds_buttonGroup' into feature/vds_batch_two 2024-01-26 09:17:50 -06:00
Matt Bruce
fb459cfdd5 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_buttonGroup 2024-01-26 09:17:19 -06:00
Pfeil, Scott Robert
c0d4db39ca Merge branch 'bugfix/GYNVB-1160' into 'develop'
Bugfix/gynvb 1160

### Summary
Prod_iOS_Eagle_AR Tool overview screen - missing menu icon.

### JIRA Ticket
https://onejira.verizon.com/browse/GYNVB-1160

Co-authored-by: Rajesh Pullagalla <rajesh.pullagalla1@verizonwireless.com>
Co-authored-by: Sureshkumar Ramachandran <sureshkumar.ramachandran@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1036
2024-01-25 20:59:05 +00:00
Matt Bruce
5164a91ad6 Merge branch 'feature/atomic_vds_buttonGroup' into feature/vds_batch_two 2024-01-25 13:36:38 -06:00
Matt Bruce
fef1e0f9ff CXTDT-511155 - VDS_Cancel and Delete CTAs are missing in Edit All Calls and Edit Missed Calls screen
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-25 13:35:59 -06:00
Matt Bruce
3db8701fea Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two 2024-01-25 10:32:35 -06:00
Rajesh Pullagalla
0506347bdb Merge remote-tracking branch 'origin/develop' into bugfix/GYNVB-1160 2024-01-25 10:53:52 -05:00
Pfeil, Scott Robert
62ea38c6d4 Merge branch 'bugfix/CXTDT-458975' into 'develop'
defect: CXTDT-458975 Removing button text in the accessibility label.

### Summary
Remving 'button' text in the accessibility label key. Since the VO is announcing the text 'button' twice when focused, one from the label and another one from the trait.

Ex: 'Internet access, toggle button on, button, double tap to toggle.'. 

### JIRA Ticket
[CXTDT-458975](https://onejira.verizon.com/browse/CXTDT-458975)

Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1050
2024-01-24 18:13:26 +00:00
Sumanth Nadigadda
75729fd414 defect: CXTDT-458975 Removing button text in the accessibility label. 2024-01-24 23:33:57 +05:30