summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed touch manager test casesbugfix/issue_876_broken_test_casesNicoleYarroch2018-03-021-21/+20
* Merge branch 'develop' into bugfix/issue_876_broken_test_casesNicoleYarroch2018-03-0215-448/+1053
|\
| * Merge pull request #874 from smartdevicelink/feature/issue_865_image_upload_m...Joel Fischer2018-03-0216-452/+1057
| |\
| | * Removed redundant check for `nil`NicoleYarroch2018-03-021-4/+3
| | * Removed debug printNicoleYarroch2018-03-021-7/+0
| | * Fixed class name in the `SDLFileManagerSpec`NicoleYarroch2018-03-021-3/+3
| | * Fixed the log configNicoleYarroch2018-03-021-2/+3
| | * Merge branch 'develop' into feature/issue_865_image_upload_managerNicoleYarroch2018-03-0235-220/+1156
| | |\ | | |/ | |/|
| | * Fixed spelling in documentationfeature/issue_865_image_upload_managerNicoleYarroch2018-03-011-2/+2
| | * Refactored example appNicoleYarroch2018-03-011-34/+19
| | * Added test cases for unsuccessful artwork uploadsNicoleYarroch2018-03-013-168/+370
| | * Added test cases for successful artwork uploadsNicoleYarroch2018-02-281-0/+79
| | * Added two new artwork upload methodsNicoleYarroch2018-02-283-21/+114
| | * Fixed deprecated messages in `SDLArtwork`NicoleYarroch2018-02-261-2/+2
| | * Fixed broken `sdl_md5HashFromNSData` test casesNicoleYarroch2018-02-261-6/+6
| | * Deprecated `SDLArtwork` methodsNicoleYarroch2018-02-233-11/+51
| | * Made fixes to example appNicoleYarroch2018-02-231-50/+46
| | * Reverted spellingNicoleYarroch2018-02-231-1/+1
| | * Merge branch 'develop' into feature/issue_865_image_upload_managerNicoleYarroch2018-02-2315-14/+329
| | |\
| | * | Error handling fixesNicoleYarroch2018-02-238-33/+80
| | * | Removed image names from the example appNicoleYarroch2018-02-221-164/+90
| | * | Added check for `overwrite`NicoleYarroch2018-02-222-15/+31
| | * | Added missing documentation to SDLFileManagerNicoleYarroch2018-02-221-4/+4
| | * | Added missing documentation to a functionNicoleYarroch2018-02-221-1/+1
| | * | Added test cases for uploading SDLArtworksNicoleYarroch2018-02-213-16/+67
| | * | Added test cases to SDLFileManagerSpecNicoleYarroch2018-02-191-0/+18
| | * | Added convience init to SDLFileManagerNicoleYarroch2018-02-195-14/+46
| | * | Added custom inits to SDLImage structNicoleYarroch2018-02-193-25/+75
| | * | Added documentation to the new functions added to the SDLArtwork classNicoleYarroch2018-02-191-2/+22
| | * | Added new init to SDLArtwork classNicoleYarroch2018-02-163-72/+169
* | | | Disabled change registration test casesNicoleYarroch2018-03-021-4/+6
* | | | Fixed touch manager unit test failuresNicoleYarroch2018-03-021-65/+57
* | | | Fixed some of the pinch gesture test casesNicoleYarroch2018-03-022-5/+8
* | | | Merge branch 'develop' into bugfix/issue_876_broken_test_casesNicoleYarroch2018-03-0135-141/+1117
|\ \ \ \ | |/ / /
| * | | Merge pull request #878 from smartdevicelink/bugfix/issue_858_video_stream_re...Joel Fischer2018-03-011-1/+3
| |\ \ \
| | * | | Video streaming stopped as soon as app enters backgroundbugfix/issue_858_video_stream_reconnects_in_backgroundNicoleYarroch2018-02-261-1/+3
| | | |/ | | |/|
| * | | Merge pull request #883 from smartdevicelink/bugfix/issue_875_gestures_main_t...Joel Fischer2018-03-011-12/+24
| |\ \ \
| | * | | Touch manager hit testing now done on main threadbugfix/issue_875_gestures_main_threadNicoleYarroch2018-02-271-12/+24
| |/ / /
| * | | Merge pull request #857 from smartdevicelink/feature/issue_723_sequential_sen...Joel Fischer2018-02-2634-128/+1090
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'develop' into feature/issue_723_sequential_send_rpcsfeature/issue_723_sequential_send_rpcsJoel Fischer2018-02-2015-29/+169
| | |\ \ | | | |/
| | * | Fix LifecycleManager testsJoel Fischer2018-02-191-10/+7
| | * | Remove some unneeded codeJoel Fischer2018-02-193-43/+53
| | * | Major revamp of async operationsJoel Fischer2018-02-149-47/+65
| | * | Start on async RPC operation testsJoel Fischer2018-02-143-8/+85
| | * | Make the `SDLLifecycleManager` thread safeJoel Fischer2018-02-132-66/+96
| | * | Sending requests is serializedJoel Fischer2018-02-131-1/+9
| | * | Additional fixesJoel Fischer2018-02-134-9/+68
| | * | Additional fixes to testsJoel Fischer2018-02-126-30/+23
| | * | Partial fix for testJoel Fischer2018-02-121-3/+3
| | * | Fix RPC operations reporting incorrect completionJoel Fischer2018-02-127-15/+44