summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
Commit message (Collapse)AuthorAgeFilesLines
* Removed SDLJsonEncoder/Decoder.Muller, Alexander (A.)2016-09-2811-138/+24
|
* Fixed issue with not all instances for SDLRPCMessage function rename applied.Muller, Alexander (A.)2016-09-272-2/+2
|
* reverting function renaming in SDLRPCMessage.feature/issue_3_constant_namesMuller, Alexander (A.)2016-09-272-2/+2
|
* Fixed accidental function renaming.Muller, Alexander (A.)2016-09-272-2/+2
|
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into ↵Muller, Alexander (A.)2016-09-231-2/+1
|\ | | | | | | | | | | | | | | | | feature/issue_3_constant_names * 'develop' of https://github.com/smartdevicelink/sdl_ios: Update public imports for organization and to remove a duplicate A few more updates to travis scripts Try better Travis CI build formatting
| * Update public imports for organization and to remove a duplicateJoel Fischer2016-09-231-2/+1
| |
* | Merge branch 'develop' into feature/issue_3_constant_namesJoel Fischer2016-09-231-1/+1
|\ \ | |/
| * Update importing of SDLNotificationConstant namesJoel Fischer2016-09-191-1/+1
| |
* | Updated SDLFunctionID to be a singleton.Muller, Alexander (A.)2016-09-228-79/+86
| |
* | Updated naming of some constant.Muller, Alexander (A.)2016-09-2243-413/+413
| |
* | Removed extensibility from SDLNameMuller, Alexander (A.)2016-09-221-1/+1
| |
* | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-22150-204/+148
| |
* | Replaced all defines with constant strings of the SDLName typedef. Also ↵Muller, Alexander (A.)2016-09-21160-2385/+2857
|/ | | | modified SDLFunctionID to use a static dictionary.
* Merge branch 'master' into release/4.3.04.3.0-rc.3Joel Fischer2016-09-151-0/+1
|\ | | | | | | | | | | | | | | | | # Conflicts: # Cartfile.resolved # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLProxy.m
| * Update to v4.2.44.2.4Joel Fischer2016-09-152-2/+2
| |
| * Fixed issue relating to not all single touch callbacks. firing.hotfix/issue_441_single_touch_eventsMuller, Alexander (A.)2016-09-131-0/+1
| |
* | Update to v4.3.0-rc.3Joel Fischer2016-09-152-2/+2
| |
* | Fixed a bug where files requiring multiple putfiles would occassionally crashJoel Fischer2016-09-151-11/+22
| | | | | | | | * Updated tests to account for the multiple put file case
* | Update to 4.3.0-rc.24.3.0-rc.2Joel Fischer2016-09-132-2/+2
| |
* | Fixed testsJoel Fischer2016-09-135-8/+14
| | | | | | | | | | * Updated test deps to work on Xcode 8 * Update `SDLRPCResponseNotification` and `SDLRPCNotificationNotification` to allow for use in tests
* | Update to Xcode 8 GMJoel Fischer2016-09-121-1/+1
| | | | | | | | * Fix a few bugs found by the Xcode 8 compiler
* | Update for v4.3.0-rc.14.3.0-rc.1Joel Fischer2016-09-024-4/+4
| |
* | Merge branch 'release/4.3.0' of https://github.com/smartdevicelink/sdl_ios ↵Joel Fischer2016-09-021-1/+3
|\ \ | | | | | | | | | into release/4.3.0
| * | Fixing issue relating to retrieving lock screen from example app.Muller, Alexander (A.)2016-09-021-1/+3
| | |
* | | Fix a UnregisterResponse being sent when the unregister notification is firedJoel Fischer2016-09-021-1/+1
|/ /
* | SDLLockScreenViewController is now pulbic so that it may be subclassedJoel Fischer2016-09-022-3/+6
| | | | | | | | * Clarify an internal method
* | Debug logs are on by default only on debug configurations, they are now off ↵Joel Fischer2016-09-011-1/+3
| | | | | | | | on production configs
* | Removed all usages of NSLog for consistent use of SDLDebugTool.Muller, Alexander (A.)2016-09-015-24/+25
| |
* | Update to v4.3.0 beta 44.3.0-beta.4Joel Fischer2016-09-014-5/+5
| |
* | Updated documentationJoel Fischer2016-08-311-1/+1
| |
* | Don’t require special RPC handlers to be readonlyJoel Fischer2016-08-314-4/+4
| |
* | Updated png assets to halve the file sizesJoel Fischer2016-08-3118-0/+0
| |
* | Fix projects not being on correct version numberJoel Fischer2016-08-311-1/+1
| |
* | Clean up bundle code and provide better error messagesJoel Fischer2016-08-314-25/+63
| |
* | Cocoapods may have the resources in a different locationJoel Fischer2016-08-312-7/+26
| |
* | Update to v4.3.0-beta.34.3.0-beta.3Joel Fischer2016-08-301-1/+1
| |
* | Update clang-format settings and re-runJoel Fischer2016-08-3014-92/+92
| |
* | Update internal code to use specified notificationsJoel Fischer2016-08-308-25/+32
| |
* | Run clang-formatJoel Fischer2016-08-3019-164/+161
| |
* | SDLLogging type changed to SDLLogOutputJoel Fischer2016-08-293-11/+11
| |
* | Apply logging settings to SDLJoel Fischer2016-08-293-20/+8
| | | | | | | | * Fix a bug in SDLDebugTool
* | Add logging control flags to SDLLifecycleConfigurationJoel Fischer2016-08-298-37/+85
| | | | | | | | | | * SDLDebugTool can now be disabled entirely. It’s not ideal since some code will still run, but it’s better than nothing. * Remove `applicationWillTerminate` method and recommendation. It doesn’t work and wouldn’t accomplish anything.
* | Fix notifications not properly…existingJoel Fischer2016-08-292-6/+25
| |
* | Add typed SDL notifications with backward compatibilityJoel Fischer2016-08-255-67/+190
| |
* | Alter a bunch of handlers for more consistent and descriptive languageJoel Fischer2016-08-2524-98/+90
| |
* | Shift some file operation code to a superclassJoel Fischer2016-08-258-109/+84
| | | | | | | | * Fix a few strong / weak block bugs
* | SDLArtwork class initializer remove ‘ephemeral’Joel Fischer2016-08-252-2/+2
| |
* | Fix duplicate symbol errorJoel Fischer2016-08-252-7/+16
| |
* | Fix registration success but with warnings failingJoel Fischer2016-08-251-6/+8
| |
* | Fix a few more reversion errorsJoel Fischer2016-08-242-4/+2
| |