summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/Assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-011-2/+2
| | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLStreamingMediaManager.m
* Move minimum storyboard version to iOS 8Joel Fischer2017-02-151-16/+19
|
* Updated to support using template images.Muller, Alexander (A.)2017-01-1812-69/+0
|
* Revert SDLLockScreen.storyboard for Xcode 7 support.Muller, Alexander (A.)2016-10-171-14/+22
|
* Update lock screen to work correctly on iOS 6 - 8Joel Fischer2016-09-271-26/+10
| | | | | * Update lock screen storyboard to open on Xcode 7.x * Update lock screen to function properly on iPhone 4s
* Updated assets and support for retrieving bundle images for iOS 6 & 7.Muller, Alexander (A.)2016-09-2316-12/+12
|
* Updated png assets to halve the file sizesJoel Fischer2016-08-3118-0/+0
|
* Add localizations for the default lock screenJoel Fischer2016-08-116-8/+5
|
* Create several strings files for lock screen translationsJoel Fischer2016-08-097-0/+21
| | | | | * Add error logging and some handling to the LifecycleManager * Remove public state names
* Move storyboard to account for localizationsJoel Fischer2016-08-051-0/+0
|
* Add FBSnapshotTests cases for SDLLockScreenViewControllerJoel Fischer2016-07-271-70/+11
| | | | * Add FBSnapshotTests via Carthage, add license to DEPENDENCIES.md
* Major update of lock screen design and bugfixesJoel Fischer2016-07-2631-9/+223
| | | | | | | | * Fix not connecting again because of VR synonyms being sent empty * Fix default background color not being used because Obj-C * SDLLifecycleConfiguration’s voiceRecognitionCommandNames can now be sent empty, and will be sent empty by default * Changed the name of the SDL Example app so that it won’t be truncated * Removed an unused property from the example app’s ProxyManager class
* Add an app icon to the example appJoel Fischer2016-07-251-3/+3
| | | | | * Alter the default lock screen background color to SDL Dark Grey. * Add documentation around the lock screen configuration
* Improve the default lock screenJoel Fischer2016-07-2212-4/+27
| | | | | * Add white and black sdl logos * Add code to use the correct white / black logo on the right background color
* Update SDLLockScreenManagerJoel Fischer2016-07-187-13/+24
| | | | | | | | * Add SDLFakeViewControllerPresenter that helps unit tests * Update the SDL Logo to be used on the lock screen * Add additional Lock Screen Manager tests * Fix a conflict between SDLLockScreenManagerSpec and the old spec of the same name that was testing the lock screen status manager spec * SDLLockScreenPresenter protocol now has a dismiss method that’s now implemented in real and fake classes for testing
* Merge branch 'develop' into feature/enhanced_frameworkJoel Fischer2016-05-274-0/+82
Conflicts: README.md SmartDeviceLink-iOS.xcodeproj/project.pbxproj