Commit Graph

5404 Commits

Author SHA1 Message Date
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
Pfeil, Scott Robert
2a847602a2 Merge branch 'bugfix/PRODDEF-19592' into 'develop'
Updated textView to have label text for accessibility behavior

### Summary
Updated textView to have label text for accessibility behavior

### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-19592

Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1029
2024-01-24 16:46:04 +00:00
Pfeil, Scott Robert
54519d9820 Merge branch 'feature/dynamicAccessibilityTraits' into 'develop'
Added accessibilityTraits dynamically for buttons, List components

### Summary
Driven all the buttons and list components traits dynamically. As per the WCAG Accessibility guidelines,

Button role - is used to trigger an action e,g confirm information, submit data, continue multi step task.  (Button page #45) 

Link role - Links should be used only for actions that take the user to other locations and, should not be used for button-like functionality.(Text Link page# 46).

Google drive link : ([https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW)!\[Links__2\_\](/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2\_.png](https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW)!%5BLinks__2_%5D(/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2_.png))

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-421918

Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>
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/996
2024-01-24 16:33:47 +00:00
Keerthy
648bfdc76b Missed file 2024-01-24 21:41:46 +05:30
Keerthy
d1ee6e7f3a Addressed code review comments 2024-01-24 16:18:35 +05:30
Keerthy
459d3e4a33 Merge branch 'develop' into bugfix/PRODDEF-19592 2024-01-24 16:00:45 +05:30
Keerthy
eb5d359322 Addressed review comments
Added accessibilityHint to AccessibilityModelProtocol
2024-01-22 23:29:47 +05:30
Matt Bruce
f2d55d714b Merge branch 'feature/atomic_vds_tabs' into feature/vds_batch_two 2024-01-19 16:44:55 -06:00
Matt Bruce
0351a0620d put backgroundcolor in init for tabs
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-19 16:44:36 -06:00
Matt Bruce
e0adf8b55d Merge branch 'feature/atomic_vds_tabs' into feature/vds_batch_two 2024-01-19 16:02:39 -06:00
Matt Bruce
91eb0a5636 added fillContainer and backgroundColor
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-19 16:02:21 -06:00
Matt Bruce
1965920710 fixed delegate bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-19 14:50:30 -06:00
Matt Bruce
42dfca5fc6 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two 2024-01-18 16:05:27 -06:00
Matt Bruce
84ba882b37 Merge branch 'feature/atomic_vds_tooltip' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two 2024-01-18 15:33:09 -06:00
Matt Bruce
2f80ee891d added text to use string file
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-18 15:25:50 -06:00
Matt Bruce
b0c1e2521c Merge branch 'feature/atomic_vds_loader' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two 2024-01-18 15:11:15 -06:00
Matt Bruce
85b1bbc501 Merge branch 'feature/atomic_vds_loader' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_loader 2024-01-18 14:48:06 -06:00
Matt Bruce
d5a9710b6c added other initiliazers
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-18 14:47:13 -06:00
Matt Bruce
4eb2e77862 Merge branch 'feature/atomic_vds_tooltip' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
# Conflicts:
#	MVMCoreUI.xcodeproj/project.pbxproj
#	MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift
#	MVMCoreUI/OtherHandlers/CoreUIModelMapping.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-17 08:49:11 -06:00
Rajesh Pullagalla
db3e7c22eb Merge remote-tracking branch 'origin/develop' into bugfix/GYNVB-1160 2024-01-17 09:07:45 -05:00
Matt Bruce
d2af968892 Merge branch 'feature/atomic_vds_textLinkCaret' into feature/vds_batch_two
# Conflicts:
#	MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-16 13:32:23 -06:00
Matt Bruce
e3f8fe05bd Merge branch 'feature/atomic_vds_loader' into feature/vds_batch_two 2024-01-16 13:30:43 -06:00
Matt Bruce
ac4faf572c Merge branch 'feature/atomic_vds_icon' into feature/vds_batch_two
# Conflicts:
#	MVMCoreUI.xcodeproj/project.pbxproj
#	MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-16 13:30:15 -06:00
Matt Bruce
a274028fbc Merge branch 'feature/atomic_vds_buttonGroup' into feature/vds_batch_two
# Conflicts:
#	MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-16 13:12:22 -06:00
Hedden, Kyle Matthew
950f63e87b Merge branch 'feature/ONEAPP-6340' into 'develop'
ONEAPP-6435

### Summary
Open the progress bar molecule model for extension.

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-6435

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1040
2024-01-12 15:20:05 +00:00
Hedden, Kyle Matthew
8a62065ade open encoder 2024-01-11 18:17:06 -05:00
Matt Bruce
3fc3abd82e Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_tabs 2024-01-11 12:10:13 -06:00
Matt Bruce
1f74c88ce6 added enabled
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 12:07:42 -06:00
Matt Bruce
ea3ee2adda added comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 11:42:53 -06:00
Matt Bruce
8ba25bb661 registered ButtonGroup Atom
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 11:31:58 -06:00
Matt Bruce
71a10f1055 added buttonGroup
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 11:19:18 -06:00
Keerthy
3d7e1ac646 Merge branch 'develop' into feature/dynamicAccessibilityTraits 2024-01-09 12:39:45 +05:30
Matt Bruce
62e9197b8f Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_buttonGroup 2024-01-05 15:23:17 -06:00
Matt Bruce
9e500fe1c8 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_icon 2024-01-05 09:55:21 -06:00
Matt Bruce
71bc90c4ef Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_textLinkCaret 2024-01-04 11:27:24 -06:00
Hedden, Kyle Matthew
5bbb4122ec Merge branch 'bugfix/carousel_indexing' into 'develop'
indexing safety

### Summary
Prevent crash when no molecules are present for the carousel.

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1041
2024-01-03 22:07:51 +00:00
Matt Bruce
eb8ea989ec refactored back in the obj-c interface to interact with swift extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-03 15:13:39 -06:00
Matt Bruce
c03e04069a refactored loader
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-03 14:04:30 -06:00
Hedden, Kyle Matthew
c2c4e0f1f4 indexing safety 2024-01-02 17:25:43 -05:00
Rajesh Pullagalla
d8dce51106 Merge remote-tracking branch 'origin/develop' into bugfix/GYNVB-1160 2024-01-02 10:23:26 -05:00
Hedden, Kyle Matthew
8306f901bd Open up progress bar atom for subclassing. 2023-12-21 22:19:45 -05:00
Pfeil, Scott Robert
beec8fd8d3 Merge branch 'bugfix/logging_handler_fixes' into 'develop'
Remove unused stub.

### Summary
Remove unused logging handler stub which creates the wrong subclassing impression.

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1039
2023-12-21 19:33:45 +00:00