Commit Graph

5017 Commits

Author SHA1 Message Date
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
Pfeil, Scott Robert
1f37dad068 Merge branch 'bugfix/abstractTextContainer' into 'develop'
added method back into code since this is no longer used in VDS.

### Summary
abstractTextContainer was removed from VDS and now reimplemented into Label

### JIRA Ticket
(ticket URL here or remove the section)

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/951
2023-04-18 13:34:50 +00: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
Rebecca Antonelli
81bcbd42de changed formatting for mdn from . to - 2023-03-31 13:48:11 -05:00
Hedden, Kyle Matthew
66908d800f Merge branch 'feature/selectionLineIssueIOS' into 'release/10_6_0'
bill Tabs Shifty red selectionLine issue fixed


MVA | Bill | Tab Control_Changes tab Alignment issue

https://onejira.verizon.com/browse/CXTDT-393056

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/945
2023-03-30 23:40:38 +00:00
teegsh2
3d351cc83f bill Tabs Shifty red selectionLine issue fixed 2023-03-31 04:33:36 +05:30
Hedden, Kyle Matthew
63504ae644 Merge branch 'bugfix/CXTDT-384908' into 'develop'
Updated access specifier to public

### Summary
Updated access specifier to public for updateAccessibilityLabel func

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

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/941
2023-03-30 17:00:22 +00:00
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
Pfeil, Scott Robert
05899b1e5e Merge branch 'feature/childrenForlistLVCBBdy' into 'develop'
Added ParentMoleculeModelProtocol

### Summary
Added ParentMoleculeModelProtocol to access children

Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/939
2023-03-24 16:20:13 +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
Pfeil, Scott Robert
466bfefb04 Merge branch 'feature/Behaviour-ShouldProcessCheck' into 'develop'
Introducing shouldFinishProcessingLoad call to behavior to check if we can...

### Summary
Introducing shouldFinishProcessingLoad call to behaviors associated to the templates to check if we can continue to load.

### JIRA Ticket
Dev changes - No JIRA ticket.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/932
2023-03-21 17:09:45 +00:00
Sumanth Nadigadda
2ecfa6e924 Return false in shouldFinishProcessing flow in case behavior has thrown any error 2023-03-21 22:28:02 +05:30
Hedden, Kyle Matthew
aca8b8f44a Merge branch 'feature/enhanced_error_logging' into 'release/10_5_1'
Omar's enhanced error logging initiative.

### Summary
Omar's enhanced error logging initiative.

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/934
2023-03-15 20:52:37 +00:00
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
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