Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unused initializer from DateTimerelease/4.4.0 | Muller, Alexander (A.) | 2016-11-04 | 1 | -2/+0 |
| | |||||
* | Merge branch 'feature/sdl_0004_sendlocation_updates' into release/4.4.0 | Joel Fischer | 2016-11-04 | 17 | -27/+1012 |
|\ | |||||
| * | Added more informative description for SendLocation's DateTime. | Muller, Alexander (A.) | 2016-11-04 | 1 | -1/+1 |
| | | |||||
| * | Updated formatting | Muller, Alexander (A.) | 2016-11-04 | 1 | -12/+12 |
| | | |||||
| * | Updated Date/Time documentation. | Muller, Alexander (A.) | 2016-11-04 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release/4.4.0' into ↵ | Muller, Alexander (A.) | 2016-11-04 | 3 | -5/+16 |
| |\ | |/ |/| | | | | | | | | | feature/sdl_0004_sendlocation_updates * origin/release/4.4.0: Added support for generic SDLDisplayType. | ||||
* | | Merge branch 'feature/issue_455_generic_display_type' into release/4.4.0 | Joel Fischer | 2016-11-04 | 3 | -5/+16 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/release/4.4.0' into ↵feature/issue_455_generic_display_type | Muller, Alexander (A.) | 2016-11-03 | 351 | -593/+18620 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_455_generic_display_type * origin/release/4.4.0: (426 commits) Fixed issues with tests not compiling and giving warnings of extra imports. Updated to Podspec 4.4.0 Update to v4.3.0 final Run clang-format Added a fix for when a navigation app is attempting to connect to a non-navigation capable core that would cause a crash on RAI. Missing forward class declaration for SDLProxy. Add documentation around the reason there is an SDLProxy property on SDLManager Add a passthrough SDLProxy property to SDLManager for minor backcompat cases Update the example app to log out example permissions Fixed issue related RAI failing due to missing parameter in SDLAppInfo. removed double set property in initializer. Updated RAI to include missing properties in initializers. Fix a crasher bug when an RAIR errors Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits. Added missing generic. Updated spec to use non-nsnumbers in initializers. Added missing generics and removed remaining NSNumbers used in initializers Removed imports and put in superclass. Add generics to initializers Added missing initializer for SDLTTSChunk ... | ||||
| * | | Added support for generic SDLDisplayType. | Muller, Alexander (A.) | 2016-11-03 | 3 | -5/+16 |
| | | | |||||
| | * | Replaced SendLocation's CGFloat with double. | Muller, Alexander (A.) | 2016-11-04 | 2 | -4/+4 |
| | | | |||||
| | * | Added additional initializer for SendLocation | Muller, Alexander (A.) | 2016-11-04 | 2 | -3/+12 |
| | | | |||||
| | * | Made addressLines property more defined on usage. | Muller, Alexander (A.) | 2016-11-04 | 1 | -1/+1 |
| | | | |||||
| | * | Added additional initializers for SDLDateTime. | Muller, Alexander (A.) | 2016-11-04 | 2 | -10/+50 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/release/4.4.0' into ↵feature/sdl_0004_sendlocation_updates | Muller, Alexander (A.) | 2016-11-03 | 4 | -42/+34 |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | feature/sdl_0004_sendlocation_updates * origin/release/4.4.0: Fixed issues with tests not compiling and giving warnings of extra imports. | ||||
* | | | Fixed issues with tests not compiling and giving warnings of extra imports. | Muller, Alexander (A.) | 2016-11-03 | 4 | -42/+34 |
| | | | |||||
| | * | Added missing spec tests | Muller, Alexander (A.) | 2016-11-03 | 1 | -0/+12 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/release/4.4.0' into ↵ | Muller, Alexander (A.) | 2016-11-03 | 1 | -1/+1 |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sdl_0004_sendlocation_updates * origin/release/4.4.0: (425 commits) Updated to Podspec 4.4.0 Update to v4.3.0 final Run clang-format Added a fix for when a navigation app is attempting to connect to a non-navigation capable core that would cause a crash on RAI. Missing forward class declaration for SDLProxy. Add documentation around the reason there is an SDLProxy property on SDLManager Add a passthrough SDLProxy property to SDLManager for minor backcompat cases Update the example app to log out example permissions Fixed issue related RAI failing due to missing parameter in SDLAppInfo. removed double set property in initializer. Updated RAI to include missing properties in initializers. Fix a crasher bug when an RAIR errors Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits. Added missing generic. Updated spec to use non-nsnumbers in initializers. Added missing generics and removed remaining NSNumbers used in initializers Removed imports and put in superclass. Add generics to initializers Added missing initializer for SDLTTSChunk Fixed misstype in spec. ... # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLSendLocation.h # SmartDeviceLink/SDLSendLocation.m | ||||
* | | | Updated to Podspec 4.4.0 | Muller, Alexander (A.) | 2016-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'release/4.3.0'4.3.0 | Joel Fischer | 2016-11-03 | 351 | -584/+18619 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update to v4.3.0 finalrelease/4.3.0 | Joel Fischer | 2016-11-03 | 6 | -5/+31 |
| | | | |||||
| * | | Run clang-format | Joel Fischer | 2016-11-03 | 61 | -167/+165 |
| | | | |||||
| * | | Added a fix for when a navigation app is attempting to connect to a ↵ | Muller, Alexander (A.) | 2016-11-03 | 1 | -0/+4 |
| | | | | | | | | | | | | non-navigation capable core that would cause a crash on RAI. | ||||
| * | | Missing forward class declaration for SDLProxy. | Muller, Alexander (A.) | 2016-11-03 | 1 | -0/+1 |
| | | | |||||
| * | | Add documentation around the reason there is an SDLProxy property on SDLManager | Joel Fischer | 2016-11-02 | 1 | -1/+4 |
| | | | |||||
| * | | Add a passthrough SDLProxy property to SDLManager for minor backcompat cases | Joel Fischer | 2016-11-02 | 2 | -0/+13 |
| | | | |||||
| * | | Update the example app to log out example permissions | Joel Fischer | 2016-11-01 | 6 | -25/+51 |
| | | | | | | | | | | | | * Change Permission manager to remove some `*`s | ||||
| * | | Fixed issue related RAI failing due to missing parameter in SDLAppInfo. | Muller, Alexander (A.) | 2016-10-31 | 1 | -0/+2 |
| | | | |||||
| * | | removed double set property in initializer. | Muller, Alexander (A.) | 2016-10-31 | 1 | -1/+0 |
| | | | |||||
| * | | Updated RAI to include missing properties in initializers. | Muller, Alexander (A.) | 2016-10-31 | 3 | -11/+20 |
| | | | |||||
| * | | Fix a crasher bug when an RAIR errors | Joel Fischer | 2016-10-31 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'feature/release_4.3.0_issue_459_ttschunk_inits' into release/4.3.0 | Joel Fischer | 2016-10-28 | 11 | -29/+69 |
| |\ \ | |||||
| | * | | Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits.feature/release_4.3.0_issue_459_ttschunk_inits | Muller, Alexander (A.) | 2016-10-26 | 11 | -29/+69 |
| |/ / | |||||
| * | | Merge branch 'feature/release_4.3.0_issue_458_inits' into release/4.3.0 | Joel Fischer | 2016-10-26 | 115 | -143/+1345 |
| |\ \ | |||||
| | * | | Added missing generic. | Muller, Alexander (A.) | 2016-10-26 | 2 | -2/+2 |
| | | | | |||||
| | * | | Updated spec to use non-nsnumbers in initializers.feature/release_4.3.0_issue_458_inits | Muller, Alexander (A.) | 2016-10-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | Added missing generics and removed remaining NSNumbers used in initializers | Muller, Alexander (A.) | 2016-10-24 | 21 | -46/+71 |
| | | | | |||||
| | * | | Removed imports and put in superclass. | Muller, Alexander (A.) | 2016-10-24 | 6 | -11/+3 |
| | | | | |||||
| | * | | Add generics to initializers | Joel Fischer | 2016-10-24 | 16 | -27/+54 |
| | | | | |||||
| | * | | Added missing initializer for SDLTTSChunk | Muller, Alexander (A.) | 2016-10-20 | 4 | -12/+22 |
| | | | | |||||
| | * | | Fixed misstype in spec. | Muller, Alexander (A.) | 2016-10-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removed NSNumbers in favor of their primitive types for initializers. | Muller, Alexander (A.) | 2016-10-20 | 51 | -138/+298 |
| | | | | |||||
| | * | | rewrote initializers to look nicer. | Muller, Alexander (A.) | 2016-10-20 | 51 | -331/+539 |
| | | | | |||||
| | * | | Replaced SDLRPCRequestFactory in all Managers and Spec tests. | Muller, Alexander (A.) | 2016-10-20 | 7 | -45/+46 |
| | | | | |||||
| | * | | Fixed issue with returning nil in initializer. | Muller, Alexander (A.) | 2016-10-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | Initial commit of deprecated SDLRPCRequestFactory and added inits. | Muller, Alexander (A.) | 2016-10-20 | 96 | -93/+872 |
| |/ / | |||||
| * | | Revert "Added support for Xcode 7.3.1 for lock screen storyboard." | Joel Fischer | 2016-10-19 | 1 | -14/+6 |
| | | | | | | | | | | | | This reverts commit 9f645e0878b018c9f4ddfa2efdab1d5eb3e3e00e. | ||||
| * | | Added support for Xcode 7.3.1 for lock screen storyboard. | Muller, Alexander (A.) | 2016-10-19 | 1 | -6/+14 |
| | | | |||||
| * | | Update facebook ios snapshot to work on Swift 2.3 | Joel Fischer | 2016-10-18 | 3 | -3/+3 |
| | | | |||||
| * | | Fixed a file manager bug | Joel Fischer | 2016-10-13 | 4 | -9/+39 |
| | | | | | | | | | | | | | | | * Prevent the attempt to upload a nil file, which could cause an uncontrollable spike in memory usage until the app is killed. * Fix some error messaging | ||||
| * | | Update to v4.3.0-rc.64.3.0-rc.6 | Joel Fischer | 2016-10-13 | 7 | -13/+17 |
| | | |