Commit Graph

135 Commits

Author SHA1 Message Date
Pfeil, Scott Robert
edf59e0e78 fix to class check for nil
convenience functions
init functions
2019-01-25 16:12:28 -05:00
Pfeil, Scott Robert
88b18372c8 Merge pull request #47 in BPHVB/mvm_core from feature/move_dictionary_convience to develop
* commit '2926ca951cfa50a41789e2345f79385a55f69abb':
  dictionary extension
2019-01-23 18:16:53 -05:00
Suresh, Kamlesh
2926ca951c dictionary extension 2019-01-23 16:49:48 -05:00
Pfeil, Scott Robert
81f8a0221b name change 2019-01-23 16:06:17 -05:00
Pfeil, Scott Robert
cefe380aac Add back convenience property... 2019-01-23 15:06:26 -05:00
Pfeil, Scott Robert
495ab78cea tab bar generic 2019-01-18 12:10:23 -05:00
Pfeil, Scott Robert
1429fd1fae remove duplicate function
Move back to delegate.
Throw error when using exact class, don't throw error when using protocol.
remove unused search path
2019-01-17 18:52:08 -05:00
Pfeil, Scott Robert
feceef26df instance type checks 2019-01-17 15:50:32 -05:00
Pfeil, Scott Robert
d27504ad97 Merge branch 'develop' into feature/template 2019-01-16 11:55:55 -05:00
Pfeil, Scott Robert
d71104371a moved some to ui framework 2019-01-11 15:38:26 -05:00
Pfeil, Scott Robert
c7afc959e5 Migration 2019-01-10 14:23:14 -05:00
Pfeil, Scott Robert
91260a0f98 basic template
base core ui framework with placeholder template
2019-01-08 10:21:16 -05:00
panxi
1326966e7a Merge branch 'develop' into feature/outside_world 2019-01-04 09:51:34 -05:00
Suresh, Kamlesh
b7a0423c06 print cookie 2018-12-14 15:03:28 -05:00
Pfeil, Scott Robert
90f849397d top alert above text image 2018-12-12 11:08:56 -05:00
Pfeil, Scott Robert
597e518b34 creates a variable in the core to point to the creator of the framework. can be used by the framework for specifics. 2018-12-07 15:53:18 -05:00
Pfeil, Scott Robert
79aaae2ad7 Add background and text color 2018-11-26 16:43:05 -05:00
Pfeil, Scott Robert
6bad0e1b34 fix to use key 2018-10-31 15:51:20 -04:00
Pfeil, Scott Robert
44d10688ce clean load object change 2018-10-31 15:49:58 -04:00
Pfeil, Scott Robert
8ea5b126e7 panel protocol available 2018-10-31 15:29:18 -04:00
Suresh, Kamlesh
1321eb1422 Merge branch 'release/6_8' into feature/trial_user 2018-10-31 12:36:16 -04:00
Chris Yang
b8374bee5f fix delegate nil 2018-10-30 18:26:25 -04:00
Chris Yang
fa4e23f330 instance method in core logging delegate protocol 2018-10-30 17:44:56 -04:00
Pfeil, Scott Robert
d825927486 remove unused page type 2018-10-30 17:34:46 -04:00
Pfeil, Scott Robert
bffb93660d changes to the way popup delegacy works 2018-10-30 17:32:59 -04:00
Pfeil, Scott Robert
cbcab0ea1c proper marking of delegate 2018-10-30 17:21:24 -04:00
Pfeil, Scott Robert
3504a12e61 add tracking to alert protocol 2018-10-30 17:02:35 -04:00
Pfeil, Scott Robert
71523fe676 pass controller instead 2018-10-30 16:48:05 -04:00
Pfeil, Scott Robert
4deb0d66fa Merge branch 'bugfix/popup_track' of https://onestash.verizon.com/scm/bphvb/mvm_core into bugfix/popup_track 2018-10-30 16:36:00 -04:00
Pfeil, Scott Robert
cbe2ad2f57 remove space 2018-10-30 16:35:50 -04:00
Chris Yang
a0e08ad7e0 revert 2018-10-30 16:21:14 -04:00
Pfeil, Scott Robert
ea08526ce7 revert and change slightly 2018-10-30 16:11:28 -04:00
Pfeil, Scott Robert
c860e20258 lenient bool.... web view clean up 2018-10-30 14:29:11 -04:00
Chris Yang
0105a5d450 remove pageType in document 2018-10-30 14:25:53 -04:00
Chris Yang
05561e9cbf remove alertPageType property 2018-10-30 14:25:06 -04:00
Chris Yang
c7e3364399 fixes 2018-10-30 13:59:30 -04:00
Chris Yang
beb59b5a92 Merge remote-tracking branch 'refs/remotes/origin/bugfix/popup_track'
Conflicts:
	MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.h
	MVMCore/MVMCore/AlertHandling/MVMCoreAlertHandler.m
2018-10-30 12:22:26 -04:00
Chris Yang
636417b317 alert handler takes alert object 2018-10-30 12:21:28 -04:00
Pfeil, Scott Robert
d12df0b753 fix warning 2018-10-27 17:29:05 -04:00
Chris Yang
e0a704ec51 adobe track alert 2018-10-25 16:50:06 -04:00
Suresh, Kamlesh
adda2f461b button map read only property 2018-10-14 23:57:41 -04:00
Pfeil, Scott Robert
41a454440e changes to the custom time and button map removal 2018-10-11 16:23:16 -04:00
Suresh, Kamlesh
35da51bc74 button map 2018-10-06 15:05:37 -04:00
Suresh, Kamlesh
4c506b5b59 buttonMap 2018-10-03 17:47:42 -04:00
Suresh, Kamlesh
b802ef630d customTimeoutTime 2018-10-03 15:31:27 -04:00
Suresh, Kamlesh
0423937e8c customTimeoutTime 2018-10-03 15:25:25 -04:00
Hedden, Kyle Matthew
a35f9a4df1 Fix flatMap spec. 2018-09-13 15:17:07 -04:00
Hedden, Kyle Matthew
5ccfb225be Fix nullabiilty. You must return an object for every element. 2018-09-13 14:32:53 -04:00
Sommer, Patrick
099aa25655 Merge pull request #35 in BPHVB/mvm_core from feature/array_category to develop
* commit 'e56f429834d9d6561ffcee5739dbf4c1bf02f2c1':
  nullable fixes
  fucntional methods for array
2018-09-12 09:57:22 -04:00
Chris Yang
e56f429834 nullable fixes 2018-09-12 09:12:15 -04:00