Commit Graph

4378 Commits

Author SHA1 Message Date
Scott Pfeil
680f71f4f7 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/swiftify_notifications 2023-06-22 12:14:27 -04:00
Sumanth Nadigadda
6b6a3b4bc1 defect: CXTDT-420978 Changing the radio button color 2023-06-22 13:20:29 +05:30
Scott Pfeil
396635eee8 Adding header example 2023-06-16 14:10:04 -04:00
Scott Pfeil
9c5734584f Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/accessibility_traits_codable 2023-06-16 14:05:44 -04:00
Scott Pfeil
5b83adf751 Accessibility Traits Coddle 2023-06-16 14:04:42 -04:00
Hedden, Kyle Matthew
9ddfcf3cac Merge branch 'bugfix/mdn_entry_field' into 'develop'
Bugfix/mdn entry field

### Summary
Fix MDN entry field to validate after choosing contact

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

Co-authored-by: Rebecca Antonelli <rebecca.antonelli@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/963
2023-06-15 17:32:38 +00:00
Rebecca Antonelli
e122c3abcb add comment for clarity 2023-06-15 11:25:06 -05:00
Rebecca Antonelli
a384e816db fix check 2023-06-15 08:08:38 -05:00
Rebecca Antonelli
b6d9cf5255 validates after choosing contact better fix 2023-06-14 13:47:09 -05:00
Rebecca Antonelli
672e8feb6a validates after choosing contact 2023-06-14 11:41:17 -05:00
Scott Pfeil
02b7d8bd93 ONEAPP-4157: Code review cleanup 2023-06-07 12:06:02 -04:00
Scott Pfeil
5263f7db1a Code review fixes 2023-06-07 11:33:31 -04:00
Scott Pfeil
5324869f0b notification register for voice over off 2023-06-07 10:50:30 -04:00
Scott Pfeil
a72fa2af2a priority fixes for notification operations
color fixes for legacy notifications
2023-06-07 09:56:52 -04:00
Scott Pfeil
928ef15b1f further bridging and refactoring of legacy TopAlert to Notification. 2023-06-07 00:34:52 -04:00
Scott Pfeil
b5e3f42d6e Notification Swiftify: Name changes and reorganization. 2023-06-02 18:34:11 -04:00
Scott Pfeil
7da3af94ec Top Alert Swift conversion 2023-06-02 10:36:07 -04:00
Scott Pfeil
47dfb10b62 Change name to NotificationHandler 2023-05-26 14:35:17 -04:00
Scott Pfeil
7bfc5cab71 rename folder 2023-05-26 13:00:13 -04:00
Scott Pfeil
30c6355973 rename folder 2023-05-26 12:38:48 -04:00
Scott Pfeil
78e353105c Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/native_mockups 2023-05-19 14:35:05 -04:00
Scott Pfeil
9b048ccd5a Testing json override.
Prospect images
tabs and carousel fixes
new json
2023-05-19 14:33:47 -04:00
Scott Pfeil
d4ba901369 Minor review changes 2023-05-15 14:46:13 -04:00
Kyle Hedden
4a2654dcc7 Remove default buttonModel initializer. 2023-05-08 20:05:05 -04:00
Kyle Hedden
73d5018cc2 open drop down model initializer for local building. 2023-05-08 18:39:04 -04:00
Kyle Hedden
0f8c839738 Merge remote-tracking branch 'origin/develop' into feature/alert_object_ease_of_use 2023-05-05 23:29:00 -04:00
Kyle Hedden
ea6f04e410 update alert model initializer to match prop requirements. 2023-05-05 22:03:58 -04:00
Scott Pfeil
fe99387bcd Make alert identifiable 2023-05-04 14:10:38 -04:00
Pfeil, Scott Robert
8758c87714 Merge branch 'bugfix/alert_action_rearrange' into 'develop'
Rearrange how UIAlertActions are generated by splitting out the legacy model...

### Summary
Re-arrange the UIAlertAction because they should not be re-used, they are UI, not a model.

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/952
2023-05-03 20:52:12 +00:00
Scott Pfeil
a7ca1ff916 remove no longer necessary identifier 2023-05-03 13:22:51 -04:00
Scott Pfeil
14dd157915 remove test code 2023-05-03 12:59:12 -04:00
Scott Pfeil
ff35fa5924 remove test code 2023-05-03 12:58:22 -04:00
Scott Pfeil
cc9a39e599 Rearrange how UIAlertActions are generated by splitting out the legacy model and using a protocol to drive. 2023-05-03 12:54:55 -04:00
Krishna Kishore Bandaru
ab304b6372 refactored 2023-05-03 22:11:21 +05:30
Krishna Kishore Bandaru
1d7cdf6da6 Merge branch 'develop' into feature/pageLoadTracking 2023-05-03 20:31:02 +05:30
Hedden, Kyle Matthew
7747d393e0 Merge branch 'feature/account_settings_push_enablement' into 'develop'
Add Push Enablement Button to Account Settings - iOS

### Summary
1. Created a behavior with name "GetNotificationAuthStatusBehavior" to get current notification authorisation status
2. Created molecule with name "list1CTxtConsumeNotificationAuth" (by subclassing "list1CTxt" molecule), and implemented PageGetNotificationAuthStatusBehaviorConsumerProtocol for updating body text of the molecule based on push status.
### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-3275
### Design Documentation
- https://oneconfluence.verizon.com/display/MFD/List-Notification+Auth
- https://oneconfluence.verizon.com/display/MFD/notificationAuthStatus

Co-authored-by: Nowfal E Salam <nowfal.edayattu.salam@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/948
2023-05-03 13:03:52 +00:00
Pfeil, Scott Robert
14117c84a6 Merge branch 'bugfix/mnd-formatting' into 'develop'
changed formatting for mdn from . to -

### Summary
Changing MDN separator format from . to -

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

Co-authored-by: Rebecca Antonelli <rebecca.antonelli@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/946
2023-04-27 16:39:28 +00:00
Nowfal E Salam
7ae015ee5f story:ONEAPP-3275 Review comments addressed 2023-04-26 00:19:53 +05:30
Nowfal E Salam
6dfbea79dd Merge branch 'develop' into feature/account_settings_push_enablement 2023-04-25 19:27:51 +05:30
Hedden, Kyle Matthew
7a2c5ba223 Merge branch 'release/10_6_0' into 'develop'
release/10_6_0 hotfix merge

Co-authored-by: teegsh2 <Suramba@77>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/944
2023-04-24 18:24:57 +00:00
Krishna Kishore Bandaru
abb1cd55dc Merge branch 'develop' into feature/pageLoadTracking 2023-04-24 11:58:19 +05:30
Pfeil, Scott Robert
1d56c9a727 Merge branch 'feature/swiftify_alerts' into 'develop'
Feature/swiftify alerts

### Summary
Swiftify/Modernize the Alert Handler

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

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/950
2023-04-21 20:07:07 +00:00
Scott Pfeil
369b96fdb5 remove debug code 2023-04-21 15:45:02 -04:00
Scott Pfeil
33eef9ceb6 remove debug code 2023-04-21 15:44:25 -04:00
Scott Pfeil
67a0ccfbac revert 2023-04-19 16:44:39 -04:00
Scott Pfeil
7df6882907 Bug fixes 2023-04-19 16:36:16 -04:00
Nowfal E Salam
2dd047af29 Merge branch 'develop' into feature/account_settings_push_enablement 2023-04-19 12:53:14 +05:30
Scott Pfeil
e61b9ed8f1 bugfixes for delegate, logging, and legacy 2023-04-18 18:21:57 -04:00
Scott Pfeil
ba14681a39 review feedback 2023-04-18 11:33:47 -04:00
Scott Pfeil
800cc7671a review changes 2023-04-18 11:16:55 -04:00
Scott Pfeil
67cd073173 remove objc modifier MVMCoreAlertController 2023-04-18 09:55:27 -04:00
Scott Pfeil
657e69b798 more swift files 2023-04-18 09:07:11 -04:00
Krishna Kishore Bandaru
85080bd15a addressed review comments 2023-04-18 18:01:57 +05:30
Nowfal E Salam
8e0000cb81 Review comments resolved
Renamed molecule nam to listNotificationAuth
2023-04-18 17:50:25 +05:30
Scott Pfeil
a08a2c678b fix compile time errors 2023-04-17 18:52:01 -04:00
Matt Bruce
35f322ce08 added method back into code since this is no longer used in VDS.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-04-17 15:29:03 -05:00
Scott Pfeil
e55d9e14f6 Swiftify Alert 2023-04-17 13:04:45 -04:00
Nowfal E Salam
850b030b66 Merge branch 'develop' into feature/account_settings_push_enablement 2023-04-14 18:23:54 +05:30
Nowfal E Salam
252b5529ff 1. Created a behavior with name "GetNotificationAuthStatusBehavior" to get current notification authorisation status
2. Created molecule with name "list1CTxtConsumeNotificationAuth" molecule by subclassing "list1CTxt" molecule
2023-04-14 18:16:52 +05:30
Scott Pfeil
f231ea26d7 Migrate AlertHandler files to swift. 2023-04-13 11:54:51 -04:00
Krishna Kishore Bandaru
8977840581 page load event trigger in pageshown 2023-04-11 18:29:07 +05:30
Krishna Kishore Bandaru
1c7d9786f7 added events for pageprocessing & rendering 2023-04-10 23:28:27 +05:30
Scott Pfeil
a5fcceca9b Fix navigation bar line bug, add map 2023-04-06 12:12:14 -04:00
Scott Pfeil
6e37938abe Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/native_mockups 2023-04-06 12:11:06 -04:00
Rebecca Antonelli
81bcbd42de changed formatting for mdn from . to - 2023-03-31 13:48:11 -05:00
teegsh2
3d351cc83f bill Tabs Shifty red selectionLine issue fixed 2023-03-31 04:33:36 +05:30
Keerthy
db1b05aa3a Merge branch 'develop' into bugfix/CXTDT-384908 2023-03-30 17:06:25 +05:30
Hedden, Kyle Matthew
f48031471b Merge branch 'feature/ONEAPP-2811-Tilet' into 'develop'
ONEAPP-2811 Tilelet Atom

### Summary
- VDS library referenced as well as the scripts needed to build on the tower.
- New Atom Tilelet/TiletModel

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

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
Co-authored-by: Subramaniam, Ramya <ramya.subramaniam@one.verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/924
2023-03-28 14:58:00 +00:00
Krishna Kishore Bandaru
2b957cc4af updated access specifier to public 2023-03-28 18:50:45 +05:30
Pfeil, Scott Robert
8788e0a3ab Merge branch 'release/10_5_1' into 'develop'
release/10_5_1 hotfix merge

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/933
2023-03-24 18:56:16 +00:00
Krishna Kishore Bandaru
cece765660 Merge branch 'develop' into feature/childrenForlistLVCBBdy 2023-03-24 11:58:29 +05:30
Krishna Kishore Bandaru
fcd2b2041e added ParentMoleculeModelProtocol 2023-03-24 11:57:57 +05:30
Keerthy
bd4639afa5 added missing children 2023-03-23 23:57:46 +05:30
Matt Bruce
63fb097c29 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/ONEAPP-2811-Tilet 2023-03-23 12:08:54 -05:00
Sumanth Nadigadda
2ecfa6e924 Return false in shouldFinishProcessing flow in case behavior has thrown any error 2023-03-21 22:28:02 +05:30
Kyle Matthew Hedden
04e85db91e code review 2023-03-15 09:04:58 -04:00
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