Commit Graph

121 Commits

Author SHA1 Message Date
Scott Pfeil
44adc76dcb Digital ACT192 story ONEAPP-11297 - Updating insets to allow for more flexibility and edge using. Removing the status bar view because it is no longer used. 2024-10-17 09:04:31 -04:00
Scott Pfeil
dfbb53f545 Digital PCT265 story MVAPCT-213 - Function name update 2024-08-06 10:31:18 -04:00
Scott Pfeil
e13e8ca5ab Digital PCT265 story MVAPCT-213 - Allow for panels to override the supported orientation. Force chatbot panel to be full screen width on non tablet devices. 2024-08-05 13:59:59 -04:00
Hedden, Kyle Matthew
ab8b457772 Merge remote-tracking branch 'origin/develop' into feature/ONEAPP-7249 2024-05-21 20:12:21 -04:00
Scott Pfeil
4a8ac3f9f0 Digital ACT191 story ONEAPP-7459 - Update to allow separate models in the pattern navigation 2024-05-20 14:55:01 -04:00
Hedden, Kyle Matthew
9de1437edc Digital PCT265 story ONEAPP-7249 - Prevent SplitViewController forced layouts on every newDataBuildScreen update. 2024-05-08 20:36:17 -04:00
Scott Pfeil
314f2e91cb Manager updates for navigating to controller. 2024-03-25 13:29:36 -04:00
Rajesh Pullagalla
0506347bdb Merge remote-tracking branch 'origin/develop' into bugfix/GYNVB-1160 2024-01-25 10:53:52 -05:00
Keerthy
3d7e1ac646 Merge branch 'develop' into feature/dynamicAccessibilityTraits 2024-01-09 12:39:45 +05:30
Sureshkumar Ramachandran
fed4413606 To avoid display on the hamberg menu at discover screen(Homescreen) 2023-12-08 17:33:44 +05:30
Sureshkumar Ramachandran
9f2a1cb6d1 Hamberg menu fix 2023-12-08 14:42:50 +05:30
Keerthy
43f1c64151 updated logic 2023-10-26 18:44:51 +05:30
Krishna Kishore Bandaru
8dc475ffdd addressed review comments & added model property to MoleculeViewProtocol 2023-10-11 00:47:31 +05:30
Scott Pfeil
ba8aa92994 ONEAPP-5208: Swiftify the navigation handler 2023-08-21 17:03:49 -04:00
Scott Pfeil
d3fe47522c Swiftification of Navigation Handler 2023-08-15 16:23:13 -04:00
Scott Pfeil
5263f7db1a Code review fixes 2023-06-07 11:33:31 -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
30c6355973 rename folder 2023-05-26 12:38:48 -04:00
Scott Pfeil
008a2a382a XCFramework and warning fixes 2022-07-05 15:57:01 -04:00
Scott Pfeil
e8553e717e Crash fix for tab bar indices out of bounds. 2022-06-24 10:39:15 -04:00
Scott Pfeil
f2fd2c8d49 comments and new functions for setting 2022-05-05 12:38:32 -04:00
Scott Pfeil
b6226616d8 Remove tab bar logic from base controllers and move to the manager. 2022-05-05 12:33:13 -04:00
Sumanth Nadigadda
c691b6add6 Changes to swap store buttons with shop cart button in navigation bar 2022-04-07 23:33:55 +05:30
Scott Pfeil
ced4728ca0 move navigation bar setter to pre-animation for smoothness 2022-03-24 18:59:40 -04:00
Scott Pfeil
52d108f8d8 merge 2022-03-14 15:33:17 -04:00
Scott Pfeil
b89cc43867 Review Comments from static to extension 2022-03-14 14:46:35 -04:00
Scott Pfeil
5bbacf4de1 Move status bar to the split view for control.
Each page can style status bar now, not just top alerts.
2022-03-11 15:28:21 -05:00
Scott Pfeil
f5e7b24601 hide the panels when not showing 2022-01-18 17:03:53 -05:00
Scott Pfeil
6c12d7eda0 set variable at the beginning of function 2021-11-09 10:05:50 -05:00
Scott Pfeil
5c9d628a17 move setup panels to split 2021-11-08 13:06:34 -05:00
Scott Pfeil
d81b02f6b0 system back button decode for externals 2021-09-13 14:48:45 -04:00
Pfeil, Scott Robert
31a993a483 navigation verification fixes 2021-09-08 19:21:21 +00:00
Pfeil, Scott Robert
69499bf049 threading fix 2021-07-22 15:10:11 -04:00
Pfeil, Scott Robert
91df3b197d comment fix 2021-06-23 10:18:08 -04:00
Pfeil, Scott Robert
eb94c7eaff undo needless change 2021-06-22 17:54:35 -04:00
Pfeil, Scott Robert
4bdd6fa775 flow fixes for manager propagation. Navigation fixes. 2021-06-22 17:00:52 -04:00
Pfeil, Scott Robert
5af484daad remove check 2021-06-22 14:39:21 -04:00
Pfeil, Scott Robert
f6c672e22d fix explicit 2021-06-22 14:36:52 -04:00
Pfeil, Scott Robert
f3f65763fc bug fixes 2021-06-22 11:55:26 -04:00
Pfeil, Scott Robert
f32aff549a comment 2021-06-11 11:47:59 -04:00
Pfeil, Scott Robert
48d427ec4e Managers handle navigation bar
nullable
2021-06-11 11:04:47 -04:00
Pfeil, Scott Robert
1d556b6563 manager changes to allow manager to handle navigation bar logic 2021-06-11 10:31:03 -04:00
Pfeil, Scott Robert
2fd72f9ad0 panel check 2021-06-02 15:04:26 -04:00
Pfeil, Scott Robert
213e0d2ce0 Changes for file movement 2020-10-29 11:16:48 -04:00
Hedden, Kyle Matthew
caf4d2a4fd Merge branch 'bugfix/progress_losing_tintcolor' into 'develop'
use progressTintColor to prevent progress bar losing color when overlaid.

See merge request BPHV_MIPS/mvm_core_ui!618
2020-10-20 17:14:55 -04:00
Kyle Matthew Hedden
d07dff8a2a use progressTintColor to prevent progress bar losing color when overlaid. 2020-10-20 17:04:53 -04:00
gonch26
1ab52e08f6 Merge branch 'develop' into feature/VZWYZAF-352 2020-10-09 16:07:21 -05:00
gonch26
3b1e3d01c0 [ Chatbot: FIX ] Update to remove space between parameter's types 2020-10-09 11:12:30 -05:00