summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| * | | Update SDLOnDriverDistraction.hSatbir Tanda2019-07-291-1/+5
| | | |
| * | | Update SDLLockScreenViewController.mSatbir Tanda2019-07-291-0/+1
| | | | | | | | | | | | | | | | Set number of lines to 0 to wrap the text
| * | | Deprecate SDLOnLockScreenStatusSatbir Tanda2019-07-294-0/+15
| | | |
| * | | Update SDLLockScreenManager.mSatbir Tanda2019-07-291-7/+8
| | | |
| * | | Revert "Remove SDLOnLockScreenStatus tests"Satbir Tanda2019-07-293-0/+213
| | | | | | | | | | | | | | | | This reverts commit d7160549c5bf22050dc16f2abf46e6a463dc02ce.
| * | | Revert "Add logic to observe the LockScreenStatus"Satbir Tanda2019-07-299-62/+151
| | | | | | | | | | | | | | | | This reverts commit d1689a097a55b774529cc17a940edb99a873928f.
| * | | Revert "Remove SDLLockScreenStatusManagerSpec"Satbir Tanda2019-07-292-0/+261
| | | | | | | | | | | | | | | | This reverts commit 37a810c25bd0db744692e9d866dd8340e25987a1.
| * | | Revert removing of SDLLockScreenStatusManagerSatbir Tanda2019-07-294-4/+171
| | | |
| * | | Merge branch 'develop' into feature/119/passenger_modeSatbirTanda2019-07-23100-1863/+2237
| |\ \ \
| * | | | Remove SDLOnLockScreenStatus testsSatbir Tanda2019-07-183-213/+0
| | | | | | | | | | | | | | | | | | | | Remove SDLOnLockScreenStatus notification obeservation from SDLLockscreenManagerSpec
| * | | | Add logic to observe the LockScreenStatusSatbir Tanda2019-07-189-151/+62
| | | | |
| * | | | Make recommended fixesSatbir Tanda2019-07-185-37/+28
| | | | |
| * | | | Remove SDLLockScreenStatusManagerSpecSatbir Tanda2019-07-112-261/+0
| | | | |
| * | | | Remove SDLLockScreenStatusManagerSatbir Tanda2019-07-114-171/+2
| | | | | | | | | | | | | | | | | | | | Delete LSM from SDLProxy
| * | | | Update SDLLockScreenManager.mSatbir Tanda2019-07-101-3/+4
| | | | | | | | | | | | | | | | | | | | Update for revision to proposal
| * | | | Make recommended fixesSatbir Tanda2019-07-104-27/+44
| | | | |
| * | | | Parse & Set lockScreenDismissalWarningSatbir Tanda2019-07-025-7/+24
| | | | | | | | | | | | | | | | | | | | Fix merge conflicts for 6.3.0
| * | | | Merge branch 'develop' into feature/119/passenger_modeSatbirTanda2019-07-02561-4207/+9207
| |\ \ \ \
| * | | | | Make recommended fixesSatbir Tanda2019-06-143-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | Need translations - will need string to be localized
| * | | | | Update SDLLockScreenManagerSpec.mSatbir Tanda2019-06-111-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove extra notification
| * | | | | Update SDLLockScreenManagerSpec.mSatbir Tanda2019-06-083-22/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readonly lockScreenDismissableEnabled property in SDLLockScreenManager.h Refactor SDLLockScreenManager.m
| * | | | | Update SDLOnDriverDistractionSpec.mSatbir Tanda2019-06-071-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test getter and setter of lockScreenDismissalEnabled Update pointer syntax
| * | | | | Properly add and remove gestureSatbir Tanda2019-06-061-2/+9
| | | | | |
| * | | | | Add swipe gesture to dismiss lockscreenSatbir Tanda2019-06-051-0/+25
| | | | | |
| * | | | | Observe SDLDidChangeDriverDistractionStateNotificationSatbir Tanda2019-06-046-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse lockScreenDismissalEnabled Save last notification to instance variable
* | | | | | Merge pull request #1341 from smartdevicelink/feature/issue-995-alert-iconJoel Fischer2019-07-3115-132/+397
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement SDL-0177 Alert Icon
| * | | | | | Review fixesfeature/issue-995-alert-iconJoel Fischer2019-07-313-7/+8
| | | | | | |
| * | | | | | Fix artwork name not being used in the example appJoel Fischer2019-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: justingluck93 <47197545+justingluck93@users.noreply.github.com>
| * | | | | | Update example apps to use alert iconJoel Fischer2019-07-2911-136/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add tests