Pfeil, Scott Robert
|
dcd0268c5b
|
fix
|
2019-12-19 10:14:57 -05:00 |
|
Pan, Xinlei (Ryan)
|
2a5219f5b6
|
Merge branch 'bugfix/progress_bar_double_issue' into 'develop'
progress bar percentage type fix from Float to Double
See merge request BPHV_MIPS/mvm_core_ui!203
|
2019-12-19 10:14:30 -05:00 |
|
Robinson, Blake
|
2c5e2286b1
|
Removed line setting title because title won't be part of actionMap in the future
|
2019-12-19 10:06:54 -05:00 |
|
Robinson, Blake
|
109ef54479
|
Rewrote ButtonTapBlock in swift
|
2019-12-19 09:53:09 -05:00 |
|
Robinson, Blake
|
4b855a1a63
|
Removes unused property heightConstraint
|
2019-12-19 09:28:41 -05:00 |
|
Khan, Arshad
|
eec15fc65e
|
added comment as per Scott feedback
|
2019-12-19 19:21:49 +05:30 |
|
Robinson, Blake
|
39c96849c8
|
Translates MFCustomButton to Button
|
2019-12-18 17:58:53 -05:00 |
|
Kevin G Christiano
|
37ddf23278
|
Latest changes to make it better.
|
2019-12-18 16:12:09 -05:00 |
|
Pfeil, Scott Robert
|
14c608c4a5
|
Commenting
|
2019-12-18 16:10:15 -05:00 |
|
Pfeil, Scott Robert
|
46e76f0b47
|
Further name changes
|
2019-12-18 16:07:00 -05:00 |
|
Suresh, Kamlesh
|
1db2a5b058
|
fixes
|
2019-12-18 12:06:13 -05:00 |
|
Khan, Arshad
|
aff4b75368
|
Changing to CGFloat, instead of Double as per feedback provided by Ryan.
Root Cause: Swift was treating it as Double, instead of Float.
|
2019-12-18 22:28:22 +05:30 |
|
Khan, Arshad
|
09a9a6577d
|
Adding new style sectionFooter for listItem molecule.
There are two places in MVA 3.0, where we need 24 pixel spacing on top, zero spacing on bottom and no separator.
|
2019-12-18 21:36:50 +05:30 |
|
Khan, Arshad
|
95c528b658
|
progress bar percentage is been treated as Double for two decimal places(Like 54.17) in iOS JSON object, due to that progress percentage is not shown, where as working on Android.
So, changing Float to Double.
|
2019-12-18 21:20:58 +05:30 |
|
Pfeil, Scott Robert
|
e41f3039e4
|
Name changes and cleanup
|
2019-12-17 14:12:04 -05:00 |
|
Kevin G Christiano
|
d8030b178f
|
removed unneeded statement.
|
2019-12-17 14:07:59 -05:00 |
|
Pfeil, Scott Robert
|
cd9e63b992
|
carousel to container
|
2019-12-17 09:51:49 -05:00 |
|
Kevin G Christiano
|
77e2269062
|
Provided an alternative means to provide Codable StackView.Alignment string.
|
2019-12-17 09:46:47 -05:00 |
|
Pfeil, Scott Robert
|
03f64b0875
|
Module Molecule update to Container
|
2019-12-17 09:38:51 -05:00 |
|
Pfeil, Scott Robert
|
dc8910c61d
|
add height constraint
|
2019-12-16 13:54:52 -05:00 |
|
Suresh, Kamlesh
|
c6d5775d57
|
CaretButtonModel
|
2019-12-16 13:51:37 -05:00 |
|
Pfeil, Scott Robert
|
092dfd6ad0
|
List item updates
|
2019-12-16 13:40:04 -05:00 |
|
Pfeil, Scott Robert
|
f610264327
|
alignment updates
|
2019-12-16 11:19:30 -05:00 |
|
Pfeil, Scott Robert
|
7926a8579c
|
Comment fixes
|
2019-12-16 10:50:18 -05:00 |
|
Kevin G Christiano
|
1fec5464af
|
feedback independence.
|
2019-12-16 10:02:41 -05:00 |
|
Kevin G Christiano
|
bcddc0b311
|
Adjusted validation logic.
|
2019-12-16 08:53:45 -05:00 |
|
Suresh, Kamlesh
|
b6ccbecdf5
|
clean up
|
2019-12-13 17:32:09 -05:00 |
|
Pfeil, Scott Robert
|
7f01bc286c
|
stack item as container
|
2019-12-13 17:07:10 -05:00 |
|
Kevin G Christiano
|
44ff5e9d3c
|
Further development of Entry Field.
|
2019-12-13 12:54:43 -05:00 |
|
panxi
|
8612b34ac7
|
update listitem
|
2019-12-13 11:26:48 -05:00 |
|
Suresh, Kamlesh
|
58ec1abcfe
|
list model protocol
|
2019-12-13 11:07:32 -05:00 |
|
Suresh, Kamlesh
|
d0196e6e58
|
Merge branch 'feature/coding' into feature/model_wip_kamlesh
|
2019-12-12 17:33:03 -05:00 |
|
panxi
|
ce1559dc15
|
add decode array method
|
2019-12-12 17:28:02 -05:00 |
|
panxi
|
52186bf089
|
add protocol func into view
|
2019-12-12 17:22:26 -05:00 |
|
Kevin G Christiano
|
59008f87d0
|
Making further improvements from design specs.
|
2019-12-12 16:47:07 -05:00 |
|
panxi
|
8d811f229f
|
change from viewconstrainingview to view
|
2019-12-12 15:28:47 -05:00 |
|
Kevin G Christiano
|
3dd9decfed
|
Removed height constraint. This class will expect text to function properly.
|
2019-12-12 14:53:52 -05:00 |
|
Pfeil, Scott Robert
|
be1b867a9a
|
testing container ideas
|
2019-12-12 14:50:52 -05:00 |
|
Kevin G Christiano
|
8804e21d3c
|
New constant. Updated control to work with Apple's design guidelines with control. Updates made to checkbox and checkboxLabel.
|
2019-12-12 14:42:32 -05:00 |
|
Kevin G Christiano
|
39b752d01b
|
Included reset function. accounted for isAnimated state when changing isOn without animations.
|
2019-12-12 13:37:18 -05:00 |
|
Suresh, Kamlesh
|
9a4a5139ed
|
fixes
|
2019-12-12 11:47:33 -05:00 |
|
Pfeil, Scott Robert
|
e5acf63e6f
|
container testing
|
2019-12-12 10:03:41 -05:00 |
|
Kevin G Christiano
|
3db8cf2c3b
|
Reversed the array to first check views at the front.
|
2019-12-12 09:27:13 -05:00 |
|
Kevin G Christiano
|
ed18970625
|
correcting errors. Improving Control.
|
2019-12-12 09:23:04 -05:00 |
|
Kevin G Christiano
|
639330ad5b
|
More comments.
|
2019-12-11 16:03:01 -05:00 |
|
Kevin G Christiano
|
98997bfa80
|
Comments, logical updates, refactoring.
|
2019-12-11 15:58:18 -05:00 |
|
Kevin G Christiano
|
eab910011e
|
General working order of the Toggle.
|
2019-12-11 15:10:26 -05:00 |
|
Kevin G Christiano
|
d1ee242ca7
|
should did action.
|
2019-12-11 10:47:52 -05:00 |
|
Kevin G Christiano
|
c32a0d71b0
|
good working state.
|
2019-12-10 15:58:59 -05:00 |
|
Kevin G Christiano
|
ab0ff64677
|
General Working order.
|
2019-12-10 14:38:32 -05:00 |
|
Kevin G Christiano
|
335649860b
|
constraint adjustments.
|
2019-12-10 11:15:09 -05:00 |
|
Kevin G Christiano
|
83370956c1
|
movemt,.
|
2019-12-10 10:34:08 -05:00 |
|
Kevin G Christiano
|
dd47707064
|
the latest switch.
|
2019-12-10 08:54:01 -05:00 |
|
Kevin G Christiano
|
b4994b0351
|
Merge branch 'feature/coding' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/coding
|
2019-12-09 15:37:09 -05:00 |
|
Kevin G Christiano
|
2fa4f71d31
|
cool icon.
|
2019-12-09 15:37:00 -05:00 |
|
Kevin G Christiano
|
1668fb8c32
|
More Switch development.
|
2019-12-09 15:03:53 -05:00 |
|
Suresh, Kamlesh
|
7c7232fe6a
|
remove PageModel
|
2019-12-09 14:36:14 -05:00 |
|
Kevin G Christiano
|
cbb016406a
|
WIP, putting Switch together.
|
2019-12-09 13:37:33 -05:00 |
|
Kevin G Christiano
|
a7989c589f
|
Increased the tappable space of the Checkbox.
|
2019-12-09 11:03:31 -05:00 |
|
Suresh, Kamlesh
|
3a1e3356bf
|
module molecule
|
2019-12-06 14:30:19 -05:00 |
|
Kevin G Christiano
|
a00fdbad60
|
Grooming process in converting objc to swift with Switch.
|
2019-12-05 15:16:46 -05:00 |
|
Kevin G Christiano
|
420a874711
|
Making container tappabble to increase actionable surface area.
|
2019-12-05 14:07:53 -05:00 |
|
Suresh, Kamlesh
|
9676f41633
|
container model protocol
|
2019-12-04 16:59:02 -05:00 |
|
Kevin G Christiano
|
aaa8e4132e
|
Brought back resizing to checkbox.
|
2019-12-04 16:25:31 -05:00 |
|
Suresh, Kamlesh
|
b7ff1354b8
|
clean up
|
2019-12-04 16:21:10 -05:00 |
|
Kevin G Christiano
|
6b34b8840d
|
Adding values back.
|
2019-12-04 16:05:41 -05:00 |
|
Kevin G Christiano
|
8a796467e6
|
Initial state of Swiftified Switch.
|
2019-12-04 15:50:08 -05:00 |
|
Kevin G Christiano
|
99952db4b3
|
Merge branch 'feature/coding' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/coding
|
2019-12-04 15:28:30 -05:00 |
|
Kevin G Christiano
|
c627901d74
|
updates to color model and extension.
|
2019-12-04 15:28:22 -05:00 |
|
Suresh, Kamlesh
|
0288943746
|
fixes
|
2019-12-04 14:27:45 -05:00 |
|
Pfeil, Scott Robert
|
a10c1a6161
|
merge develop
|
2019-12-04 13:43:24 -05:00 |
|
Pfeil, Scott Robert
|
27f2b00956
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/label_molecule_fonting
|
2019-12-04 13:10:18 -05:00 |
|
Pfeil, Scott Robert
|
d95e42330e
|
moving files
|
2019-12-04 13:09:50 -05:00 |
|
Hedden, Kyle Matthew
|
3f9b707d37
|
Add overtaking indicator to openPanel callback method.
|
2019-12-04 12:56:38 -05:00 |
|
Kevin G Christiano
|
7e48670179
|
Adding Model for UIColor and supporting UIColor Extension.
|
2019-12-04 12:38:57 -05:00 |
|
Suresh, Kamlesh
|
d00a04831d
|
fixes
|
2019-12-03 09:19:55 -05:00 |
|
Kevin G Christiano
|
9b53f4bac0
|
Paired down constraints. Made variables public. Mild formatting.
|
2019-12-03 09:07:43 -05:00 |
|
Kevin G Christiano
|
b443c4a389
|
Reducing constraints.
|
2019-12-02 17:33:06 -05:00 |
|
Kevin G Christiano
|
65586a7568
|
Adding another location to execute external code.
|
2019-12-02 11:05:08 -05:00 |
|
Kevin G Christiano
|
5e28b0bdc5
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-12-02 10:43:45 -05:00 |
|
Kevin G Christiano
|
2319c4c70f
|
overrdie applied.
|
2019-12-02 10:43:08 -05:00 |
|
Pfeil, Scott Robert
|
44fd2dffac
|
Merge branch 'bugfix/label_molecule_fonting' into 'develop'
label font bugfix caused by the dissonance between label and styler setting....
See merge request BPHV_MIPS/mvm_core_ui!192
|
2019-12-02 10:16:42 -05:00 |
|
Pfeil, Scott Robert
|
3e46438fd0
|
label font bugfix caused by the dissonance between label and styler setting....
|
2019-12-02 10:11:04 -05:00 |
|
Kevin G Christiano
|
530397084b
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-12-02 09:51:09 -05:00 |
|
Kevin G Christiano
|
6a34370083
|
returned func.
|
2019-12-02 09:50:30 -05:00 |
|
Kevin G Christiano
|
0f04ebe177
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/OtherHandlers/MVMCoreUIMoleculeMappingObject.m
|
2019-12-02 09:04:17 -05:00 |
|
Kevin G Christiano
|
4d3e5544fb
|
Merge branch 'feature/swiftified_textField' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/swiftified_textField
|
2019-12-02 08:57:08 -05:00 |
|
Kevin G Christiano
|
fc7ef567e3
|
Revised Superclass.
|
2019-12-02 08:56:58 -05:00 |
|
Khan, Arshad
|
dc5174cbe4
|
key name mismatch fix.
|
2019-11-28 20:48:07 +05:30 |
|
Pan, Xinlei (Ryan)
|
ad8b48b699
|
Merge branch 'feature/dropdown_line_item_legacy' into 'develop'
Feature/dropdown line item legacy
See merge request BPHV_MIPS/mvm_core_ui!190
|
2019-11-27 21:49:46 -05:00 |
|
Suresh, Kamlesh
|
0648ec0191
|
fixes
|
2019-11-27 17:25:23 -05:00 |
|
Pfeil, Scott Robert
|
ee773eed89
|
key change
|
2019-11-27 15:02:03 -05:00 |
|
Suresh, Kamlesh
|
7a09e4b830
|
merge
|
2019-11-27 14:38:01 -05:00 |
|
Suresh, Kamlesh
|
9195f96a68
|
fixes
|
2019-11-27 14:29:20 -05:00 |
|
Hedden, Kyle Matthew
|
f5270ae12e
|
remove navigation bar check for manual inset calculation as it impacts presented controllers
|
2019-11-27 14:03:51 -05:00 |
|
Pfeil, Scott Robert
|
63556707bc
|
temporary dropdown molecule
label reuse font fixes
|
2019-11-27 13:49:01 -05:00 |
|
Khan, Arshad
|
c999f6f777
|
opening few properties
|
2019-11-27 21:43:42 +05:30 |
|
Suresh, Kamlesh
|
9a6fd85405
|
merge
|
2019-11-27 11:05:52 -05:00 |
|
Khan, Arshad
|
f2f9d5d0d7
|
Adding open to required functions, which need to override in MF component.
Adding mapping for dropDown.
|
2019-11-27 21:12:41 +05:30 |
|
Suresh, Kamlesh
|
5446fb0785
|
WIP
|
2019-11-26 19:20:38 -05:00 |
|
panxi
|
876a07650b
|
remove space
|
2019-11-26 14:16:12 -05:00 |
|
panxi
|
1bbad6ca15
|
fix merge conflict
|
2019-11-26 14:14:53 -05:00 |
|
panxi
|
269898f566
|
fix conflicts
|
2019-11-26 13:57:24 -05:00 |
|
panxi
|
1a5c819a2a
|
fix conflict
|
2019-11-26 13:55:29 -05:00 |
|
panxi
|
437138007f
|
merge
|
2019-11-26 13:54:00 -05:00 |
|
panxi
|
b53f7e7786
|
update
|
2019-11-26 13:30:06 -05:00 |
|
panxi
|
8422362e77
|
merge from develop
|
2019-11-26 11:30:43 -05:00 |
|
panxi
|
25336b0a16
|
Merge branch 'develop' into feature/models
|
2019-11-26 11:20:45 -05:00 |
|
Pfeil, Scott Robert
|
1ec603e969
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/dropdown_line_item_legacy
|
2019-11-26 08:54:47 -05:00 |
|
Kevin G Christiano
|
3654b05773
|
removed unneeded method. mild changes.
|
2019-11-25 16:35:28 -05:00 |
|
Pfeil, Scott Robert
|
392ab144ac
|
small fixes
|
2019-11-25 16:01:43 -05:00 |
|
Kevin G Christiano
|
499b938d56
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-11-25 12:28:01 -05:00 |
|
Kevin G Christiano
|
cfffbabe58
|
identity and callback.
|
2019-11-25 12:27:32 -05:00 |
|
Pfeil, Scott Robert
|
664d3195bb
|
line fix in header
|
2019-11-25 09:20:05 -05:00 |
|
Pfeil, Scott Robert
|
cc2e4751f5
|
merge
|
2019-11-25 09:09:45 -05:00 |
|
Pfeil, Scott Robert
|
d884602d87
|
tweaks
|
2019-11-25 09:06:09 -05:00 |
|
Pfeil, Scott Robert
|
dd85a134ac
|
merge
|
2019-11-25 09:05:32 -05:00 |
|
panxi
|
ea69ba67ea
|
update array decoding method
|
2019-11-24 23:14:25 -05:00 |
|
Kevin G Christiano
|
dc8293b08b
|
more refinement of errors.
|
2019-11-22 14:33:46 -05:00 |
|
panxi
|
9ec661ae3b
|
add label model
|
2019-11-22 14:31:17 -05:00 |
|
Kevin G Christiano
|
72553935c2
|
latestst state.
|
2019-11-22 12:53:40 -05:00 |
|
Kevin G Christiano
|
21166bc5f0
|
Better functioning selection.
|
2019-11-22 09:20:35 -05:00 |
|
Kevin G Christiano
|
64bda3cb1d
|
wip.
|
2019-11-21 16:40:34 -05:00 |
|
Kevin G Christiano
|
8b5fe4a1f4
|
more changes.
|
2019-11-21 15:21:32 -05:00 |
|
panxi
|
6303c3f92d
|
update label model
|
2019-11-21 13:15:27 -05:00 |
|
Kevin G Christiano
|
f19d45b865
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/Atoms/Views/CaretView.swift
# MVMCoreUI/Molecules/Items/TableViewCell.swift
|
2019-11-21 11:55:21 -05:00 |
|
Suresh, Kamlesh
|
7b2fc7bfba
|
some more stuff
|
2019-11-21 11:53:26 -05:00 |
|
Kevin G Christiano
|
88442fe59c
|
latest.
|
2019-11-21 11:47:12 -05:00 |
|
panxi
|
715b5f0167
|
add image, move label model next to label
|
2019-11-20 15:48:14 -05:00 |
|
panxi
|
28a04218f9
|
create image model
|
2019-11-20 15:43:26 -05:00 |
|
panxi
|
dde5f1d1a4
|
add caret view model and dash line model
|
2019-11-20 15:30:42 -05:00 |
|
panxi
|
5fd74b695f
|
create model for progress bar, using ModelMoleculeViewProtocol
|
2019-11-20 14:58:58 -05:00 |
|
Pfeil, Scott Robert
|
095b1d7a86
|
Merge branch 'feature/modernize' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/modernize
|
2019-11-20 13:29:41 -05:00 |
|
Pfeil, Scott Robert
|
e32b9cfdda
|
PR comments
|
2019-11-20 13:29:16 -05:00 |
|
Pfeil, Scott Robert
|
947af9b3c7
|
why?
|
2019-11-20 11:08:30 -05:00 |
|
Pfeil, Scott Robert
|
654be26b2c
|
remove test file
|
2019-11-20 11:06:47 -05:00 |
|
Pfeil, Scott Robert
|
279dbd9b08
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/modernize
|
2019-11-20 10:59:35 -05:00 |
|
Pfeil, Scott Robert
|
c96f5050a8
|
Line to swift
|
2019-11-20 10:20:24 -05:00 |
|
Kevin G Christiano
|
26c73070d9
|
latestest and greatest.
|
2019-11-20 09:12:31 -05:00 |
|
Hedden, Kyle Matthew
|
a714100b73
|
Merge branch 'release/7_1_0' into 'develop'
Release/7 1 0
See merge request BPHV_MIPS/mvm_core_ui!179
|
2019-11-19 17:02:45 -05:00 |
|
Suresh, Kamlesh
|
bf20fb3104
|
fixes
|
2019-11-19 15:32:35 -05:00 |
|
panxi
|
a409b331c5
|
revert
|
2019-11-19 12:56:07 -05:00 |
|
panxi
|
3851ad036a
|
change to equal
|
2019-11-19 12:53:48 -05:00 |
|
panxi
|
3cb075499e
|
make checkbox expandable
|
2019-11-19 10:39:30 -05:00 |
|
Kevin G Christiano
|
c38e3c0712
|
DigitEntry in decent place.
|
2019-11-19 09:57:43 -05:00 |
|
Pfeil, Scott Robert
|
d29e8ea3bd
|
small changes
|
2019-11-19 09:18:15 -05:00 |
|
Kevin G Christiano
|
b9850bed81
|
Merge branch 'feature/swiftified_textField' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/swiftified_textField
|
2019-11-18 17:04:26 -05:00 |
|
Kevin G Christiano
|
df34e1574c
|
latest, updating.
|
2019-11-18 17:04:16 -05:00 |
|
Kevin G Christiano
|
0cbaf38644
|
date picker.
|
2019-11-18 17:03:59 -05:00 |
|
Kevin G Christiano
|
871ca090a0
|
Merge branch 'feature/swiftified_textField' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/swiftified_textField
|
2019-11-18 15:41:10 -05:00 |
|
Kevin G Christiano
|
1af47ab98d
|
wip.
|
2019-11-18 15:40:27 -05:00 |
|
Kevin G Christiano
|
1d08842d47
|
wip.
|
2019-11-18 15:40:11 -05:00 |
|
Kevin G Christiano
|
9b581a6132
|
no line.
|
2019-11-18 14:30:42 -05:00 |
|
Kevin G Christiano
|
588f801322
|
Adding Base TextField. More improvements.
|
2019-11-18 14:18:36 -05:00 |
|
Suresh, Kamlesh Jain
|
8376e5c79e
|
Revert "Merge branch 'feature/top_accessory' into 'develop'"
This reverts merge request !175
|
2019-11-15 16:53:18 -05:00 |
|
Suresh, Kamlesh
|
a865664cff
|
add top accessory view
|
2019-11-15 16:52:13 -05:00 |
|
Suresh, Kamlesh
|
89cbfe00ba
|
clean up
|
2019-11-15 12:09:20 -05:00 |
|
Suresh, Kamlesh
|
cd5f66875d
|
Merge branch 'feature/top_accessory' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/top_accessory
|
2019-11-15 11:42:34 -05:00 |
|
Suresh, Kamlesh
|
84f50f3b80
|
optimize
|
2019-11-15 11:42:29 -05:00 |
|
Murugan, Vimal
|
76cd37d121
|
code cleanup
|
2019-11-15 21:10:37 +05:30 |
|
Kevin G Christiano
|
92b988d9fb
|
setting up dropdown.
|
2019-11-15 08:52:29 -05:00 |
|
Suresh, Kamlesh
|
627114ded8
|
top accessory in tableview controller
|
2019-11-14 19:27:56 -05:00 |
|
Suresh, Kamlesh
|
f1b8a61e04
|
top accessory view
|
2019-11-14 18:15:22 -05:00 |
|
Kevin G Christiano
|
ebccc6bd28
|
The latest state of entry.
|
2019-11-14 14:59:39 -05:00 |
|
Kevin G Christiano
|
80c700ba55
|
Further improvements made to dropdaown.
|
2019-11-14 11:41:02 -05:00 |
|
panxi
|
478498a9b6
|
Separate action and molecule name
|
2019-11-13 18:02:40 -05:00 |
|
Kevin G Christiano
|
fca540afc2
|
shaping up to be more responsive.
|
2019-11-13 16:17:10 -05:00 |
|
Kevin G Christiano
|
87b0316d47
|
save.
|
2019-11-13 09:23:58 -05:00 |
|
panxi
|
1a3d3eb36f
|
update with new code, move core code to mvmcore
|
2019-11-12 17:36:00 -05:00 |
|
panxi
|
4111080497
|
Merge branch 'develop' into feature/models
|
2019-11-12 15:28:38 -05:00 |
|
Kevin G Christiano
|
926c2c4cf3
|
resolved drawing prob.
|
2019-11-12 15:05:23 -05:00 |
|
Kevin G Christiano
|
d6005290db
|
improvements made.
|
2019-11-12 14:56:22 -05:00 |
|
Pfeil, Scott Robert
|
716dcff566
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/modernize
|
2019-11-12 14:45:48 -05:00 |
|
Kevin G Christiano
|
48bcd87bc1
|
Refactored UI drawing to new class. Reflected change.
|
2019-11-12 14:29:37 -05:00 |
|
Kevin G Christiano
|
30a56923c0
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
|
2019-11-12 11:08:55 -05:00 |
|
Kevin G Christiano
|
df1a2a0da0
|
latest changes for entry.
|
2019-11-12 11:06:43 -05:00 |
|
Pfeil, Scott Robert
|
f9cecb9a5d
|
small code updates
|
2019-11-11 15:24:10 -05:00 |
|
Khan, Arshad
|
11e549bc50
|
Feedback implementation impact changes.
|
2019-11-11 22:47:49 +05:30 |
|
Khan, Arshad
|
f6c2935115
|
Implemented Scott feedback.
|
2019-11-11 22:41:24 +05:30 |
|
Khan, Arshad
|
a5186973ae
|
Adding support for secondaryButton, if server dynamically sends only secondary button in TwoButtonView molecule.
|
2019-11-11 21:27:08 +05:30 |
|
Pfeil, Scott Robert
|
273da70f55
|
Merge branch 'feature/PPVB_653' into 'develop'
moved top and bottom pin to scrolling view controller
See merge request BPHV_MIPS/mvm_core_ui!169
|
2019-11-11 09:13:39 -05:00 |
|
Khan, Arshad
|
068c702143
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/make_molecules_info_public
|
2019-11-11 14:56:38 +05:30 |
|
Khan, Arshad
|
32c04e05ba
|
Making moleculesInfo public for providing flexibility in sub classes.
As of now required for Settings template in MF code.
|
2019-11-08 23:26:07 +05:30 |
|
Murugan, Vimal
|
14f6861493
|
moved top and bottom pin to scrolling view controller
|
2019-11-08 22:11:56 +05:30 |
|
Suresh, Kamlesh
|
a212dff80f
|
fixes
|
2019-11-07 10:45:40 -05:00 |
|
Pfeil, Scott Robert
|
347ebbed8c
|
typo fixes
|
2019-11-07 10:05:17 -05:00 |
|
Kevin G Christiano
|
ce0ffeda29
|
more changes.
|
2019-11-06 16:06:16 -05:00 |
|
Kevin G Christiano
|
6d7c1df7cc
|
more.
|
2019-11-06 09:12:18 -05:00 |
|
Pfeil, Scott Robert
|
4a1a196854
|
typos
|
2019-11-05 12:32:32 -05:00 |
|
Kevin G Christiano
|
88eec2bf9d
|
carrots and windows.
|
2019-11-05 09:25:27 -05:00 |
|
Pfeil, Scott Robert
|
5b8fce36e6
|
merge develop
|
2019-11-05 09:14:19 -05:00 |
|
Pfeil, Scott Robert
|
a7473e2079
|
Minor fixes for MFViewController
|
2019-11-05 09:02:49 -05:00 |
|
Pfeil, Scott Robert
|
4b374c4e7e
|
modernizing
|
2019-11-05 08:50:54 -05:00 |
|
Pfeil, Scott Robert
|
0a45d61eb7
|
merge
|
2019-11-05 08:50:17 -05:00 |
|
Suresh, Kamlesh
|
37e1cb9e36
|
changes
|
2019-11-04 17:24:04 -05:00 |
|
Pfeil, Scott Robert
|
52f31eff42
|
header changes
|
2019-11-04 15:34:32 -05:00 |
|
Kevin G Christiano
|
ae5a1c0c02
|
la.
|
2019-11-04 14:44:22 -05:00 |
|
Kevin G Christiano
|
bb3277e1ba
|
latest and greatest.
|
2019-11-04 11:39:32 -05:00 |
|
Kevin G Christiano
|
475d08296b
|
Reworked bezier logic for CaretView. It was not optimal.
|
2019-11-01 16:15:19 -04:00 |
|
Kevin G Christiano
|
5e96653d4b
|
undo.
|
2019-11-01 10:17:20 -04:00 |
|
Kevin G Christiano
|
6e8a8a78cc
|
getting ready to try another refactor.
|
2019-11-01 10:08:13 -04:00 |
|
panxi
|
7870a116c6
|
create circle progress view
|
2019-10-31 16:15:47 -04:00 |
|
Kevin G Christiano
|
5c1d7b4a38
|
Keeping up appearance.
|
2019-10-30 16:02:18 -04:00 |
|
Kevin G Christiano
|
9d043edb29
|
comm.
|
2019-10-30 12:33:40 -04:00 |
|
Kevin G Christiano
|
8266b3b650
|
fixed display issues.
|
2019-10-30 11:36:59 -04:00 |
|
Kevin G Christiano
|
c9b41c9bc1
|
Latest revision.
|
2019-10-30 11:23:03 -04:00 |
|
Kevin G Christiano
|
a455511809
|
reconfig.
|
2019-10-30 09:58:20 -04:00 |
|
Kevin G Christiano
|
3163e9bb40
|
Merge branch 'feature/swiftified_textField' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/swiftified_textField
|
2019-10-30 09:36:15 -04:00 |
|
Kevin G Christiano
|
494df94d3a
|
correction.
|
2019-10-30 09:35:54 -04:00 |
|
Kevin G Christiano
|
ba602c1c86
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
|
2019-10-30 09:35:39 -04:00 |
|
Pfeil, Scott Robert
|
80c277f4e8
|
Merge branch 'revert-fdaab402' into 'develop'
Revert "Merge branch 'feature/mva_3_0' into 'develop'"
See merge request BPHV_MIPS/mvm_core_ui!163
|
2019-10-29 16:45:03 -04:00 |
|
Pfeil, Scott Robert
|
2fab14d946
|
kevin comment
|
2019-10-29 15:26:43 -04:00 |
|
Pfeil, Scott Robert
|
e98a0ce76b
|
update pr comments
|
2019-10-29 15:23:44 -04:00 |
|
Pfeil, Scott Robert
|
d901ded4c1
|
open view up!
|
2019-10-29 13:56:19 -04:00 |
|
Pfeil, Scott Robert
|
59be22c0e0
|
enum clean
|
2019-10-29 13:47:49 -04:00 |
|
Kevin G Christiano
|
d2d4e3d42c
|
hold for now.
|
2019-10-29 13:40:25 -04:00 |
|
Kevin G Christiano
|
3d98c91e73
|
better, muchbetter.
|
2019-10-29 13:26:41 -04:00 |
|
Pfeil, Scott Robert
|
7e810ec334
|
undo undo
|
2019-10-29 13:17:40 -04:00 |
|
Pfeil, Scott Robert
|
26dac186dc
|
undo undo
|
2019-10-29 13:13:35 -04:00 |
|
Pfeil, Scott Robert
|
e5c0191b18
|
fix to check
|
2019-10-29 12:30:45 -04:00 |
|
Kevin G Christiano
|
134ba463b9
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-10-29 12:21:37 -04:00 |
|
Kevin G Christiano
|
4a5fd4f539
|
ok.
|
2019-10-29 12:21:19 -04:00 |
|
Pfeil, Scott Robert
|
75ea4d60f0
|
commit missed protocol
|
2019-10-29 12:18:20 -04:00 |
|
Pfeil, Scott Robert
|
d4cacec310
|
list item separation
|
2019-10-29 12:05:37 -04:00 |
|
Pfeil, Scott Robert
|
48a940f160
|
fix to typos
|
2019-10-29 10:12:59 -04:00 |
|
Pfeil, Scott Robert
|
d196aa3cef
|
Design defects fix
|
2019-10-29 09:03:19 -04:00 |
|
Suresh, Kamlesh
|
3a32d78004
|
form validation fixes
|
2019-10-28 16:25:25 -04:00 |
|
Kevin G Christiano
|
9a578fc6b1
|
the latest.
|
2019-10-28 15:51:03 -04:00 |
|
Suresh, Kamlesh
|
205c83c097
|
intial draft
|
2019-10-28 14:47:42 -04:00 |
|
Pfeil, Scott Robert
|
b5a97de183
|
swiftify
|
2019-10-28 14:03:47 -04:00 |
|
Kevin G Christiano
|
bf073d15e2
|
com.
|
2019-10-28 09:50:19 -04:00 |
|
Pfeil, Scott Robert
|
a454d0e3bd
|
Revert "Merge branch 'feature/mva_3_0' into 'develop'"
This reverts merge request !162
|
2019-10-28 09:31:20 -04:00 |
|
Kevin G Christiano
|
8d1ac1e94a
|
form engtry.
|
2019-10-28 09:12:38 -04:00 |
|
Hedden, Kyle Matthew
|
a188de84cb
|
Bugfix/gray safe area for fixed buttons
|
2019-10-28 08:55:44 -04:00 |
|
Kevin G Christiano
|
f14614514d
|
dcdcdd
|
2019-10-25 15:17:38 -04:00 |
|
Khan, Arshad
|
8ea52a21f7
|
Rename method name to removeListItem
|
2019-10-25 23:07:42 +05:30 |
|
Khan, Arshad
|
45b0b01646
|
implemented feedback
|
2019-10-25 21:04:53 +05:30 |
|
Khan, Arshad
|
2c622750fb
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/mva_3_0
|
2019-10-25 13:27:04 +05:30 |
|
Khan, Arshad
|
da8dded2e1
|
opening HeadlineBodySwitch to reuse in MF
|
2019-10-25 04:10:24 +05:30 |
|
Hedden, Kyle Matthew
|
ab5bb26c1a
|
fix checkbox crash
|
2019-10-24 18:00:29 -04:00 |
|
Khan, Arshad
|
355f670bd0
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/mva_3_0
|
2019-10-25 01:19:33 +05:30 |
|
Khan, Arshad
|
c1adbe2f2e
|
Crash fixes in Label
update molecule name from progressBar to progressbar as per oneconfluence mapping name and Android mapping name.
|
2019-10-25 01:17:54 +05:30 |
|
Kevin G Christiano
|
5bc78e594e
|
getting ready for the next phase.
|
2019-10-24 15:43:06 -04:00 |
|
Kevin G Christiano
|
70a3ad2804
|
latest. no errs.
|
2019-10-24 13:51:19 -04:00 |
|
Kevin G Christiano
|
15c2050c4e
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-10-24 11:20:49 -04:00 |
|
Kevin G Christiano
|
d15d8b2636
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
|
2019-10-24 11:20:26 -04:00 |
|
Pfeil, Scott Robert
|
5f6c583094
|
Merge branch 'bugfix/legacy_view_constraining' into 'develop'
Bugfix/legacy view constraining
See merge request BPHV_MIPS/mvm_core_ui!159
|
2019-10-24 09:36:36 -04:00 |
|
Pfeil, Scott Robert
|
603652537d
|
remove large text
|
2019-10-24 09:34:51 -04:00 |
|
Pfeil, Scott Robert
|
0ff661f3c4
|
revert for legacy
|
2019-10-24 09:31:01 -04:00 |
|
Kevin G Christiano
|
f0c7f6bce6
|
unwrap.
|
2019-10-24 09:19:16 -04:00 |
|
Kevin G Christiano
|
999da709db
|
Merge branch 'develop' into feature/improve_linkability_label
# Conflicts:
# MVMCoreUI/Atoms/Views/Label.swift
|
2019-10-24 09:18:25 -04:00 |
|
Kevin G Christiano
|
393b3f355b
|
lztest greatest.
|
2019-10-24 09:08:53 -04:00 |
|
Pfeil, Scott Robert
|
ef2df903e8
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
|
2019-10-24 09:06:38 -04:00 |
|
Pfeil, Scott Robert
|
909fe9ae75
|
Merge branch 'feature/molecule_radio_button' into 'develop'
Feature/molecule radio button
See merge request BPHV_MIPS/mvm_core_ui!70
|
2019-10-23 17:30:00 -04:00 |
|
Suresh, Kamlesh
|
b8e1389798
|
review
|
2019-10-23 17:21:44 -04:00 |
|
Suresh, Kamlesh
|
d2ca3adacf
|
code review
|
2019-10-23 15:59:03 -04:00 |
|
Kevin G Christiano
|
a4aedaad90
|
revert.
|
2019-10-23 15:43:57 -04:00 |
|
Kevin G Christiano
|
8aaa8cb77f
|
centered.
|
2019-10-23 15:17:01 -04:00 |
|
Kevin G Christiano
|
a5ffae9edd
|
Latest state.
|
2019-10-23 15:15:23 -04:00 |
|
Suresh, Kamlesh
|
73342e40d1
|
code optimization
|
2019-10-23 14:51:35 -04:00 |
|
Kevin G Christiano
|
74abef0c30
|
saving state.
|
2019-10-23 13:59:10 -04:00 |
|
Suresh, Kamlesh
|
d398a45054
|
code review
|
2019-10-23 13:53:58 -04:00 |
|
Suresh, Kamlesh
|
52fca407e3
|
remove tap and accessibility
|
2019-10-23 12:37:26 -04:00 |
|
Pfeil, Scott Robert
|
0cc81c3255
|
default background color
|
2019-10-23 11:38:15 -04:00 |
|
Pfeil, Scott Robert
|
0b364fa004
|
Radio button changes
|
2019-10-23 11:32:34 -04:00 |
|
Pfeil, Scott Robert
|
7563269680
|
changes to test
|
2019-10-23 10:36:32 -04:00 |
|
Pfeil, Scott Robert
|
5e486ff716
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into develop
|
2019-10-23 09:09:17 -04:00 |
|
Chintakrinda, Arun Kumar (Arun)
|
b8bdf4829e
|
Fix for label and molecule stack
|
2019-10-23 18:21:38 +05:30 |
|
Khan, Arshad
|
cd40ebfccd
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/mva_3_0
|
2019-10-23 16:28:28 +05:30 |
|
Suresh, Kamlesh
|
5ee34fb027
|
dummy group
|
2019-10-22 15:11:16 -04:00 |
|
Kevin G Christiano
|
9b86b4449f
|
dcsds
|
2019-10-22 11:54:13 -04:00 |
|
Pfeil, Scott Robert
|
252beb311a
|
dynamic type
|
2019-10-22 11:40:50 -04:00 |
|
Kevin G Christiano
|
083b630054
|
Merge branch 'develop' into feature/improve_linkability_label
|
2019-10-22 11:36:58 -04:00 |
|
Pfeil, Scott Robert
|
758615bcb7
|
Merge branch 'feature/healine_body_button_molecule' into 'develop'
HeadlineBodyButton Mole
See merge request BPHV_MIPS/mvm_core_ui!134
|
2019-10-22 11:13:30 -04:00 |
|
Kevin G Christiano
|
2248b36ccb
|
one less body.
|
2019-10-22 11:10:06 -04:00 |
|
Kevin G Christiano
|
b79b999910
|
added secondary.
|
2019-10-22 11:04:22 -04:00 |
|
Suresh, Kamlesh
|
4ef662d1ca
|
reivew
|
2019-10-22 09:59:37 -04:00 |
|
Kevin G Christiano
|
64f4356a74
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-10-22 09:52:47 -04:00 |
|
Kevin G Christiano
|
2ce41ad74b
|
moar texht.
|
2019-10-22 09:52:12 -04:00 |
|
Suresh, Kamlesh
|
fcb377df33
|
space
|
2019-10-22 09:13:07 -04:00 |
|
Khan, Arshad
|
a9517759ea
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/mva_3_0
|
2019-10-22 13:50:43 +05:30 |
|
Hedden, Kyle Matthew
|
b3b193e63d
|
Merge branch 'feature/add_current_page_type_prop' into 'develop'
Add current page type to session object.
See merge request BPHV_MIPS/mvm_core_ui!154
|
2019-10-21 17:41:12 -04:00 |
|
Suresh, Kamlesh
|
f1c319244a
|
radioButton and radioButtonWithLabel and code review
|
2019-10-21 17:26:33 -04:00 |
|
Pan, Xinlei (Ryan)
|
0b1a1b5d73
|
Merge branch 'release/6_21' into 'develop'
Release/6 21
See merge request BPHV_MIPS/mvm_core_ui!155
|
2019-10-21 15:34:13 -04:00 |
|
Kevin G Christiano
|
4742eace6b
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-10-21 12:12:19 -04:00 |
|
Kevin G Christiano
|
8d11e28f4e
|
promising state.
|
2019-10-21 12:11:58 -04:00 |
|
Kevin G Christiano
|
6c8ced47c9
|
trying out a new subclass.
|
2019-10-21 11:47:13 -04:00 |
|
Khan, Arshad
|
03ee7b99c2
|
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/mva_3_0
|
2019-10-21 20:58:22 +05:30 |
|
Hedden, Kyle Matthew
|
a3663ee1b5
|
Add current page type to session object.
|
2019-10-19 15:14:31 -04:00 |
|
Pfeil, Scott Robert
|
9ef670cfc4
|
Merge branch 'feature/label_hero_character' into 'develop'
Label Hero
See merge request BPHV_MIPS/mvm_core_ui!136
|
2019-10-18 12:05:55 -04:00 |
|
Kevin G Christiano
|
0bb1debc77
|
no comment.
|
2019-10-18 10:28:22 -04:00 |
|
Kevin G Christiano
|
929b825e11
|
more to uopdate.
|
2019-10-18 10:26:47 -04:00 |
|
Kevin G Christiano
|
f067a20ba9
|
hero stuff.
|
2019-10-18 08:47:14 -04:00 |
|
panxi
|
4e1a6ca479
|
update based on scott's comments
|
2019-10-17 16:52:05 -04:00 |
|
panxi
|
d94bbc1dae
|
check property back to weak, remove unaided switch files which supposed replaced by mvmcoreuiswitch
|
2019-10-17 16:33:05 -04:00 |
|
panxi
|
ed7329cdcf
|
add progress bar
|
2019-10-17 15:52:38 -04:00 |
|
panxi
|
034610af5e
|
fixing merging issue
|
2019-10-17 15:50:25 -04:00 |
|
Kevin G Christiano
|
720d17d751
|
revisions made.
|
2019-10-17 15:35:14 -04:00 |
|
panxi
|
22eb114635
|
merge from develop
|
2019-10-17 15:32:03 -04:00 |
|
Kevin G Christiano
|
3178fa0223
|
Merge branch 'develop' into feature/healine_body_button_molecule
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/OtherHandlers/MVMCoreUIMoleculeMappingObject.m
|
2019-10-17 14:40:51 -04:00 |
|