Commit Graph

132 Commits

Author SHA1 Message Date
Christiano, Kevin
a4bb00d1ae Merge branch 'develop' into feature/kevin
# Conflicts:
#	MVMCoreUI.xcodeproj/project.pbxproj
2019-03-21 16:11:26 -04:00
Christiano, Kevin
b592ff5047 Merge branch 'develop' into feature/kevin
# Conflicts:
#	MVMCoreUI.xcodeproj/project.pbxproj
2019-03-21 15:47:49 -04:00
Christiano, Kevin
d8fedf4d8b placing CaretButton in molecule map. 2019-03-21 14:58:22 -04:00
Suresh, Kamlesh
103f465cc8 Merge branch 'feature/load_image_swift' into 'develop'
Feature/load image swift

See merge request BPHV_MIPS/mvm_core_ui!8
2019-03-21 14:46:44 -04:00
Christiano, Kevin
c7bcd6e03d Converted and atomized CaretButton. Removed old objc files of MFCaretButton. Reflected import changes where necessary. 2019-03-21 14:39:25 -04:00
Pfeil, Scott Robert
12faad3d0d merge 2019-03-21 14:17:18 -04:00
Pfeil, Scott Robert
c411ec83ee Button defaulting 2019-03-20 14:42:20 -04:00
Christiano, Kevin
9e3e8cc0e5 Conversion and atomization of objc MFCaretView to Swift. Removed MFCaretView objc classes. Reflection change in import statements. Added new constants KeyIsOpaque. Provided default init for atoms cis setAsMolecule(). Removed extraneous @objc at class declaration line of DashLine. 2019-03-20 13:06:52 -04:00
Christiano, Kevin
93bf4aa393 Removed bgcolor property. Relying of default background property of class. 2019-03-20 10:20:43 -04:00
Pfeil, Scott Robert
a8145fd3c0 objc clean 2019-03-20 10:09:56 -04:00
Pfeil, Scott Robert
3040629fcb objc clean 2019-03-20 10:07:50 -04:00
Christiano, Kevin
394321bdc4 Removing redundant "self". Provided a capture list for closure. 2019-03-20 10:03:48 -04:00
Pfeil, Scott Robert
3564d993e1 image molecule protocol 2019-03-19 17:08:26 -04:00
Christiano, Kevin
64b1b73da1 remove accidental line; for testing. 2019-03-19 16:16:01 -04:00
Christiano, Kevin
a07ea27b93 Merge branch 'develop' into feature/kevin 2019-03-19 16:04:36 -04:00
Christiano, Kevin
ffdf287106 Setting the module in xib appeared to solve the value issue. 2019-03-19 16:03:23 -04:00
Suresh, Kamlesh
809d6ae318 Merge branch 'bugfix/load_image_view_size_constraints' into 'develop'
Priorities need to be set before activations.

See merge request BPHV_MIPS/mvm_core_ui!7
2019-03-19 15:54:54 -04:00
Pfeil, Scott Robert
680f8fc4aa comment 2019-03-19 14:02:29 -04:00
Pfeil, Scott Robert
0a8d76bb7b clean 2019-03-19 13:53:16 -04:00
Pfeil, Scott Robert
74ab14f5f9 cleaning 2019-03-19 13:52:30 -04:00
Christiano, Kevin
17eb09ef42 Registered DashLine with Molecule Mapper. 2019-03-19 13:29:41 -04:00
Pfeil, Scott Robert
bef105decd gif view to swift 2019-03-19 13:13:18 -04:00
Pfeil, Scott Robert
9b6df99126 gif view to swift 2019-03-19 13:12:09 -04:00
Pfeil, Scott Robert
33510a6484 Loadimageview to swift 2019-03-19 13:11:02 -04:00
Christiano, Kevin
a5ff57f65c Converted DashLine class, replacing objective-c version. Provided capacity for atomization. Added constant value "isHidden". Updated import statements to allow for cross language interpretation. 2019-03-19 11:28:05 -04:00
Hedden, Kyle Matthew
acffd40a43 Priorites need to be set before activations. 2019-03-19 11:16:46 -04:00
Pfeil, Scott Robert
90605d03de merge 2019-03-18 09:09:03 -04:00
Pfeil, Scott Robert
57b99d6658 Name short 2019-03-18 08:53:33 -04:00
Pfeil, Scott Robert
6e22fe4f53 warning fix 2019-03-15 17:20:27 -04:00
Suresh, Kamlesh
1c55f01f43 Merge branch 'feature/fix_warnings' into 'develop'
warning fixes

See merge request BPHV_MIPS/mvm_core_ui!6
2019-03-14 13:46:46 -04:00
Pfeil, Scott Robert
093698f160 warning fixes 2019-03-14 11:47:05 -04:00
Pfeil, Scott Robert
a9cfbf4e98 Merge branch 'bugfix/label_refactor' into 'develop'
label_refactor

See merge request BPHV_MIPS/mvm_core_ui!4
2019-03-13 09:30:10 -04:00
Suresh, Kamlesh
6a4f0b46ac remove comments 2019-03-12 14:32:39 -04:00
Suresh, Kamlesh
c8125288cf Merge branch 'feature/more_molecules' into 'develop'
Feature/more molecules

See merge request BPHV_MIPS/mvm_core_ui!5
2019-03-11 14:50:12 -04:00
Pfeil, Scott Robert
be045ac4a9 Guard 2019-03-11 14:45:21 -04:00
Pfeil, Scott Robert
bf656cffea Padding two 2019-03-11 14:41:33 -04:00
Pfeil, Scott Robert
eabb0c0384 file name fixes 2019-03-11 14:08:28 -04:00
Pfeil, Scott Robert
ba55ec7575 text button molecule
standardFooter molecule
2019-03-11 13:52:34 -04:00
Suresh, Kamlesh
8f3957f8f3 label_refactor 2019-03-07 10:57:24 -05:00
Suresh, Kamlesh
53c48b084c Merge branch 'feature/standard_label' into 'develop'
ONVIK-12121

See merge request BPHV_MIPS/mvm_core_ui!1
2019-03-06 14:58:35 -05:00
Hedden, Kyle Matthew
cf326ce0fd Merge branch 'feature/MFTabBarInteractor_additional_initializer' into 'develop'
Add additional initializer to allow for an alternate swipe delegate.

See merge request BPHV_MIPS/mvm_core_ui!3
2019-03-05 17:35:40 -05:00
Pfeil, Scott Robert
90c674577b Merge branch 'feature/label_atom' into 'develop'
Feature/label atom

See merge request BPHV_MIPS/mvm_core_ui!2
2019-03-05 15:55:51 -05:00
Hedden, Kyle Matthew
607fa09388 Add additional initializer to allow for an alternate swipe delegate. 2019-03-05 15:11:34 -05:00
Pfeil, Scott Robert
dfa3f14dbd Merge branch 'develop' of https://onestash.verizon.com/scm/bphvb/mvm_core_ui into develop 2019-03-05 13:17:42 -05:00
Suresh, Kamlesh
5cd7797550 ONVIK-12121 2019-03-05 11:53:11 -05:00
Pfeil, Scott Robert
304cab2b90 Button width fix 2019-03-04 19:20:33 -05:00
Pfeil, Scott Robert
75eaf1eb46 Name fix 2019-03-04 18:36:33 -05:00
Pfeil, Scott Robert
59a6641ca6 Fix for top alert pointer. 2019-03-04 18:30:04 -05:00
Pfeil, Scott Robert
25c754b234 Number convenience for NSDictionary category
KeyTextColor constant for MFLabel and core ui
Checker for hasText on MFLabel
update molecule protocol for mf label.
separator use molecule protocol
fix to header
2019-03-04 17:44:21 -05:00
Suresh, Kamlesh
e92e87abb2 Merge pull request #17 in BPHVB/mvm_core_ui from bugfix/checkboxupdate to develop
* commit 'ef3a0c26bac28126de0ae3f49d60748bd0a88c3e':
  add update selected method without block for ui update
2019-02-26 17:31:20 -05:00