summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge developfeature/issue_1367_always_lock_screenJoel Fischer2019-08-2722-20/+205
|\
| * Merge pull request #1381 from ↵Joel Fischer2019-08-154-7/+44
| |\ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1380_secondary_transport_config Configuration Option for Secondary Transports
| | * Fixes #1380bugfix/issue_1380_secondary_transport_configJoel Fischer2019-08-124-7/+44
| | | | | | | | | | | | * Add a lifecycle configuration option to disable/enable secondary transports
| * | Merge pull request #1376 from ↵Joel Fischer2019-08-143-1/+55
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1375_softbuttonobject_single_state_initializer Add a single state soft button object without having to create a stat…
| | * | Don't try to transition SoftButtonObject if there's only one statebugfix/issue_1375_softbuttonobject_single_state_initializerJoel Fischer2019-08-081-0/+5
| | | |
| | * | Add testsJoel Fischer2019-08-073-0/+37
| | | |
| | * | Add a single state soft button object without having to create a state ↵Joel Fischer2019-08-071-1/+13
| | | | | | | | | | | | | | | | object first
| * | | Merge pull request #1371 from ↵Joel Fischer2019-08-145-8/+43
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/issue-1370-showdevicelogo-parameter Add option to hide device logo in SDLLockScreenViewController
| | * | | Update SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.mfeature/issue-1370-showdevicelogo-parameterjustingluck932019-08-131-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| | * | | undo commitJustin Gluck2019-08-131-3/+1
| | | | |
| | * | | fixed descriptionJustin Gluck2019-08-132-3/+5
| | | | |
| | * | | Update SmartDeviceLinkTests/DevAPISpecs/SDLLockScreenManagerSpec.mjustingluck932019-08-131-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| | * | | Update SmartDeviceLink/SDLLockScreenConfiguration.hjustingluck932019-08-131-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| | * | | no messageJustin Gluck2019-08-081-1/+1
| | | | |
| | * | | undoing thingsJustin Gluck2019-08-081-2/+0
| | | | |
| | * | | removing showDeviceLogo being set to falseJustin Gluck2019-08-081-2/+1
| | | | |
| | * | | adding unit tests and updating configJustin Gluck2019-08-084-8/+42
| | | | |
| | * | | Merge branch 'develop' into feature/issue-1370-showdevicelogo-parameterJustin Gluck2019-08-085-28/+79
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLLockScreenConfiguration.h
| | * | | | adding optional parameter to hide vehicle logo from lock screenJustin Gluck2019-08-024-2/+11
| | | |/ / | | |/| |
| * | | | Merge pull request #1384 from ↵Joel Fischer2019-08-134-0/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1383_slider_scrollable_message_examples Add Slider and Scrollable Message example apps
| | * | | | Add Slider and Scrollable Message example appsbugfix/issue_1383_slider_scrollable_message_examplesJoel Fischer2019-08-124-0/+36
| | | |_|/ | | |/| |
| * | | | Merge pull request #1369 from ↵Joel Fischer2019-08-131-3/+3
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | smartdevicelink/bugfix/issue_1364_templatesAvailable_documentation Fix TemplatesAvailable Documentation
| | * | | Fix SDLDisplayCapabilities templatesAvailable documentationbugfix/issue_1364_templatesAvailable_documentationJoel Fischer2019-08-011-3/+3
| | | | |
| * | | | Merge pull request #1357 from ↵Joel Fischer2019-08-095-1/+25
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | t-yoshii/feature/issue-1304-SDL0237-add-feature-to-disable-video-streaming-backgrounded-string Implement SDL-0237 Add Feature to Disable "Video Streaming Backgrounded String" Feature
| | * | | update testTakamitsu Yoshii2019-08-092-3/+1
| | | | |
| | * | | make `showVideoBackgroundDisplay` togglableTakamitsu Yoshii2019-08-096-8/+21
| | | | |
| | * | | add testTakamitsu Yoshii2019-07-241-0/+3
| | | | |
| | * | | fix-review: fix incorrect variable referenceTakamitsu Yoshii2019-07-241-1/+1
| | | | |
| | * | | implement proposal SDL-0237 'Add feature do disable "Video Streaming ↵Yasuhiro Yoneyama2019-07-233-1/+11
| | | | | | | | | | | | | | | | | | | | Backgrounded String" feature'
* | | | | Add the ability to have the lock screen always displayJoel Fischer2019-08-085-20/+140
|/ / / /
* | | | Merge pull request #1366 from ↵Joel Fischer2019-08-085-26/+82
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | smartdevicelink/feature/issue_1365_disable_dismiss_lockscreen_gesture Add config option to disable lock screen dismiss gesture
| * | | Add a configuration option to disable lock screen dismissalfeature/issue_1365_disable_dismiss_lockscreen_gestureJoel Fischer2019-08-015-26/+82
| | |/ | |/|
* | | Merge pull request #1351 from smartdevicelink/feature/issue-806-OpenMenuRPCJoel Fischer2019-08-0124-2/+422
|\ \ \ | |/ / |/| | Implement SDL-0116 Open Menu RPC
| * | Apply suggestions from code reviewjustingluck932019-08-011-3/+3
| | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | Apply suggestions from code review feature/issue-806-OpenMenuRPCjustingluck932019-08-014-15/+16
| | | | | | | | | | | | | | | PR fixes Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | move tests from screen manager to the menu manager, added unit tests. added ↵Justin Gluck2019-07-317-93/+117
| | | | | | | | | | | | documentation, fixing PR issues
| * | adding documentation to initJustin Gluck2019-07-261-0/+7
| | |
| * | Apply suggestions from code review justingluck932019-07-261-1/+1
| | | | | | | | | | | | | | | PR fixing Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | adding more unit tests fixing other tests, added logic to not send RPC is ↵Justin Gluck2019-07-263-4/+44
| | | | | | | | | | | | cell in invalid
| * | adding unit tests fixing PR issues, adding openMenu to screenManger and ↵Justin Gluck2019-07-258-3/+112
| | | | | | | | | | | | menuManger
| * | Merge branch 'develop' into feature/issue-806-OpenMenuRPCjustingluck932019-07-24101-1903/+2693
| |\ \
| * | | Adding Function IDJustin Gluck2019-07-241-0/+1
| | | |
| * | | Adding file for response spec show app menuJustin Gluck2019-07-172-0/+23
| | | |
| * | | reverting file to before the commitJustin Gluck2019-07-161-3/+3
| | | |
| * | | WIP: setting up ShowAppMenu RPCJustin Gluck2019-07-1517-3/+218
| | | |
* | | | Merge pull request #1296 from SatbirTanda/feature/119/passenger_modeJoel Fischer2019-08-0118-19/+295
|\ \ \ \ | | | | | | | | | | Implement SDL-0119 - SDL Passenger Mode
| * | | | Update SDLLockScreenViewController.mSatbir Tanda2019-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | Set gesture to nil after its removed
| * | | | Update SDLLockScreenViewController.mSatbir Tanda2019-07-311-5/+8
| | | | | | | | | | | | | | | | | | | | Make recommended fix
| * | | | Update SDLLockScreenManager.mSatbir Tanda2019-07-301-1/+8
| | | | | | | | | | | | | | | | | | | | Fix for proposal
| * | | | Add pragma for deprecating SDLOnLockScreenStatusSatbir Tanda2019-07-307-16/+56
| | | | | | | | | | | | | | | | | | | | Make recommended fixes, fix spec