summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
Commit message (Expand)AuthorAgeFilesLines
* Added support for SDLEnums on pre xcode-8/swift 3 buildsMuller, Alexander (A.)2016-10-171-1/+1
* Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-171-0/+4
|\
| * Added support for SDLNames on pre xcode-8/swift 3 buildsMuller, Alexander (A.)2016-10-171-0/+4
* | Fixed issue with classes imported into unit tests.Muller, Alexander (A.)2016-10-141-8/+0
* | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-131-48/+156
|\ \ | |/
| * Merge branch 'develop' into feature/issue_8_json_encoder_decoderJoel Fischer2016-09-301-0/+152
| |\
| | * Merge branch 'release/4.3.0' into developJoel Fischer2016-09-301-0/+152
| | |\
| | | * Fixed an issue with cocoapods not properly loading icons on pre-iOS 8 devices.Muller, Alexander (A.)2016-09-231-102/+102
| | | * Updated assets and support for retrieving bundle images for iOS 6 & 7.Muller, Alexander (A.)2016-09-231-0/+152
| * | | Merge branch 'develop' into feature/issue_8_json_encoder_decoderJoel Fischer2016-09-301-8/+0
| |\ \ \ | | |/ /
| | * | Initial removal of SDLSiphonServerMuller, Alexander (A.)2016-09-281-8/+0
| * | | Removed SDLJsonEncoder/Decoder.Muller, Alexander (A.)2016-09-281-40/+0
| |/ /
| * | Updated SDLFunctionID to project instead of private.Muller, Alexander (A.)2016-09-231-1/+1
| * | Merge branch 'develop' into feature/issue_3_constant_namesJoel Fischer2016-09-231-8/+0
| |\ \ | | |/
| * | Updated SDLFunctionID to be private.Muller, Alexander (A.)2016-09-221-2/+2
| * | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-221-1/+1
| * | Replaced all defines with constant strings of the SDLName typedef. Also modif...Muller, Alexander (A.)2016-09-211-1/+5
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into fea...Muller, Alexander (A.)2016-09-231-8/+0
|\ \ \ | | |/ | |/|
| * | Remove some null files from the build phaseJoel Fischer2016-09-161-8/+0
| |/
* | Removed SDLJingle because SDLPrerecordedSpeech exists, and SDLJingle is not i...Muller, Alexander (A.)2016-09-221-12/+0
* | Removed unnecessary SDLEnum tests and updated all tests for new enums.Muller, Alexander (A.)2016-09-221-4/+0
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-4/+0
|/
* Fixed testsJoel Fischer2016-09-131-0/+2
* Update to Xcode 8 GMJoel Fischer2016-09-121-1/+12
* SDLLockScreenViewController is now pulbic so that it may be subclassedJoel Fischer2016-09-021-1/+1
* Clean up bundle code and provide better error messagesJoel Fischer2016-08-311-0/+8
* Update internal code to use specified notificationsJoel Fischer2016-08-301-2/+2
* Add logging control flags to SDLLifecycleConfigurationJoel Fischer2016-08-291-1/+1
* Fix notifications not properly…existingJoel Fischer2016-08-291-2/+10
* Add typed SDL notifications with backward compatibilityJoel Fischer2016-08-251-2/+26
* Shift some file operation code to a superclassJoel Fischer2016-08-251-0/+16
* Fix onKeyboardInput not in SDLProxyListener or SDLNotificationDispatcherJoel Fischer2016-08-221-4/+0
* Create several strings files for lock screen translationsJoel Fischer2016-08-091-0/+12
* Merge branch 'feature/enhanced_framework' into developJoel Fischer2016-08-081-86/+719
|\
| * Add a ton of documentationJoel Fischer2016-08-081-6/+18
| * Move storyboard to account for localizationsJoel Fischer2016-08-051-6/+15
| * Add FBSnapshotTests cases for SDLLockScreenViewControllerJoel Fischer2016-07-271-4/+14
| * Major update of lock screen design and bugfixesJoel Fischer2016-07-261-5/+5
| * Safety and bug fixesJoel Fischer2016-07-211-0/+8
| * Shift most SDLManager code into private SDLLifecycleManager for testing purposesJoel Fischer2016-07-191-15/+23
| * Fix SDLLockScreenManager bugsJoel Fischer2016-07-191-0/+12
| * Update SDLLockScreenManagerJoel Fischer2016-07-181-4/+22
| * Create a new SDLLockScreenPresenter object for fakingJoel Fischer2016-07-151-0/+36
| * Start on SDLResponseDispatcherSpec testsJoel Fischer2016-07-131-0/+4
| * Add SDLNotificationDispatcherTestsJoel Fischer2016-07-131-2/+22
| * Fixed a lot of notification handler method namesJoel Fischer2016-07-121-9/+33
| * Add a lock screen manager (SDLLockScreenManager) and move related functionali...Joel Fischer2016-07-121-8/+16
| * Shift responsibilities out of SDLManagerJoel Fischer2016-07-081-0/+16
| * Add SDLConfiguration testsJoel Fischer2016-07-011-8/+0
| * SDLStateMachine updates and testsJoel Fischer2016-06-301-3/+33