Commit Graph

1264 Commits

Author SHA1 Message Date
mayur nilwant
d26e2d52ba Changes made as per feedback on MR. 2024-06-17 12:23:09 -04:00
mayur nilwant
c8c8d906ee Indentation clean. 2024-06-14 12:28:01 -04:00
mayur nilwant
224184610f Added space after expirationDate 2024-06-14 09:31:25 -04:00
mayur nilwant
1712e9ce58 Revert line break. 2024-06-14 01:54:19 -04:00
mayur nilwant
fdd8547cf1 reverted 2024-06-14 01:36:45 -04:00
mayur nilwant
161cc0132d Removed check for pageType for App level , making it generic on cachePolicy. 2024-06-14 00:11:02 -04:00
mayur nilwant
40106d3a9c Spell check For AppLevel key 2024-06-13 21:30:33 -04:00
mayur nilwant
b0631d1434 moved clearAppLevelFiles into MVMCoreGetterUtility extension at other plave. 2024-06-13 18:25:17 -04:00
mayur nilwant
2b021d67a8 Added clearAppLevelFiles in MVMCoreGetterUtility 2024-06-13 14:57:57 -04:00
mayur nilwant
2fedd36669 Swift code conversion. 2024-06-11 20:54:48 -04:00
mayur nilwant
b64602939d Converted shouldSaveAtAppLevelWithInfoDictionary to swift from objective-c 2024-06-11 20:09:03 -04:00
mayur nilwant
37a9cea3f4 Added @objc to expose it outside swift. 2024-06-11 17:55:49 -04:00
mayur nilwant
a484f5a193 Added file as Swift function. 2024-06-11 17:20:23 -04:00
mayur nilwant
0dc3ccb76a removed debug statement. 2024-06-11 17:01:56 -04:00
mayur nilwant
9181037a6e Removed commented code. 2024-06-11 16:53:42 -04:00
mayur nilwant
2e5e90b715 Called renamed func. 2024-06-11 13:05:47 -04:00
mayur nilwant
eaca96acbd Merge branch 'develop'
Conflicts:
	MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h
	MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m
2024-06-11 07:23:13 -04:00
mayur nilwant
b31c97237c 1. Written logic to analyze app level page type and store it accordingly in different directory.
2 Also implemented logic to fetch from app level or user level.
2024-06-11 07:18:38 -04:00
mayur nilwant
4a03b68926 Fixed issue with func calling shouldSaveAtAppLevel 2024-06-10 22:41:39 -04:00
mayur nilwant
7f27bb502e Fixed issue for app level check. 2024-06-10 22:39:55 -04:00
mayur nilwant
7a25d12be4 Removed semi colon 2024-06-10 18:52:55 -04:00
mayur nilwant
f7dc21c5c5 Fixed issue with calling funcs due to change in signature. 2024-06-10 18:51:54 -04:00
mayur nilwant
9e520a9b87 Added ifFileExistsForPageType function. 2024-06-10 18:22:15 -04:00
mayur nilwant
2b8bd98bf0 Added method that will be used to clear app levvel cache. 2024-06-10 15:41:38 -04:00
mayur nilwant
522bc5d9cb Added method for AppUpgrate call to delete AppLevel directory. 2024-06-10 06:36:15 -04:00
mayur nilwant
f6acae9afd Removed commented code
Also fixed file calling with appLevel flag.
2024-06-09 20:02:26 -04:00
mayur nilwant
2c66177f1a removed expiration hardcoded logic. 2024-06-09 20:00:37 -04:00
mayur nilwant
2d751b9d57 Changed the location for offlineFeedbackForm from cache distionary to documents directory.
Also added the logic if pageType = offlineFeeback then dis-regard expiration date,
2024-06-09 10:58:07 -04:00
mayur nilwant
e76313da4e 1. Written logic to analyze app level page type and store it accordingly in different directory.
2 Also implemented logic to fetch from app level or user level.
2024-06-07 16:49:02 -04:00
Bruce, Matt R
9744fc5333 Merge branch 'bugfix/referenced_removed_frameworks' into 'develop'
removing dead references

removing dead references

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/332
2024-06-06 12:48:57 +00:00
Scott Pfeil
8a92c9cdd3 removing dead references 2024-06-05 12:29:41 -04:00
Hedden, Kyle Matthew
a00eff7cf1 Merge branch 'feature/ONEAPP-7249' into 'develop'
Digital PCT265 story ONEAPP-7249 - Enhancement for allowing background polling.

### Summary
1. Logging change for less verbose logging statements and standardization. Used to help tracking pollingBehavior state.
2. Optimizations to reduce scrolling stagger on refresh.
3. Reduce layout row tearing.

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-7249

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/328
2024-05-29 23:51:04 +00:00
Hedden, Kyle Matthew
0104570bc9 Digital PCT265 story PCT-135: Code reivew. Restore debug crash. 2024-05-28 17:43:41 -04:00
Hedden, Kyle Matthew
134ce14e5a Digital PCT265 story PCT-135: Code review. Missing pageType check in ActionRestartModel. 2024-05-28 16:25:32 -04:00
Hedden, Kyle Matthew
220b8530da Digital PCT265 story PCT-135: 'curent' comment typo. 2024-05-28 16:23:59 -04:00
Hedden, Kyle Matthew
05df4ad6ef Merge remote-tracking branch 'origin/develop' into feature/ONEAPP-7249 2024-05-21 20:03:58 -04:00
Bruce, Matt R
8f88e94ed8 Merge branch 'feature/register_model_default_parameter' into 'develop'
Update for convenience in registration of models that replace

### Summary
Update for convenience in registration of models that replace

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-7459

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/330
2024-05-20 20:46:37 +00:00
Scott Pfeil
d2572c4543 Digital ACT191 story ONEAPP-7459 - Update for convenience in registration of models that replace 2024-05-20 16:44:10 -04:00
Hedden, Kyle Matthew
71689b957b Digital PCT265 story PCT-135: Switch to shallow equals with deep compare on parent in order to pinpoint midmatched models. Unit testing setup. 2024-05-17 21:24:18 -04:00
Hedden, Kyle Matthew
009bb01e1b Digital PCT265 story PCT-135: Code review comments, cleanups and isEquals expansion. 2024-05-13 21:22:57 -04:00
Pfeil, Scott Robert
4bded0a433 Merge branch 'bugfix/CXTDT-552909' into 'develop'
Digital PCT265 defect CXTDT-552909 - Client crash prevention on invalid module JSON.

### Summary
Client resilience check for invalid module data.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-552909

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/329
2024-05-13 13:06:13 +00:00
Hedden, Kyle Matthew
20d4d323e0 Digital PCT265 story ONEAPP-7249 - isVisuallyEquivalent build out to work with stabilizing carousel refreshes. 2024-05-08 20:34:21 -04:00
Hedden, Kyle Matthew
62a5799312 Digital PCT265 story ONEAPP-7249 - Prevent UI updates when there are no model changes. 2024-05-07 23:27:31 -04:00
Hedden, Kyle Matthew
e8552b0aa2 Digital PCT265 story ONEAPP-7249 - More logging cleanups and categorization. 2024-05-06 12:53:28 -04:00
Hedden, Kyle Matthew
dde3e565a3 Digital PCT265 defect CXTDT-552909 - Client crash prevention on invalid module JSON. 2024-05-02 19:03:21 -04:00
Hedden, Kyle Matthew
62b7955406 Digital PCT265 defect CXTDT-552909 - Client crash prevention on invalid module JSON. 2024-05-02 17:17:57 -04:00
Hedden, Kyle Matthew
a5763d4516 Digital PCT265 story ONEAPP-7249 - Pipe logs to stdout when the message is too long. 2024-05-02 17:03:03 -04:00
Hedden, Kyle Matthew
9ff641060e Digital PCT265 story ONEAPP-7249 - Registry signature update. 2024-04-30 20:36:00 -04:00
Hedden, Kyle Matthew
85747b146e Digital PCT265 story ONEAPP-7249 - Pipe logs to system logger rather than stdout. Logging updates to categorize logs. 2024-04-30 20:35:30 -04:00
Hedden, Kyle Matthew
9b718ce0d4 Merge remote-tracking branch 'origin/develop' into feature/ONEAPP-7249 2024-04-30 13:47:25 -04:00