Commit Graph

4570 Commits

Author SHA1 Message Date
Scott Pfeil
5790fc6feb line update 2022-03-10 12:57:14 -05:00
Scott Pfeil
ebf97cdbe7 remove iOS 13 check 2022-03-10 12:37:38 -05:00
Scott Pfeil
e869a25cc6 Merge branch 'feature/develop_mvp_3' into feature/navigation_bar_style 2022-03-10 12:34:57 -05:00
Pfeil, Scott Robert
70aae50484 Merge branch 'feature/minimum_ios_13' into 'feature/develop_mvp_3'
version changes

See merge request BPHV_MIPS/mvm_core_ui!809
2022-03-10 17:32:45 +00:00
Scott Pfeil
8fc03e75e0 iOS 13 2022-03-10 11:27:54 -05:00
Scott Pfeil
04ab9ef056 version changes 2022-03-10 10:59:00 -05:00
Scott Pfeil
f23e30645e Fix for base style for legacy controllers. (sign in different user font) 2022-03-10 10:05:33 -05:00
Scott Pfeil
07226731c0 Line model contains style logic.
Fix for subnav
revert custom navigation bar for now
2022-03-09 17:15:15 -05:00
Scott Pfeil
c4c513250c style push decode 2022-03-09 12:21:25 -05:00
Scott Pfeil
9f574e854b change access level 2022-03-09 12:18:49 -05:00
Scott Pfeil
a1f9e4babe remove testing default 2022-03-09 12:07:33 -05:00
Scott Pfeil
44a57ab96e name update 2022-03-09 00:10:31 -05:00
Scott Pfeil
a03965cafe nav line hide for subnav 2022-03-09 00:07:31 -05:00
Scott Pfeil
67c745c719 Merge branch 'feature/develop_mvp_3' into feature/navigation_bar_style 2022-03-08 22:48:27 -05:00
Pfeil, Scott Robert
19b7f53fcd Merge branch 'develop' into 'feature/develop_mvp_3'
Develop

See merge request BPHV_MIPS/mvm_core_ui!806
2022-03-08 20:09:30 +00:00
Pfeil, Scott Robert
c27ffb8056 Merge branch 'feature/tabbarpagecontrol_to_subnavmanager' into 'develop'
SubNavManager fixes

See merge request BPHV_MIPS/mvm_core_ui!805
2022-03-08 20:02:19 +00:00
Scott Pfeil
c73bd06853 SubNavManager fixes 2022-03-08 14:47:32 -05:00
Scott Pfeil
b4af1abe81 subnav and tab bar color changes 2022-03-07 01:03:36 -05:00
Pfeil, Scott Robert
da646a29a6 Merge branch 'bugfix/missing_files' into 'develop'
subnav

See merge request BPHV_MIPS/mvm_core_ui!804
2022-02-24 20:23:47 +00:00
Suresh, Kamlesh
3802164692 subnav 2022-02-24 15:19:19 -05:00
Hedden, Kyle Matthew
464f3c5f27 Merge branch 'bugfix/cscom-1703-cxtdt-250108' into 'develop'
CSCOM-1703 | CXTDT-250108

See merge request BPHV_MIPS/mvm_core_ui!802
2022-02-18 22:33:34 +00:00
Hedden, Kyle Matthew
61345b9bc1 Merge branch 'feature/open_url_options' into 'develop'
Feature/open url options

See merge request BPHV_MIPS/mvm_core_ui!793
2022-02-18 15:34:51 +00:00
Scott Pfeil
35625f2ac4 name change for open in safari webview 2022-02-17 10:26:24 -05:00
Sourabh Bhardwaj
c3eb895bdd Changes as per Kyle comments on PR 2022-02-17 17:39:19 +05:30
Sourabh Bhardwaj
39e29bbaaf Removing space from email field 2022-02-15 12:26:32 +05:30
Scott Pfeil
ac9259e416 remove added header 2022-02-14 12:08:37 -05:00
Scott Pfeil
36367deff4 changes to legacy webview function 2022-02-11 14:42:04 -05:00
Scott Pfeil
54dd5351ed Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/open_url_options 2022-01-21 10:29:46 -05:00
Bruce, Matt R
1f9980aa9b Merge branch 'bugfix/RuleEquals' into 'develop'
bugfix for break in for loop without updating previousValidity

See merge request BPHV_MIPS/mvm_core_ui!798
2022-01-19 19:44:57 +00:00
Matt Bruce
a2319babc7 ensure the previousValidity is set before breaks
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-19 11:52:04 -06:00
Matt Bruce
67312fefd3 if false, the loop was breaking out before the previousValidity was set with the fieldKey that failed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-19 11:45:59 -06:00
Bruce, Matt R
d9a0c6b249 Merge branch 'bugfix/FormGroupValidation' into 'develop'
FormGroupRule validateGroup update

See merge request BPHV_MIPS/mvm_core_ui!797
2022-01-19 17:11:19 +00:00
Matt Bruce
69799be944 reverse order of method to do FormFieldEffects first, then validation. This is so the validation only runs 1 time instead of 2 times which could cause UI issues.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-19 10:38:23 -06:00
Hedden, Kyle Matthew
ea24e12909 Merge branch 'bugfix/hidden_panels_hidden' into 'develop'
hide the panels when not showing

See merge request BPHV_MIPS/mvm_core_ui!796
2022-01-18 22:09:13 +00:00
Scott Pfeil
f5e7b24601 hide the panels when not showing 2022-01-18 17:03:53 -05:00
Scott Pfeil
5043ba5ba4 move to web view 2022-01-14 14:34:54 -05:00
Scott Pfeil
d8ad52dfda Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/open_url_options 2022-01-14 14:25:29 -05:00
Pfeil, Scott Robert
a871f09b43 Merge branch 'bugfix/form_read_only' into 'develop'
form read only build fix

See merge request BPHV_MIPS/mvm_core_ui!792
2022-01-14 19:06:52 +00:00
Scott Pfeil
9157be5047 form read only build fix 2022-01-14 14:00:44 -05:00
Scott Pfeil
760b79a3a5 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/open_url_options 2022-01-14 13:10:54 -05:00
Hedden, Kyle Matthew
e990504ce3 Merge branch 'feature/optional-readonly' into 'develop'
update to Forms

See merge request BPHV_MIPS/mvm_core_ui!791
2022-01-13 19:08:08 +00:00
Matt Bruce
e5d27cd423 remove print
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-13 11:37:08 -06:00
Matt Bruce
9c34ea267e fixed encodeIfPresent
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-13 11:36:15 -06:00
Matt Bruce
52844cd5e1 fixed to add readOnly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-13 11:35:24 -06:00
Matt Bruce
0dce42fb37 refactored code for stack
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-13 11:04:10 -06:00
Matt Bruce
143ebccb34 remove readOnly from the Views and now using the isEnabled and model is controlling this based off enabled & readOnly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-13 10:57:18 -06:00
Matt Bruce
3fa1be0582 refactored validate group with new valid that returns tuple
update to set formfield validity after the group.validate occurs

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-12 15:55:23 -06:00
Matt Bruce
7c05d9fcc7 refactored out setting form field validity within validation
refactored validate method to return tuple and again not mess with setting formfield validity

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-12 15:54:36 -06:00
Matt Bruce
df2b6b4db2 removed setting the form field validity within a validation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-12 15:53:43 -06:00
Matt Bruce
7432454232 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/optional-readonly
# Conflicts:
#	MVMCoreUI.xcodeproj/project.pbxproj

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-12 13:59:52 -06:00