Commit Graph

1352 Commits

Author SHA1 Message Date
Sumanth Nadigadda
35d3a7cdf7 Renaming file. 2024-05-27 15:03:29 +05:30
Sumanth Nadigadda
b88d76da41 Table component refactoring, TableRowModel creation & table item will be able to take a empty view. 2024-05-27 15:02:49 +05:30
Sumanth Nadigadda
7748a5eae4 Changes to accommodate any ui element into table cell and make its size dynamic. 2024-05-24 20:49:58 +05:30
Sumanth Nadigadda
d4957e5aec Adding comments to the Table components implementation. 2024-05-14 19:09:03 +05:30
Sumanth Nadigadda
0d421190a2 Table component refactoring 2024-05-09 18:24:02 +05:30
Sumanth Nadigadda
ed684acd62 Table component, changing the way collectionViewlayout measures the sizes of the cell & minor improvements 2024-05-06 16:00:35 +05:30
Sumanth Nadigadda
e1589577fe Moving flow layout to a new class 2024-05-02 19:59:22 +05:30
Sumanth Nadigadda
d94c845eb3 Adding models for the tab cell items 2024-05-02 18:47:30 +05:30
Sumanth Nadigadda
39ef411559 Adding padding related changes to table 2024-05-02 13:36:29 +05:30
Sumanth Nadigadda
a82550ed57 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into feature/Table 2024-04-30 16:52:09 +05:30
Sumanth Nadigadda
17c5ab948e Initial commit for Table component 2024-04-30 16:49:45 +05:30
Hedden, Kyle Matthew
f7af3e52f1 Digital PCT265 story ONEAPP-7249 - Better once implementation to avoid mutex lockups. 2024-04-29 15:20:09 -04:00
Matt Bruce
d630671215 release notes updated
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 12:40:13 -05:00
Matt Bruce
f65cc2115b CXTDT-546824 - Notification Status / Close icon
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 12:39:25 -05:00
Matt Bruce
07110ed5cc updated for error and resign first responder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 11:16:09 -05:00
Matt Bruce
80233b6797 added error state in the accessibilityLabel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 09:52:39 -05:00
Matt Bruce
a04f9a14df fixed bug in selector base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 09:29:50 -05:00
Matt Bruce
42a469aec9 CXTDT-549901 - RadioBox strike through state
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 09:13:03 -05:00
Matt Bruce
4935db72d6 CXTDT-542333 - RadioBox Padding
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-26 10:44:17 -05:00
Matt Bruce
f432f6be0e CXTDT-549888 - Voiceover issues on next/previous
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-26 10:26:59 -05:00
Bruce, Matt R
57a7628837 Merge branch 'bugfix/removeLayoutIfNeeded' into 'develop'
removed layoutifneeded

See merge request BPHV_MIPS/vds_ios!217
2024-04-26 13:48:37 +00:00
Matt Bruce
9cfbe14969 rearranged of when dropShadow is added
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 17:02:14 -05:00
Matt Bruce
b83dc8c8a2 remvoed layoutifneeded
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 16:39:30 -05:00
Bruce, Matt R
e330f17474 Merge branch 'bugfix/tileContainer' into 'develop'
removed plural

See merge request BPHV_MIPS/vds_ios!215
2024-04-25 19:57:52 +00:00
Matt Bruce
18c68b3949 removed plural
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 14:56:58 -05:00
Matt Bruce
5570507f27 remove from superView before adding as a subview
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 16:56:47 -05:00
Matt Bruce
bb655eefa2 ensure color range
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 16:42:24 -05:00
Matt Bruce
86c675a07f fixed color attribute
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 16:41:38 -05:00
Matt Bruce
7c8690bcb4 added other value
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 15:32:56 -05:00
Matt Bruce
6a8285d8b1 updated accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 15:31:08 -05:00
Matt Bruce
324601d490 update tilecontainer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 15:28:19 -05:00
Matt Bruce
90ec2fa8f2 updated accessibility elements
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 15:28:12 -05:00
Matt Bruce
788fcb73ac updated tile container click
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 15:12:21 -05:00
Matt Bruce
e4bd72c64a added conformance back
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 14:54:44 -05:00
Matt Bruce
c6cbfff6b8 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/resetOnClick-Change 2024-04-24 14:51:30 -05:00
Matt Bruce
c22592cdb5 refactor to reset onClick/onClick to nil
removed old willSet

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 14:49:23 -05:00
vasavk
8e6b9d660c Digital ACT-191 CXTDT-547200 defect: Carousel scrollbar - Accessibility - Removing focus from the carousel scrollbar. also updated release notes 2024-04-22 16:24:53 +05:30
Matt Bruce
5007b4fc28 more contrast for light surface color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 12:41:43 -05:00
Matt Bruce
15f20ccf46 change background color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 09:53:29 -05:00
Matt Bruce
c00a849b11 added public to all dropshadow and fixed bug in not setting layer background color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 09:35:20 -05:00
Bruce, Matt R
5c857738f1 Merge branch 'bugfix/buttonIcon' into 'develop'
CXTDT-544442- Button Icon - Selected state needs to allow custom color

See merge request BPHV_MIPS/vds_ios!209
2024-04-18 20:59:52 +00:00
Matt Bruce
229b7c7564 CXTDT-544442- Button Icon - Selected state needs to allow custom color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-18 15:57:58 -05:00
Matt Bruce
7eddaf1d04 added selected Icon Color Configuration
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-18 14:18:40 -05:00
vasavk
0841a6d9f7 Digital ACT-191 CXTDT-546821 defect: TextArea - Accessibility 2024-04-18 20:09:22 +05:30
vasavk
14d77ef81f Digital ACT-191 CXTDT-546821 defect: Accessibility - Text area input field is not receiving swipe focus 2024-04-18 15:51:07 +05:30
Matt Bruce
6f0cb9924f updated release notes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-17 15:54:26 -05:00
Matt Bruce
d57f72aad9 updated text
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-17 15:52:41 -05:00
Matt Bruce
90783667d8 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/bugfix 2024-04-17 15:50:23 -05:00
Matt Bruce
9404082544 updated release notes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-17 15:49:27 -05:00
Matt Bruce
a4b0ffd391 CXTDT-544384 - TileContainer Background Image stretch
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-17 15:47:19 -05:00