summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix swift app not compilingbugfix/issue-1682-tracking-parameter-permissionsJoel Fischer2020-07-085-24/+24
* fixed else iflapinskijw2020-07-081-3/+1
* addressed PR commentslapinskijw2020-07-077-45/+46
* Apply suggestions from code reviewJames Lapinski2020-07-076-12/+10
* removed errant line of codelapinskijw2020-07-061-1/+1
* updated method names and testslapinskijw2020-07-065-42/+40
* added parameter permission check in sdl_groupStatusOfRPCPermissionslapinskijw2020-07-021-2/+12
* updated permission filter intializers and testslapinskijw2020-07-024-105/+38
* applied some code review commentslapinskijw2020-07-0213-72/+78
* Apply suggestions from code reviewJames Lapinski2020-07-0110-22/+19
* code cleanuplapinskijw2020-07-017-20/+17
* updated permissions manager for example apps, code and test cleanuplapinskijw2020-06-307-37/+34
* updated tests, variable names, and method info for permission manager, filter...lapinskijw2020-06-308-96/+209
* updated value for permission element, updated filter spec and permissions man...lapinskijw2020-06-3010-51/+104
* added permission status object and testslapinskijw2020-06-296-1/+177
* updated tests for filter spec and manager speclapinskijw2020-06-295-76/+76
* updated permission element and filterlapinskijw2020-06-262-5/+2
* tried out a few thingslapinskijw2020-06-265-15/+14
* fixed statusesOfRPCNames testslapinskijw2020-06-247-25/+60
* code cleanuplapinskijw2020-06-243-17/+1
* changed handler backlapinskijw2020-06-242-3/+3
* more tests passinglapinskijw2020-06-236-39/+39
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into bug...lapinskijw2020-06-234-100/+80
|\
| * Merge pull request #1686 from smartdevicelink/bugfix/issue_1629_lockscreen_de...NicoleYarroch2020-06-184-100/+80
| |\
| | * Fixed lockscreen testsbugfix/issue_1629_lockscreen_deadlockNicoleYarroch2020-06-161-63/+61
| | * Refactored dispatchesNicoleYarroch2020-06-162-30/+12
| | * Fixed docs and dispatching to main queue algorithmNicoleYarroch2020-06-162-16/+8
| | * Fixed weak/strong selfNicoleYarroch2020-06-121-5/+7
| | * Added docsNicoleYarroch2020-06-122-0/+6
* | | began fixing tests for permissions manager speclapinskijw2020-06-232-3/+9
* | | added nscopying and adjusted permission filter spec testslapinskijw2020-06-237-31/+49
* | | converted the permission filter to use PermissionElements, updated relevant p...lapinskijw2020-06-225-43/+59
* | | added permission element and began updateing permission filter classlapinskijw2020-06-226-0/+117
* | | completed tests for isPermissionParameterAllowed:parameter: methodlapinskijw2020-06-181-23/+76
* | | started writing tests for parameter permission methodlapinskijw2020-06-122-1/+59
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into bug...lapinskijw2020-06-129-243/+585
|\ \ \ | |/ /
| * | Merge pull request #1677 from smartdevicelink/bugfix/issue-1667-permission-ma...Joel Fischer2020-06-128-242/+584
| |\ \
| | * | Apply suggestions from code reviewbugfix/issue-1667-permission-manager-method-alignmentJames Lapinski2020-06-112-7/+7
| | * | finished addressing PR comments and updated testslapinskijw2020-06-098-60/+47
| | * | Apply suggestions from code reviewJames Lapinski2020-06-083-18/+16
| | * | fixed a few it declarationslapinskijw2020-06-051-4/+4
| | * | fixed typolapinskijw2020-06-052-3/+3
| | * | updated example app functions that used deprecated methods and fixed inline d...lapinskijw2020-06-048-74/+72
| | * | added tests to cover new functionality of subscribeToRPCs methodlapinskijw2020-06-041-0/+39
| | * | updated tests for each new method call outside of the observerlapinskijw2020-06-043-100/+243
| | * | added deprecated ignore flags to permission manager speclapinskijw2020-06-041-9/+82
| | * | deleted initial copied and pasted testslapinskijw2020-06-041-540/+123
| | * | implemented newly created methods and replaced deprecrated method calls inter...lapinskijw2020-06-033-7/+54
| | * | deprecated methods and added replacement methods that use SDLRPCFunctionNamelapinskijw2020-06-033-16/+49
| | * | pausing working on tests to address 1661lapinskijw2020-06-031-1/+418