summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLTextField.m
Commit message (Collapse)AuthorAgeFilesLines
* Shift files into root directoryJoel Fischer2016-05-251-83/+0
|
* When pulling an object from an RPC, it now returns nil if the object was ↵Joel Fischer2016-01-251-2/+2
| | | | | | never set * Fixes #75
* First clang-format of all filesJoel Fischer2015-06-221-18/+20
| | | | | | | | * Format every file in the project according to standards set by the .clang-format file. * Install clang-format using `brew install clang-format` * Run clang-format with `clang-format -i -style=file ./SmartDeviceLink-iOS/SmartDeviceLink/*`
* Merge branch 'develop' into feature/@class_syntaxJoel Fischer2015-04-011-2/+2
|\ | | | | | | | | | | | | Conflicts: SmartDeviceLink-iOS/SmartDeviceLink/SDLDebugTool.h SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolRecievedMessageRouter.h SmartDeviceLink-iOS/SmartDeviceLink/SDLRPCMessage.h
| * intializers return id -> intstancetypeJoel Fischer2015-03-111-2/+2
| | | | | | | | Change all `- (id)init` calls to `- (instancetype)init`
* | Headers now use @classJoel Fischer2015-03-121-1/+3
|/ | | | #import is used in headers as little as possible
* Documentation of enums, rpcs, and moreJoel Fischer2015-03-091-1/+1
|
* Simplify the folder structureJoel Fischer2015-02-051-0/+79
Library files are now within the framework's folder Fix some warnings