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
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
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
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
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
Matt Bruce
1fe73feb1f
added init
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 15:52:27 -06:00
Matt Bruce
d3f4f21b02
refactored StateLabel to FormLabel
...
add errorLabel
removed all constraints and replaced with UIStackView
show/hide errorLabel within showError
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 15:51:57 -06:00
Matt Bruce
083d767740
updated model with:
...
removed: titleLabel, feedbackLabel
added: required
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 15:48:34 -06:00
Matt Bruce
8444ad15eb
refactored StateLabelModel/StateLabel to FormLabelModel/FormLabel
...
removed state (error/disabled/error)
replace with enabled (model) / isEnabled (view)
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 15:47:37 -06:00
Matt Bruce
95b32491d1
moved clearablemodelprotocol out of the formfieldeffect
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 10:19:12 -06:00
Matt Bruce
63a23033cc
added ClearableModelProtocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-11 10:17:10 -06:00
Matt Bruce
cb3811f4ea
update readOnly didSet to only effect the FormField only and not title/feedback labels
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-10 13:54:55 -06:00
Scott Pfeil
014a0dc988
base page type to template for old web overrides.
2022-01-07 16:08:15 -05:00
Matt Bruce
05674a6798
added isReadOnly to views/helpers to read the model.readOnly property and update the UI similarly to disabled state
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-07 12:54:28 -06:00
Matt Bruce
6c7c683b27
added readOnly to models
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-07 12:53:06 -06:00
Matt Bruce
8397522c46
implemented dynamic rule effect
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-06 15:13:53 -06:00
Matt Bruce
17f7161fe0
fixed default text bug
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-01-05 14:41:24 -06:00
Nishanth T
dc8732e9ef
removed unneccessary comment
2022-01-05 22:48:45 +05:30
Nishanth T
631c3a8067
changed model title
2022-01-05 22:42:08 +05:30
Nishanth T
4ed9dcacfd
Update ListOneColumnFullWidthTextBodyText.swift
2022-01-05 18:40:58 +05:30
Nishanth T
d27def951e
Merge branch 'develop' into bugfix/Accessibility
2022-01-05 18:38:09 +05:30
Nishanth T
d35eceb78c
Added accessibiltyText for pillButton and link
2022-01-05 18:37:21 +05:30
Rajendran, Nandhini
da31c93b5e
Fix for enabledColor in CaretLinkModel
2022-01-03 15:06:25 +00:00
Nishanth T
1a912b485e
Merge branch 'develop' into bugfix/Accessibility
2021-12-23 01:47:58 +05:30
Pfeil, Scott Robert
603dbc4430
Merge branch 'feature/swift_subnav_manaager' into 'develop'
...
sub nav manager
See merge request BPHV_MIPS/mvm_core_ui!787
2021-12-21 16:23:24 +00:00
Krishna Kishore Bandaru
27c3e9da1e
Merge branch 'develop' into bugfix/popupAlert_analytics
2021-12-21 13:09:12 +05:30
Krishna Kishore Bandaru
bd729b514a
added analytics data for AlertModel
2021-12-21 13:08:39 +05:30
Scott Pfeil
065cf9a2af
remove self.
2021-12-20 14:47:43 -05:00
Scott Pfeil
15d60bd3eb
remove self.
2021-12-20 14:45:14 -05:00
Scott Pfeil
9aad8e897c
cleanup
2021-12-17 15:53:20 -05:00
Scott Pfeil
5aaf93186a
fix tabs to respect proper spacing
2021-12-17 15:47:38 -05:00
Scott Pfeil
ba16e241cb
sub nav manager
2021-12-17 14:48:42 -05:00
Nishanth T
694a557c86
modified code for clarity
2021-12-17 19:41:55 +05:30
Nishanth T
97b19696d7
Merge branch 'develop' into bugfix/Accessibility
2021-12-17 19:40:53 +05:30
Matt Bruce
27bca4e436
refactored CarouselItemModelProtocol to inherit FormFieldProtocol
...
update CarouselItemModel with FormFieldProtocol requirements
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-12-16 17:33:28 -06:00
Nishanth T
649a9361e4
added accessibility text
2021-12-17 01:59:13 +05:30
Matt Bruce
5233777a25
updated formFieldValue to look for enabled property
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-12-16 10:48:16 -06:00
Bruce, Matt R
87195296cc
FormFieldEffects Update
2021-12-14 21:18:37 +00:00
Krishna Kishore Bandaru
3c8046587b
setting pageJSON for alertobject
2021-12-10 19:37:26 +05:30
Scott Pfeil
5ad469daf5
add missing prefix
2021-12-07 15:13:42 -05:00
Subhankar
d9aa6cf662
removed comment
2021-12-07 22:08:35 +05:30
Subhankar
557a532b3f
change in variable
2021-12-07 22:03:11 +05:30
Subhankar
ab1ee24156
added spacing to unordered list
2021-12-07 21:46:38 +05:30
Krishna Kishore Bandaru
2b5ce09b10
added new function hideTopAlertViewOfType
2021-11-11 23:11:31 +05:30
Krishna Kishore Bandaru
e1261d9e4d
Updated hideTopAlert method name
2021-11-10 21:16:03 +05:30
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
beab18ad09
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2021-11-08 11:16:08 -05:00
Suresh, Kamlesh
7eff1094d1
Merge branch 'develop' into feature/ft_enhancements
2021-11-01 17:09:46 -04:00
Suresh, Kamlesh
1d868ff9cb
FT chnages
2021-11-01 11:51:09 -04:00
Scott Pfeil
6cc2cc25b3
change mdn calculation
...
default errors not received from server
2021-10-25 17:32:19 -04:00
Matt Bruce
3a1ad0f93d
call super handleOtherActions in an subclassed method
2021-10-21 15:06:31 -05:00
Scott Pfeil
66973bd4cb
added checks
2021-10-18 17:03:26 -04:00
Scott Pfeil
7f40b9ea73
manager timing....
2021-10-18 16:53:57 -04:00
Scott Pfeil
b06f26468e
revert
2021-10-18 13:19:37 -04:00
Matt Bruce
b946be833f
implemented prepareForDisplay protocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2021-10-14 12:37:47 -05:00
Tondapu, Alekhya
6a825b4e4b
changed access specifier to open
2021-10-04 17:22:02 +05:30
Scott Pfeil
9dfa5df1ef
version bump
2021-09-13 14:51:04 -04: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
Sankari, Swathi S
5bfef340f1
passing tabs as sourcemodel
2021-09-03 21:27:12 +05:30
Sankari, Swathi S
acbb26bbd8
passing sourcemodel
2021-09-03 21:08:49 +05:30
Sankari, Swathi S
9803c269a0
Tabslistitem molecule action
2021-09-03 17:44:18 +05:30
Pfeil, Scott Robert
ffb019f595
Merge branch 'release/9_2_0' into 'develop'
...
release/9_2_0 hotfix merge
See merge request BPHV_MIPS/mvm_core_ui!754
2021-08-24 13:55:22 +00:00
Pfeil, Scott Robert
901236c6de
Merge branch 'feature/dateValidation' into 'develop'
...
Added public specifier
See merge request BPHV_MIPS/mvm_core_ui!757
2021-08-18 14:36:06 +00:00
Tondapu, Alekhya
193ef93ffe
added specifiers for message label
2021-08-18 19:20:25 +05:30
Sumanth Nadigadda
c0828f69ee
Changing the way accessibility trait is set.
2021-08-16 23:00:43 +05:30
Sumanth Nadigadda
a005d9e5c1
Fix for CXTDT-197891, Setting accessibility trait in 'list1CFWBdy' component
2021-08-16 13:13:43 +05:30
Pfeil, Scott Robert
d4e438e278
Merge branch 'bugfix/field_errors_fix' into 'develop'
...
validation causes bug.
See merge request BPHV_MIPS/mvm_core_ui!753
2021-08-13 21:02:21 +00:00
Kevin G Christiano
594b223f54
validation causes bug. removed
2021-08-12 14:24:29 -04:00
Pfeil, Scott Robert
30fd351d2e
remove structs for now
2021-08-12 13:41:56 -04:00
Pfeil, Scott Robert
c67ad2c536
hot fix
2021-08-12 13:39:13 -04:00
Suresh, Kamlesh
43bb9cde80
fix
2021-08-05 17:16:51 -04:00
Tondapu, Alekhya
44c44a83ae
Moved datevalidation rules to chatbot
2021-08-05 17:35:54 +05:30
Pfeil, Scott Robert
2493ef51cc
Merge branch 'bugfix/alignment_problems' into 'develop'
...
removing preferred width in update
See merge request BPHV_MIPS/mvm_core_ui!750
2021-08-03 20:58:08 +00:00
Kevin G Christiano
64d858571e
removing preferred width in update
2021-08-03 16:16:30 -04:00
Kevin G Christiano
2c8cc0c9ca
removed comments
2021-08-03 14:01:01 -04:00
Christiano, Kevin
54651b0a65
extension of utility
2021-08-03 17:38:30 +00:00
Tondapu, Alekhya
5e36106d66
updated names of functions
2021-08-03 20:07:45 +05:30
Tondapu, Alekhya
478b7fda1b
updated as per comments
2021-08-03 20:05:21 +05:30
Tondapu, Alekhya
1a13291684
Form rule date validation added
2021-08-03 19:31:25 +05:30
Pfeil, Scott Robert
4ab8fd9caf
Move dispatch to always happen for refresh
2021-08-02 17:16:11 -04:00
Pfeil, Scott Robert
f23794bb59
Merge branch 'feature/add_remove_behavior' into 'develop'
...
Feature/add remove behavior
See merge request BPHV_MIPS/mvm_core_ui!724
2021-07-28 22:12:03 +00:00
Pfeil, Scott Robert
4108cfb7c6
Move molecule layout update back
2021-07-26 19:11:17 -04:00
Pfeil, Scott Robert
dc12612c6f
add and remove clean up, tabs addition
2021-07-26 18:51:22 -04:00
Pfeil, Scott Robert
e853647367
merge
2021-07-26 18:11:36 -04:00
Pfeil, Scott Robert
0f0f526885
Merge branch 'bugfix/CXTDT-198773' into 'release/9_1_0'
...
weak managers
See merge request BPHV_MIPS/mvm_core_ui!745
2021-07-23 19:44:36 +00:00
Pfeil, Scott Robert
db106c2fb5
weak managers
2021-07-23 15:33:57 -04:00
Tondapu, Alekhya
b7479e2f7b
Removed contentInset line
2021-07-23 23:42:40 +05:30
Tondapu, Alekhya
e42aaec8db
Reverted index code changes in didSelect
2021-07-23 22:21:08 +05:30
Tondapu, Alekhya
64e11e8f7a
Merge branch 'release/9_1_0' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/carousel_issues
...
* 'release/9_1_0' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui :
error checks
threading fix
Revert "Merge branch 'bugfix/carousel_issues' into 'develop'"
# Conflicts:
# MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift
2021-07-23 13:10:08 +05:30
Pfeil, Scott Robert
e9b1c4b64b
Merge branch 'bugfix/layout_timing_9_1' into 'release/9_1_0'
...
error checks
See merge request BPHV_MIPS/mvm_core_ui!742
2021-07-23 01:44:32 +00:00
Kevin G Christiano
8562806880
error checks
2021-07-22 21:24:19 -04:00
Pfeil, Scott Robert
54b510f98a
nullability change
2021-07-22 15:49:34 -04:00
Tondapu, Alekhya
5c5b0077e1
Removed unwanted code
2021-07-23 00:50:16 +05:30
Tondapu, Alekhya
d3e02c3bd0
Fixes for crash issue in carousel
2021-07-23 00:47:38 +05:30
Pfeil, Scott Robert
69499bf049
threading fix
2021-07-22 15:10:11 -04:00
Christiano, Kevin
8f2a4b2469
Revert "Merge branch 'bugfix/carousel_issues' into 'develop'"
...
This reverts merge request !734
2021-07-22 11:42:04 -04:00
Tondapu, Alekhya
707f256a39
removed unused code
2021-07-22 00:01:53 +05:30
Tondapu, Alekhya
37d8009c41
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/carousel_issues
...
* 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui : (47 commits)
selection update
revert for ui
Audio player behavior
teemporary fix for unselect issues
fixes
update view for given molecule
navigation bar changes
chang to just use a different point
cleanup
cleanup
child molecule fixes
Fixing moleculeLayoutUpdate for tableView
Changes in CornerLabelModel to dynamically pick molecule's model
Bugfix/carousel issues
Moving PlayAudioBehavior to MobileFirst
move files
Confirming to Visibility behavior
updates
Changes are per review comments
Changes are per review comments
...
2021-07-21 14:59:57 +05:30
Tondapu, Alekhya
d567d33158
carousel fixes
2021-07-21 14:09:53 +05:30
Pfeil, Scott Robert
cfad9aae27
selection update
2021-07-20 13:47:08 -04:00
Pfeil, Scott Robert
d244c38921
revert for ui
2021-07-20 13:38:04 -04:00
Pfeil, Scott Robert
9a477a11a0
teemporary fix for unselect issues
2021-07-20 01:13:35 -04:00
Pfeil, Scott Robert
f0c567d6d4
fixes
2021-07-20 00:57:34 -04:00
Sumanth Nadigadda
350edf147c
update view for given molecule
2021-07-20 07:56:23 +05:30
Pfeil, Scott Robert
d00897cf75
navigation bar changes
2021-07-16 20:54:33 -04:00
Pfeil, Scott Robert
bcf810d5cb
chang to just use a different point
2021-07-16 18:12:04 -04:00
Pfeil, Scott Robert
ccf583615e
cleanup
2021-07-16 18:00:44 -04:00
Pfeil, Scott Robert
b75f25764f
cleanup
2021-07-16 17:59:19 -04:00
Pfeil, Scott Robert
52a872f95d
child molecule fixes
2021-07-16 17:37:55 -04:00
Sumanth Nadigadda
5a08c88e2c
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/audio_player_behavior
2021-07-16 12:35:48 +05:30
Sumanth Nadigadda
0c7a4bf62c
Fixing moleculeLayoutUpdate for tableView
2021-07-16 03:05:06 +05:30
Sumanth Nadigadda
3af89dfdc6
Changes in CornerLabelModel to dynamically pick molecule's model
2021-07-16 02:14:56 +05:30
Tondapu, Alekhya
882d818c06
Bugfix/carousel issues
2021-07-15 15:43:24 +00:00
Sumanth Nadigadda
edbe68429b
Moving PlayAudioBehavior to MobileFirst
2021-07-14 00:19:00 +05:30
Kevin G Christiano
aaef3ea224
move files
2021-07-12 16:06:24 -04:00
Sumanth Nadigadda
f434ba3e8d
Confirming to Visibility behavior
2021-07-13 00:20:02 +05:30
Kevin G Christiano
4d46d56f8e
updates
2021-07-12 14:44:26 -04:00
Tondapu, Alekhya
d7096c5dd1
removed unwanted code
2021-07-12 20:23:43 +05:30
Sumanth Nadigadda
f74372c56e
Changes are per review comments
2021-07-12 20:07:50 +05:30
Tondapu, Alekhya
f820d8e150
Fixed scroll reload Index issue
2021-07-12 19:57:09 +05:30
Sumanth Nadigadda
bb10fdf818
Changes are per review comments
2021-07-12 11:50:38 +05:30
Sumanth Nadigadda
f4fcf5449a
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/audio_player_behavior
2021-07-09 18:43:45 +05:30
Khan, Arshad
b1ff5b2a64
final carousel fixes
2021-07-09 03:04:16 +05:30
Sumanth Nadigadda
1b8f13117d
Changes to read contacts using Contact behavior
2021-07-08 13:36:09 +05:30
Suresh, Kamlesh
24481d9345
open
2021-07-07 21:34:37 -04:00
Khan, Arshad
7441968f41
pagination, model and reset fixes
2021-07-08 01:50:49 +05:30
Khan, Arshad
b67d63c159
Carousel bug fixes: NSADT-89473 & NSADT-88840
2021-07-08 00:46:30 +05:30
rajampetS
47b6115ffd
Generalised delegate method
2021-07-05 13:56:53 +05:30
rajampetS
f30d689e14
Registering ImageButton in CoreUi
2021-07-02 16:12:18 +05:30
Sumanth Nadigadda
495eb1d4bd
Making ListLeftVariableIconWithRightCaretBodyTextModel class open to subclass
2021-07-01 11:56:12 +05:30
Sumanth Nadigadda
7566d93659
Registering PlayAudio, SelectAllBoxes behaviors
2021-06-30 18:51:41 +05:30
rajampetS
7b1752d67b
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/View360_AR_JuneER
...
# Conflicts:
# MVMCoreUI/OtherHandlers/CoreUIModelMapping.swift
2021-06-30 15:05:02 +05:30
rajampetS
9af3b5f71e
removing spaces
2021-06-30 14:52:19 +05:30
Kevin G Christiano
18252c5de2
merging
2021-06-29 16:17:18 -04:00
Christiano, Kevin
c79b687be3
Updating registry for logging
2021-06-29 20:04:21 +00:00
Kevin G Christiano
f8dce8503b
changed behavior to align with android.
2021-06-29 13:11:40 -04:00
rajampetS
ffa4719a95
moved image button to coreui
2021-06-29 13:54:49 +05:30
Sumanth Nadigadda
ada936eff6
Comments update
2021-06-28 22:39:22 +05:30
Kevin G Christiano
e79c159138
select all behavior.
2021-06-24 16:30:52 -04:00
Kevin G Christiano
1109931d8e
removed commented code.
2021-06-24 14:30:49 -04:00
Kevin G Christiano
90e6dfd084
nav dev
2021-06-24 13:59:37 -04:00
Kevin G Christiano
5947e5c1ad
updated name
2021-06-24 12:12:54 -04:00
Sumanth Nadigadda
bd26ff181e
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/audio_player_behavior
2021-06-24 21:26:54 +05:30
rajampetS
4fece96e90
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/View360_AR_JuneER
2021-06-24 16:40:03 +05:30
Pfeil, Scott Robert
298a2c7a8e
Merge branch 'feature/managers_handle_navigation' into 'develop'
...
Managers handle navigation bar
See merge request BPHV_MIPS/mvm_core_ui!729
2021-06-23 18:55:33 +00:00
Pfeil, Scott Robert
cb2fabd282
fixes
2021-06-23 11:50:26 -04:00
Pfeil, Scott Robert
91df3b197d
comment fix
2021-06-23 10:18:08 -04:00
Pfeil, Scott Robert
8b3b4964b8
add missing number of lines
2021-06-23 10:02:40 -04:00
rajampetS
e372195f15
Removed tab changes
2021-06-23 11:01:49 +05:30
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
Kevin G Christiano
f27e3cd680
updated protocol
2021-06-22 15:22:27 -04:00
Kevin G Christiano
2b378f5597
generalizing the observing behavior
2021-06-22 15:05:04 -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
Kevin G Christiano
be196a289e
aligns behavior for user intiaited corner cases.
2021-06-22 13:10:06 -04:00
Pfeil, Scott Robert
f3f65763fc
bug fixes
2021-06-22 11:55:26 -04:00
Sumanth Nadigadda
f09892b4c6
Changes as per review comments - Default 'numberOfLines' for all Designed components
2021-06-22 17:27:41 +05:30
Kevin G Christiano
cf8d0f967e
move titles into behavior. changed selectable protocol name.
2021-06-21 15:27:22 -04:00
Kevin G Christiano
98be36c711
Merge branch 'feature/audio_player_behavior' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/audio_player_behavior
2021-06-21 14:08:02 -04:00
Kevin G Christiano
76787545ac
Further development of the select all behavior.
2021-06-21 14:07:37 -04:00
Sumanth Nadigadda
b318474da1
Moving Downloading Audio file logic to view from Behaviour
2021-06-21 22:33:39 +05:30
Kevin G Christiano
975f3fa012
select all behavior.
2021-06-17 16:54:25 -04:00
Kevin G Christiano
97ecf292dd
added new behaviors for select all boxes.
2021-06-17 10:00:36 -04:00
rajampetS
080c1c192f
fixed as per kevin's comments(NBD Ar)
2021-06-17 10:27:54 +05:30
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
rajampetS
8d425862f5
editing the naming convention
2021-06-10 11:43:01 +05:30
rajampetS
2093b98a58
Merge branch 'feature/viewInRoomArAtomicTemplate' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
2021-06-10 10:38:00 +05:30
Sumanth Nadigadda
921df032b2
Changes as per review comments
2021-06-09 23:12:45 +05:30
Kevin G Christiano
00dc4c2a47
need to check action type
2021-06-08 15:18:47 -04:00
Sumanth Nadigadda
bba4cbfb66
Option to set 'numberOfLines' for label from label's json.
2021-06-05 00:05:54 +05:30
Kevin G Christiano
e331c4299e
Merge branch 'develop' into feature/audio_player_behavior
2021-06-04 09:57:58 -04:00
Pfeil, Scott Robert
2fd72f9ad0
panel check
2021-06-02 15:04:26 -04:00
Sumanth Nadigadda
37f506cd0e
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/audio_player_behavior
...
# Conflicts:
# MVMCoreUI/Behaviors/GetContactBehavior.swift
2021-05-31 19:51:29 +05:30
Pfeil, Scott Robert
42b8b37c58
Add Actions
2021-05-28 10:23:17 -04:00
Pfeil, Scott Robert
af0ebf8678
add remove behavior
2021-05-28 09:56:58 -04:00
rajampetS
19e45d83d3
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-05-26 14:47:47 +05:30
Sourabh Bhardwaj
6842a08276
Fixed back button not showing in call filter CXTDT-181208
2021-05-25 23:09:03 +05:30
Suresh, Kamlesh Jain
06cf014b1f
Merge branch 'release/8_9_0' into 'develop'
...
release/8_9_0 hotfix merge
See merge request BPHV_MIPS/mvm_core_ui!719
2021-05-24 15:03:04 +00:00
Christiano, Kevin
d90e68e263
Checking bars indicator
2021-05-24 14:53:31 +00:00
Pfeil, Scott Robert
06407930ab
revert max header width until wee can properly do it
2021-05-21 09:22:17 -04:00
Sumanth Nadigadda
6c51d3ee65
Enabling downloading option for voicemails
2021-05-21 16:37:23 +05:30
rajampetS
5467cacc33
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-05-20 17:35:40 +05:30
Pfeil, Scott Robert
acb18d12b8
main thread fixes
...
header width fixes
2021-05-19 10:09:53 -04:00
Suresh, Kamlesh Jain
345fb971cc
Merge branch 'feature/form_group_fix' into 'develop'
...
Feature/form group fix
See merge request BPHV_MIPS/mvm_core_ui!716
2021-05-17 17:20:50 -04:00
Suresh, Kamlesh
6a08f57626
FormFieldProtocol to FormItemProtocol
2021-05-17 17:11:55 -04:00
Suresh, Kamlesh
150db41076
remvoe newline
2021-05-17 17:03:29 -04:00
Suresh, Kamlesh
9998a514f3
get groupName from model
2021-05-17 16:31:23 -04:00
rajampetS
2dcf922dfd
molecule changes
2021-05-17 16:26:53 +05:30
Tondapu, Alekhya
fe41350999
Indentation fix
2021-05-13 23:36:36 +05:30
Tondapu, Alekhya
39ba2c9c84
caretLink reload causing crash issue fixed
2021-05-13 23:19:53 +05:30
Pfeil, Scott Robert
a641a3775b
Merge branch 'feature/unified_grid' into 'develop'
...
Feature/unified grid
See merge request BPHV_MIPS/mvm_core_ui!696
2021-05-13 11:25:43 -04:00
rajampetS
1009c38aff
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-05-11 18:34:39 +05:30
Suresh, Kamlesh Jain
3e5ef463e8
Merge branch 'feature/action_openpage_protocol' into 'develop'
...
ActionOpenPageProtocol
See merge request BPHV_MIPS/mvm_core_ui!714
2021-05-10 13:26:11 -04:00
Suresh, Kamlesh
085c990475
fix
2021-05-07 12:05:11 -04:00
Pfeil, Scott Robert
fc318a03cc
merge:
2021-05-07 09:20:54 -04:00
Suresh, Kamlesh
d77fdd5411
ActionOpenPageProtocol
2021-05-06 14:04:08 -04:00
Suresh, Kamlesh Jain
fb053a7e29
Merge branch 'feature/fix_form_rules' into 'develop'
...
iterate throw all rules
See merge request BPHV_MIPS/mvm_core_ui!698
2021-05-05 11:37:42 -04:00
rajampetS
ce77f7dacc
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-05-05 11:59:46 +05:30
Pfeil, Scott Robert
c5bbed2fb2
don't dismiss top alert when focus is nil
2021-05-03 17:22:26 -04:00
Pfeil, Scott Robert
eedd4e8174
fix missed color for notifications
2021-04-30 14:47:35 -04:00
Pfeil, Scott Robert
0673c5b3a8
style for notification
2021-04-30 13:28:49 -04:00
Pfeil, Scott Robert
30e02ea9e7
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-04-27 10:02:34 -04:00
rajampetS
6a1d58201f
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-04-26 15:01:55 +05:30
rajampetS
c05dc664c3
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
...
# Conflicts:
# MVMCoreUI/Atomic/Templates/TemplateModel.swift
2021-04-26 15:01:35 +05:30
Damodaram
a813313a92
body to generic model
2021-04-26 12:48:11 +05:30
Damodaram
96c275d51c
added molecules parameter
2021-04-23 09:46:00 +05:30
Damodaram
a225cf81e3
review changes
2021-04-22 20:54:44 +05:30
Damodaram
c8b382cc89
moved behaviour
2021-04-22 20:44:42 +05:30
Damodaram
f583a06725
review changes
2021-04-22 20:01:37 +05:30
Damodaram
2204e2fd77
swap contact name changes
2021-04-22 19:27:54 +05:30
Kevin G Christiano
5e52c3c44a
Merge branch 'develop' into feature/audio_player_behavior
2021-04-21 09:03:16 -04:00
Pfeil, Scott Robert
777296962b
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-04-20 13:52:37 -04:00
Kevin G Christiano
ac13ac6025
implementing a delegate pattern.
2021-04-19 14:03:51 -04:00
Kevin G Christiano
4fea0eb473
adding play audio action. current implementation.
2021-04-15 16:54:34 -04:00
Pfeil, Scott Robert
94f42b32bf
Merge branch 'feature/CreditCardFieldUnified' into 'develop'
...
cardEntryField needs access specifier changes.
See merge request BPHV_MIPS/mvm_core_ui!706
2021-04-15 09:22:49 -04:00
Kevin G Christiano
6b61063811
Revising for play audio behavior.
2021-04-14 11:23:14 -04:00
Pfeil, Scott Robert
41a71bc4f9
merge
2021-04-13 16:05:30 -04:00
Kevin G Christiano
06a42cfa21
audio behavior
2021-04-13 15:07:44 -04:00
Christiano, Kevin
30cd90dc17
Molecular formatting updates
2021-04-13 14:54:09 -04:00
Hedden, Kyle Matthew
e50fef3050
Merge branch 'feature/behavior_expansion' into 'develop'
...
Behavior Expansion
See merge request BPHV_MIPS/mvm_core_ui!701
2021-04-13 14:18:28 -04:00
Pfeil, Scott Robert
7e4c8d709f
review changes
2021-04-13 13:42:36 -04:00
Pfeil, Scott Robert
d3fb26f005
review fixes
2021-04-12 14:34:15 -04:00
Tondapu, Alekhya
ebdf25e24b
cardEntryField needs some specfier changes.
2021-04-12 22:27:26 +05:30
Pfeil, Scott Robert
04417bd9c0
remove this feature
2021-04-12 11:01:40 -04:00
rajampetS
8fac4be558
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-04-12 18:22:58 +05:30
Pfeil, Scott Robert
7d68149853
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-04-09 10:29:03 -04:00
Pfeil, Scott Robert
fb380dc1eb
Merge branch 'feature/tab_bar_no_select_current' into 'develop'
...
bug fix
See merge request BPHV_MIPS/mvm_core_ui!704
2021-04-09 10:01:17 -04:00
Pfeil, Scott Robert
235111b580
bug fix
2021-04-09 09:57:39 -04:00
Suresh, Kamlesh
a50e3346e7
code review
2021-04-08 15:34:21 -04:00
Kyle Matthew Hedden
3c1afd9080
move to new molecule decoding convenience method
2021-04-08 14:21:53 -04:00
Kyle Matthew Hedden
a5a655c0e7
code review
2021-04-08 14:12:24 -04:00
Pfeil, Scott Robert
6755965e24
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-04-08 14:03:25 -04:00
Kyle Matthew Hedden
8aae29de40
Merge remote-tracking branch 'origin/develop' into feature/behavior_expansion
2021-04-08 13:52:00 -04:00
Pfeil, Scott Robert
95e36ffc2d
helper for always present
2021-04-08 11:13:50 -04:00
Pfeil, Scott Robert
cb8f3f9fbc
tab bar can't press current tab
2021-04-08 09:30:16 -04:00
Pfeil, Scott Robert
45afb55258
two column margin
2021-04-07 11:38:23 -04:00
rajampetS
bb300bc870
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-04-07 20:47:44 +05:30
Pfeil, Scott Robert
dfa40752ea
radio box gutter
2021-04-07 11:14:10 -04:00
Pfeil, Scott Robert
f29878e174
button width to column changes
2021-04-06 16:54:36 -04:00
Suresh, Kamlesh
08c83872d5
Merge branch 'develop' into feature/fix_form_rules
2021-04-05 11:26:42 -04:00
Pfeil, Scott Robert
758ccff930
loading spinner bounds fix
2021-04-05 10:57:04 -04:00
Kyle Matthew Hedden
b89c1e66f5
expand out behaviors into page data sharing, molecule updates before rendering and custom action handling. continue expanding molecular traversal reach and custom model overrides.
2021-04-01 17:33:50 -04:00
Pfeil, Scott Robert
3e68bc367c
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-04-01 13:57:44 -04:00
Pfeil, Scott Robert
0c3187dbb7
merge'
2021-03-31 17:07:09 -04:00
Pfeil, Scott Robert
b68c386608
re-org actions in core
2021-03-31 14:33:31 -04:00
Pfeil, Scott Robert
65c71d6ff8
unify the mappings
2021-03-31 14:00:11 -04:00
Pfeil, Scott Robert
31ccb1ecd2
unify the many registries and mappers
2021-03-31 10:40:23 -04:00
Pfeil, Scott Robert
9eb28ff675
top alert margins
2021-03-30 16:36:08 -04:00
Pfeil, Scott Robert
1712b6b7bc
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/required_behaviors
2021-03-30 15:17:45 -04:00
Pfeil, Scott Robert
8aaf2920b0
Merge branch 'feature/required_behaviors' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/required_behaviors
2021-03-30 14:41:43 -04:00
Pfeil, Scott Robert
9dcd7afbac
move swap label to mf
2021-03-30 14:41:22 -04:00
Suresh, Kamlesh
766ba93499
code review
2021-03-30 12:12:12 -04:00
Kyle Matthew Hedden
b8051e42c5
remove test statements
2021-03-30 11:45:23 -04:00
Pfeil, Scott Robert
5b7d036c8b
review comments
2021-03-30 10:30:35 -04:00
Kyle Matthew Hedden
b394fa426e
Merge remote-tracking branch 'origin/develop' into feature/model_tree_traversal
2021-03-30 09:24:27 -04:00
Suresh, Kamlesh
2e75f8638c
iterate throw all rules
2021-03-29 18:44:26 -04:00
Pfeil, Scott Robert
7a689ea7eb
one video behavior
2021-03-29 17:19:23 -04:00
Pfeil, Scott Robert
4a5f35820c
kyle enhancements
2021-03-29 17:03:35 -04:00
Pfeil, Scott Robert
a043cb5eb5
Merge branch 'feature/model_tree_traversal' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/required_behaviors
2021-03-29 17:00:00 -04:00
Pfeil, Scott Robert
5a0399bad9
enable parents, for testing.
...
Switch to KyleTraverse (tm)
2021-03-29 16:59:26 -04:00
Pfeil, Scott Robert
7ccc5bcecf
merge kyle branch
2021-03-29 16:57:57 -04:00
Kyle Matthew Hedden
cb2c42793a
signature fix. template traversal conformance.
2021-03-29 16:52:48 -04:00
Pfeil, Scott Robert
f0b5e74839
Change file name
2021-03-29 15:32:15 -04:00
Pfeil, Scott Robert
bc39332b17
get contact behavior temp
2021-03-29 15:20:58 -04:00
Pfeil, Scott Robert
14d2516263
Move to separate files for behavior logic
...
decode molecule for headline in eyebrowheadlinebody
behaviors have models and handlers now, not just one
2021-03-29 15:18:37 -04:00
Pfeil, Scott Robert
081a2a50b8
Make label model subclassaable
2021-03-29 15:13:32 -04:00
rajampetS
709afd6fda
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/viewInRoomArAtomicTemplate
2021-03-29 12:46:27 +05:30
Pfeil, Scott Robert
b4cfca0cb2
fix bridge mismatch
2021-03-25 15:55:31 -04:00
Pfeil, Scott Robert
c406e9b755
typo fix.
...
Remove iPad gutter size
2021-03-25 14:05:49 -04:00
Pfeil, Scott Robert
dfdeecfd38
iPad same margin as iOS
2021-03-25 14:00:23 -04:00
Pfeil, Scott Robert
9c8df31662
Undo tabs and links changes
2021-03-25 14:00:05 -04:00
Pfeil, Scott Robert
9cde90fdf4
Gutter and margin fixes
2021-03-25 13:44:21 -04:00
Pfeil, Scott Robert
ba6f52e182
update padding between primary buttons
2021-03-25 10:53:08 -04:00
Pfeil, Scott Robert
1e27d0712c
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/unified_grid
2021-03-25 09:36:04 -04:00
Lekshmi S
8cba2a59d3
Returning moleculeName as type(of: self).identifier due to encoding/decoding error while converting to JsonArray or JsonDict.
2021-03-24 21:54:22 +05:30
Lekshmi S
aba2d5b373
Merge branch 'develop' into bugfix/moleculename_encoding
2021-03-24 21:47:56 +05:30
Suresh, Kamlesh Jain
705af36cb6
Merge branch 'release/8_7_0' into 'develop'
...
release/8_7_0 hotfix merge
See merge request BPHV_MIPS/mvm_core_ui!686
2021-03-23 14:22:28 -04:00
Kyle Matthew Hedden
4a491cbfaa
remove unused code
2021-03-23 10:00:27 -04:00
Kyle Matthew Hedden
3081aeb318
BGVideoImageMoleculeModel video element access
2021-03-22 14:46:36 -04:00
Kyle Matthew Hedden
59435f98f3
stack template root molecule
2021-03-22 13:40:41 -04:00