Commit Graph

1797 Commits

Author SHA1 Message Date
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
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
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
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
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
Nowfal E Salam
2dd047af29 Merge branch 'develop' into feature/account_settings_push_enablement 2023-04-19 12:53:14 +05:30
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
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
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
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
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
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
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
Matt Bruce
268fdc5c2a updated model against extensions for now
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 13:04:33 -06:00
Matt Bruce
e28cc4fc5b added VDS initial extensions
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 13:04:19 -06:00
Matt Bruce
bfcd559ac4 updated models
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 12:19:50 -06:00