summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move travis.yml to fix carthage call"hotfix/travis_fixesJoel Fischer2016-01-271-1/+2
| | | | This reverts commit 767a7538cd572fe54c9f8d8a46049bd4f30269fc.
* Move travis.yml to fix carthage callJoel Fischer2016-01-271-1/+2
|
* Fix Carthage not installing to Travis CIJoel Fischer2016-01-271-1/+3
|
* Travis fixesJoel Fischer2016-01-271-2/+6
|
* Merge branch 'hotfix/issue_53'Joel Fischer2016-01-271-47/+101
|\
| * Fix showing a console errorJoel Fischer2016-01-271-2/+2
| | | | | | | | * Don't try to log to a file until after the file logging is set up
| * Update SDLDebugToolJoel Fischer2016-01-261-46/+100
| | | | | | | | | | | | * Don't re-search for the file to write, don't recreate file handles, don't recreate date formatters, don't store global static variables * Log file on a separate serial queue for safety and reliability
* | Merge branch 'hotfix/issue_76'Joel Fischer2016-01-271-1/+5
|\ \
| * \ Merge branch 'master' into hotfix/issue_76Joel Fischer2016-01-2794-449/+310
| |\ \ | |/ / |/| |
* | | Merge branch 'hotfix/issue_75'Joel Fischer2016-01-2763-216/+216
|\ \ \
| * \ \ Merge branch 'master' into hotfix/issue_75Joel Fischer2016-01-2631-233/+94
| |\ \ \ | |/ / / |/| | |
* | | | Update Testing FrameworksJoel Fischer2016-01-2628-227/+86
| | | |
* | | | Update Testing FrameworksJoel Fischer2016-01-262-6/+6
| |_|/ |/| |
* | | Add SDL video to READMEJoel Fischer2016-01-251-0/+2
| | |
| * | When pulling an object from an RPC, it now returns nil if the object was ↵Joel Fischer2016-01-2563-216/+216
|/ / | | | | | | | | | | never set * Fixes #75
| * Fix SDLRPCStruct could initialize with nil storeJoel Fischer2016-01-251-1/+5
|/ | | | * Fixes #76
* Updated Changelog for In Progress 4.0.2 changesJoel Fischer2016-01-251-0/+11
|
* Remove unused file reference from projectJoel Fischer2016-01-251-4/+0
|
* Fix removing observers that don't exist in SDLProxyJoel Fischer2016-01-251-3/+0
|
* Merge branch 'hotfix/issue_317'Joel Fischer2016-01-251-3/+2
|\
| * SDLProxyListener delegate onOnLockScreenNotification fixed parameter typeJoel Fischer2016-01-251-3/+2
| | | | | | | | * Fixes #317
* | Merge branch 'hotfix/issue_300'Joel Fischer2016-01-254-228/+12
|\ \ | |/ |/|
| * Remove streaming media manager property from exampleJoel Fischer2016-01-221-4/+0
| |
| * Change app type of example appJoel Fischer2016-01-221-1/+1
| | | | | | | | * Fixes #332
| * Remove video / audio code from example appJoel Fischer2016-01-223-223/+11
|/ | | | | * Fixes #300 * Eventually should come back as a separate example app
* Fix errant import (merge conflict?)Joel Fischer2016-01-211-1/+0
|
* Merge branch 'hotfix/issue_292'Joel Fischer2016-01-211-83/+68
|\
| * Remove unneeded IAP background codeJoel Fischer2016-01-191-83/+68
| | | | | | | | | | | | * Remove code to run in background during IAP sessions, which should already run in the background anyway. * Prefix private methods for clarity in SDLIAPTransport.m
* | Merge branch 'hotfix/issue_248'Joel Fischer2016-01-214-245/+3
|\ \ | | | | | | | | | | | | Conflicts: SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * | Remove code pertaining to App Launching which broke in iOS 9Joel Fischer2016-01-194-245/+3
| |/ | | | | | | * Fixes #248
* | Merge branch 'hotfix/issue_314'Joel Fischer2016-01-211-3/+3
|\ \
| * | Fixes misnamed parameters in SDLProxyListener.hJoel Fischer2016-01-191-3/+3
| |/ | | | | | | Fixes #314
* | Merge branch 'hotfix/issue_319'Joel Fischer2016-01-213-6/+7
|\ \
| * | Add missing audio file to projectJoel Fischer2015-12-093-6/+7
| |/
* | Add Slack badgeJoel Fischer2016-01-211-0/+1
|/
* Update travis.ymlJoel Fischer2015-12-081-1/+1
|
* Update version to 4.0.14.0.1Joel Fischer2015-11-065-7/+12
|
* Merge branch 'hotfix/issue_315'Joel Fischer2015-11-063-17/+21
|\
| * Fix implicit captures of selfJoel Fischer2015-10-213-17/+21
|/ | | | Fixes improperly creating strongSelf variables within blocks and inadvertantly capturing self
* Add Carthage informationJoel Fischer2015-10-051-2/+2
| | | Change changelog link to master branch
* Merge branch 'release/4.0.0'Joel Fischer2015-10-051342-29896/+62333
|\
| * Update to v4.0.0 final4.0.0Joel Fischer2015-10-055-15/+16
| |
| * Format filesJoel Fischer2015-10-052-15/+19
| |
| * Merge branch 'hotfix/issue_310' into release/4.0.0Joel Fischer2015-09-281-0/+15
| |\
| | * Update Plist to enable ATS until servers support HTTPSJoel Fischer2015-09-281-0/+15
| |/
| * Update to 4.0.0-RC.24.0.0-RC.2Joel Fischer2015-09-234-4/+7
| |
| * Merge branch 'hotfix/issue_308' into release/4.0.0Joel Fischer2015-09-232-2/+2
| |\
| | * Fix passing a NSUInteger to an intJoel Fischer2015-09-192-2/+2
| |/ | | | | | | Fixes #308
| * Update to 4.0.0 release candidate 14.0.0-RC.1Joel Fischer2015-09-194-6/+20
| |
| * Merge branch 'hotfix/issue_304' into release/4.0.0Joel Fischer2015-09-191-1/+0
| |\